OpenKalman
Classes | Namespaces | Variables
fixed_value_compares_with.hpp File Reference

Definition for ::fixed_value_compares_with. More...

#include "basics/basics.hpp"
#include "fixed.hpp"
#include "values/traits/fixed_value_of.hpp"
#include "values/functions/internal/near.hpp"
Include dependency graph for fixed_value_compares_with.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::values::detail::compare_three_way_near< N, epsilon_factor >
 

Namespaces

 OpenKalman::values
 Definition for values::abs.
 

Variables

template<typename T , auto N, auto comp = &stdex::is_eq, unsigned int epsilon_factor = 0U>
constexpr bool OpenKalman::values::fixed_value_compares_with = detail::fixed_value_compares_with_impl<T, N, comp, epsilon_factor>::value
 T has a fixed value that compares with N in a particular way based on parameter comp. More...
 

Detailed Description

Definition for ::fixed_value_compares_with.