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 267 of file vectorize.h.

Member Typedef Documentation

typedef const void* allocator_avx< void >::const_pointer

Definition at line 273 of file vectorize.h.

typedef ptrdiff_t allocator_avx< void >::difference_type

Definition at line 271 of file vectorize.h.

typedef void* allocator_avx< void >::pointer

Definition at line 272 of file vectorize.h.

typedef size_t allocator_avx< void >::size_type

Definition at line 270 of file vectorize.h.

typedef void allocator_avx< void >::value_type

Definition at line 274 of file vectorize.h.


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