ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Types | List of all members
StdContMA< T >::rebind< U > Struct Template Reference

#include <stdcontainerma.hpp>

Class Description

template<typename T>
template<typename U>
struct aworx::lib::monomem::StdContMA< T >::rebind< U >

Type definition as required by C++ library standards up to Version 14.

Template Parameters
UThe originating allocation type.

Definition at line 173 of file stdcontainerma.hpp.

Public Types

using other = StdContMA< U >
 

Member Typedef Documentation

◆ other

using other = StdContMA<U>

The 'casted' allocator type.

Definition at line 176 of file stdcontainerma.hpp.


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