xtensor
|
This array class is modeled after std::array
but adds optional alignment through a template parameter.
More...
#include <xstorage.hpp>
Public Types | |
using | allocator_type = std::conditional_t<Align != 0, xt_simd::aligned_allocator<T, Align>, std::allocator<T>> |
This array class is modeled after std::array
but adds optional alignment through a template parameter.
To be moved to xtl, along with the rest of xstorage.hpp
Definition at line 1429 of file xstorage.hpp.
using xt::aligned_array< T, N, Align >::allocator_type = std::conditional_t<Align != 0, xt_simd::aligned_allocator<T, Align>, std::allocator<T>> |
Definition at line 1435 of file xstorage.hpp.