tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | ratio_greater< R1, R2 > |
Compares two ratio objects for equality at compile-time. If the ratio R1 is greater than the ratio R2, provides the member constant value equal true. Otherwise, value is false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename R1, typename R2> | |
constexpr bool | ratio_greater_v = ratio_greater<R1, R2>::value |