Home
last modified time | relevance | path

Searched refs:is_crtp_base_of_impl (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp177 struct is_crtp_base_of_impl : std::is_base_of<B<E>, E> { }; struct
180 struct is_crtp_base_of_impl<B, F<E>> : disjunction<std::is_base_of<B<E>, F<E>>, std::is_base_of<B<F… struct
184 using is_crtp_base_of = detail::is_crtp_base_of_impl<B, decay_t<E>>;