28 #ifndef BSL_DISJUNCTION_HPP 29 #define BSL_DISJUNCTION_HPP 46 template<
typename... BN>
56 template<
typename B1,
typename... BN>
57 class disjunction<B1, BN...> final :
60 bool_constant<B1::value>,
61 bool_constant<disjunction<BN...>::value>>
Forms the logical disjunction of the type traits B..., effectively performing a logical OR on the seq...
Definition: disjunction.hpp:47
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45