tinympl
0.2
mini MPL library for C++11
|
Classes | |
class | tinympl::logical_and< Args > |
Computes the logical and of all its arguments. More... | |
class | tinympl::logical_not< T > |
Negate the argument. More... | |
class | tinympl::logical_or< Args > |
Computes the logical or of all its arguments. More... | |
Metafunctions which perform logical operations on std::integral_constant
or equivalent types