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

Public Types

using T = void
 
using Value = typename Base::Key
 
using Values = std::vector< Value >
 

Static Public Member Functions

static Base::Key const & extract (Value const &value)
 
static Values values ()
 

Static Protected Member Functions

static std::string name_map_part ()
 

Detailed Description

template<class Base, bool IsMap>
class beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >

Definition at line 240 of file aged_associative_container_test.cpp.

Member Typedef Documentation

◆ T

template<class Base , bool IsMap>
using beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >::T = void

Definition at line 243 of file aged_associative_container_test.cpp.

◆ Value

template<class Base , bool IsMap>
using beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >::Value = typename Base::Key

Definition at line 244 of file aged_associative_container_test.cpp.

◆ Values

template<class Base , bool IsMap>
using beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >::Values = std::vector<Value>

Definition at line 245 of file aged_associative_container_test.cpp.

Member Function Documentation

◆ extract()

template<class Base , bool IsMap>
static Base::Key const& beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >::extract ( Value const &  value)
static

Definition at line 248 of file aged_associative_container_test.cpp.

◆ values()

template<class Base , bool IsMap>
static Values beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >::values ( )
static

Definition at line 254 of file aged_associative_container_test.cpp.

◆ name_map_part()

template<class Base , bool IsMap>
static std::string beast::aged_associative_container_test_base::MaybeMap< Base, IsMap >::name_map_part ( )
staticprotected

Definition at line 268 of file aged_associative_container_test.cpp.