simdpp::aligned_allocator

From libsimdpp-docs
template< class T, std::size_t Alignment >
class aligned_allocator;

A standard allocator that aligns all allocated memory to Alignment bytes.

The interface of the standard allocator is provided. See this documentation.