Zth (libzth)
zth::DefaultConfig::Allocator< T > Struct Template Reference

Allocator type. More...

#include <config.h>

Public Types

typedef std::allocator< T > type
 

Detailed Description

template<typename T>
struct zth::DefaultConfig::Allocator< T >

Allocator type.

Config::Allocator<int>::type is an allocator for ints. Config::Allocator<int> behaves like std::allocator_traits<Alloc>

Definition at line 192 of file config.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef std::allocator<T> zth::DefaultConfig::Allocator< T >::type

Definition at line 193 of file config.h.


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