libstdc++
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
oC__cxxabiv1::__forced_unwindThrown as part of forced unwinding.A magic placeholder class that can be caught by reference to recognize forced unwinding
oC__gnu_cxx::__common_pool_policy< _PoolTp, _Thread >Policy for shared __pool objects
oC__gnu_cxx::__detail::__mini_vector< _Tp >__mini_vector<> is a stripped down version of the full-fledged std::vector<>
oC__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
oC__gnu_cxx::__mt_alloc_base< _Tp >Base class for _Tp dependent member functions
oC__gnu_cxx::__per_type_pool_policy< _Tp, _PoolTp, _Thread >Policy for individual __pool objects
oC__gnu_cxx::__pool< _Thread >Data describing the underlying memory pool, parameterized on threading support
oC__gnu_cxx::__pool_alloc_baseBase class for __pool_alloc
oC__gnu_cxx::__pool_baseBase class for pool object
oC__gnu_cxx::__rc_string_base< _CharT, _Traits, _Alloc >
oC__gnu_cxx::__scoped_lockScoped lock idiom
oC__gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >Template class __versa_string.Data structure managing sequences of characters and character-like objects
oC__gnu_cxx::_Caster< _ToType >
oC__gnu_cxx::_Char_types< _CharT >Mapping from character type to associated types
oC__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
oC__gnu_cxx::_Invalid_type
oC__gnu_cxx::_Pointer_adapter< _Storage_policy >
oC__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
oC__gnu_cxx::_Relative_pointer_impl< const _Tp >
oC__gnu_cxx::_Std_pointer_impl< _Tp >A storage policy for use with _Pointer_adapter<> which yields a standard pointer
oC__gnu_cxx::_Unqualified_type< _Tp >
oC__gnu_cxx::annotate_baseBase class for checking address and label information about allocations. Create a std::map between the allocated address (void*) and a datum for annotations, which are a pair of numbers corresponding to label and allocated size
oC__gnu_cxx::array_allocator_base< _Tp >Base class
oC__gnu_cxx::char_traits< _CharT >Base class used to implement std::char_traits
oC__gnu_cxx::character< V, I, S >A POD class that serves as a character abstraction class
oC__gnu_cxx::condition_baseBase struct for condition policy
oC__gnu_cxx::constant_binary_fun< _Result, _Arg1, _Arg2 >An SGI extension
oC__gnu_cxx::constant_unary_fun< _Result, _Argument >An SGI extension
oC__gnu_cxx::constant_void_fun< _Result >An SGI extension
oC__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
oC__gnu_cxx::encoding_stateExtension to use iconv for dealing with character encodings
oC__gnu_cxx::free_listThe free list class for managing chunks of memory to be given to and returned by the bitmap_allocator
oC__gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqualKey, _Alloc >
oC__gnu_cxx::hash_multimap< _Key, _Tp, _HashFn, _EqualKey, _Alloc >
oC__gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc >
oC__gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >
oC__gnu_cxx::limit_condition::always_adjustorAlways enter the condition
oC__gnu_cxx::limit_condition::limit_adjustorEnter the nth condition
oC__gnu_cxx::limit_condition::never_adjustorNever enter the condition
oC__gnu_cxx::malloc_allocator< _Tp >An allocator that uses malloc.This is precisely the allocator defined in the C++ Standard
oC__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
oC__gnu_cxx::project1st< _Arg1, _Arg2 >An SGI extension
oC__gnu_cxx::project2nd< _Arg1, _Arg2 >An SGI extension
oC__gnu_cxx::random_condition::always_adjustorAlways enter the condition
oC__gnu_cxx::random_condition::group_adjustorGroup condition
oC__gnu_cxx::random_condition::never_adjustorNever enter the condition
oC__gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >
oC__gnu_cxx::rope< _CharT, _Alloc >
oC__gnu_cxx::select1st< _Pair >An SGI extension
oC__gnu_cxx::select2nd< _Pair >An SGI extension
oC__gnu_cxx::slist< _Tp, _Alloc >
oC__gnu_cxx::throw_value_base< _Cond >Class with exception generation control. Intended to be used as a value_type in templatized code
oC__gnu_debug::_After_nth_from< _Iterator >
oC__gnu_debug::_BeforeBeginHelper< _Sequence >
oC__gnu_debug::_Equal_to< _Type >
oC__gnu_debug::_Not_equal_to< _Type >
oC__gnu_debug::_Safe_iterator_baseBasic functionality for a safe iterator
oC__gnu_debug::_Safe_sequence_baseBase class that supports tracking of iterators that reference a sequence
oC__gnu_parallel::__accumulate_binop_reduct< _BinOp >General reduction, using a binary operator
oC__gnu_parallel::__generic_find_selectorBase class of all __gnu_parallel::__find_template selectors
oC__gnu_parallel::__generic_for_each_selector< _It >Generic __selector for embarrassingly parallel functions
oC__gnu_parallel::__max_element_reduct< _Compare, _It >Reduction for finding the maximum element, using a comparator
oC__gnu_parallel::__min_element_reduct< _Compare, _It >Reduction for finding the maximum element, using a comparator
oC__gnu_parallel::__multiway_merge_3_variant_sentinel_switch< __sentinels, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare >Switch for 3-way merging with __sentinels turned off
oC__gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare >Switch for 3-way merging with __sentinels turned on
oC__gnu_parallel::__multiway_merge_4_variant_sentinel_switch< __sentinels, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare >Switch for 4-way merging with __sentinels turned off
oC__gnu_parallel::__multiway_merge_4_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare >Switch for 4-way merging with __sentinels turned on
oC__gnu_parallel::__multiway_merge_k_variant_sentinel_switch< __sentinels, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare >Switch for k-way merging with __sentinels turned on
oC__gnu_parallel::__multiway_merge_k_variant_sentinel_switch< false, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare >Switch for k-way merging with __sentinels turned off
oC__gnu_parallel::_DRandomShufflingGlobalData< _RAIter >Data known to every thread participating in __gnu_parallel::__parallel_random_shuffle()
oC__gnu_parallel::_DRSSorterPU< _RAIter, _RandomNumberGenerator >Local data for a thread participating in __gnu_parallel::__parallel_random_shuffle()
oC__gnu_parallel::_DummyReductReduction function doing nothing
oC__gnu_parallel::_GuardedIterator< _RAIter, _Compare >_Iterator wrapper supporting an implicit supremum at the end of the sequence, dominating all comparisons
oC__gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory >A triple of iterators. The usual iterator operations are applied to all three child iterators
oC__gnu_parallel::_Job< _DifferenceTp >One __job for a certain thread
oC__gnu_parallel::_LoserTreeBase< _Tp, _Compare >Guarded loser/tournament tree
oC__gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_LoserInternal representation of a _LoserTree element
oC__gnu_parallel::_LoserTreePointerBase< _Tp, _Compare >Base class of _Loser Tree implementation using pointers
oC__gnu_parallel::_LoserTreePointerBase< _Tp, _Compare >::_LoserInternal representation of _LoserTree __elements
oC__gnu_parallel::_LoserTreePointerUnguardedBase< _Tp, _Compare >Unguarded loser tree, keeping only pointers to the elements in the tree structure
oC__gnu_parallel::_LoserTreeTraits< _Tp >Traits for determining whether the loser tree should use pointers or copies
oC__gnu_parallel::_LoserTreeUnguardedBase< _Tp, _Compare >Base class for unguarded _LoserTree implementation
oC__gnu_parallel::_NothingFunctor doing nothing
oC__gnu_parallel::_Piece< _DifferenceTp >Subsequence description
oC__gnu_parallel::_PMWMSSortingData< _RAIter >Data accessed by all threads
oC__gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >Sequence that conceptually consists of multiple copies of the same element. The copies are not stored explicitly, of course
oC__gnu_parallel::_PseudoSequenceIterator< _Tp, _DifferenceTp >_Iterator associated with __gnu_parallel::_PseudoSequence. If features the usual random-access iterator functionality
oC__gnu_parallel::_QSBThreadLocal< _RAIter >Information local to one thread in the parallel quicksort run
oC__gnu_parallel::_RandomNumberRandom number generator, based on the Mersenne twister
oC__gnu_parallel::_RestrictedBoundedConcurrentQueue< _Tp >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
oC__gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering >Stable sorting functor
oC__gnu_parallel::_SamplingSorter< false, _RAIter, _StrictWeakOrdering >Non-__stable sorting functor
oC__gnu_parallel::_SettingsClass _Settings Run-time settings for the parallel mode including all tunable parameters
oC__gnu_parallel::_SplitConsistently< __exact, _RAIter, _Compare, _SortingPlacesIterator >Split consistently
oC__gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator >Split by sampling
oC__gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >Split by exact splitting
oC__gnu_parallel::find_tagBase class for for std::find() variants
oC__gnu_parallel::parallel_tagRecommends parallel execution at compile time, optionally using a user-specified number of threads
oC__gnu_parallel::sequential_tagForces sequential execution at compile time
oC__gnu_pbds::container_base< Key, Mapped, Tag, Policy_Tl, Allocator >An abstract basic associative container
oC__gnu_pbds::container_tagBase data structure tag
oC__gnu_pbds::container_traits_base< Tag >Base traits type for containers
oC__gnu_pbds::detail::value_type_base< Key, Mapped, Allocator, false >
oC__gnu_pbds::detail::value_type_base< Key, Mapped, Allocator, true >
oC__gnu_pbds::detail::value_type_base< Key, null_mapped_type, Allocator, false >
oC__gnu_pbds::detail::value_type_base< Key, null_mapped_type, Allocator, true >
oC__gnu_pbds::null_mapped_typeA mapped-policy indicating that an associative container is a set
oC__gnu_profile::__object_info_baseBase class for a line in the object table
oC__gnu_profile::__reentrance_guardReentrance guard
oC__gnu_profile::__stack_hashHash function for summary trace using call stack as index
oC__gnu_profile::__stack_info_base< __object_info >Base class for a line in the stack table
oC__gnu_profile::__trace_base< __object_info, __stack_info >Base class for all trace producers
oC__gnu_profile::__warning_dataRepresentation of a warning
oCstd::__iterator_traits< _Iterator >
oCstd::__iterator_traits< _Tp >
oC__gnu_profile::__trace_base< __container_size_info, __container_size_stack_info >
oC__gnu_profile::__trace_base< __hashfunc_info, __hashfunc_stack_info >
oC__gnu_profile::__trace_base< __list2slist_info, __list2slist_stack_info >
oC__gnu_profile::__trace_base< __list2vector_info, __list2vector_stack_info >
oC__gnu_profile::__trace_base< __map2umap_info, __map2umap_stack_info >
oC__gnu_profile::__trace_base< __vector2list_info, __vector2list_stack_info >
oC__gnu_cxx::__detail::_Bitmap_counter< _Alloc_block * >
oCstd::_Deque_iterator< _Tp, _Tp &, _Tp * >
oCstd::_Maybe_get_result_type< __has_result_type< _Functor >::value, _Functor >
oCstd::_Maybe_get_result_type< __has_result_type< remove_cv< _Functor >::type >::value, remove_cv< _Functor >::type >
oCstd::_Maybe_get_result_type< __has_result_type< remove_cv< _Tp >::type >::value, remove_cv< _Tp >::type >
oCstd::_Maybe_unary_or_binary_function< _Res, _ArgTypes...>
oCstd::_Maybe_unary_or_binary_function< _Res, _Class *, _ArgTypes...>
oCstd::_Maybe_unary_or_binary_function< _Res, const _Class *, _ArgTypes...>
oCstd::_Maybe_unary_or_binary_function< _Res, const volatile _Class *, _ArgTypes...>
oCstd::_Maybe_unary_or_binary_function< _Res, volatile _Class *, _ArgTypes...>
oCstd::__future_base::_Ptr< _Res_type >
oCstd::__future_base::_Ptr< _Result< _Res > >
oCstd::__future_base::_Ptr< _Result_base >
oCstd::_Reference_wrapper_base_impl< __has_argument_type< _Tp >::value, __has_first_argument_type< _Tp >::value &&__has_second_argument_type< _Tp >::value, _Tp >
oCstd::_Reference_wrapper_base_impl< __has_argument_type< remove_cv< _Tp >::type >::value, __has_first_argument_type< remove_cv< _Tp >::type >::value &&__has_second_argument_type< remove_cv< _Tp >::type >::value, remove_cv< _Tp >::type >
oC__gnu_parallel::_RestrictedBoundedConcurrentQueue< pair< _RAIter, _RAIter > >
oCstd::_Tuple_impl< 0, _Elements...>
oCstd::_Tuple_impl< 0, _T1 >
oCstd::_Tuple_impl< 0, _T1, _T2 >
oCstd::_Tuple_impl< _Idx+1, _Tail...>
oCstd::_Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > >
oCstd::_Vector_base< _Node *, _Nodeptr_Alloc >
oCstd::_Vector_base< _RealType, std::allocator< _RealType > >
oCstd::_Vector_base< _State, std::allocator< _State > >
oCstd::_Vector_base< _StateSeq, std::allocator< _StateSeq > >
oCstd::_Vector_base< double, std::allocator< double > >
oCstd::_Vector_base< int, std::allocator< int > >
oCstd::_Vector_base< result_type, std::allocator< result_type > >
oCstd::_Vector_base< sub_match< _Bi_iter >, _Allocator >
oCstd::aligned_storage< sizeof(_Tp), std::alignment_of< _Tp >::value >
oCstd::allocator< value_type >
oCstd::basic_streambuf< char, char_traits< char > >
oCstd::basic_string< _CharT >
oCstd::basic_string< _CharT, _Traits, _Allocator >
oCstd::basic_string< char >
oCstd::basic_string< char_type, _Traits, _Alloc >
oCstd::binary_function< __shared_ptr< _Tp, _Lp >, __shared_ptr< _Tp, _Lp >, bool >
oCstd::binary_function< __weak_ptr< _Tp, _Lp >, __weak_ptr< _Tp, _Lp >, bool >
oCstd::binary_function< _Arg1, _Arg2, _Arg1 >
oCstd::binary_function< _Arg1, _Arg2, _Arg2 >
oCstd::binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool >
oCstd::binary_function< _Sp, _Sp, bool >
oCstd::binary_function< _T1 *, _T2, _Res >
oCstd::binary_function< _T1, _T2, _Res >
oCstd::binary_function< _T1, _T2, bool >
oCstd::binary_function< _Tp *, _Arg, _Ret >
oCstd::binary_function< _Tp, _Arg, _Ret >
oCstd::binary_function< _Tp, _Tp, _Tp >
oCstd::binary_function< _Tp, _Tp, bool >
oCstd::binary_function< _Tp1, _Tp2, _Result >
oCstd::binary_function< const _T1 *, _T2, _Res >
oCstd::binary_function< const _Tp *, _Arg, _Ret >
oCstd::binary_function< const volatile _T1 *, _T2, _Res >
oCstd::binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >
oCstd::binary_function< shared_ptr< _Tp >, shared_ptr< _Tp >, bool >
oCstd::binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool >
oCstd::binary_function< value_type, value_type, bool >
oCstd::binary_function< volatile _T1 *, _T2, _Res >
oCstd::binary_function< weak_ptr< _Tp >, weak_ptr< _Tp >, bool >
oC__gnu_pbds::container_base< Key, Mapped, cc_hash_tag, __gnu_cxx::typelist::append< __gnu_cxx::typelist::create4< Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant< int, Store_Hash > >::type, __gnu_cxx::typelist::create1< Comb_Hash_Fn >::type >::type, Allocator >
oC__gnu_pbds::container_base< Key, Mapped, gp_hash_tag, __gnu_cxx::typelist::append< __gnu_cxx::typelist::create4< Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant< int, Store_Hash > >::type, __gnu_cxx::typelist::create2< Comb_Probe_Fn, Probe_Fn >::type >::type, Allocator >
oC__gnu_pbds::container_base< Key, Mapped, list_update_tag, __gnu_cxx::typelist::create2< Eq_Fn, Update_Policy >::type, Allocator >
oC__gnu_pbds::container_base< Key, Mapped, Tag, __gnu_cxx::typelist::append< __gnu_cxx::typelist::create4< Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant< int, Store_Hash > >::type, Policy_TL >::type, Allocator >
oC__gnu_pbds::container_base< Key, Mapped, Tag, __gnu_cxx::typelist::create2< Cmp_Fn, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, Allocator > >::type, Allocator >
oC__gnu_pbds::container_base< Key, Mapped, Tag, __gnu_cxx::typelist::create2< E_Access_Traits, detail::trie_traits< Key, Mapped, E_Access_Traits, Node_Update, Tag, Allocator > >::type, Allocator >
oC__gnu_pbds::container_traits_base< Cntnr::container_category >
oCstd::enable_if< is_void< _Res >::value, int >
oCstd::enable_if<!is_void< _Res >::value, int >
oCstd::gamma_distribution< double >
oCstd::gamma_distribution< result_type >
oCstd::integral_constant< bool, __has_nothrow_assign(_Tp)>
oCstd::integral_constant< bool, __has_nothrow_constructor(_Tp)>
oCstd::integral_constant< bool, __has_nothrow_copy(_Tp)>
oCstd::integral_constant< bool, __has_trivial_assign(_Tp)>
oCstd::integral_constant< bool, __has_trivial_constructor(_Tp)>
oCstd::integral_constant< bool, __has_trivial_copy(_Tp)>
oCstd::integral_constant< bool, __has_trivial_destructor(_Tp)>
oCstd::integral_constant< bool, __has_virtual_destructor(_Tp)>
oCstd::integral_constant< bool, __is_abstract(_Tp)>
oCstd::integral_constant< bool, __is_base_of(_Base, _Derived)>
oCstd::integral_constant< bool, __is_class(_Tp)>
oCstd::integral_constant< bool, __is_constructible_helper< _To, _Args...>::__value >
oCstd::integral_constant< bool, __is_constructible_helper< _Tp, _Args...>::__value >
oCstd::integral_constant< bool, __is_convertible_helper< _From, _To >::__value >
oCstd::integral_constant< bool, __is_empty(_Tp)>
oCstd::integral_constant< bool, __is_enum(_Tp)>
oCstd::integral_constant< bool, __is_literal_type(_Tp)>
oCstd::integral_constant< bool, __is_nt_constructible_helper< is_constructible< _Tp, _Args...>::value, _Tp, _Args...>::__value >
oCstd::integral_constant< bool, __is_pod(_Tp)>
oCstd::integral_constant< bool, __is_polymorphic(_Tp)>
oCstd::integral_constant< bool, __is_signed_helper< _Tp >::value >
oCstd::integral_constant< bool, __is_standard_layout(_Tp)>
oCstd::integral_constant< bool, __is_trivial(_Tp)>
oCstd::integral_constant< bool, __is_union(_Tp)>
oCstd::integral_constant< bool, __uses_allocator_helper< _Tp, _Alloc >::value >
oCstd::integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den >
oCstd::integral_constant< bool, false >
oCstd::integral_constant< bool, is_convertible< _Alloc, _Tp::allocator_type >::value >
oCstd::integral_constant< bool, is_function< _Tp >::value >
oCstd::integral_constant< bool, static_cast< bool >(_Tp(-1)< _Tp(0))>
oCstd::integral_constant< bool, true >
oCstd::integral_constant< bool,!(is_function< _Tp >::value||is_reference< _Tp >::value||is_void< _Tp >::value)>
oCstd::integral_constant< bool,!is_function< _Tp >::value >
oCstd::integral_constant< bool,!is_fundamental< _Tp >::value >
oCstd::integral_constant< bool,!ratio_equal< _R1, _R2 >::value >
oCstd::integral_constant< bool,(__is_floating_point_helper< remove_cv< _Rep >::type >::value)>
oCstd::integral_constant< bool,(__is_floating_point_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_integral_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_member_function_pointer_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_member_object_pointer_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_member_pointer_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_nullptr_t_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_pointer_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__is_void_helper< remove_cv< _Tp >::type >::value)>
oCstd::integral_constant< bool,(__q1< __q2) >
oCstd::integral_constant< bool,(_Pn >=-__INTMAX_MAX__-_Qn)>
oCstd::integral_constant< bool,(_Pn<=__INTMAX_MAX__-_Qn)>
oCstd::integral_constant< bool,(is_arithmetic< _Tp >::value &&!is_signed< _Tp >::value)>
oCstd::integral_constant< bool,(is_arithmetic< _Tp >::value||is_enum< _Tp >::value||is_pointer< _Tp >::value||is_member_pointer< _Tp >::value||__is_nullptr_t< _Tp >::value)>
oCstd::integral_constant< bool,(is_arithmetic< _Tp >::value||is_void< _Tp >::value)>
oCstd::integral_constant< bool,(is_integral< _Tp >::value||is_floating_point< _Tp >::value)>
oCstd::integral_constant< bool,(is_lvalue_reference< _Tp >::value||is_rvalue_reference< _Tp >::value)>
oCstd::integral_constant< bool,(is_pointer< _Tp >::value||is_member_pointer< _Tp >::value)>
oCstd::integral_constant< int, 0 >
oCstd::integral_constant< int, _Num >
oCstd::integral_constant< intmax_t, __static_abs< _Pn >::value >
oCstd::integral_constant< intmax_t, __static_abs< _Qn >::value >
oCstd::integral_constant< intmax_t, _Pn *__static_sign< _Pn >::value >
oCstd::integral_constant< intmax_t,(_Pn< 0)?-1:1 >
oCstd::integral_constant< std::size_t, 0 >
oCstd::integral_constant< std::size_t, 1+rank< _Tp >::value >
oCstd::integral_constant< std::size_t, __alignof__(_Tp)>
oCstd::integral_constant< std::size_t, _Uint==0?0:extent< _Tp, _Uint-1 >::value >
oCstd::integral_constant< std::size_t, _Uint==0?_Size:extent< _Tp, _Uint-1 >::value >
oCstd::iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT & >
oCstd::iterator< input_iterator_tag, _Tp, _Dist, const _Tp *, const _Tp & >
oCstd::iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference >
oCstd::iterator< output_iterator_tag, void, void, void, void >
oCstd::iterator< std::output_iterator_tag, void, void, void, void >
oCstd::iterator< std::random_access_iterator_tag, _CharT >
oCstd::iterator< std::random_access_iterator_tag, bool >
oCstd::normal_distribution< double >
oCstd::normal_distribution< result_type >
oCstd::pair< _BiIter, _BiIter >
oCstd::pair< _Iterator1, _Iterator2 >
oCstd::pair< _RAIter, _RAIter >
oCstd::set< _StateIdT >
oCstd::shared_ptr< _Automaton >
oCstd::shared_ptr< _Impl_base >
oCstd::shared_ptr< _Nfa >
oCstd::shared_ptr< _State_base >
oCstd::shared_ptr< _State_type >
oCstd::shared_ptr< std::__future_base::_State_base >
oCstd::stack< _StateSeq, std::vector< _StateSeq > >
oCstd::__atomic0::__atomic_base< _ITp >Base class for atomic integrals
oCstd::__atomic0::__atomic_base< _PTp * >Partial specialization for pointer types
oCstd::__atomic2::__atomic_base< _ITp >Base class for atomic integrals
oCstd::__atomic2::__atomic_base< _PTp * >Partial specialization for pointer types
oCstd::__atomic_flag_baseBase type for atomic_flag
oCstd::__debug::bitset< _Nb >Class std::bitset with additional safety/checking/debug instrumentation
oCstd::__declval_protector< _Tp >Declval
oCstd::__detail::_List_node_baseCommon part of a node in the list
oCstd::__exception_ptr::exception_ptrAn opaque pointer to an arbitrary exception
oCstd::__future_baseBase class and enclosing scope
oCstd::__future_base::_Ptr< _Res >A unique_ptr based on the instantiating type
oCstd::__future_base::_Result_baseBase class for results
oCstd::__future_base::_State_baseBase class for state between a promise and one or more associated futures
oCstd::__iterator_traits< _Iterator, bool >Traits class for iterators
oCstd::__numeric_limits_basePart of std::numeric_limits
oCstd::__parallel::_CRandNumber< _MustBeInt >Functor wrapper for std::rand()
oCstd::__profile::bitset< _Nb >Class std::bitset wrapper with performance instrumentation
oCstd::__profile::deque< _Tp, _Allocator >Class std::deque wrapper with performance instrumentation
oCstd::__profile::forward_list< _Tp, _Alloc >Class std::forward_list wrapper with performance instrumentation
oCstd::__profile::list< _Tp, _Allocator >List wrapper with performance instrumentation
oCstd::__profile::map< _Key, _Tp, _Compare, _Allocator >Class std::map wrapper with performance instrumentation
oCstd::__profile::multimap< _Key, _Tp, _Compare, _Allocator >Class std::multimap wrapper with performance instrumentation
oCstd::__profile::multiset< _Key, _Compare, _Allocator >Class std::multiset wrapper with performance instrumentation
oCstd::__profile::set< _Key, _Compare, _Allocator >Class std::set wrapper with performance instrumentation
oCstd::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >Class std::unordered_map wrapper with performance instrumentation
oCstd::__profile::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >Class std::unordered_multimap wrapper with performance instrumentation
oCstd::__profile::unordered_multiset< _Value, _Hash, _Pred, _Alloc >Unordered_multiset wrapper with performance instrumentation
oCstd::__profile::unordered_set< _Key, _Hash, _Pred, _Alloc >Unordered_set wrapper with performance instrumentation
oCstd::_Base_bitset< _Nw >
oCstd::_Base_bitset< 0 >
oCstd::_Base_bitset< 1 >
oCstd::_Bind< _Signature >Type of the function object returned from bind()
oCstd::_Bind_result< _Result, _Signature >Type of the function object returned from bind<R>()
oCstd::_Build_index_tuple< _Num >Builds an _Index_tuple<0, 1, 2, ..., _Num-1>
oCstd::_Deque_base< _Tp, _Alloc >
oCstd::_Deque_iterator< _Tp, _Ref, _Ptr >A deque::iterator
oCstd::_Derives_from_binary_function< _Tp >Determines if the type _Tp derives from binary_function
oCstd::_Derives_from_unary_function< _Tp >Determines if the type _Tp derives from unary_function
oCstd::_Function_baseBase class of all polymorphic function object wrappers
oCstd::_Fwd_list_base< _Tp, _Alloc >Base class for forward_list
oCstd::_Fwd_list_const_iterator< _Tp >A forward_list::const_iterator
oCstd::_Fwd_list_iterator< _Tp >A forward_list::iterator
oCstd::_Fwd_list_node_baseA 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
oCstd::_Index_tuple< _Indexes >
oCstd::_List_base< _Tp, _Alloc >See bits/stl_deque.h's _Deque_base for an explanation
oCstd::_List_const_iterator< _Tp >A list::const_iterator
oCstd::_List_iterator< _Tp >A list::iterator
oCstd::_Maybe_get_result_type< _Has_result_type, _Functor >If we have found a result_type, extract it
oCstd::_Maybe_unary_or_binary_function< _Res, _ArgTypes >
oCstd::_Maybe_wrap_member_pointer< _Tp >
oCstd::_Maybe_wrap_member_pointer< _Tp _Class::* >
oCstd::_Mu< _Arg, _IsBindExp, _IsPlaceholder >
oCstd::_Mu< _Arg, false, false >
oCstd::_Mu< _Arg, false, true >
oCstd::_Mu< _Arg, true, false >
oCstd::_Mu< reference_wrapper< _Tp >, false, false >
oCstd::_Placeholder< _Num >The type of placeholder objects defined by libstdc++
oCstd::_Reference_wrapper_base_impl< _Unary, _Binary, _Tp >
oCstd::_Safe_tuple_element_impl< __i, _Tuple, false >
oCstd::_Temporary_buffer< _ForwardIterator, _Tp >
oCstd::_Tuple_impl< _Idx, _Elements >
oCstd::_Tuple_impl< _Idx >
oCstd::_Vector_base< _Tp, _Alloc >See bits/stl_deque.h's _Deque_base for an explanation
oCstd::_Weak_result_type_impl< _Res(&)(_ArgTypes...)>Retrieve the result type for a function reference
oCstd::_Weak_result_type_impl< _Res(*)(_ArgTypes...)>Retrieve the result type for a function pointer
oCstd::_Weak_result_type_impl< _Res(_ArgTypes...)>Retrieve the result type for a function type
oCstd::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const >Retrieve result type for a const member function pointer
oCstd::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile >Retrieve result type for a const volatile member function pointer
oCstd::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile >Retrieve result type for a volatile member function pointer
oCstd::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)>Retrieve result type for a member function pointer
oCstd::add_const< _Tp >Add_const
oCstd::add_cv< _Tp >Add_cv
oCstd::add_lvalue_reference< _Tp >Add_lvalue_reference
oCstd::add_pointer< _Tp >Add_pointer
oCstd::add_rvalue_reference< _Tp >Add_rvalue_reference
oCstd::add_volatile< _Tp >Add_volatile
oCstd::adopt_lock_tAssume the calling thread has already obtained mutex ownership and manage it
oCstd::aligned_storage< _Len, _Align >Alignment type
oCstd::allocator< _Tp >The standard allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt04ch11.html
oCstd::allocator< void >Allocator<void> specialization
oCstd::allocator_arg_t[allocator.tag]
oCstd::array< _Tp, _Nm >A standard container for storing a fixed size sequence of elements
oCstd::atomic< _Tp >Atomic 29.4.3, Generic atomic type, primary class template
oCstd::atomic< _Tp * >Partial specialization for pointer types
oCstd::atomic< char >Explicit specialization for char
oCstd::atomic< char16_t >Explicit specialization for char16_t
oCstd::atomic< char32_t >Explicit specialization for char32_t
oCstd::atomic< int >Explicit specialization for int
oCstd::atomic< long >Explicit specialization for long
oCstd::atomic< long long >Explicit specialization for long long
oCstd::atomic< short >Explicit specialization for short
oCstd::atomic< signed char >Explicit specialization for signed char
oCstd::atomic< unsigned char >Explicit specialization for unsigned char
oCstd::atomic< unsigned int >Explicit specialization for unsigned int
oCstd::atomic< unsigned long >Explicit specialization for unsigned long
oCstd::atomic< unsigned long long >Explicit specialization for unsigned long long
oCstd::atomic< unsigned short >Explicit specialization for unsigned short
oCstd::atomic< wchar_t >Explicit specialization for wchar_t
oCstd::atomic_boolAtomic_bool
oCstd::auto_ptr< _Tp >A simple smart pointer providing strict ownership semantics
oCstd::auto_ptr_ref< _Tp1 >
oCstd::basic_istream< _CharT, _Traits >::sentryPerforms setup work for input streams
oCstd::basic_ostream< _CharT, _Traits >::sentryPerforms setup work for output streams
oCstd::basic_regex< _Ch_type, _Rx_traits >
oCstd::basic_streambuf< _CharT, _Traits >The actual work of input and output (interface).This is a base class. Derived stream buffers each control a pair of character sequences: one for input, and one for output
oCstd::basic_string< _CharT, _Traits, _Alloc >Managing sequences of characters and character-like objects
oCstd::bernoulli_distributionA Bernoulli random number distribution
oCstd::bernoulli_distribution::param_type
oCstd::binary_function< _Arg1, _Arg2, _Result >
oCstd::binomial_distribution< _IntType >A discrete binomial random number distribution
oCstd::binomial_distribution< _IntType >::param_type
oCstd::cauchy_distribution< _RealType >A cauchy_distribution random number distribution
oCstd::cauchy_distribution< _RealType >::param_type
oCstd::char_traits< __gnu_cxx::character< V, I, S > >Char_traits<__gnu_cxx::character> specialization
oCstd::char_traits< char >21.1.3.1 char_traits specializations
oCstd::char_traits< wchar_t >21.1.3.2 char_traits specializations
oCstd::chi_squared_distribution< _RealType >A chi_squared_distribution random number distribution
oCstd::chi_squared_distribution< _RealType >::param_type
oCstd::chrono::duration< _Rep, _Period >Duration
oCstd::chrono::duration_values< _Rep >Duration_values
oCstd::chrono::system_clockSystem_clock
oCstd::chrono::time_point< _Clock, _Dur >Time_point
oCstd::codecvt_baseEmpty base class for codecvt facet [22.2.1.5]
oCstd::common_type< _Tp >Common_type
oCstd::complex< _Tp >
oCstd::condition_variableCondition_variable
oCstd::condition_variable_anyCondition_variable_any
oCstd::conditional< _Cond, _Iftrue, _Iffalse >Conditional
oCstd::ctype_baseBase class for ctype
oCstd::decay< _Tp >Decay
oCstd::decimal::decimal1283.2.4 Class decimal128
oCstd::decimal::decimal323.2.2 Class decimal32
oCstd::decimal::decimal643.2.3 Class decimal64
oCstd::default_delete< _Tp >Primary template, default_delete
oCstd::default_delete< _Tp[]>Specialization, default_delete
oCstd::defer_lock_tDo not acquire ownership of the mutex
oCstd::discard_block_engine< _RandomNumberEngine, __p, __r >
oCstd::discrete_distribution< _IntType >A discrete_distribution random number distribution
oCstd::discrete_distribution< _IntType >::param_type
oCstd::enable_if< bool, _Tp >Enable_if
oCstd::enable_shared_from_this< _Tp >Base class allowing use of member function shared_from_this
oCstd::error_categoryError_category
oCstd::error_codeError_code
oCstd::error_conditionError_condition
oCstd::exceptionBase class for all library exceptions
oCstd::exponential_distribution< _RealType >An exponential continuous distribution for random numbers
oCstd::exponential_distribution< _RealType >::param_type
oCstd::extreme_value_distribution< _RealType >A extreme_value_distribution random number distribution
oCstd::extreme_value_distribution< _RealType >::param_type
oCstd::fisher_f_distribution< _RealType >A fisher_f_distribution random number distribution
oCstd::fisher_f_distribution< _RealType >::param_type
oCstd::fpos< _StateT >Class representing stream positions
oCstd::gamma_distribution< _RealType >A gamma continuous distribution for random numbers
oCstd::gamma_distribution< _RealType >::param_type
oCstd::geometric_distribution< _IntType >A discrete geometric random number distribution
oCstd::geometric_distribution< _IntType >::param_type
oCstd::gsliceClass defining multi-dimensional subset of an array
oCstd::gslice_array< _Tp >Reference to multi-dimensional subset of an array
oCstd::hash< _Tp >Primary class template hash
oCstd::hash< __debug::bitset< _Nb > >Std::hash specialization for bitset
oCstd::hash< __debug::vector< bool, _Alloc > >Std::hash specialization for vector<bool>
oCstd::hash< __gnu_cxx::__u16vstring >Std::hash specialization for __u16vstring
oCstd::hash< __gnu_cxx::__u32vstring >Std::hash specialization for __u32vstring
oCstd::hash< __gnu_cxx::__vstring >Std::hash specialization for __vstring
oCstd::hash< __gnu_cxx::__wvstring >Std::hash specialization for __wvstring
oCstd::hash< __profile::bitset< _Nb > >Std::hash specialization for bitset
oCstd::hash< __profile::vector< bool, _Alloc > >Std::hash specialization for vector<bool>
oCstd::hash< _Tp * >Partial specializations for pointer types
oCstd::hash< error_code >Std::hash specialization for error_code
oCstd::hash< string >Std::hash specialization for string
oCstd::hash< thread::id >Std::hash specialization for thread::id
oCstd::hash< type_index >Std::hash specialization for type_index
oCstd::hash< u16string >Std::hash specialization for u16string
oCstd::hash< u32string >Std::hash specialization for u32string
oCstd::hash< wstring >Std::hash specialization for wstring
oCstd::hash<::bitset< _Nb > >Std::hash specialization for bitset
oCstd::hash<::vector< bool, _Alloc > >Std::hash specialization for vector<bool>
oCstd::independent_bits_engine< _RandomNumberEngine, __w, _UIntType >
oCstd::indirect_array< _Tp >Reference to arbitrary subset of an array
oCstd::initializer_list< _E >Initializer_list
oCstd::input_iterator_tagMarking input iterators
oCstd::integral_constant< _Tp, __v >Integral_constant
oCstd::ios_baseThe 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)
oCstd::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >Common iterator class
oCstd::iterator_traits< _Tp * >Partial specialization for pointer types
oCstd::iterator_traits< const _Tp * >Partial specialization for const pointer types
oCstd::linear_congruential_engine< _UIntType, __a, __c, __m >A model of a linear congruential random number generator
oCstd::localeContainer class for localization functionality.The locale class is first a class wrapper for C library locales. It is also an extensible container for user-defined localization. A locale is a collection of facets that implement various localization features such as money, time, and number printing
oCstd::locale::facetLocalization functionality base class.The facet class is the base class for a localization feature, such as money, time, and number printing. It provides common support for facets and reference management
oCstd::locale::idFacet ID class.The ID class provides facets with an index used to identify them. Every facet class must define a public static member locale::id, or be derived from a facet that provides this member, otherwise the facet cannot be used in a locale. The locale::id ensures that each class type gets a unique identifier
oCstd::lock_guard< _Mutex >Scoped lock idiom
oCstd::lognormal_distribution< _RealType >A lognormal_distribution random number distribution
oCstd::lognormal_distribution< _RealType >::param_type
oCstd::make_signed< _Tp >Make_signed
oCstd::make_unsigned< _Tp >Make_unsigned
oCstd::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
oCstd::mask_array< _Tp >Reference to selected subset of an array
oCstd::messages_baseMessages facet base class providing catalog typedef
oCstd::money_baseMoney format ordering data.This class contains an ordered array of 4 fields to represent the pattern for formatting a money amount. Each field may contain one entry from the part enum. symbol, sign, and value must be present and the remaining field must contain either none or space
oCstd::move_iterator< _Iterator >
oCstd::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
oCstd::multiset< _Key, _Compare, _Alloc >A standard container made up of elements, which can be retrieved in logarithmic time
oCstd::mutexMutex
oCstd::negative_binomial_distribution< _IntType >A negative_binomial_distribution random number distribution
oCstd::negative_binomial_distribution< _IntType >::param_type
oCstd::nested_exceptionException class with exception_ptr data member
oCstd::normal_distribution< _RealType >A normal continuous distribution for random numbers
oCstd::normal_distribution< _RealType >::param_type
oCstd::numeric_limits< bool >Numeric_limits<bool> specialization
oCstd::numeric_limits< char >Numeric_limits<char> specialization
oCstd::numeric_limits< char16_t >Numeric_limits<char16_t> specialization
oCstd::numeric_limits< char32_t >Numeric_limits<char32_t> specialization
oCstd::numeric_limits< double >Numeric_limits<double> specialization
oCstd::numeric_limits< float >Numeric_limits<float> specialization
oCstd::numeric_limits< int >Numeric_limits<int> specialization
oCstd::numeric_limits< long >Numeric_limits<long> specialization
oCstd::numeric_limits< long double >Numeric_limits<long double> specialization
oCstd::numeric_limits< long long >Numeric_limits<long long> specialization
oCstd::numeric_limits< short >Numeric_limits<short> specialization
oCstd::numeric_limits< signed char >Numeric_limits<signed char> specialization
oCstd::numeric_limits< unsigned char >Numeric_limits<unsigned char> specialization
oCstd::numeric_limits< unsigned int >Numeric_limits<unsigned int> specialization
oCstd::numeric_limits< unsigned long >Numeric_limits<unsigned long> specialization
oCstd::numeric_limits< unsigned long long >Numeric_limits<unsigned long long> specialization
oCstd::numeric_limits< unsigned short >Numeric_limits<unsigned short> specialization
oCstd::numeric_limits< wchar_t >Numeric_limits<wchar_t> specialization
oCstd::once_flagOnce_flag
oCstd::output_iterator_tagMarking output iterators
oCstd::owner_less< _Tp >Primary template owner_less
oCstd::owner_less< shared_ptr< _Tp > >Partial specialization of owner_less for shared_ptr
oCstd::owner_less< weak_ptr< _Tp > >Partial specialization of owner_less for weak_ptr
oCstd::packaged_task< _Res(_ArgTypes...)>Packaged_task
oCstd::pair< _T1, _T2 >Struct holding two objects of arbitrary type
oCstd::piecewise_constant_distribution< _RealType >A piecewise_constant_distribution random number distribution
oCstd::piecewise_constant_distribution< _RealType >::param_type
oCstd::piecewise_construct_tPiecewise_construct_t
oCstd::piecewise_linear_distribution< _RealType >A piecewise_linear_distribution random number distribution
oCstd::piecewise_linear_distribution< _RealType >::param_type
oCstd::poisson_distribution< _IntType >A discrete Poisson random number distribution
oCstd::poisson_distribution< _IntType >::param_type
oCstd::priority_queue< _Tp, _Sequence, _Compare >A standard container automatically sorting its contents
oCstd::promise< _Res >Primary template for promise
oCstd::promise< _Res & >Partial specialization for promise<R&>
oCstd::promise< void >Explicit specialization for promise<void>
oCstd::queue< _Tp, _Sequence >A standard container giving FIFO behavior
oCstd::random_device
oCstd::ratio< _Num, _Den >Provides compile-time rational arithmetic
oCstd::ratio_add< _R1, _R2 >Ratio_add
oCstd::ratio_divide< _R1, _R2 >Ratio_divide
oCstd::ratio_multiply< _R1, _R2 >Ratio_multiply
oCstd::ratio_subtract< _R1, _R2 >Ratio_subtract
oCstd::recursive_mutexRecursive_mutex
oCstd::recursive_timed_mutexRecursive_timed_mutex
oCstd::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >
oCstd::regex_token_iterator< _Bi_iter, _Ch_type, _Rx_traits >
oCstd::regex_traits< _Ch_type >Describes aspects of a regular expression
oCstd::remove_all_extents< _Tp >Remove_all_extents
oCstd::remove_const< _Tp >Remove_const
oCstd::remove_cv< typename >Remove_cv
oCstd::remove_extent< _Tp >Remove_extent
oCstd::remove_pointer< _Tp >Remove_pointer
oCstd::remove_reference< typename >Remove_reference
oCstd::remove_volatile< _Tp >Remove_volatile
oCstd::result_of< _Signature >Result_of
oCstd::seed_seqGenerates sequences of seeds for random number generators
oCstd::set< _Key, _Compare, _Alloc >A standard container made up of unique keys, which can be retrieved in logarithmic time
oCstd::shared_ptr< _Tp >A smart pointer with reference-counted copy semantics
oCstd::shuffle_order_engine< _RandomNumberEngine, __k >Produces random numbers by combining random numbers from some base engine to produce random numbers with a specifies number of bits __w
oCstd::sliceClass defining one-dimensional subset of an array
oCstd::slice_array< _Tp >Reference to one-dimensional subset of an array
oCstd::stack< _Tp, _Sequence >A standard container giving FILO behavior
oCstd::student_t_distribution< _RealType >A student_t_distribution random number distribution
oCstd::student_t_distribution< _RealType >::param_type
oCstd::threadThread
oCstd::thread::idThread::id
oCstd::time_baseTime format ordering data.This class provides an enum representing different orderings of time: day, month, and year
oCstd::timed_mutexTimed_mutex
oCstd::try_to_lock_tTry to acquire ownership of the mutex without blocking
oCstd::tuple_element< _Int, _Tp >Tuple_element
oCstd::tuple_element< 0, tuple< _Head, _Tail...> >
oCstd::tuple_size< _Tp >Tuple_size
oCstd::tuple_size< tuple< _Elements...> >Class tuple_size
oCstd::type_indexThe class type_index provides a simple wrapper for type_info which can be used as an index type in associative containers (23.6) and in unordered associative containers (23.7)
oCstd::type_infoPart of RTTI
oCstd::unary_function< _Arg, _Result >
oCstd::uniform_int_distribution< _IntType >Uniform discrete distribution for random numbers. A discrete random distribution on the range $[min, max]$ with equal probability throughout the range
oCstd::uniform_int_distribution< _IntType >::param_type
oCstd::uniform_real_distribution< _RealType >Uniform continuous distribution for random numbers
oCstd::uniform_real_distribution< _RealType >::param_type
oCstd::unique_lock< _Mutex >Unique_lock
oCstd::unique_ptr< _Tp, _Dp >20.7.12.2 unique_ptr for single objects
oCstd::unique_ptr< _Tp[], _Dp >20.7.12.3 unique_ptr for array objects with a runtime length
oCstd::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
oCstd::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
oCstd::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
oCstd::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
oCstd::valarray< _Tp >Smart array designed to support numeric processing
oCstd::vector< bool, _Alloc >A specialization of vector for booleans which offers fixed time access to individual elements in any order
oCstd::weak_ptr< _Tp >A smart pointer with weak semantics
oCstd::weibull_distribution< _RealType >A weibull_distribution random number distribution
oCstd::weibull_distribution< _RealType >::param_type
oCstd::tuple_element< __i, _Tuple >
oCstd::tuple_element< __i-1, tuple< _Tail...> >
oCstd::unary_function< __gnu_cxx::throw_value_limit, size_t >
oCstd::unary_function< __gnu_cxx::throw_value_random, size_t >
oCstd::unary_function< __shared_ptr< _Tp, _Lp >, size_t >
oCstd::unary_function< _FirstArgumentType, _ResultType >
oCstd::unary_function< _Functor::argument_type, _Functor::result_type >
oCstd::unary_function< _Operation2::argument_type, _Operation1::result_type >
oCstd::unary_function< _Operation::first_argument_type, _Operation::result_type >
oCstd::unary_function< _Operation::second_argument_type, _Operation::result_type >
oCstd::unary_function< _Pair, _Pair::first_type >
oCstd::unary_function< _Pair, _Pair::second_type >
oCstd::unary_function< _Predicate::argument_type, bool >
oCstd::unary_function< _SecondArgumentType, _ResultType >
oCstd::unary_function< _T1 *, _Res >
oCstd::unary_function< _T1, _Res >
oCstd::unary_function< _Tp *, _Ret >
oCstd::unary_function< _Tp, _Ret >
oCstd::unary_function< _Tp, _Tp >
oCstd::unary_function< _Tp, bool >
oCstd::unary_function< _Value, _Value >
oCstd::unary_function< argument_type, bool >
oCstd::unary_function< const _T1 *, _Res >
oCstd::unary_function< const _Tp *, _Ret >
oCstd::unary_function< const volatile _T1 *, _Res >
oCstd::unary_function< pair< const _Key, _Tp >, pair< const _Key, _Tp >::first_type >
oCstd::unary_function< shared_ptr< _Tp >, size_t >
oCstd::unary_function< std::pair< _Tp, _Tp >, bool >
oCstd::unary_function< unique_ptr< _Tp, _Dp >, size_t >
oCstd::unary_function< unsigned int, unsigned int >
oCstd::unary_function< volatile _T1 *, _Res >
oCstd::valarray< _Dom::value_type >
\Cstd::valarray< size_t >