CMR  1.3.0
Public Member Functions | List of all members
tu::abs_greater< T > Struct Template Reference

#include <signing.hpp>

Public Member Functions

bool operator() (const T &first, const T &second)
 

Detailed Description

template<typename T>
struct tu::abs_greater< T >

A functor which compares the absolute values.

Member Function Documentation

◆ operator()()

template<typename T >
bool tu::abs_greater< T >::operator() ( const T &  first,
const T &  second 
)
inline

Comparison function

Parameters
firstFirst value
secondSecond value
Returns
true if and only if the |first| > |second|

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