rippled
Public Member Functions | Private Member Functions | Private Attributes | List of all members
beast::aged_associative_container_test_base::CompT< T > Struct Template Reference
Collaboration diagram for beast::aged_associative_container_test_base::CompT< T >:
Collaboration graph
[legend]

Public Member Functions

 CompT (int)
 
 CompT (CompT const &)
 
bool operator() (T const &lhs, T const &rhs) const
 

Private Member Functions

 CompT ()=delete
 

Private Attributes

std::less< T > m_less
 

Detailed Description

template<class T>
struct beast::aged_associative_container_test_base::CompT< T >

Definition at line 57 of file aged_associative_container_test.cpp.

Constructor & Destructor Documentation

◆ CompT() [1/3]

template<class T >
beast::aged_associative_container_test_base::CompT< T >::CompT ( int  )
explicit

Definition at line 59 of file aged_associative_container_test.cpp.

◆ CompT() [2/3]

template<class T >
beast::aged_associative_container_test_base::CompT< T >::CompT ( CompT< T > const &  )

Definition at line 63 of file aged_associative_container_test.cpp.

◆ CompT() [3/3]

template<class T >
beast::aged_associative_container_test_base::CompT< T >::CompT ( )
privatedelete

Member Function Documentation

◆ operator()()

template<class T >
bool beast::aged_associative_container_test_base::CompT< T >::operator() ( T const &  lhs,
T const &  rhs 
) const

Definition at line 68 of file aged_associative_container_test.cpp.

Member Data Documentation

◆ m_less

template<class T >
std::less<T> beast::aged_associative_container_test_base::CompT< T >::m_less
private

Definition at line 75 of file aged_associative_container_test.cpp.