Searched defs:is_value_pack (Results 1 – 1 of 1) sorted by relevance
21 struct is_value_pack{ static constexpr bool value = false; }; struct23 struct is_value_pack<value_pack<VALUES...> >{ static constexpr bool value = true; }; struct