OpenKalman
Namespaces | Functions | Variables
size_compares_with.hpp File Reference

Definition for ::size_compares_with. More...

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

Go to the source code of this file.

Namespaces

 OpenKalman::values
 Definition for values::abs.
 

Functions

template<auto comp, bool op_is_and = false, typename... Ords>
constexpr bool OpenKalman::values::detail::do_comps (Ords...ords)
 
template<typename T , typename U , auto comp, applicability a>
constexpr bool OpenKalman::values::detail::size_compares_with_impl ()
 

Variables

template<typename T , typename U , auto comp = &stdex::is_eq, applicability a = applicability::guaranteed>
constexpr bool OpenKalman::values::size_compares_with
 T and U are sizes that compare in a particular way based on parameter comp. More...
 

Detailed Description

Definition for ::size_compares_with.