Class
ToStdAllocator
Emulates standard conform allocator.
Include Headers
seqan/basic.h
Parameters
|  Type of the host allocator object.  This object is used to call allocate and deallocate. | |
|  Type of allocated items. | 
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.
Member Functions
| Constructor | 
Functions
| The object a given object depends on. | 
See Also
SeqAn - Sequence Analysis Library - www.seqan.de