neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::reserve_allocator< T, N, Instance >::rebind< U > Struct Template Reference

#include <allocator.hpp>

Public Types

typedef reserve_allocator< U, N, Instanceother
 

Detailed Description

template<typename T, std::size_t N, std::size_t Instance = 0>
template<typename U>
struct neolib::reserve_allocator< T, N, Instance >::rebind< U >

Definition at line 362 of file allocator.hpp.

Member Typedef Documentation

◆ other

template<typename T , std::size_t N, std::size_t Instance = 0>
template<typename U >
typedef reserve_allocator<U, N, Instance> neolib::reserve_allocator< T, N, Instance >::rebind< U >::other

Definition at line 364 of file allocator.hpp.


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