Zth (libzth)
zth::map_type< Key, T, Compare > Struct Template Reference

std::map type using Config::Allocator::type. More...

#include <allocator.h>

Public Types

typedef std::map< Key, T, Compare, typename Config::Allocator< std::pair< const Key, T > >::typetype
 

Detailed Description

template<typename Key, typename T, typename Compare = std::less<Key>>
struct zth::map_type< Key, T, Compare >

std::map type using Config::Allocator::type.

Definition at line 142 of file allocator.h.

Member Typedef Documentation

◆ type

template<typename Key , typename T , typename Compare = std::less<Key>>
typedef std::map< Key, T, Compare, typename Config::Allocator<std::pair<const Key, T> >::type> zth::map_type< Key, T, Compare >::type

Definition at line 145 of file allocator.h.


The documentation for this struct was generated from the following file: