ReactOS 0.4.15-dev-7958-gcd0bb1a
pthread_allocator< void > Class Reference

#include <_pthread_alloc.h>

Public Types

typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef voidpointer
 
typedef const voidconst_pointer
 
typedef void value_type
 

Detailed Description

Definition at line 190 of file _pthread_alloc.h.

Member Typedef Documentation

◆ const_pointer

typedef const void* pthread_allocator< void >::const_pointer

Definition at line 195 of file _pthread_alloc.h.

◆ difference_type

typedef ptrdiff_t pthread_allocator< void >::difference_type

Definition at line 193 of file _pthread_alloc.h.

◆ pointer

Definition at line 194 of file _pthread_alloc.h.

◆ size_type

typedef size_t pthread_allocator< void >::size_type

Definition at line 192 of file _pthread_alloc.h.

◆ value_type

typedef void pthread_allocator< void >::value_type

Definition at line 196 of file _pthread_alloc.h.


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