Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp74 struct conjunction : std::true_type { }; struct
76 struct conjunction<B1> : B1 { }; struct
78 struct conjunction<B1, Bn...> : conditional_t<bool(B1::value), conjunction<Bn...>, B1> { }; struct