Searched defs:is_variant_impl (Results 1 – 1 of 1) sorted by relevance
132 struct is_variant_impl : std::false_type {}; struct135 struct is_variant_impl<boost::variant2::variant<Ts...>> : std::true_type {}; struct