MathFu
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups Pages
mathfu::simd_allocator< T >::rebind< _Tp1 > Struct Template Reference

Obtains an allocator of a different type. More...

#include <utilities.h>

Detailed Description

template<typename T>
template<typename _Tp1>
struct mathfu::simd_allocator< T >::rebind< _Tp1 >

Obtains an allocator of a different type.

Template Parameters
_Tp1type of the new allocator.

Public Types

typedef simd_allocator< _Tp1 > other
 Allocator of type _Tp1.
 

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