Logical And meta function. More...
Inherits Bool< true >.
The equivalent of operator&&
for bools except for meta functions. Evaluates it based on the argument's value
. Returns std::true_type
or std::false_type
.
Args | Meta functions to use logical and on. |
Definition at line 191 of file meta/meta.hpp.