logog
logger optimized for games
Allocator< T >::rebind< U > Struct Template Reference

#include <object.hpp>

Public Types

typedef Allocator< U > other
 

Detailed Description

template<class T>
template<class U>
struct logog::Allocator< T >::rebind< U >

Rebinding to permit allocations of unknown types. Part of std::allocator definition.

Parameters
otherThe other "unknown" type to be permitted access to this allocator

Member Typedef Documentation

typedef Allocator<U> other

The "other" class that will use this allocator for its allocation.


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