|
Tensorium
|
Rebinding structure for allocator traits. More...
#include <Allocator.hpp>
Public Types | |
| using | other = AlignedAllocator<U, Alignment> |
Rebinding structure for allocator traits.
Allows conversion of an AlignedAllocator<T, Alignment> to AlignedAllocator<U, Alignment>, which is required by STL containers during type conversions.
| U | New type for rebind. |
| using AlignedAllocator< T, Alignment >::rebind< U >::other = AlignedAllocator<U, Alignment> |