Variable Acts::concept::either¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<bool... Bs> constexpr bool Acts::concept::either = std::disjunction<std::bool_constant<Bs>...>::value Helper which forms the logical OR of its arguments.
Converts to
std::bool_constant.- Template Parameters
Bs: The booleans to combine.