Searched refs:is_crtp_base_of_impl (Results 1 – 1 of 1) sorted by relevance
177 struct is_crtp_base_of_impl : std::is_base_of<B<E>, E> { }; struct180 struct is_crtp_base_of_impl<B, F<E>> : disjunction<std::is_base_of<B<E>, F<E>>, std::is_base_of<B<F… struct184 using is_crtp_base_of = detail::is_crtp_base_of_impl<B, decay_t<E>>;