Variable Acts::concept::disallow

Variable Documentation

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

Alias for the negation of a require.

This is essentially a NOT ANY test.

Template Parameters
  • Bs: The booleans.