tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
ratio_not_equal.hpp File Reference

Go to the source code of this file.

Classes

struct  ratio_not_equal< R1, R2 >
 Compares two ratio objects for equality at compile-time. If the ratios R1 and R2 are not equal, provides the member constant value equal true. Otherwise, value is false. More...
 

Namespaces

namespace  etl
 

Variables

template<typename R1, typename R2>
constexpr bool ratio_not_equal_v = ratio_not_equal<R1, R2>::value