MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
math::algo::predicate_epsilon_equal< T > Struct Template Reference

Epsilon comparator predicate. More...

#include <algo.h>

Public Member Functions

 predicate_epsilon_equal (T const &eps)
 
bool operator() (T const &v1, T const &v2)
 

Public Attributes

eps
 

Detailed Description

template<typename T>
struct math::algo::predicate_epsilon_equal< T >

Epsilon comparator predicate.

Definition at line 135 of file algo.h.

Constructor & Destructor Documentation

◆ predicate_epsilon_equal()

template<typename T >
math::algo::predicate_epsilon_equal< T >::predicate_epsilon_equal ( T const &  eps)
inline

Definition at line 138 of file algo.h.

Member Function Documentation

◆ operator()()

template<typename T >
bool math::algo::predicate_epsilon_equal< T >::operator() ( T const &  v1,
T const &  v2 
)
inline

Definition at line 139 of file algo.h.

Member Data Documentation

◆ eps

template<typename T >
T math::algo::predicate_epsilon_equal< T >::eps

Definition at line 137 of file algo.h.


The documentation for this struct was generated from the following file: