Nektar++
Namespaces | Typedefs
allocator.hpp File Reference
#include "traits.hpp"
#include <boost/align/aligned_allocator.hpp>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  tinysimd
 

Typedefs

template<typename T , typename = typename std::enable_if<is_vector<T>::value>::type>
using tinysimd::allocator = boost::alignment::aligned_allocator< T, T::alignment >