Searched defs:is_axis_variant_impl (Results 1 – 1 of 1) sorted by relevance
141 struct is_axis_variant_impl : std::false_type {}; struct144 struct is_axis_variant_impl<axis::variant<Ts...>> : std::true_type {}; struct