3#ifndef TETL_RATIO_LESS_EQUAL_HPP
4#define TETL_RATIO_LESS_EQUAL_HPP
15template <
typename R1,
typename R2>
19template <typename R1, typename R2>
20inline constexpr bool ratio_less_equal_v = ratio_less_equal<R1, R2>::value;
Definition adjacent_find.hpp:8
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
Compares two ratio objects for equality at compile-time. If the ratio R1 is less than or equal to the...
Definition ratio_less_equal.hpp:16