template< class B >
struct negation;
Forms the logical negation of the type trait B.
The type std::negation<B> is a UnaryTypeTrait with a base characteristic of std::bool_constant<!bool(B::value)>.
If the program adds specializations for std::negation
or std::negation_v
, the behavior is undefined.
template< class B >
constexpr bool negation_v = negation<B>::value;
B
has a member ::value that is false when explicitly converted to bool, false otherwise
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4