Variable Acts::Concepts::disallow

Variable Documentation

template<bool... Bs>
constexpr bool Acts::Concepts::disallow = not require<Bs...>

Alias for the negation of a require.

This is essentially a NOT ANY test.

Template Parameters
  • Bs: The booleans.