rippled
Public Types | Static Protected Member Functions | List of all members
beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered > Class Template Reference
Inheritance diagram for beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered >:
Inheritance graph
[legend]
Collaboration diagram for beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered >:
Collaboration graph
[legend]

Public Types

using Comp = std::less< typename Base::Key >
 
using MyComp = CompT< typename Base::Key >
 

Static Protected Member Functions

static std::string name_ordered_part ()
 

Detailed Description

template<class Base, bool IsUnordered>
class beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered >

Definition at line 180 of file aged_associative_container_test.cpp.

Member Typedef Documentation

◆ Comp

template<class Base , bool IsUnordered>
using beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered >::Comp = std::less<typename Base::Key>

Definition at line 183 of file aged_associative_container_test.cpp.

◆ MyComp

template<class Base , bool IsUnordered>
using beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered >::MyComp = CompT<typename Base::Key>

Definition at line 184 of file aged_associative_container_test.cpp.

Member Function Documentation

◆ name_ordered_part()

template<class Base , bool IsUnordered>
static std::string beast::aged_associative_container_test_base::MaybeUnordered< Base, IsUnordered >::name_ordered_part ( )
staticprotected

Definition at line 188 of file aged_associative_container_test.cpp.