Variable Acts::concept::disallow¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<bool... Bs> constexpr bool Acts::concept::disallow = not require<Bs...> Alias for the negation of a
require.This is essentially a NOT ANY test.
- Template Parameters
Bs: The booleans.