CppCommon  1.0.4.1
C++ Common Library
Public Types | List of all members
CppCommon::Allocator< T, TMemoryManager, nothrow >::rebind< TOther > Struct Template Reference

Rebind allocator. More...

#include <allocator.h>

Public Types

using other = Allocator< TOther, TMemoryManager, nothrow >
 

Detailed Description

template<typename T, class TMemoryManager, bool nothrow = false>
template<typename TOther>
struct CppCommon::Allocator< T, TMemoryManager, nothrow >::rebind< TOther >

Rebind allocator.

Definition at line 139 of file allocator.h.

Member Typedef Documentation

◆ other

template<typename T , class TMemoryManager , bool nothrow = false>
template<typename TOther >
using CppCommon::Allocator< T, TMemoryManager, nothrow >::rebind< TOther >::other = Allocator<TOther, TMemoryManager, nothrow>

Definition at line 139 of file allocator.h.


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