Graph Framework
Loading...
Searching...
No Matches
jit::float_compare< T > Class Template Reference

Define a custom comparitor class. More...

#include <register.hpp>

Public Member Functions

bool operator() (const T &left, const T &right) const
 Call operator.
 

Detailed Description

template<float_scalar T>
class jit::float_compare< T >

Define a custom comparitor class.

Template Parameters
TBase type of the calculation.

Member Function Documentation

◆ operator()()

template<float_scalar T>
bool jit::float_compare< T >::operator() ( const T &  left,
const T &  right 
) const
inline

Call operator.

Parameters
[in]leftLeft hand side.
[in]rightRight hand side.

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