Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp169 struct is_instance : public std::false_type { }; struct
172 struct is_instance<U<T>, U> : public std::true_type { }; struct