Class
ToStdAllocator
Emulates standard conform allocator.
ToStdAllocator<THost, TValue>
Parameters
THost
Type of the host allocator object.
This object is used to call allocate and deallocate.
TValue
Type of allocated items.
Member Functions
ToStdAllocatorConstructor
Functions
hostThe object a given object depends on.
Remarks
The member functions allocate and deallocate of ToStdAllocator call the (globale) functions allocate and deallocate, respectively. The globale functions get an allocator object as their first arguments. This allocator object is not the ToStdAllocator object itself, but the host object that was given to the constructor.
SeqAn - Sequence Analysis Library - www.seqan.de