tinympl
0.2
mini MPL library for C++11
|
Classes | |
class | tinympl::equal_to< A, B > |
Determines whether the types A and B are equal. More... | |
class | tinympl::greater< A, B > |
Determines whether A is greater than B More... | |
class | tinympl::greater_equal< A, B > |
Determines whether A is greater than or equal to B More... | |
class | tinympl::less< A, B > |
Determines whether A is less than B More... | |
Metafunctions which perform comparisons operations on std::integral_constant
or equivalent types