xrpld
Loading...
Searching...
No Matches
beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap > Struct Template Reference
Inheritance diagram for beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >:
Collaboration diagram for beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >:

Public Types

using is_unordered = std::integral_constant<bool, IsUnordered>
using is_multi = std::integral_constant<bool, IsMulti>
using is_map = std::integral_constant<bool, IsMap>
using Alloc = std::allocator<typename Base::Value>
using MyAlloc = AllocT<typename Base::Value>
using Comp
using MyComp

Static Public Member Functions

static std::string name ()

Static Protected Member Functions

static std::string nameOrderedPart ()
static std::string nameMultiPart ()

Private Types

using Base

Detailed Description

template<bool IsUnordered, bool IsMulti, bool IsMap>
struct beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >

Definition at line 349 of file aged_associative_container_test.cpp.

Member Typedef Documentation

◆ Base

template<bool IsUnordered, bool IsMulti, bool IsMap>
using beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::Base
private

◆ is_unordered

template<bool IsUnordered, bool IsMulti, bool IsMap>
using beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::is_unordered = std::integral_constant<bool, IsUnordered>

Definition at line 359 of file aged_associative_container_test.cpp.

◆ is_multi

template<bool IsUnordered, bool IsMulti, bool IsMap>
using beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::is_multi = std::integral_constant<bool, IsMulti>

Definition at line 360 of file aged_associative_container_test.cpp.

◆ is_map

template<bool IsUnordered, bool IsMulti, bool IsMap>
using beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::is_map = std::integral_constant<bool, IsMap>

Definition at line 361 of file aged_associative_container_test.cpp.

◆ Alloc

template<bool IsUnordered, bool IsMulti, bool IsMap>
using beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::Alloc = std::allocator<typename Base::Value>

Definition at line 363 of file aged_associative_container_test.cpp.

◆ MyAlloc

template<bool IsUnordered, bool IsMulti, bool IsMap>
using beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::MyAlloc = AllocT<typename Base::Value>

Definition at line 364 of file aged_associative_container_test.cpp.

◆ Comp

using beast::AgedAssociativeContainerTestBase::MaybeUnordered< MaybeMulti< MaybeMap< TestTraitsBase, IsMap >, IsMulti >, IsUnordered >::Comp
inherited

Definition at line 175 of file aged_associative_container_test.cpp.

◆ MyComp

using beast::AgedAssociativeContainerTestBase::MaybeUnordered< MaybeMulti< MaybeMap< TestTraitsBase, IsMap >, IsMulti >, IsUnordered >::MyComp
inherited

Definition at line 176 of file aged_associative_container_test.cpp.

Member Function Documentation

◆ name()

template<bool IsUnordered, bool IsMulti, bool IsMap>
std::string beast::AgedAssociativeContainerTestBase::TestTraitsHelper< IsUnordered, IsMulti, IsMap >::name ( )
static

Definition at line 367 of file aged_associative_container_test.cpp.

◆ nameOrderedPart()

std::string beast::AgedAssociativeContainerTestBase::MaybeUnordered< MaybeMulti< MaybeMap< TestTraitsBase, IsMap >, IsMulti >, IsUnordered >::nameOrderedPart ( )
staticprotectedinherited

Definition at line 180 of file aged_associative_container_test.cpp.

◆ nameMultiPart()

template<class Base, bool IsMulti>
std::string beast::AgedAssociativeContainerTestBase::MaybeMulti< Base, IsMulti >::nameMultiPart ( )
staticprotectedinherited

Definition at line 211 of file aged_associative_container_test.cpp.