ReactOS 0.4.15-dev-7953-g1f49173
allocator< void > Class Reference

#include <_alloc.h>

Public Types

typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef voidpointer
 
typedef const voidconst_pointer
 

Detailed Description

Definition at line 364 of file _alloc.h.

Member Typedef Documentation

◆ const_pointer

typedef const void* allocator< void >::const_pointer

Definition at line 369 of file _alloc.h.

◆ difference_type

typedef ptrdiff_t allocator< void >::difference_type

Definition at line 367 of file _alloc.h.

◆ pointer

Definition at line 368 of file _alloc.h.

◆ size_type

typedef size_t allocator< void >::size_type

Definition at line 366 of file _alloc.h.


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