std::experimental::disjunction (3) Linux Manual Page
std::experimental::disjunction – std::experimental::disjunction Synopsis Defined in header<experimental / type_traits> template <class… B> (library fundamentals TS v2) struct disjunction; Forms the logical_disjunction of the type traits B…, effectively performing a logical or on the sequence of traits. The specialization std::experimental::disjunction<B1, …, BN> has a public and unambiguous base that is * if sizeof…(B) == 0, std::false_type;…
