Template Class allocator¶
Defined in File quickpool.hxx
Nested Relationships¶
Nested Types¶
Inheritance Relationships¶
Base Type¶
public std::allocator< T >
Class Documentation¶
-
template<typename T, std::size_t Alignment = 64>
class quickpool::mem::aligned::allocator : public std::allocator<T>¶
-
short version of https://www.boost.org/doc/libs/1_65_0/boost/align/aligned_allocator.hpp
Public Functions
-
template<typename U>
struct rebind¶
-
template<typename U>