Logical Or meta function. More...
Inherits Bool< false >.
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 or on. |
Definition at line 170 of file meta/meta.hpp.