tetl 0.1.0
Embedded Template Library
|
Compares two ratio objects for equality at compile-time. If the ratio R1 is greater than or equal to the ratio R2, provides the member constant value equal true. Otherwise, value is false. More...
#include <ratio_greater_equal.hpp>
Related Symbols | |
(Note that these are not member symbols.) | |
template<typename R1, typename R2> | |
constexpr bool | ratio_greater_equal_v = ratio_greater_equal<R1, R2>::value |
Compares two ratio objects for equality at compile-time. If the ratio R1 is greater than or equal to the ratio R2, provides the member constant value equal true. Otherwise, value is false.