tinympl  0.2
mini MPL library for C++11
Logical operations

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...
 

Detailed Description

Metafunctions which perform logical operations on std::integral_constant or equivalent types