Home
last modified time | relevance | path

Searched defs:is_variant_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/histogram/detail/
Ddetect.hpp132 struct is_variant_impl : std::false_type {}; struct
135 struct is_variant_impl<boost::variant2::variant<Ts...>> : std::true_type {}; struct