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

#include <hwy_simd_type.h>

Inheritance diagram for vspline::simd_allocator< T >:

Public Types

typedef std::allocator< T > base_t
 

Public Member Functions

pointer allocate (std::size_t n)
 
void deallocate (T *p, std::size_t n)
 

Detailed Description

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

Definition at line 2066 of file hwy_simd_type.h.

Member Typedef Documentation

◆ base_t

template<typename T >
typedef std::allocator< T > vspline::simd_allocator< T >::base_t

Definition at line 2069 of file hwy_simd_type.h.

Member Function Documentation

◆ allocate()

template<typename T >
pointer vspline::simd_allocator< T >::allocate ( std::size_t  n)
inline

Definition at line 2071 of file hwy_simd_type.h.

◆ deallocate()

template<typename T >
void vspline::simd_allocator< T >::deallocate ( T *  p,
std::size_t  n 
)
inline

Definition at line 2076 of file hwy_simd_type.h.


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