Logical Not meta function. More...
Inherits Bool<!T::value >.
The equivalent of operator!
for bools except for meta functions. Returns std::true_type
or std::false_type
.
Example:
T | Meta function to use logical not on. |
Definition at line 152 of file meta/meta.hpp.