![]() |
VCTR
|
Returns aligned pointers when allocations are requested. More...
Classes | |
| struct | rebind |
Public Types | |
| using | value_type = ElementType |
| using | size_type = std::size_t |
Public Member Functions | |
| template<class OtherElementType > | |
| AlignedAllocator (const AlignedAllocator< OtherElementType, alignmentInBytes > &) noexcept | |
| ElementType * | allocate (size_t nElementsToAllocate) |
| void | deallocate (ElementType *allocatedPointer, size_t nBytesAllocated) |
Returns aligned pointers when allocations are requested.