rippled
|
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 |
Definition at line 57 of file aged_associative_container_test.cpp.
|
explicit |
Definition at line 59 of file aged_associative_container_test.cpp.
beast::aged_associative_container_test_base::CompT< T >::CompT | ( | CompT< T > const & | ) |
Definition at line 63 of file aged_associative_container_test.cpp.
|
privatedelete |
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.
|
private |
Definition at line 75 of file aged_associative_container_test.cpp.