Public Member Functions | List of all members
oomph::AbsCmp< T > Class Template Reference

Function-type-object to perform absolute comparison of objects. Apparently this inlines better. More...

#include <oomph_utilities.h>

Public Member Functions

bool operator() (const T &x, const T &y) const
 Comparison. Are the values identical or not? More...
 

Detailed Description

template<class T>
class oomph::AbsCmp< T >

Function-type-object to perform absolute comparison of objects. Apparently this inlines better.

Definition at line 169 of file oomph_utilities.h.

Member Function Documentation

◆ operator()()

template<class T >
bool oomph::AbsCmp< T >::operator() ( const T &  x,
const T &  y 
) const
inline

Comparison. Are the values identical or not?

Definition at line 173 of file oomph_utilities.h.


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