cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Public Types
allocator_avx< void > Class Template Reference

#include <vectorize.h>

Data Structures

struct  rebind
 

Public Types

typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef void * pointer
 
typedef const void * const_pointer
 
typedef void value_type
 

Detailed Description

template<>
class allocator_avx< void >

Definition at line 248 of file vectorize.h.

Member Typedef Documentation

typedef const void* allocator_avx< void >::const_pointer

Definition at line 254 of file vectorize.h.

typedef ptrdiff_t allocator_avx< void >::difference_type

Definition at line 252 of file vectorize.h.

typedef void* allocator_avx< void >::pointer

Definition at line 253 of file vectorize.h.

typedef size_t allocator_avx< void >::size_type

Definition at line 251 of file vectorize.h.

typedef void allocator_avx< void >::value_type

Definition at line 255 of file vectorize.h.


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