Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
memory
classes:
allocator
auto_ptr
auto_ptr_ref
raw_storage_iterator
functions:
get_temporary_buffer
return_temporary_buffer
uninitialized_copy
uninitialized_fill
uninitialized_fill_n
memory
header
Memory elements
This header defines general utilities to manage memory:
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)