 __atomic0::atomic_address | 29.4.2, address types |
 __atomic0::atomic_bool | Atomic_bool |
 __atomic0::atomic_flag | Atomic_flag |
 __atomic2::atomic_address | 29.4.2, address types |
 __atomic2::atomic_bool | Atomic_bool |
 __atomic2::atomic_flag | Atomic_flag |
 __cxxabiv1::__forced_unwind | Thrown as part of forced unwinding.A magic placeholder class that can be caught by reference to recognize forced unwinding |
 __gnu_cxx::__common_pool_policy< _PoolTp, _Thread > | Policy for shared __pool objects |
 __gnu_cxx::__detail::__mini_vector< _Tp > | __mini_vector<> is a stripped down version of the full-fledged std::vector<> |
 __gnu_cxx::__detail::_Bitmap_counter< _Tp > | The bitmap counter which acts as the bitmap manipulator, and manages the bit-manipulation functions and the searching and identification functions on the bit-map |
 __gnu_cxx::__mt_alloc_base< _Tp > | Base class for _Tp dependent member functions |
  __gnu_cxx::__mt_alloc< _Tp, _Poolp > | This is a fixed size (power of 2) allocator which - when compiled with thread support - will maintain one freelist per size per thread plus a "global" one. Steps are taken to limit the per thread freelist sizes (by returning excess back to the "global" list).Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch32.html |
 __gnu_cxx::__per_type_pool_policy< _Tp, _PoolTp, _Thread > | Policy for individual __pool objects |
 __gnu_cxx::__pool_alloc_base | Base class for __pool_alloc |
  __gnu_cxx::__pool_alloc< _Tp > | Allocator using a memory pool with a single lock |
 __gnu_cxx::__pool_base | Base class for pool object |
  __gnu_cxx::__pool< false > | Specialization for single thread |
  __gnu_cxx::__pool< true > | Specialization for thread enabled, via gthreads.h |
 __gnu_cxx::__rc_string_base< _CharT, _Traits, _Alloc > | |
 __gnu_cxx::__scoped_lock | Scoped lock idiom |
 __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | Managing sequences of characters and character-like objects |
 __gnu_cxx::_Caster< _ToType > | |
 __gnu_cxx::_Char_types< _CharT > | Mapping from character type to associated types |
 __gnu_cxx::_ExtPtr_allocator< _Tp > | An example allocator which uses a non-standard pointer type.This allocator specifies that containers use a 'relative pointer' as it's pointer type. (See ext/pointer.h) Memory allocation in this example is still performed using std::allocator |
 __gnu_cxx::_Invalid_type | |
 __gnu_cxx::_Pointer_adapter< _Storage_policy > | |
 __gnu_cxx::_Relative_pointer_impl< _Tp > | A storage policy for use with _Pointer_adapter<> which stores the pointer's address as an offset value which is relative to its own address |
 __gnu_cxx::_Relative_pointer_impl< const _Tp > | |
 __gnu_cxx::_Std_pointer_impl< _Tp > | A storage policy for use with _Pointer_adapter<> which yields a standard pointer |
 __gnu_cxx::_Unqualified_type< _Tp > | |
 __gnu_cxx::array_allocator_base< _Tp > | Base class |
  __gnu_cxx::array_allocator< _Tp, _Array > | An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated |
 __gnu_cxx::char_traits< _CharT > | Base class used to implement std::char_traits |
  std::char_traits< _CharT > | Basis for explicit traits specializations |
   __gnu_cxx::encoding_char_traits< _CharT > | Encoding_char_traits |
 __gnu_cxx::character< V, I, S > | A POD class that serves as a character abstraction class |
 __gnu_cxx::constant_binary_fun< _Result, _Arg1, _Arg2 > | An SGI extension |
 __gnu_cxx::constant_unary_fun< _Result, _Argument > | An SGI extension |
 __gnu_cxx::constant_void_fun< _Result > | An SGI extension |
 __gnu_cxx::debug_allocator< _Alloc > | A meta-allocator with debugging bits, as per [20.4].This is precisely the allocator defined in the C++ Standard |
 __gnu_cxx::encoding_state | Extension to use iconv for dealing with character encodings |
 __gnu_cxx::free_list | The free list class for managing chunks of memory to be given to and returned by the bitmap_allocator |
  __gnu_cxx::bitmap_allocator< _Tp > | Bitmap Allocator, primary template |
 __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqualKey, _Alloc > | |
 __gnu_cxx::hash_multimap< _Key, _Tp, _HashFn, _EqualKey, _Alloc > | |
 __gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc > | |
 __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc > | |
 __gnu_cxx::malloc_allocator< _Tp > | An allocator that uses malloc.This is precisely the allocator defined in the C++ Standard |
 __gnu_cxx::new_allocator< _Tp > | An allocator that uses global new, as per [20.4].This is precisely the allocator defined in the C++ Standard |
 __gnu_cxx::project1st< _Arg1, _Arg2 > | An SGI extension |
 __gnu_cxx::project2nd< _Arg1, _Arg2 > | An SGI extension |
 __gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > | |
 __gnu_cxx::rope< _CharT, _Alloc > | |
 __gnu_cxx::select1st< _Pair > | An SGI extension |
 __gnu_cxx::select2nd< _Pair > | An SGI extension |
 __gnu_cxx::slist< _Tp, _Alloc > | |
 __gnu_cxx::throw_allocator_base | Base class |
  __gnu_cxx::throw_allocator< T > | Allocator class with logging and exception control |
 __gnu_debug::__is_same< _Type1, _Type2 > | |
 __gnu_debug::_After_nth_from< _Iterator > | |
 __gnu_debug::_Not_equal_to< _Type > | |
 __gnu_debug::_Safe_iterator_base | Basic functionality for a "safe" iterator |
  __gnu_debug::_Safe_iterator< _Iterator, _Sequence > | Safe iterator wrapper |
 __gnu_debug::_Safe_sequence_base | Base class that supports tracking of iterators that reference a sequence |
  __gnu_debug::_Safe_sequence< _Sequence > | Base class for constructing a "safe" sequence type that tracks iterators that reference it |
  __gnu_debug::_Safe_sequence< basic_string< _CharT, _Traits, _Allocator > > | |
  __gnu_debug::_Safe_sequence< deque< _Tp, _Allocator > > | |
  __gnu_debug::_Safe_sequence< list< _Tp, _Allocator > > | |
  __gnu_debug::_Safe_sequence< map< _Key, _Tp, _Compare, _Allocator > > | |
  __gnu_debug::_Safe_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > | |
  __gnu_debug::_Safe_sequence< multiset< _Key, _Compare, _Allocator > > | |
  __gnu_debug::_Safe_sequence< set< _Key, _Compare, _Allocator > > | |
  __gnu_debug::_Safe_sequence< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > > | |
  __gnu_debug::_Safe_sequence< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > > | |
  __gnu_debug::_Safe_sequence< unordered_multiset< _Value, _Hash, _Pred, _Alloc > > | |
  __gnu_debug::_Safe_sequence< unordered_set< _Value, _Hash, _Pred, _Alloc > > | |
  __gnu_debug::_Safe_sequence< vector< _Tp, _Allocator > > | |
 __gnu_parallel::_Settings | Class _Settings Run-time settings for the parallel mode, including all tunable parameters |
 __gnu_parallel::accumulate_binop_reduct< BinOp > | General reduction, using a binary operator |
 __gnu_parallel::DRandomShufflingGlobalData< RandomAccessIterator > | Data known to every thread participating in __gnu_parallel::parallel_random_shuffle() |
 __gnu_parallel::DRSSorterPU< RandomAccessIterator, RandomNumberGenerator > | Local data for a thread participating in __gnu_parallel::parallel_random_shuffle() |
 __gnu_parallel::dummy_reduct | Reduction function doing nothing |
 __gnu_parallel::find_tag | Base class for for std::find() variants |
  __gnu_parallel::constant_size_blocks_tag | Selects the constant block size variant for std::find() |
  __gnu_parallel::equal_split_tag | Selects the equal splitting variant for std::find() |
  __gnu_parallel::growing_blocks_tag | Selects the growing block size variant for std::find() |
 __gnu_parallel::generic_find_selector | Base class of all __gnu_parallel::find_template selectors |
  __gnu_parallel::adjacent_find_selector | Test predicate on two adjacent elements |
  __gnu_parallel::find_first_of_selector< ForwardIterator > | Test predicate on several elements |
  __gnu_parallel::find_if_selector | Test predicate on a single element, used for std::find() and std::find_if () |
  __gnu_parallel::mismatch_selector | Test inverted predicate on a single element |
 __gnu_parallel::generic_for_each_selector< It > | Generic selector for embarrassingly parallel functions |
  __gnu_parallel::accumulate_selector< It > | Std::accumulate() selector |
  __gnu_parallel::adjacent_difference_selector< It > | Selector that returns the difference between two adjacent elements |
  __gnu_parallel::count_if_selector< It, Diff > | Std::count_if () selector |
  __gnu_parallel::count_selector< It, Diff > | Std::count() selector |
  __gnu_parallel::fill_selector< It > | Std::fill() selector |
  __gnu_parallel::for_each_selector< It > | Std::for_each() selector |
  __gnu_parallel::generate_selector< It > | Std::generate() selector |
  __gnu_parallel::identity_selector< It > | Selector that just returns the passed iterator |
  __gnu_parallel::inner_product_selector< It, It2, T > | Std::inner_product() selector |
  __gnu_parallel::replace_if_selector< It, Op, T > | Std::replace() selector |
  __gnu_parallel::replace_selector< It, T > | Std::replace() selector |
  __gnu_parallel::transform1_selector< It > | Std::transform() selector, one input sequence variant |
  __gnu_parallel::transform2_selector< It > | Std::transform() selector, two input sequences variant |
 __gnu_parallel::guarded_iterator< RandomAccessIterator, Comparator > | Iterator wrapper supporting an implicit supremum at the end of the sequence, dominating all comparisons |
 __gnu_parallel::iterator_triple< Iterator1, Iterator2, Iterator3, IteratorCategory > | A triple of iterators. The usual iterator operations are applied to all three child iterators |
 __gnu_parallel::Job< _DifferenceTp > | One job for a certain thread |
 __gnu_parallel::loser_tree_traits< T > | Traits for determining whether the loser tree should use pointers or copies |
 __gnu_parallel::LoserTreeBase< T, Comparator > | Guarded loser/tournament tree |
  __gnu_parallel::LoserTree< stable, T, Comparator > | Stable LoserTree variant |
  __gnu_parallel::LoserTree< false, T, Comparator > | Unstable LoserTree variant |
 __gnu_parallel::LoserTreeBase< T, Comparator >::Loser | Internal representation of a LoserTree element |
 __gnu_parallel::LoserTreePointerBase< T, Comparator > | Base class of Loser Tree implementation using pointers |
  __gnu_parallel::LoserTreePointer< stable, T, Comparator > | Stable LoserTree implementation |
  __gnu_parallel::LoserTreePointer< false, T, Comparator > | Unstable LoserTree implementation |
 __gnu_parallel::LoserTreePointerBase< T, Comparator >::Loser | Internal representation of LoserTree elements |
 __gnu_parallel::LoserTreePointerUnguardedBase< T, Comparator > | Unguarded loser tree, keeping only pointers to the elements in the tree structure |
  __gnu_parallel::LoserTreePointerUnguarded< stable, T, Comparator > | Stable unguarded LoserTree variant storing pointers |
  __gnu_parallel::LoserTreePointerUnguarded< false, T, Comparator > | Unstable unguarded LoserTree variant storing pointers |
 __gnu_parallel::LoserTreeUnguardedBase< T, Comparator > | Base class for unguarded LoserTree implementation |
  __gnu_parallel::LoserTreeUnguarded< stable, T, Comparator > | Stable implementation of unguarded LoserTree |
  __gnu_parallel::LoserTreeUnguarded< false, T, Comparator > | Non-Stable implementation of unguarded LoserTree |
 __gnu_parallel::max_element_reduct< Comp, It > | Reduction for finding the maximum element, using a comparator |
 __gnu_parallel::min_element_reduct< Comp, It > | Reduction for finding the maximum element, using a comparator |
 __gnu_parallel::multiway_merge_3_variant_sentinel_switch< sentinels, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > | Switch for 3-way merging with sentinels turned off |
 __gnu_parallel::multiway_merge_3_variant_sentinel_switch< true, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > | Switch for 3-way merging with sentinels turned on |
 __gnu_parallel::multiway_merge_4_variant_sentinel_switch< sentinels, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > | Switch for 4-way merging with sentinels turned off |
 __gnu_parallel::multiway_merge_4_variant_sentinel_switch< true, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > | Switch for 4-way merging with sentinels turned on |
 __gnu_parallel::multiway_merge_k_variant_sentinel_switch< sentinels, stable, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > | Switch for k-way merging with sentinels turned on |
 __gnu_parallel::multiway_merge_k_variant_sentinel_switch< false, stable, RandomAccessIteratorIterator, RandomAccessIterator3, _DifferenceTp, Comparator > | Switch for k-way merging with sentinels turned off |
 __gnu_parallel::nothing | Functor doing nothing |
 __gnu_parallel::parallel_tag | Recommends parallel execution at compile time, optionally using a user-specified number of threads |
  __gnu_parallel::balanced_quicksort_tag | Forces parallel sorting using balanced quicksort at compile time |
  __gnu_parallel::balanced_tag | Recommends parallel execution using dynamic load-balancing at compile time |
  __gnu_parallel::default_parallel_tag | Recommends parallel execution using the default parallel algorithm |
  __gnu_parallel::exact_tag | Forces parallel merging with exact splitting, at compile time |
  __gnu_parallel::multiway_mergesort_exact_tag | Forces parallel sorting using multiway mergesort with exact splitting at compile time |
  __gnu_parallel::multiway_mergesort_sampling_tag | Forces parallel sorting using multiway mergesort with splitting by sampling at compile time |
  __gnu_parallel::multiway_mergesort_tag | Forces parallel sorting using multiway mergesort at compile time |
  __gnu_parallel::omp_loop_static_tag | Recommends parallel execution using OpenMP static load-balancing at compile time |
  __gnu_parallel::omp_loop_tag | Recommends parallel execution using OpenMP dynamic load-balancing at compile time |
  __gnu_parallel::quicksort_tag | Forces parallel sorting using unbalanced quicksort at compile time |
  __gnu_parallel::sampling_tag | Forces parallel merging with exact splitting, at compile time |
  __gnu_parallel::unbalanced_tag | Recommends parallel execution using static load-balancing at compile time |
 __gnu_parallel::Piece< _DifferenceTp > | Subsequence description |
 __gnu_parallel::PMWMSSortingData< RandomAccessIterator > | Data accessed by all threads |
 __gnu_parallel::pseudo_sequence< T, _DifferenceTp > | Sequence that conceptually consists of multiple copies of the same element. The copies are not stored explicitly, of course |
 __gnu_parallel::pseudo_sequence_iterator< T, _DifferenceTp > | Iterator associated with __gnu_parallel::pseudo_sequence. If features the usual random-access iterator functionality |
 __gnu_parallel::QSBThreadLocal< RandomAccessIterator > | Information local to one thread in the parallel quicksort run |
 __gnu_parallel::random_number | Random number generator, based on the Mersenne twister |
 __gnu_parallel::RestrictedBoundedConcurrentQueue< T > | Double-ended queue of bounded size, allowing lock-free atomic access. push_front() and pop_front() must not be called concurrently to each other, while pop_back() can be called concurrently at all times. empty() , size() , and top() are intentionally not provided. Calling them would not make sense in a concurrent setting |
 __gnu_parallel::sampling_sorter< stable, RandomAccessIterator, StrictWeakOrdering > | Stable sorting functor |
 __gnu_parallel::sampling_sorter< false, RandomAccessIterator, StrictWeakOrdering > | Non-stable sorting functor |
 __gnu_parallel::sequential_tag | Forces sequential execution at compile time |
 __gnu_parallel::split_consistently< exact, RandomAccessIterator, Comparator, SortingPlacesIterator > | Split consistently |
 __gnu_parallel::split_consistently< false, RandomAccessIterator, Comparator, SortingPlacesIterator > | Split by sampling |
 __gnu_parallel::split_consistently< true, RandomAccessIterator, Comparator, SortingPlacesIterator > | Split by exact splitting |
 __gnu_parallel::void_functor< _ValueTp > | Functor that does nothing |
 __gnu_pbds::container_tag | Base data structure tag |
  __gnu_pbds::associative_container_tag | Basic associative-container |
   __gnu_pbds::basic_hash_tag | Basic hash |
    __gnu_pbds::cc_hash_tag | Collision-chaining hash |
    __gnu_pbds::gp_hash_tag | General-probing hash |
   __gnu_pbds::basic_tree_tag | Basic tree |
    __gnu_pbds::tree_tag | Tree |
     __gnu_pbds::ov_tree_tag | Ordered-vector tree |
     __gnu_pbds::rb_tree_tag | Red-black tree |
     __gnu_pbds::splay_tree_tag | Splay tree |
    __gnu_pbds::trie_tag | Trie |
     __gnu_pbds::pat_trie_tag | PATRICIA trie |
   __gnu_pbds::list_update_tag | List-update |
  __gnu_pbds::priority_queue_tag | Basic priority-queue |
   __gnu_pbds::binary_heap_tag | Binary-heap (array-based) |
   __gnu_pbds::binomial_heap_tag | Binomial-heap |
   __gnu_pbds::pairing_heap_tag | Pairing-heap |
   __gnu_pbds::rc_binomial_heap_tag | Redundant-counter binomial-heap |
   __gnu_pbds::thin_heap_tag | Thin heap |
  __gnu_pbds::sequence_tag | Basic sequence |
  __gnu_pbds::string_tag | Basic string container, inclusive of strings, ropes, etc |
 __gnu_pbds::container_traits< Cntnr > | Container_traits |
 __gnu_pbds::detail::value_type_base< Key, Mapped, Allocator, false > | |
 __gnu_pbds::detail::value_type_base< Key, Mapped, Allocator, true > | |
 __gnu_pbds::detail::value_type_base< Key, null_mapped_type, Allocator, false > | |
 __gnu_pbds::detail::value_type_base< Key, null_mapped_type, Allocator, true > | |
 __gnu_pbds::null_mapped_type | A mapped-policy indicating that an associative container is a set |
 std::_Base_bitset<((_Nb)< 1?0:((_Nb)+(__CHAR_BIT__ *sizeof(unsigned long))-1)/(__CHAR_BIT__ *sizeof(unsigned long)))> | |
  std::bitset< _Nb > | The bitset class represents a fixed-size sequence of bits |
 std::_Maybe_get_result_type< _Has_result_type< _Functor >::value, _Functor > | |
  std::_Weak_result_type_impl< _Functor > | |
 std::_Maybe_get_result_type< _Has_result_type< remove_cv< _Functor >::type >::value, remove_cv< _Functor >::type > | |
  std::_Weak_result_type_impl< remove_cv< _Functor >::type > | |
   std::_Weak_result_type< _Functor > | |
 std::_Maybe_get_result_type< _Has_result_type< remove_cv< _Tp >::type >::value, remove_cv< _Tp >::type > | |
  std::_Weak_result_type_impl< remove_cv< _Tp >::type > | |
   std::_Weak_result_type< _Tp > | |
 std::_Maybe_unary_or_binary_function< _Res, _ArgTypes...> | |
  std::function< _Res(_ArgTypes...)> | Class function |
 std::_Maybe_unary_or_binary_function< _Res, _Class *, _ArgTypes...> | |
  std::_Mem_fn< _Res(_Class::*)(_ArgTypes...)> | Implementation of mem_fn for member function pointers |
 std::_Maybe_unary_or_binary_function< _Res, const _Class *, _ArgTypes...> | |
  std::_Mem_fn< _Res(_Class::*)(_ArgTypes...) const > | Implementation of mem_fn for const member function pointers |
 std::_Maybe_unary_or_binary_function< _Res, const volatile _Class *, _ArgTypes...> | |
  std::_Mem_fn< _Res(_Class::*)(_ArgTypes...) const volatile > | Implementation of mem_fn for const volatile member function pointers |
 std::_Maybe_unary_or_binary_function< _Res, volatile _Class *, _ArgTypes...> | |
  std::_Mem_fn< _Res(_Class::*)(_ArgTypes...) volatile > | Implementation of mem_fn for volatile member function pointers |
 std::_Reference_wrapper_base< remove_cv< _Tp >::type > | |
  std::reference_wrapper< _Tp > | Reference_wrapper |
 std::_Safe_tuple_element_impl< __i, _Tuple,(__i >=0 &&__i< tuple_size< _Tuple >::value)> | |
 std::_Vector_base< std::sub_match< _Bi_iter >, _Allocator > | |
  std::vector< std::sub_match< _Bi_iter >, _Allocator > | |
   std::match_results< _Bi_iter, _Allocator > | The results of a match or search operation |
 std::basic_streambuf< _CharT, encoding_char_traits< _CharT > > | |
  std::basic_filebuf< _CharT, encoding_char_traits< _CharT > > | |
   __gnu_cxx::enc_filebuf< _CharT > | Class enc_filebuf |
 std::basic_streambuf< char, _Traits > | |
 std::basic_streambuf< char, char_traits< char > > | |
 std::basic_string< _CharT, _Traits, _Allocator > | |
 std::binary_function< _Arg1, _Arg2, _Arg1 > | |
 std::binary_function< _Arg1, _Arg2, _Arg2 > | |
 std::binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > | |
  std::binary_negate< _Predicate > | One of the negation functors |
 std::binary_function< _T1 *, _T2, _Res > | |
 std::binary_function< _T1, _T2, _Res > | |
  std::_Maybe_unary_or_binary_function< _Res, _T1, _T2 > | Derives from binary_function , as appropriate |
 std::binary_function< _Tp *, _Arg, _Ret > | |
  std::mem_fun1_t< _Ret, _Tp, _Arg > | One of the adaptors for member pointers |
 std::binary_function< _Tp, _Arg, _Ret > | |
  std::const_mem_fun1_ref_t< _Ret, _Tp, _Arg > | One of the adaptors for member pointers |
  std::mem_fun1_ref_t< _Ret, _Tp, _Arg > | One of the adaptors for member pointers |
 std::binary_function< _Tp, _Tp, _Tp > | |
  std::divides< _Tp > | One of the math functors |
  std::minus< _Tp > | One of the math functors |
  std::modulus< _Tp > | One of the math functors |
  std::multiplies< _Tp > | One of the math functors |
  std::plus< _Tp > | One of the math functors |
 std::binary_function< _Tp, _Tp, bool > | |
  std::equal_to< _Tp > | One of the comparison functors |
  std::greater< _Tp > | One of the comparison functors |
  std::greater_equal< _Tp > | One of the comparison functors |
  std::less< _Tp > | One of the comparison functors |
  std::less_equal< _Tp > | One of the comparison functors |
  std::logical_and< _Tp > | One of the Boolean operations functors |
  std::logical_or< _Tp > | One of the Boolean operations functors |
  std::not_equal_to< _Tp > | One of the comparison functors |
 std::binary_function< _Tp1, _Tp2, _Tp1 > | |
  __gnu_parallel::multiplies< _Tp1, _Tp2 > | Similar to std::multiplies, but allows two different types |
  __gnu_parallel::plus< _Tp1, _Tp2 > | Similar to std::plus, but allows two different types |
 std::binary_function< _Tp::first_argument_type, _Tp::second_argument_type, _Tp::result_type > | |
 std::binary_function< const _T1 *, _T2, _Res > | |
 std::binary_function< const _Tp *, _Arg, _Ret > | |
  std::const_mem_fun1_t< _Ret, _Tp, _Arg > | One of the adaptors for member pointers |
 std::binary_function< const volatile _T1 *, _T2, _Res > | |
 std::binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > > | |
 std::binary_function< std::pair< T1, T2 >, std::pair< T1, T2 >, bool > | |
  __gnu_parallel::lexicographic< T1, T2, Comparator > | Compare a pair of types lexicographically, ascending |
 std::binary_function< T1, T2, bool > | |
  __gnu_parallel::equal_from_less< Comparator, T1, T2 > | Constructs predicate for equality from strict weak ordering predicate |
  __gnu_parallel::equal_to< T1, T2 > | Similar to std::equal_to, but allows two different types |
  __gnu_parallel::less< T1, T2 > | Similar to std::less, but allows two different types |
  __gnu_parallel::lexicographic_reverse< T1, T2, Comparator > | Compare a pair of types lexicographically, descending |
 std::binary_function< value_type, value_type, bool > | |
 std::binary_function< volatile _T1 *, _T2, _Res > | |
 std::integral_constant< bool, __has_virtual_destructor(_Tp)> | |
  std::has_virtual_destructor< _Tp > | Has_virtual_destructor |
 std::integral_constant< bool, __is_abstract(_Tp)> | |
  std::is_abstract< _Tp > | Is_abstract |
 std::integral_constant< bool, __is_base_of_helper< _Base, _Derived >::__value > | |
 std::integral_constant< bool, __is_class(_Tp)> | |
  std::is_class< _Tp > | Is_class |
 std::integral_constant< bool, __is_convertible_helper< _From, _To >::__value > | |
 std::integral_constant< bool, __is_empty(_Tp)> | |
  std::is_empty< _Tp > | Is_empty |
 std::integral_constant< bool, __is_enum(_Tp)> | |
  std::is_enum< _Tp > | Is_enum |
 std::integral_constant< bool, __is_pod(_Tp)||is_void< _Tp >::value > | |
 std::integral_constant< bool, __is_polymorphic(_Tp)> | |
  std::is_polymorphic< _Tp > | Is_polymorphic |
 std::integral_constant< bool, __is_union(_Tp)> | |
  std::is_union< _Tp > | Is_union |
 std::integral_constant< bool, _Has_result_type_helper< remove_cv< _Tp >::type >::value > | |
 std::integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > | |
  std::ratio_equal< _R1, _R2 > | Ratio_equal |
 std::integral_constant< bool, is_function< _Tp >::value > | |
 std::integral_constant< bool, is_pod< _Tp >::value > | |
 std::integral_constant< bool, ratio_less< _R2, _R1 >::value > | |
  std::ratio_greater< _R1, _R2 > | Ratio_greater |
 std::integral_constant< bool, true > | |
 std::integral_constant< bool,!(is_function< _Tp >::value||is_reference< _Tp >::value||is_void< _Tp >::value)> | |
  std::is_object< _Tp > | Is_object |
 std::integral_constant< bool,!is_function< _Tp >::value > | |
 std::integral_constant< bool,!is_fundamental< _Tp >::value > | |
  std::is_compound< _Tp > | Is_compound |
 std::integral_constant< bool,!ratio_equal< _R1, _R2 >::value > | |
  std::ratio_not_equal< _R1, _R2 > | Ratio_not_equal |
 std::integral_constant< bool,!ratio_less< _R1, _R2 >::value > | |
  std::ratio_greater_equal< _R1, _R2 > | Ratio_greater_equal |
 std::integral_constant< bool,!ratio_less< _R2, _R1 >::value > | |
  std::ratio_less_equal< _R1, _R2 > | Ratio_less_equal |
 std::integral_constant< bool,(__is_floating_point_helper< remove_cv< _Rep >::type >::value)> | |
  std::is_floating_point< _Rep > | |
   std::chrono::treat_as_floating_point< _Rep > | Treat_as_floating_point |
 std::integral_constant< bool,(__is_floating_point_helper< remove_cv< _Tp >::type >::value)> | |
  std::is_floating_point< _Tp > | Is_floating_point |
 std::integral_constant< bool,(__is_integral_helper< remove_cv< _Tp >::type >::value)> | |
  std::is_integral< _Tp > | Is_integral |
 std::integral_constant< bool,(__is_member_function_pointer_helper< remove_cv< _Tp >::type >::value)> | |
  std::is_member_function_pointer< _Tp > | Is_member_function_pointer |
 std::integral_constant< bool,(__is_member_object_pointer_helper< remove_cv< _Tp >::type >::value)> | |
  std::is_member_object_pointer< _Tp > | Is_member_object_pointer |
 std::integral_constant< bool,(__is_member_pointer_helper< remove_cv< _Tp >::type >::value)> | |
 std::integral_constant< bool,(__is_pointer_helper< remove_cv< _Tp >::type >::value)> | |
  std::is_pointer< _Tp > | Is_pointer |
 std::integral_constant< bool,(__is_signed_helper< remove_cv< _Tp >::type >::value)> | |
 std::integral_constant< bool,(__is_unsigned_helper< remove_cv< _Tp >::type >::value)> | |
 std::integral_constant< bool,(__is_void_helper< remove_cv< _Tp >::type >::value)> | |
  std::is_void< _Tp > | Is_void |
 std::value< __safe_multiply< _R2::num, _R1::den >::value)> | |
 std::integral_constant< bool,(_Pn >=-__INTMAX_MAX__-_Qn)> | |
 std::integral_constant< bool,(_Pn<=__INTMAX_MAX__-_Qn)> | |
 std::integral_constant< bool,(is_arithmetic< _Tp >::value||is_enum< _Tp >::value||is_pointer< _Tp >::value||is_member_pointer< _Tp >::value)> | |
  std::is_scalar< _Tp > | Is_scalar |
 std::integral_constant< bool,(is_arithmetic< _Tp >::value||is_void< _Tp >::value)> | |
  std::is_fundamental< _Tp > | Is_fundamental |
 std::integral_constant< bool,(is_integral< _Tp >::value||is_floating_point< _Tp >::value)> | |
  std::is_arithmetic< _Tp > | Is_arithmetic |
 std::integral_constant< bool,(is_lvalue_reference< _Tp >::value||is_rvalue_reference< _Tp >::value)> | |
  std::is_reference< _Tp > | Is_reference |
 std::integral_constant< bool,(is_pointer< _Tp >::value||is_member_pointer< _Tp >::value)> | |
  std::__is_location_invariant< _Tp > | |
 std::integral_constant< intmax_t, __static_abs< _Pn >::value > | |
 std::integral_constant< intmax_t, __static_abs< _Qn >::value > | |
 std::integral_constant< intmax_t, _Pn *__static_sign< _Pn >::value > | |
 std::integral_constant< intmax_t,(_Pn< 0)?-1:1 > | |
 std::integral_constant< std::size_t, 0 > | |
  std::extent< typename, _Uint > | Extent |
  std::rank< typename > | Rank |
 std::integral_constant< std::size_t, 1+rank< _Tp >::value > | |
 std::integral_constant< std::size_t, __alignof__(_Tp)> | |
  std::alignment_of< _Tp > | Alignment_of |
 std::integral_constant< std::size_t, _Uint==0?0:extent< _Tp, _Uint-1 >::value > | |
 std::integral_constant< std::size_t, _Uint==0?_Size:extent< _Tp, _Uint-1 >::value > | |
 std::iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT & > | |
  std::istreambuf_iterator< _CharT, _Traits > | Provides input iterator semantics for streambufs |
 std::iterator< input_iterator_tag, _Tp, _Dist, const _Tp *, const _Tp & > | |
  std::istream_iterator< _Tp, _CharT, _Traits, _Dist > | Provides input iterator semantics for streams |
 std::iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > | |
  std::reverse_iterator< _Iterator > | |
 std::iterator< output_iterator_tag, void, void, void, void > | |
  std::back_insert_iterator< _Container > | Turns assignment into insertion |
  std::front_insert_iterator< _Container > | Turns assignment into insertion |
  std::insert_iterator< _Container > | Turns assignment into insertion |
  std::ostream_iterator< _Tp, _CharT, _Traits > | Provides output iterator semantics for streams |
  std::ostreambuf_iterator< _CharT, _Traits > | Provides output iterator semantics for streambufs |
  std::raw_storage_iterator< _OutputIterator, _Tp > | |
 std::iterator< std::output_iterator_tag, void, void, void, void > | |
 std::iterator< std::random_access_iterator_tag, _CharT > | |
 std::iterator< std::random_access_iterator_tag, bool > | |
 std::pair< _BiIter, _BiIter > | |
  std::sub_match< _BiIter > | |
 std::pair< Iterator1, Iterator2 > | |
  __gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory > | A pair of iterators. The usual iterator operations are applied to both child iterators |
 std::__numeric_limits_base | Part of std::numeric_limits |
  std::numeric_limits< _Tp > | Properties of fundamental types |
 std::__parallel::c_rand_number< must_be_int > | Functor wrapper for std::rand() |
 std::_Base_bitset< _Nw > | |
 std::_Base_bitset< 0 > | |
 std::_Base_bitset< 1 > | |
 std::_Deque_base< _Tp, _Alloc > | |
  std::deque< _Tp, _Alloc > | A standard container using fixed-size memory allocation and constant-time manipulation of elements at either end |
 std::_Deque_iterator< _Tp, _Ref, _Ptr > | A deque::iterator |
 std::_Derives_from_binary_function< _Tp > | Determines if the type _Tp derives from binary_function |
 std::_Derives_from_unary_function< _Tp > | Determines if the type _Tp derives from unary_function |
 std::_Fnv_hash< size_t > | Dummy generic implementation (for sizeof(size_t) != 4, 8) |
 std::_Function_base | Base class of all polymorphic function object wrappers |
  std::function< _Res(_ArgTypes...)> | Class function |
 std::_Function_to_function_pointer< _Tp, _IsFunctionType > | Turns a function type into a function pointer type |
 std::_Fwd_list_base< _Tp, _Alloc > | Base class for forward_list |
  std::forward_list< _Tp, _Alloc > | A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence |
 std::_Fwd_list_const_iterator< _Tp, _Alloc > | A forward_list::const_iterator |
 std::_Fwd_list_iterator< _Tp, _Alloc > | A forward_list::iterator |
 std::_Fwd_list_node_base< _Alloc > | A helper basic node class for forward_list. This is just a linked list with nothing inside it. There are purely list shuffling utility methods here |
  std::_Fwd_list_node< _Tp, _Alloc > | A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method |
 std::_Has_result_type_helper< _Tp > | |
 std::_Index_tuple< _Indexes > | |
 std::_List_base< _Tp, _Alloc > | See bits/stl_deque.h's _Deque_base for an explanation |
  std::list< _Tp, _Alloc > | A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence |
 std::_List_const_iterator< _Tp > | A list::const_iterator |
 std::_List_iterator< _Tp > | A list::iterator |
 std::_List_node_base | Common part of a node in the list |
  std::_List_node< _Tp > | An actual node in the list |
 std::_Maybe_get_result_type< _Has_result_type, _Functor > | If we have found a result_type, extract it |
 std::_Maybe_unary_or_binary_function< _Res, _ArgTypes > | |
 std::_Maybe_wrap_member_pointer< _Tp > | |
 std::_Maybe_wrap_member_pointer< _Tp _Class::* > | |
 std::_Mu< _Arg, false, false > | |
 std::_Mu< _Arg, false, true > | |
 std::_Mu< _Arg, true, false > | |
 std::_Mu< reference_wrapper< _Tp >, false, false > | |
 std::_Placeholder< _Num > | The type of placeholder objects defined by libstdc++ |
 std::_Reference_wrapper_base< _Tp > | |
 std::_Result_of_impl< false, _Functor()> | |
 std::_Result_of_impl< false, _Functor(_ArgTypes...)> | |
 std::_Result_of_impl< true, _Functor(_ArgTypes...)> | We already know the result type for Functor ; use it |
 std::_Safe_tuple_element_impl< __i, _Tuple, _IsSafe > | |
  std::_Safe_tuple_element< __i, _Tuple > | |
 std::_Safe_tuple_element_impl< __i, _Tuple, false > | |
 std::_Temporary_buffer< _ForwardIterator, _Tp > | |
  __gnu_cxx::temporary_buffer< _ForwardIterator, _Tp > | |
 std::_Tuple_impl< _Idx > | |
 std::_Tuple_impl< _Idx, _Head, _Tail...> | |
 std::_Vector_base< _Tp, _Alloc > | See bits/stl_deque.h's _Deque_base for an explanation |
  std::vector< _Tp, _Alloc > | A standard container which offers fixed time access to individual elements in any order |
 std::_Weak_result_type_impl< _Res(&)(_ArgTypes...)> | Retrieve the result type for a function reference |
 std::_Weak_result_type_impl< _Res(*)(_ArgTypes...)> | Retrieve the result type for a function pointer |
 std::_Weak_result_type_impl< _Res(_ArgTypes...)> | Retrieve the result type for a function type |
 std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const > | Retrieve result type for a const member function pointer |
 std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile > | Retrieve result type for a const volatile member function pointer |
 std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile > | Retrieve result type for a volatile member function pointer |
 std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)> | Retrieve result type for a member function pointer |
 std::add_const< _Tp > | Add_const |
 std::add_cv< _Tp > | Add_cv |
 std::add_lvalue_reference< _Tp > | Add_lvalue_reference |
 std::add_pointer< _Tp > | Add_pointer |
 std::add_rvalue_reference< _Tp > | Add_rvalue_reference |
 std::add_volatile< _Tp > | Add_volatile |
 std::adopt_lock_t | Assume the calling thread has already obtained mutex ownership and manage it |
 std::allocator< _Tp > | The "standard" allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt04ch11.html |
 std::allocator< void > | Allocator<void> specialization |
 std::array< _Tp, _Nm > | A standard container for storing a fixed size sequence of elements |
 std::atomic< _Tp > | Atomic 29.4.3, Generic atomic type, primary class template |
 std::atomic< _Tp * > | Partial specialization for pointer types |
 std::atomic< bool > | Explicit specialization for bool |
 std::atomic< char > | Explicit specialization for char |
 std::atomic< char16_t > | Explicit specialization for char16_t |
 std::atomic< char32_t > | Explicit specialization for char32_t |
 std::atomic< int > | Explicit specialization for int |
 std::atomic< long > | Explicit specialization for long |
 std::atomic< long long > | Explicit specialization for long long |
 std::atomic< short > | Explicit specialization for short |
 std::atomic< signed char > | Explicit specialization for signed char |
 std::atomic< unsigned char > | Explicit specialization for unsigned char |
 std::atomic< unsigned int > | Explicit specialization for unsigned int |
 std::atomic< unsigned long > | Explicit specialization for unsigned long |
 std::atomic< unsigned long long > | Explicit specialization for unsigned long long |
 std::atomic< unsigned short > | Explicit specialization for unsigned short |
 std::atomic< void * > | Explicit specialization for void* |
 std::atomic< wchar_t > | Explicit specialization for wchar_t |
 std::auto_ptr< _Tp > | A simple smart pointer providing strict ownership semantics |
 std::auto_ptr_ref< _Tp1 > | |
 std::basic_istream< _CharT, _Traits >::sentry | Performs setup work for input streams |
 std::basic_ostream< _CharT, _Traits >::sentry | Performs setup work for output streams |
 std::basic_regex< _Ch_type, _Rx_traits > | |
 std::basic_streambuf< _CharT, _Traits > | The actual work of input and output (interface) |
  __gnu_cxx::stdio_sync_filebuf< _CharT, _Traits > | Class stdio_sync_filebuf |
  std::basic_filebuf< _CharT, _Traits > | The actual work of input and output (for files).This class associates both its input and output sequence with an external disk file, and maintains a joint file position for both sequences. Many of its semantics are described in terms of similar behavior in the Standard C Library's FILE streams |
   __gnu_cxx::stdio_filebuf< _CharT, _Traits > | Provides a layer of compatibility for C/POSIX |
  std::basic_stringbuf< _CharT, _Traits, _Alloc > | The actual work of input and output (for std::string).This class associates either or both of its input and output sequences with a sequence of characters, which can be initialized from, or made available as, a std::basic_string . (Paraphrased from [27.7.1]/1.) |
 std::basic_string< _CharT, _Traits, _Alloc > | Managing sequences of characters and character-like objects |
 std::bernoulli_distribution | A Bernoulli random number distribution |
 std::binary_function< _Arg1, _Arg2, _Result > | |
  std::pointer_to_binary_function< _Arg1, _Arg2, _Result > | One of the adaptors for function pointers |
 std::binomial_distribution< _IntType, _RealType > | A discrete binomial random number distribution |
 std::bitset< _Nb >::reference | |
 std::char_traits< __gnu_cxx::character< V, I, S > > | Char_traits<__gnu_cxx::character> specialization |
 std::char_traits< char > | 21.1.3.1 char_traits specializations |
 std::char_traits< wchar_t > | 21.1.3.2 char_traits specializations |
 std::chrono::duration< _Rep, _Period > | Duration |
 std::chrono::duration_values< _Rep > | Duration_values |
 std::chrono::system_clock | System_clock |
 std::chrono::time_point< _Clock, _Duration > | Time_point |
 std::codecvt_base | Empty base class for codecvt facet [22.2.1.5] |
  std::__codecvt_abstract_base< _InternT, _ExternT, encoding_state > | |
   std::codecvt< _InternT, _ExternT, encoding_state > | Codecvt<InternT, _ExternT, encoding_state> specialization |
  std::__codecvt_abstract_base< char, char, mbstate_t > | |
   std::codecvt< char, char, mbstate_t > | Class codecvt<char, char, mbstate_t> specialization |
  std::__codecvt_abstract_base< wchar_t, char, mbstate_t > | |
   std::codecvt< wchar_t, char, mbstate_t > | Class codecvt<wchar_t, char, mbstate_t> specialization |
  std::__codecvt_abstract_base< _InternT, _ExternT, _StateT > | Common base for codecvt functions |
   std::codecvt< _InternT, _ExternT, _StateT > | Class codecvt [22.2.1.5]. NB: Generic, mostly useless implementation |
    std::codecvt_byname< _InternT, _ExternT, _StateT > | Class codecvt_byname [22.2.1.6] |
 std::complex< _Tp > | |
 std::condition_variable | Condition_variable |
 std::condition_variable_any | Condition_variable_any |
 std::ctype_base | Base class for ctype |
  std::__ctype_abstract_base< wchar_t > | |
   std::ctype< wchar_t > | The ctype<wchar_t> specialization |
  std::__ctype_abstract_base< _CharT > | Common base for ctype facet |
   std::ctype< _CharT > | Template ctype facet |
    std::ctype_byname< _CharT > | Class ctype_byname [22.2.1.2] |
  std::ctype< char > | The ctype<char> specialization |
   std::ctype_byname< char > | 22.2.1.4 Class ctype_byname specializations |
 std::default_delete< _Tp > | Primary template, default_delete |
 std::default_delete< _Tp[]> | Specialization, default_delete |
 std::defer_lock_t | Do not acquire ownership of the mutex |
 std::discard_block< _UniformRandomNumberGenerator, __p, __r > | |
 std::error_category | Error_category |
 std::error_code | Error_code |
 std::error_condition | Error_condition |
 std::exception | Base class for all library exceptions |
  __gnu_cxx::forced_exception_error | Thown by throw_allocator |
  std::bad_alloc | Exception possibly thrown by new .bad_alloc (or classes derived from it) is used to report allocation errors from the throwing forms of new |
  std::bad_cast | Thrown during incorrect typecasting.If you attempt an invalid dynamic_cast expression, an instance of this class (or something derived from this class) is thrown |
  std::bad_exception | |
  std::bad_function_call | Exception class thrown when class template function's operator() is called with an empty target |
  std::bad_typeid | Thrown when a NULL pointer in a typeid expression is used |
  std::ios_base::failure | These are thrown to indicate problems with io.27.4.2.1.1 Class ios_base::failure |
  std::lock_error | Thrown to indicate errors with lock operations |
  std::logic_error | One of two subclasses of exception |
   std::domain_error | |
   std::invalid_argument | |
   std::length_error | |
   std::out_of_range | |
  std::runtime_error | One of two subclasses of exception |
   std::overflow_error | |
   std::range_error | |
   std::regex_error | A regular expression exception class.The regular expression library throws objects of this class on error |
   std::system_error | Thrown to indicate error code of underlying system |
   std::underflow_error | |
 std::exponential_distribution< _RealType > | An exponential continuous distribution for random numbers |
 std::fpos< _StateT > | Class representing stream positions |
 std::gamma_distribution< _RealType > | A gamma continuous distribution for random numbers |
 std::geometric_distribution< _IntType, _RealType > | A discrete geometric random number distribution |
 std::gslice | Class defining multi-dimensional subset of an array |
 std::gslice_array< _Tp > | Reference to multi-dimensional subset of an array |
 std::indirect_array< _Tp > | Reference to arbitrary subset of an array |
 std::initializer_list< _E > | Initializer_list |
 std::input_iterator_tag | Marking input iterators |
  std::forward_iterator_tag | Forward iterators support a superset of input iterator operations |
   std::bidirectional_iterator_tag | Bidirectional iterators support a superset of forward iterator operations |
    std::random_access_iterator_tag | Random-access iterators support a superset of bidirectional iterator operations |
 std::integral_constant< _Tp, __v > | Integral_constant |
  std::__is_member_pointer_helper< _Tp > | Is_member_pointer |
  std::is_array< typename > | Is_array |
  std::is_const< typename > | Is_const |
  std::is_error_code_enum< _Tp > | Is_error_code_enum |
  std::is_error_condition_enum< _Tp > | Is_error_condition_enum |
  std::is_function< typename > | Is_function |
  std::is_lvalue_reference< typename > | Is_lvalue_reference |
  std::is_rvalue_reference< typename > | Is_rvalue_reference |
  std::is_same< typename, typename > | Is_same |
  std::is_volatile< typename > | Is_volatile |
 std::ios_base | The base of the I/O class hierarchy.This class defines everything that can be defined about I/O that does not depend on the type of characters being input or output. Most people will only see ios_base when they need to specify the full name of the various I/O flags (e.g., the openmodes) |
  std::basic_ios< char, _Traits > | |
   std::basic_istream< char > | |
   std::basic_istream< char, _Traits > | |
    std::basic_iostream< char > | |
   std::basic_ostream< char > | |
   std::basic_ostream< char, _Traits > | |
    std::basic_iostream< char > | |
  std::basic_ios< _CharT, _Traits > | Virtual base class for all stream classes.Most of the member functions called dispatched on stream objects (e.g., std::cout.foo(bar) ;) are consolidated in this class |
   std::basic_istream< _CharT, _Traits > | Controlling input.This is the base class for all input streams. It provides text formatting of all builtin types, and communicates with any class derived from basic_streambuf to do the actual input |
    std::basic_ifstream< _CharT, _Traits > | Controlling input for files.This class supports reading from named files, using the inherited functions from std::basic_istream. To control the associated sequence, an instance of std::basic_filebuf is used, which this page refers to as sb |
    std::basic_iostream< _CharT, _Traits > | Merging istream and ostream capabilities.This class multiply inherits from the input and output stream classes simply to provide a single interface |
     std::basic_fstream< _CharT, _Traits > | Controlling input and output for files.This class supports reading from and writing to named files, using the inherited functions from std::basic_iostream. To control the associated sequence, an instance of std::basic_filebuf is used, which this page refers to as sb |
     std::basic_stringstream< _CharT, _Traits, _Alloc > | Controlling input and output for std::string.This class supports reading from and writing to objects of type std::basic_string, using the inherited functions from std::basic_iostream. To control the associated sequence, an instance of std::basic_stringbuf is used, which this page refers to as sb |
    std::basic_istringstream< _CharT, _Traits, _Alloc > | Controlling input for std::string.This class supports reading from objects of type std::basic_string, using the inherited functions from std::basic_istream. To control the associated sequence, an instance of std::basic_stringbuf is used, which this page refers to as sb |
   std::basic_ostream< _CharT, _Traits > | Controlling output.This is the base class for all output streams. It provides text formatting of all builtin types, and communicates with any class derived from basic_streambuf to do the actual output |
    std::basic_iostream< _CharT, _Traits > | Merging istream and ostream capabilities.This class multiply inherits from the input and output stream classes simply to provide a single interface |
    std::basic_ofstream< _CharT, _Traits > | Controlling output for files.This class supports reading from named files, using the inherited functions from std::basic_ostream. To control the associated sequence, an instance of std::basic_filebuf is used, which this page refers to as sb |
    std::basic_ostringstream< _CharT, _Traits, _Alloc > | Controlling output for std::string.This class supports writing to objects of type std::basic_string, using the inherited functions from std::basic_ostream. To control the associated sequence, an instance of std::basic_stringbuf is used, which this page refers to as sb |
 std::is_bind_expression< _Tp > | Determines if the given type _Tp is a function object should be treated as a subexpression when evaluating calls to function objects returned by bind(). [TR1 3.6.1] |
 std::is_bind_expression< _Bind< _Signature > > | Class template _Bind is always a bind expression |
 std::is_bind_expression< _Bind_result< _Result, _Signature > > | Class template _Bind_result is always a bind expression |
 std::is_placeholder< _Tp > | Determines if the given type _Tp is a placeholder in a bind() expression and, if so, which placeholder it is. [TR1 3.6.2] |
 std::is_placeholder< _Placeholder< _Num > > | |
 std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference > | Common iterator class |
 std::iterator_traits< _Iterator > | |
 std::linear_congruential< _UIntType, __a, __c, __m > | A model of a linear congruential random number generator |
 std::locale | Container class for localization functionality |
 std::locale::facet | Localization functionality base class |
  std::__codecvt_abstract_base< _InternT, _ExternT, encoding_state > | |
  std::__codecvt_abstract_base< char, char, mbstate_t > | |
  std::__codecvt_abstract_base< wchar_t, char, mbstate_t > | |
  std::__ctype_abstract_base< wchar_t > | |
  std::__codecvt_abstract_base< _InternT, _ExternT, _StateT > | Common base for codecvt functions |
  std::__ctype_abstract_base< _CharT > | Common base for ctype facet |
  std::collate< _CharT > | Facet for localized string comparison |
   std::collate_byname< _CharT > | Class collate_byname [22.2.4.2] |
  std::ctype< char > | The ctype<char> specialization |
  std::messages< _CharT > | Facet for handling message catalogs |
   std::messages_byname< _CharT > | Class messages_byname [22.2.7.2] |
  std::money_get< _CharT, _InIter > | Facet for parsing monetary amounts |
  std::money_put< _CharT, _OutIter > | Facet for outputting monetary amounts |
  std::moneypunct< _CharT, _Intl > | Facet for formatting data for money amounts |
   std::moneypunct_byname< _CharT, _Intl > | Class moneypunct_byname [22.2.6.4] |
  std::num_get< _CharT, _InIter > | Facet for parsing number strings |
  std::num_put< _CharT, _OutIter > | Facet for converting numbers to strings |
  std::numpunct< _CharT > | Numpunct facet |
   std::numpunct_byname< _CharT > | Class numpunct_byname [22.2.3.2] |
  std::time_get< _CharT, _InIter > | Facet for parsing dates and times |
   std::time_get_byname< _CharT, _InIter > | Class time_get_byname [22.2.5.2] |
  std::time_put< _CharT, _OutIter > | Facet for outputting dates and times |
   std::time_put_byname< _CharT, _OutIter > | Class time_put_byname [22.2.5.4] |
 std::locale::id | Facet ID class |
 std::lock_guard< _Mutex > | Scoped lock idiom |
 std::map< _Key, _Tp, _Compare, _Alloc > | A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time |
 std::mask_array< _Tp > | Reference to selected subset of an array |
 std::messages_base | Messages facet base class providing catalog typedef |
  std::messages< _CharT > | Facet for handling message catalogs |
 std::money_base | Money format ordering data |
  std::moneypunct< _CharT, _Intl > | Facet for formatting data for money amounts |
 std::move_iterator< _Iterator > | |
 std::multimap< _Key, _Tp, _Compare, _Alloc > | A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time |
 std::multiset< _Key, _Compare, _Alloc > | A standard container made up of elements, which can be retrieved in logarithmic time |
 std::mutex | Mutex |
 std::normal_distribution< _RealType > | A normal continuous distribution for random numbers |
 std::numeric_limits< bool > | Numeric_limits<bool> specialization |
 std::numeric_limits< char > | Numeric_limits<char> specialization |
 std::numeric_limits< char16_t > | Numeric_limits<char16_t> specialization |
 std::numeric_limits< char32_t > | Numeric_limits<char32_t> specialization |
 std::numeric_limits< double > | Numeric_limits<double> specialization |
 std::numeric_limits< float > | Numeric_limits<float> specialization |
 std::numeric_limits< int > | Numeric_limits<int> specialization |
 std::numeric_limits< long > | Numeric_limits<long> specialization |
 std::numeric_limits< long double > | Numeric_limits<long double> specialization |
 std::numeric_limits< long long > | Numeric_limits<long long> specialization |
 std::numeric_limits< short > | Numeric_limits<short> specialization |
 std::numeric_limits< signed char > | Numeric_limits<signed char> specialization |
 std::numeric_limits< unsigned char > | Numeric_limits<unsigned char> specialization |
 std::numeric_limits< unsigned int > | Numeric_limits<unsigned int> specialization |
 std::numeric_limits< unsigned long > | Numeric_limits<unsigned long> specialization |
 std::numeric_limits< unsigned long long > | Numeric_limits<unsigned long long> specialization |
 std::numeric_limits< unsigned short > | Numeric_limits<unsigned short> specialization |
 std::numeric_limits< wchar_t > | Numeric_limits<wchar_t> specialization |
 std::once_flag | Once_flag |
 std::output_iterator_tag | Marking output iterators |
 std::pair< _T1, _T2 > | Pair holds two objects of arbitrary type |
 std::poisson_distribution< _IntType, _RealType > | A discrete Poisson random number distribution |
 std::priority_queue< _Tp, _Sequence, _Compare > | A standard container automatically sorting its contents |
 std::queue< _Tp, _Sequence > | A standard container giving FIFO behavior |
 std::random_device | |
 std::ratio< _Num, _Den > | Provides compile-time rational arithmetic |
 std::ratio_add< _R1, _R2 > | Ratio_add |
 std::ratio_divide< _R1, _R2 > | Ratio_divide |
 std::ratio_less< _R1, _R2 > | Ratio_less |
 std::ratio_multiply< _R1, _R2 > | Ratio_multiply |
 std::ratio_subtract< _R1, _R2 > | Ratio_subtract |
 std::recursive_mutex | Recursive_mutex |
 std::recursive_timed_mutex | Recursive_timed_mutex |
 std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits > | |
 std::regex_token_iterator< _Bi_iter, _Ch_type, _Rx_traits > | |
 std::regex_traits< _Ch_type > | Describes aspects of a regular expression |
 std::remove_all_extents< _Tp > | Remove_all_extents |
 std::remove_const< _Tp > | Remove_const |
 std::remove_cv< _Tp > | Remove_cv |
 std::remove_extent< _Tp > | Remove_extent |
 std::remove_pointer< _Tp > | Remove_pointer |
 std::remove_reference< _Tp > | Remove_reference |
 std::remove_volatile< _Tp > | Remove_volatile |
 std::result_of< _Functor(_ArgTypes...)> | |
 std::set< _Key, _Compare, _Alloc > | A standard container made up of unique keys, which can be retrieved in logarithmic time |
 std::slice | Class defining one-dimensional subset of an array |
 std::slice_array< _Tp > | Reference to one-dimensional subset of an array |
 std::stack< _Tp, _Sequence > | A standard container giving FILO behavior |
 std::thread | Thread |
 std::thread::id | Thread::id |
 std::time_base | Time format ordering data |
  std::time_get< _CharT, _InIter > | Facet for parsing dates and times |
 std::timed_mutex | Timed_mutex |
 std::tr1::__detail::__floating_point_constant< _Tp > | A class to encapsulate type dependent floating point constants. Not everything will be able to be expressed as type logic |
 std::tr1::__detail::__numeric_constants< _Tp > | A structure for numeric constants |
 std::tr1::_Tuple_impl< _Idx > | |
 std::tr1::_Tuple_impl< _Idx, _Head, _Tail...> | |
 std::tr1::tuple_element< 0, tuple< _Head, _Tail...> > | |
 std::tr1::tuple_element< __i, tuple< _Head, _Tail...> > | |
 std::tr1::tuple_size< tuple< _Elements...> > | Class tuple_size |
 std::try_to_lock_t | Try to acquire ownership of the mutex without blocking |
 std::tuple< _Elements > | Tuple |
 std::tuple< _T1, _T2 > | Tuple (2-element), with construction and assignment from a pair |
 std::tuple_element< 0, tuple< _Head, _Tail...> > | |
 std::tuple_element< __i, tuple< _Head, _Tail...> > | |
 std::tuple_size< tuple< _Elements...> > | Class tuple_size |
 std::type_info | Part of RTTI |
 std::unary_function< _Arg, _Result > | |
  __gnu_cxx::binary_compose< _Operation1, _Operation2, _Operation3 > | An SGI extension |
  __gnu_cxx::subtractive_rng | |
  __gnu_cxx::unary_compose< _Operation1, _Operation2 > | An SGI extension |
  std::pointer_to_unary_function< _Arg, _Result > | One of the adaptors for function pointers |
 std::uniform_int< _IntType > | Uniform discrete distribution for random numbers. A discrete random distribution on the range with equal probability throughout the range |
 std::uniform_real< _RealType > | Uniform continuous distribution for random numbers |
 std::unique_lock< _Mutex > | Unique_lock |
 std::unique_ptr< _Tp, _Tp_Deleter > | 20.7.12.2 unique_ptr for single objects |
 std::unique_ptr< _Tp[], _Tp_Deleter > | 20.7.12.3 unique_ptr for array objects with a runtime length |
 std::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > | A standard container composed of unique keys (containing at most one of each key value) that associates values of another type with the keys |
 std::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > | A standard container composed of equivalent keys (possibly containing multiple of each key value) that associates values of another type with the keys |
 std::unordered_multiset< _Value, _Hash, _Pred, _Alloc > | A standard container composed of equivalent keys (possibly containing multiple of each key value) in which the elements' keys are the elements themselves |
 std::unordered_set< _Value, _Hash, _Pred, _Alloc > | A standard container composed of unique keys (containing at most one of each key value) in which the elements' keys are the elements themselves |
 std::valarray< _Tp > | Smart array designed to support numeric processing |
 std::variate_generator< _Engine, _Dist > | |
 std::vector< bool, _Alloc > | A specialization of vector for booleans which offers fixed time access to individual elements in any order |
 std::xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > | |
 std::unary_function< _Functor::argument_type, _Functor::result_type > | |
 std::unary_function< _Operation2::argument_type, _Operation1::result_type > | |
 std::unary_function< _Operation::first_argument_type, _Operation::result_type > | |
  std::binder2nd< _Operation > | One of the binder functors |
 std::unary_function< _Operation::second_argument_type, _Operation::result_type > | |
  std::binder1st< _Operation > | One of the binder functors |
 std::unary_function< _Pair, _Pair::first_type > | |
 std::unary_function< _Pair, _Pair::second_type > | |
 std::unary_function< _Predicate::argument_type, bool > | |
  std::unary_negate< _Predicate > | One of the negation functors |
 std::unary_function< _T1 *, _Res > | |
 std::unary_function< _T1, _Res > | |
  std::_Maybe_unary_or_binary_function< _Res, _T1 > | Derives from unary_function , as appropriate |
 std::unary_function< _Tp *, _Ret > | |
  std::mem_fun_t< _Ret, _Tp > | One of the adaptors for member pointers |
 std::unary_function< _Tp *, size_t > | |
  std::hash< _Tp * > | Partial specializations for pointer types |
 std::unary_function< _Tp, _Ret > | |
  std::const_mem_fun_ref_t< _Ret, _Tp > | One of the adaptors for member pointers |
  std::mem_fun_ref_t< _Ret, _Tp > | One of the adaptors for member pointers |
 std::unary_function< _Tp, _Tp > | |
  std::negate< _Tp > | One of the math functors |
 std::unary_function< _Tp, bool > | |
  std::logical_not< _Tp > | One of the Boolean operations functors |
 std::unary_function< _Tp, size_t > | |
  std::hash< _Tp > | Class template hash |
 std::unary_function< _Tp::argument_type, _Tp::result_type > | |
 std::unary_function< argument_type, bool > | |
  __gnu_parallel::unary_negate< _Predicate, argument_type > | Similar to std::binder1st, but giving the argument types explicitly |
 std::unary_function< const _T1 *, _Res > | |
 std::unary_function< const _Tp *, _Ret > | |
  std::const_mem_fun_t< _Ret, _Tp > | One of the adaptors for member pointers |
 std::unary_function< const volatile _T1 *, _Res > | |
 std::unary_function< first_argument_type, result_type > | |
  __gnu_parallel::binder2nd< _Operation, first_argument_type, second_argument_type, result_type > | Similar to std::binder2nd, but giving the argument types explicitly |
 std::unary_function< second_argument_type, result_type > | |
  __gnu_parallel::binder1st< _Operation, first_argument_type, second_argument_type, result_type > | Similar to std::binder1st, but giving the argument types explicitly |
 std::unary_function< std::pair< _Tp, _Tp >, bool > | |
  __gnu_cxx::__detail::_Ffit_finder< _Tp > | The class which acts as a predicate for applying the first-fit memory allocation policy for the bitmap allocator |
 std::unary_function< unsigned int, unsigned int > | |
 std::unary_function< volatile _T1 *, _Res > | |
 std::valarray< _Dom::value_type > | |
 std::valarray< size_t > | |