Allocator
| allocator | Default allocator (class template) |
Automatic pointers
| auto_ptr | Automatic Pointer (class template) |
| auto_ptr_ref | Reference to automatic pointer (class template) |
Uninitialized memory
Raw storage iterator:| raw_storage_iterator | Raw storage iterator (class template) |
Temporary buffers:
| get_temporary_buffer | Get block of temporary memory (function template) |
| return_temporary_buffer | Return block of temporary memory (function template) |
Specialized algorithms:
| uninitialized_copy | Copy block of memory (function template) |
| uninitialized_fill | Fill block of memory (function template) |
| uninitialized_fill_n | Fill block of memory (function template) |
