Variable Acts::Concepts::either

Variable Documentation

template<bool... Bs>
constexpr bool Acts::Concepts::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.