Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Classes | Public Types | List of all members
Burger::allocator< const void > Class Reference

Implementation of std::allocator<void> More...

Classes

struct  rebind
 Its member type other is the equivalent allocator type to allocate elements of type T More...
 

Public Types

typedef const void value_type
 Type is hard coded to const void.
 
typedef const void * pointer
 Pointer to nothing.
 
typedef const void * const_pointer
 Const pointer to nothing.
 

Detailed Description

Implementation of std::allocator<void>


Special type of allocator that has no ability to allocate or free any memory.

\sa allocator<void>, or allocator

Member Typedef Documentation

◆ const_pointer

typedef const void* Burger::allocator< const void >::const_pointer

Const pointer to nothing.

◆ pointer

typedef const void* Burger::allocator< const void >::pointer

Pointer to nothing.

◆ value_type

typedef const void Burger::allocator< const void >::value_type

Type is hard coded to const void.