13 #ifndef TINYMPL_LESS_EQUAL_HPP
14 #define TINYMPL_LESS_EQUAL_HPP
16 #include <tinympl/negate.hpp>
17 #include <tinympl/less.hpp>
31 #endif // TINYMPL_LESS_EQUAL_HPP
Determines whether A is less than or equal to B
Definition: less_equal.hpp:27
Returns the opposite of the compile time constant A.
Definition: negate.hpp:26