__iostring_allocator< _CharT > Class Template Reference#include <_iostream_string.h>
Inheritance diagram for __iostring_allocator< _CharT >: ![]()
Detailed Descriptiontemplate<class _CharT>
|
typedef _Base::size_type __iostring_allocator< _CharT >::size_type |
typedef _Base::pointer __iostring_allocator< _CharT >::pointer |
anonymous enum |
_CharT* __iostring_allocator< _CharT >::allocate | ( | size_type | __n, | |
const void * | __ptr = 0 | |||
) | [inline] |
Reimplemented from allocator< _CharT >.
Definition at line 63 of file _iostream_string.h.
References allocator< _CharT >::allocate().
void __iostring_allocator< _CharT >::deallocate | ( | pointer | __p, | |
size_type | __n | |||
) | [inline] |