| __is_same | |
| __mt_alloc | |
| __pool_base | |
| After_nth_from | |
| allocator | The "standard" allocator, as per [20.4] |
| back_insert_iterator | Turns assignment into insertion |
| bad_alloc | Exception possibly thrown by new |
| bad_cast | Thrown during incorrect typecasting |
| bad_exception | |
| bad_typeid | |
| basic_ios | Virtual base class for all stream classes |
| basic_string | Managing sequences of characters and character-like objects |
| bidirectional_iterator_tag | Bidirectional iterators support a superset of forward iterator operations |
| binary_function | |
| binary_negate | One of the negation functors |
| binder1st | One of the binder functors |
| binder2nd | One of the binder functors |
| char_traits | Base class used to implement std::char_traits |
| char_traits | Basis for explicit traits specializations |
| char_traits< char > | 21.1.3.1 char_traits specializations |
| Char_types | Mapping from character type to associated types |
| codecvt_abstract_base | Common base for codecvt facet |
| codecvt_base | Base class for codecvt facet providing conversion result enum |
| collate | Facet for localized string comparison |
| const_mem_fun1_ref_t | One of the adaptors for member pointers |
| const_mem_fun1_ref_t< void, Type, Arg > | One of the adaptors for member pointers |
| const_mem_fun1_t | One of the adaptors for member pointers |
| const_mem_fun1_t< void, Type, Arg > | One of the adaptors for member pointers |
| const_mem_fun_ref_t | One of the adaptors for member pointers |
| const_mem_fun_ref_t< void, Type > | One of the adaptors for member pointers |
| const_mem_fun_t | One of the adaptors for member pointers |
| const_mem_fun_t< void, Type > | One of the adaptors for member pointers |
| ctype | Template ctype facet |
| ctype< char > | The ctype<char> specialization |
| ctype_abstract_base | Common base for ctype facet |
| debug_allocator | A meta-allocator with debugging bits, as per [20.4] |
| deque | A standard container using fixed-size memory allocation and constant-time manipulation of elements at either end |
| Deque_iterator | A deque::iterator |
| divides | One of the math functors |
| equal_to | One of the comparison functors |
| exception | Base class for all library exceptions |
| forward_iterator_tag | Forward iterators support a superset of input iterator operations |
| fpos | Class representing stream positions |
| front_insert_iterator | Turns assignment into insertion |
| greater | One of the comparison functors |
| greater_equal | One of the comparison functors |
| gslice | Class defining multi-dimensional subset of an array |
| gslice_array | Reference to multi-dimensional subset of an array |
| indirect_array | Reference to arbitrary subset of an array |
| input_iterator_tag | Marking input iterators |
| insert_iterator | Turns assignment into insertion |
| ios_base | The very top of the I/O class hierarchy |
| ios_base::failure | These are thrown to indicate problems. Doc me |
| istream_iterator | Provides input iterator semantics for streams |
| istreambuf_iterator | Provides input iterator semantics for streambufs |
| iterator | Common iterator class |
| iterator_traits | |
| less | One of the comparison functors |
| less_equal | One of the comparison functors |
| list | A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence |
| List_const_iterator | A list::const_iterator |
| List_iterator | A list::iterator |
| locale | Container class for localization functionality |
| locale::facet | Localization functionality base class |
| locale::id | Facet ID class |
| logical_and | One of the Boolean operations functors |
| logical_not | One of the Boolean operations functors |
| logical_or | One of the Boolean operations functors |
| malloc_allocator | An allocator that uses malloc |
| map | A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time |
| mask_array | Reference to selected subset of an array |
| mem_fun1_ref_t | One of the adaptors for member pointers |
| mem_fun1_ref_t< void, Type, Arg > | One of the adaptors for member pointers |
| mem_fun1_t | One of the adaptors for member pointers |
| mem_fun1_t< void, Type, Arg > | One of the adaptors for member pointers |
| mem_fun_ref_t | One of the adaptors for member pointers |
| mem_fun_ref_t< void, Type > | One of the adaptors for member pointers |
| mem_fun_t | One of the adaptors for member pointers |
| mem_fun_t< void, Type > | One of the adaptors for member pointers |
| messages | Facet for handling message catalogs |
| messages_base | Messages facet base class providing catalog typedef |
| minus | One of the math functors |
| modulus | One of the math functors |
| money_base | Money format ordering data |
| money_get | Facet for parsing monetary amounts |
| money_put | Facet for outputting monetary amounts |
| moneypunct | Facet for formatting data for money amounts |
| multimap | A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time |
| multiplies | One of the math functors |
| multiset | A standard container made up of elements, which can be retrieved in logarithmic time |
| negate | One of the math functors |
| new_allocator | An allocator that uses global new, as per [20.4] |
| Not_equal_to | |
| not_equal_to | One of the comparison functors |
| num_get | Facet for parsing number strings |
| num_put | Facet for converting numbers to strings |
| numpunct | Numpunct facet |
| ostream_iterator | Provides output iterator semantics for streams |
| ostreambuf_iterator | Provides output iterator semantics for streambufs |
| output_iterator_tag | Marking output iterators |
| pair | Pair holds two objects of arbitrary type |
| plus | One of the math functors |
| pointer_to_binary_function | One of the adaptors for function pointers |
| pointer_to_unary_function | One of the adaptors for function pointers |
| priority_queue | A standard container automatically sorting its contents |
| queue | A standard container giving FIFO behavior |
| random_access_iterator_tag | Random-access iterators support a superset of bidirectional iterator operations |
| raw_storage_iterator | |
| reverse_iterator | |
| Safe_iterator | Safe iterator wrapper |
| Safe_iterator_base | Basic functionality for a "safe" iterator |
| Safe_sequence | Base class for constructing a "safe" sequence type that tracks iterators that reference it |
| Safe_sequence_base | Base class that supports tracking of iterators that reference a sequence |
| set | A standard container made up of unique keys, which can be retrieved in logarithmic time |
| slice | Class defining one-dimensional subset of an array |
| slice_array | Reference to one-dimensional subset of an array |
| stack | A standard container giving FILO behavior |
| stdio_filebuf | Provides a layer of compatibility for C/POSIX |
| time_base | Time format ordering data |
| time_get | Facet for parsing dates and times |
| time_put | Facet for outputting dates and times |
| type_info | Part of RTTI |
| unary_function | |
| unary_negate | One of the negation functors |
| vector | A standard container which offers fixed time access to individual elements in any order |
| vector< bool, Alloc > | A specialization of vector for booleans which offers fixed time access to individual elements in any order |