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