3#ifndef TETL_RATIO_NOT_EQUAL_HPP
4#define TETL_RATIO_NOT_EQUAL_HPP
15template <
typename R1,
typename R2>
19template <
typename R1,
typename R2>
constexpr bool ratio_not_equal_v
Definition ratio_not_equal.hpp:20
Definition adjacent_find.hpp:8
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
static constexpr bool value
Definition integral_constant.hpp:10
Compares two ratio objects for equality at compile-time. If the ratios R1 and R2 are not equal,...
Definition ratio_not_equal.hpp:16