3#ifndef TETL_RATIO_GREATER_EQUAL_HPP
4#define TETL_RATIO_GREATER_EQUAL_HPP
15template <
typename R1,
typename R2>
20template <
typename R1,
typename R2>
constexpr bool ratio_greater_equal_v
Definition ratio_greater_equal.hpp:21
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 greater than or equal to ...
Definition ratio_greater_equal.hpp:16