vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
Public Types | List of all members
vspline::allocator_traits< T > Struct Template Reference

vspline creates vigra::MultiArrays of vectorized types. As long as the vectorized types are Vc::SimdArray or vspline::simd_type, using std::allocator is fine, but when using other types, using a specific allocator may be necessary. Currently this is never the case, but I have the lookup of allocator type from this traits class in place if it should become necessary. More...

#include <common.h>

Public Types

typedef std::allocator< T > type
 

Detailed Description

template<typename T>
struct vspline::allocator_traits< T >

vspline creates vigra::MultiArrays of vectorized types. As long as the vectorized types are Vc::SimdArray or vspline::simd_type, using std::allocator is fine, but when using other types, using a specific allocator may be necessary. Currently this is never the case, but I have the lookup of allocator type from this traits class in place if it should become necessary.

Definition at line 266 of file common.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef std::allocator< T > vspline::allocator_traits< T >::type

Definition at line 268 of file common.h.


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