Searched defs:conjunction (Results 1 – 1 of 1) sorted by relevance
74 struct conjunction : std::true_type { }; struct76 struct conjunction<B1> : B1 { }; struct78 struct conjunction<B1, Bn...> : conditional_t<bool(B1::value), conjunction<Bn...>, B1> { }; struct