rippled
Public Types | Public Member Functions | List of all members
ripple::equal_to< T > Struct Template Reference

Public Types

using result_type = bool
 

Public Member Functions

constexpr bool operator() (const T &left, const T &right) const
 

Detailed Description

template<class T = void>
struct ripple::equal_to< T >

Definition at line 53 of file comparators.h.

Member Typedef Documentation

◆ result_type

template<class T = void>
using ripple::equal_to< T >::result_type = bool

Definition at line 55 of file comparators.h.

Member Function Documentation

◆ operator()()

template<class T = void>
constexpr bool ripple::equal_to< T >::operator() ( const T &  left,
const T &  right 
) const
constexpr

Definition at line 58 of file comparators.h.