std Namespace Reference
ISO C++ entities toplevel namespace is std.
More...
Namespaces
Classes
- class __codecvt_abstract_base
- Common base for codecvt functions. More...
- class __ctype_abstract_base
- Common base for ctype facet. More...
- struct __is_location_invariant
- struct __is_member_pointer_helper
- is_member_pointer More...
- struct __numeric_limits_base
- Part of std::numeric_limits. More...
- struct _Base_bitset
- struct _Base_bitset< 0 >
- struct _Base_bitset< 1 >
- class _Deque_base
- struct _Deque_iterator
- A deque::iterator. More...
- struct _Derives_from_binary_function
- Determines if the type _Tp derives from binary_function. More...
- struct _Derives_from_unary_function
- Determines if the type _Tp derives from unary_function. More...
- struct _Fnv_hash
- Dummy generic implementation (for sizeof(size_t) != 4, 8). More...
- class _Function_base
- Base class of all polymorphic function object wrappers. More...
- struct _Function_to_function_pointer
- Turns a function type into a function pointer type. More...
- struct _Fwd_list_base
- Base class for forward_list. More...
- struct _Fwd_list_const_iterator
- A forward_list::const_iterator. More...
- struct _Fwd_list_iterator
- A forward_list::iterator. More...
- struct _Fwd_list_node
- 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. More...
- struct _Fwd_list_node_base
- 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. More...
- class _Has_result_type_helper
- struct _Index_tuple
- class _List_base
- See bits/stl_deque.h's _Deque_base for an explanation. More...
- struct _List_const_iterator
- A list::const_iterator. More...
- struct _List_iterator
- A list::iterator. More...
- struct _List_node
- An actual node in the list. More...
- struct _List_node_base
- Common part of a node in the list. More...
- struct _Maybe_get_result_type
- If we have found a result_type, extract it. More...
- struct _Maybe_unary_or_binary_function
- struct _Maybe_unary_or_binary_function< _Res, _T1 >
- Derives from
unary_function
, as appropriate. More...
- struct _Maybe_unary_or_binary_function< _Res, _T1, _T2 >
- Derives from
binary_function
, as appropriate. More...
- struct _Maybe_wrap_member_pointer
- struct _Maybe_wrap_member_pointer< _Tp _Class::* >
- class _Mem_fn< _Res(_Class::*)(_ArgTypes...) const >
- Implementation of
mem_fn
for const member function pointers. More...
- class _Mem_fn< _Res(_Class::*)(_ArgTypes...) const volatile >
- Implementation of
mem_fn
for const volatile member function pointers. More...
- class _Mem_fn< _Res(_Class::*)(_ArgTypes...) volatile >
- Implementation of
mem_fn
for volatile member function pointers. More...
- class _Mem_fn< _Res(_Class::*)(_ArgTypes...)>
- Implementation of
mem_fn
for member function pointers. More...
- class _Mu< _Arg, false, false >
- class _Mu< _Arg, false, true >
- class _Mu< _Arg, true, false >
- class _Mu< reference_wrapper< _Tp >, false, false >
- struct _Placeholder
- The type of placeholder objects defined by libstdc++. More...
- struct _Reference_wrapper_base
- struct _Result_of_impl< false, _Functor()>
- struct _Result_of_impl< false, _Functor(_ArgTypes...)>
- struct _Result_of_impl< true, _Functor(_ArgTypes...)>
- We already know the result type for
Functor
; use it. More...
- struct _Safe_tuple_element
- struct _Safe_tuple_element_impl
- struct _Safe_tuple_element_impl< __i, _Tuple, false >
- class _Temporary_buffer
- struct _Tuple_impl< _Idx >
- struct _Tuple_impl< _Idx, _Head, _Tail...>
- struct _Vector_base
- See bits/stl_deque.h's _Deque_base for an explanation. More...
- struct _Weak_result_type
- struct _Weak_result_type_impl
- struct _Weak_result_type_impl< _Res(&)(_ArgTypes...)>
- Retrieve the result type for a function reference. More...
- struct _Weak_result_type_impl< _Res(*)(_ArgTypes...)>
- Retrieve the result type for a function pointer. More...
- struct _Weak_result_type_impl< _Res(_ArgTypes...)>
- Retrieve the result type for a function type. More...
- struct _Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const >
- Retrieve result type for a const member function pointer. More...
- struct _Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile >
- Retrieve result type for a const volatile member function pointer. More...
- struct _Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile >
- Retrieve result type for a volatile member function pointer. More...
- struct _Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)>
- Retrieve result type for a member function pointer. More...
- struct add_const
- add_const More...
- struct add_cv
- add_cv More...
- struct add_lvalue_reference
- add_lvalue_reference More...
- struct add_pointer
- add_pointer More...
- struct add_rvalue_reference
- add_rvalue_reference More...
- struct add_volatile
- add_volatile More...
- struct adopt_lock_t
- Assume the calling thread has already obtained mutex ownership and manage it. More...
- struct alignment_of
- alignment_of More...
- class allocator
- The "standard" allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt04ch11.html. More...
- class allocator< void >
- allocator<void> specialization. More...
- struct array
- A standard container for storing a fixed size sequence of elements. More...
- struct atomic
- atomic 29.4.3, Generic atomic type, primary class template. More...
- struct atomic< _Tp * >
- Partial specialization for pointer types. More...
- struct atomic< bool >
- Explicit specialization for bool. More...
- struct atomic< char >
- Explicit specialization for char. More...
- struct atomic< char16_t >
- Explicit specialization for char16_t. More...
- struct atomic< char32_t >
- Explicit specialization for char32_t. More...
- struct atomic< int >
- Explicit specialization for int. More...
- struct atomic< long >
- Explicit specialization for long. More...
- struct atomic< long long >
- Explicit specialization for long long. More...
- struct atomic< short >
- Explicit specialization for short. More...
- struct atomic< signed char >
- Explicit specialization for signed char. More...
- struct atomic< unsigned char >
- Explicit specialization for unsigned char. More...
- struct atomic< unsigned int >
- Explicit specialization for unsigned int. More...
- struct atomic< unsigned long >
- Explicit specialization for unsigned long. More...
- struct atomic< unsigned long long >
- Explicit specialization for unsigned long long. More...
- struct atomic< unsigned short >
- Explicit specialization for unsigned short. More...
- struct atomic< void * >
- Explicit specialization for void*. More...
- struct atomic< wchar_t >
- Explicit specialization for wchar_t. More...
- class auto_ptr
- A simple smart pointer providing strict ownership semantics. More...
- struct auto_ptr_ref
- class back_insert_iterator
- Turns assignment into insertion. More...
- class 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
. More...
- class 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. More...
- class bad_exception
- class bad_function_call
- Exception class thrown when class template function's operator() is called with an empty target. More...
- class bad_typeid
- Thrown when a NULL pointer in a
typeid
expression is used. More...
- class basic_filebuf
- 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. More...
- class basic_fstream
- 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
. More...
- class basic_ifstream
- 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
. More...
- class basic_ios
- 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. More...
- class basic_iostream
- Merging istream and ostream capabilities.This class multiply inherits from the input and output stream classes simply to provide a single interface. More...
- class basic_istream
- 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. More...
- class basic_istringstream
- 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
. More...
- class basic_ofstream
- 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
. More...
- class basic_ostream
- 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. More...
- class basic_ostringstream
- 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
. More...
- class basic_regex
- class basic_streambuf
- The actual work of input and output (interface). More...
- class basic_string
- Managing sequences of characters and character-like objects. More...
- class basic_stringbuf
- 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.). More...
- class basic_stringstream
- 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
. More...
- class bernoulli_distribution
- A Bernoulli random number distribution. More...
- struct bidirectional_iterator_tag
- Bidirectional iterators support a superset of forward iterator operations. More...
- struct binary_function
- class binary_negate
- One of the negation functors. More...
- class binder1st
- One of the binder functors. More...
- class binder2nd
- One of the binder functors. More...
- class binomial_distribution
- A discrete binomial random number distribution. More...
- class bitset
- The bitset class represents a fixed-size sequence of bits. More...
- struct char_traits
- Basis for explicit traits specializations. More...
- struct char_traits< __gnu_cxx::character< V, I, S > >
- char_traits<__gnu_cxx::character> specialization. More...
- struct char_traits< char >
- 21.1.3.1 char_traits specializations More...
- struct char_traits< wchar_t >
- 21.1.3.2 char_traits specializations More...
- class codecvt
- class codecvt [22.2.1.5]. NB: Generic, mostly useless implementation. More...
- class codecvt< _InternT, _ExternT, encoding_state >
- codecvt<InternT, _ExternT, encoding_state> specialization. More...
- class codecvt< char, char, mbstate_t >
- class codecvt<char, char, mbstate_t> specialization. More...
- class codecvt< wchar_t, char, mbstate_t >
- class codecvt<wchar_t, char, mbstate_t> specialization. More...
- class codecvt_base
- Empty base class for codecvt facet [22.2.1.5]. More...
- class codecvt_byname
- class codecvt_byname [22.2.1.6]. More...
- class collate
- Facet for localized string comparison. More...
- class collate_byname
- class collate_byname [22.2.4.2]. More...
- struct complex
- class condition_variable
- condition_variable More...
- class condition_variable_any
- condition_variable_any More...
- class const_mem_fun1_ref_t
- One of the adaptors for member pointers. More...
- class const_mem_fun1_t
- One of the adaptors for member pointers. More...
- class const_mem_fun_ref_t
- One of the adaptors for member pointers. More...
- class const_mem_fun_t
- One of the adaptors for member pointers. More...
- class ctype
- Template ctype facet. More...
- class ctype< char >
- The ctype<char> specialization. More...
- class ctype< wchar_t >
- The ctype<wchar_t> specialization. More...
- struct ctype_base
- Base class for ctype. More...
- class ctype_byname
- class ctype_byname [22.2.1.2]. More...
- class ctype_byname< char >
- 22.2.1.4 Class ctype_byname specializations. More...
- struct default_delete
- Primary template, default_delete. More...
- struct default_delete< _Tp[]>
- Specialization, default_delete. More...
- struct defer_lock_t
- Do not acquire ownership of the mutex. More...
- class deque
- A standard container using fixed-size memory allocation and constant-time manipulation of elements at either end. More...
- class discard_block
- struct divides
- One of the math functors. More...
- class domain_error
- struct equal_to
- One of the comparison functors. More...
- class error_category
- error_category More...
- struct error_code
- error_code More...
- struct error_condition
- error_condition More...
- class exception
- Base class for all library exceptions. More...
- class exponential_distribution
- An exponential continuous distribution for random numbers. More...
- struct extent
- extent More...
- struct forward_iterator_tag
- Forward iterators support a superset of input iterator operations. More...
- class forward_list
- A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence. More...
- class fpos
- Class representing stream positions. More...
- class front_insert_iterator
- Turns assignment into insertion. More...
- class function< _Res(_ArgTypes...)>
- class function More...
- class gamma_distribution
- A gamma continuous distribution for random numbers. More...
- class geometric_distribution
- A discrete geometric random number distribution. More...
- struct greater
- One of the comparison functors. More...
- struct greater_equal
- One of the comparison functors. More...
- class gslice
- Class defining multi-dimensional subset of an array. More...
- class gslice_array
- Reference to multi-dimensional subset of an array. More...
- struct has_virtual_destructor
- has_virtual_destructor More...
- struct hash
- Class template hash. More...
- struct hash< _Tp * >
- Partial specializations for pointer types. More...
- class indirect_array
- Reference to arbitrary subset of an array. More...
- class initializer_list
- initializer_list More...
- struct input_iterator_tag
- Marking input iterators. More...
- class insert_iterator
- Turns assignment into insertion. More...
- struct integral_constant
- integral_constant More...
- class invalid_argument
- class 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). More...
- struct is_abstract
- is_abstract More...
- struct is_arithmetic
- is_arithmetic More...
- struct is_array
- is_array More...
- struct is_bind_expression
- 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]. More...
- struct is_bind_expression< _Bind< _Signature > >
- Class template _Bind is always a bind expression. More...
- struct is_bind_expression< _Bind_result< _Result, _Signature > >
- Class template _Bind_result is always a bind expression. More...
- struct is_class
- is_class More...
- struct is_compound
- is_compound More...
- struct is_const
- is_const More...
- struct is_empty
- is_empty More...
- struct is_enum
- is_enum More...
- struct is_error_code_enum
- is_error_code_enum More...
- struct is_error_condition_enum
- is_error_condition_enum More...
- struct is_floating_point
- is_floating_point More...
- struct is_function
- is_function More...
- struct is_fundamental
- is_fundamental More...
- struct is_integral
- is_integral More...
- struct is_lvalue_reference
- is_lvalue_reference More...
- struct is_member_function_pointer
- is_member_function_pointer More...
- struct is_member_object_pointer
- is_member_object_pointer More...
- struct is_object
- is_object More...
- struct is_placeholder
- Determines if the given type _Tp is a placeholder in a bind() expression and, if so, which placeholder it is. [TR1 3.6.2]. More...
- struct is_placeholder< _Placeholder< _Num > >
- struct is_pointer
- is_pointer More...
- struct is_polymorphic
- is_polymorphic More...
- struct is_reference
- is_reference More...
- struct is_rvalue_reference
- is_rvalue_reference More...
- struct is_same
- is_same More...
- struct is_scalar
- is_scalar More...
- struct is_union
- is_union More...
- struct is_void
- is_void More...
- struct is_volatile
- is_volatile More...
- class istream_iterator
- Provides input iterator semantics for streams. More...
- class istreambuf_iterator
- Provides input iterator semantics for streambufs. More...
- struct iterator
- Common iterator class. More...
- struct iterator_traits
- class length_error
- struct less
- One of the comparison functors. More...
- struct less_equal
- One of the comparison functors. More...
- class linear_congruential
- A model of a linear congruential random number generator. More...
- class list
- A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence. More...
- class locale
- Container class for localization functionality. More...
- class lock_error
- Thrown to indicate errors with lock operations. More...
- class lock_guard
- Scoped lock idiom. More...
- class logic_error
- One of two subclasses of exception. More...
- struct logical_and
- One of the Boolean operations functors. More...
- struct logical_not
- One of the Boolean operations functors. More...
- struct logical_or
- One of the Boolean operations functors. More...
- class map
- A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time. More...
- class mask_array
- Reference to selected subset of an array. More...
- class match_results
- The results of a match or search operation. More...
- class mem_fun1_ref_t
- One of the adaptors for member pointers. More...
- class mem_fun1_t
- One of the adaptors for member pointers. More...
- class mem_fun_ref_t
- One of the adaptors for member pointers. More...
- class mem_fun_t
- One of the adaptors for member pointers. More...
- class messages
- Facet for handling message catalogs. More...
- struct messages_base
- Messages facet base class providing catalog typedef. More...
- class messages_byname
- class messages_byname [22.2.7.2]. More...
- struct minus
- One of the math functors. More...
- struct modulus
- One of the math functors. More...
- class money_base
- Money format ordering data. More...
- class money_get
- Facet for parsing monetary amounts. More...
- class money_put
- Facet for outputting monetary amounts. More...
- class moneypunct
- Facet for formatting data for money amounts. More...
- class moneypunct_byname
- class moneypunct_byname [22.2.6.4]. More...
- class move_iterator
- class multimap
- A standard container made up of (key,value) pairs, which can be retrieved based on a key, in logarithmic time. More...
- struct multiplies
- One of the math functors. More...
- class multiset
- A standard container made up of elements, which can be retrieved in logarithmic time. More...
- class mutex
- mutex More...
- struct negate
- One of the math functors. More...
- class normal_distribution
- A normal continuous distribution for random numbers. More...
- struct not_equal_to
- One of the comparison functors. More...
- class num_get
- Facet for parsing number strings. More...
- class num_put
- Facet for converting numbers to strings. More...
- struct numeric_limits
- Properties of fundamental types. More...
- struct numeric_limits< bool >
- numeric_limits<bool> specialization. More...
- struct numeric_limits< char >
- numeric_limits<char> specialization. More...
- struct numeric_limits< char16_t >
- numeric_limits<char16_t> specialization. More...
- struct numeric_limits< char32_t >
- numeric_limits<char32_t> specialization. More...
- struct numeric_limits< double >
- numeric_limits<double> specialization. More...
- struct numeric_limits< float >
- numeric_limits<float> specialization. More...
- struct numeric_limits< int >
- numeric_limits<int> specialization. More...
- struct numeric_limits< long >
- numeric_limits<long> specialization. More...
- struct numeric_limits< long double >
- numeric_limits<long double> specialization. More...
- struct numeric_limits< long long >
- numeric_limits<long long> specialization. More...
- struct numeric_limits< short >
- numeric_limits<short> specialization. More...
- struct numeric_limits< signed char >
- numeric_limits<signed char> specialization. More...
- struct numeric_limits< unsigned char >
- numeric_limits<unsigned char> specialization. More...
- struct numeric_limits< unsigned int >
- numeric_limits<unsigned int> specialization. More...
- struct numeric_limits< unsigned long >
- numeric_limits<unsigned long> specialization. More...
- struct numeric_limits< unsigned long long >
- numeric_limits<unsigned long long> specialization. More...
- struct numeric_limits< unsigned short >
- numeric_limits<unsigned short> specialization. More...
- struct numeric_limits< wchar_t >
- numeric_limits<wchar_t> specialization. More...
- class numpunct
- Numpunct facet. More...
- class numpunct_byname
- class numpunct_byname [22.2.3.2]. More...
- struct once_flag
- once_flag More...
- class ostream_iterator
- Provides output iterator semantics for streams. More...
- class ostreambuf_iterator
- Provides output iterator semantics for streambufs. More...
- class out_of_range
- struct output_iterator_tag
- Marking output iterators. More...
- class overflow_error
- struct pair
- pair holds two objects of arbitrary type. More...
- struct plus
- One of the math functors. More...
- class pointer_to_binary_function
- One of the adaptors for function pointers. More...
- class pointer_to_unary_function
- One of the adaptors for function pointers. More...
- class poisson_distribution
- A discrete Poisson random number distribution. More...
- class priority_queue
- A standard container automatically sorting its contents. More...
- class queue
- A standard container giving FIFO behavior. More...
- struct random_access_iterator_tag
- Random-access iterators support a superset of bidirectional iterator operations. More...
- class random_device
- class range_error
- struct rank
- rank More...
- struct ratio
- Provides compile-time rational arithmetic. More...
- struct ratio_add
- ratio_add More...
- struct ratio_divide
- ratio_divide More...
- struct ratio_equal
- ratio_equal More...
- struct ratio_greater
- ratio_greater More...
- struct ratio_greater_equal
- ratio_greater_equal More...
- struct ratio_less
- ratio_less More...
- struct ratio_less_equal
- ratio_less_equal More...
- struct ratio_multiply
- ratio_multiply More...
- struct ratio_not_equal
- ratio_not_equal More...
- struct ratio_subtract
- ratio_subtract More...
- class raw_storage_iterator
- class recursive_mutex
- recursive_mutex More...
- class recursive_timed_mutex
- recursive_timed_mutex More...
- class reference_wrapper
- reference_wrapper More...
- class regex_error
- A regular expression exception class.The regular expression library throws objects of this class on error. More...
- class regex_iterator
- class regex_token_iterator
- struct regex_traits
- Describes aspects of a regular expression. More...
- struct remove_all_extents
- remove_all_extents More...
- struct remove_const
- remove_const More...
- struct remove_cv
- remove_cv More...
- struct remove_extent
- remove_extent More...
- struct remove_pointer
- remove_pointer More...
- struct remove_reference
- remove_reference More...
- struct remove_volatile
- remove_volatile More...
- class result_of< _Functor(_ArgTypes...)>
- class reverse_iterator
- class runtime_error
- One of two subclasses of exception. More...
- class set
- A standard container made up of unique keys, which can be retrieved in logarithmic time. More...
- class slice
- Class defining one-dimensional subset of an array. More...
- class slice_array
- Reference to one-dimensional subset of an array. More...
- class stack
- A standard container giving FILO behavior. More...
- class sub_match
- class system_error
- Thrown to indicate error code of underlying system. More...
- class thread
- thread More...
- class time_base
- Time format ordering data. More...
- class time_get
- Facet for parsing dates and times. More...
- class time_get_byname
- class time_get_byname [22.2.5.2]. More...
- class time_put
- Facet for outputting dates and times. More...
- class time_put_byname
- class time_put_byname [22.2.5.4]. More...
- class timed_mutex
- timed_mutex More...
- struct try_to_lock_t
- Try to acquire ownership of the mutex without blocking. More...
- class tuple
- tuple More...
- class tuple< _T1, _T2 >
- tuple (2-element), with construction and assignment from a pair. More...
- struct tuple_element< 0, tuple< _Head, _Tail...> >
- struct tuple_element< __i, tuple< _Head, _Tail...> >
- struct tuple_size< tuple< _Elements...> >
- class tuple_size More...
- class type_info
- Part of RTTI. More...
- struct unary_function
- class unary_negate
- One of the negation functors. More...
- class underflow_error
- class uniform_int
- Uniform discrete distribution for random numbers. A discrete random distribution on the range
with equal probability throughout the range. More...
- class uniform_real
- Uniform continuous distribution for random numbers. More...
- class unique_lock
- unique_lock More...
- class unique_ptr
- 20.7.12.2 unique_ptr for single objects. More...
- class unique_ptr< _Tp[], _Tp_Deleter >
- 20.7.12.3 unique_ptr for array objects with a runtime length More...
- class unordered_map
- A standard container composed of unique keys (containing at most one of each key value) that associates values of another type with the keys. More...
- class unordered_multimap
- A standard container composed of equivalent keys (possibly containing multiple of each key value) that associates values of another type with the keys. More...
- class unordered_multiset
- A standard container composed of equivalent keys (possibly containing multiple of each key value) in which the elements' keys are the elements themselves. More...
- class unordered_set
- A standard container composed of unique keys (containing at most one of each key value) in which the elements' keys are the elements themselves. More...
- class valarray
- Smart array designed to support numeric processing. More...
- class variate_generator
- class vector
- A standard container which offers fixed time access to individual elements in any order. More...
- class vector< bool, _Alloc >
- A specialization of vector for booleans which offers fixed time access to individual elements in any order. More...
- class xor_combine
Typedefs
-
typedef struct
std::__atomic_flag_base __atomic_flag_base
-
typedef FILE __c_file
-
typedef __locale_t __c_locale
-
typedef __gthread_mutex_t __c_lock
-
typedef unsigned long _Bit_type
-
typedef atomic_short atomic_int_fast16_t
-
typedef atomic_int atomic_int_fast32_t
-
typedef atomic_llong atomic_int_fast64_t
-
typedef atomic_schar atomic_int_fast8_t
-
typedef atomic_short atomic_int_least16_t
-
typedef atomic_int atomic_int_least32_t
-
typedef atomic_llong atomic_int_least64_t
-
typedef atomic_schar atomic_int_least8_t
-
typedef atomic_llong atomic_intmax_t
-
typedef atomic_long atomic_intptr_t
-
typedef atomic_long atomic_ptrdiff_t
-
typedef atomic_ulong atomic_size_t
-
typedef atomic_long atomic_ssize_t
-
typedef atomic_ushort atomic_uint_fast16_t
-
typedef atomic_uint atomic_uint_fast32_t
-
typedef atomic_ullong atomic_uint_fast64_t
-
typedef atomic_uchar atomic_uint_fast8_t
-
typedef atomic_ushort atomic_uint_least16_t
-
typedef atomic_uint atomic_uint_least32_t
-
typedef atomic_ullong atomic_uint_least64_t
-
typedef atomic_uchar atomic_uint_least8_t
-
typedef atomic_ullong atomic_uintmax_t
-
typedef atomic_ulong atomic_uintptr_t
-
typedef ratio< 1, 1000000000000000000 > atto
-
typedef ratio< 1, 100 > centi
-
typedef match_results< const
char * > cmatch
-
typedef regex_iterator< const
char * > cregex_iterator
- typedef regex_token_iterator
< const char * > cregex_token_iterator
- typedef sub_match< const char * > csub_match
-
typedef ratio< 10, 1 > deca
-
typedef ratio< 1, 10 > deci
-
typedef ratio< 1000000000000000000, 1 > exa
- typedef integral_constant
< bool, false > false_type
-
typedef ratio< 1, 1000000000000000 > femto
- typedef basic_filebuf< char > filebuf
- typedef basic_fstream< char > fstream
-
typedef ratio< 1000000000, 1 > giga
-
typedef ratio< 100, 1 > hecto
- typedef basic_ifstream< char > ifstream
- typedef basic_ios< char > ios
- typedef basic_iostream< char > iostream
- typedef basic_istream< char > istream
- typedef basic_istringstream< char > istringstream
-
typedef ratio< 1000, 1 > kilo
-
typedef ratio< 1000000, 1 > mega
- typedef enum std::memory_order memory_order
-
typedef ratio< 1, 1000000 > micro
-
typedef ratio< 1, 1000 > milli
- typedef linear_congruential
< unsigned long, 48271, 0, 2147483647 > minstd_rand
- typedef linear_congruential
< unsigned long, 16807, 0, 2147483647 > minstd_rand0
- typedef mersenne_twister
< unsigned long, 32, 624, 397, 31, 0x9908b0dful, 11, 7, 0x9d2c5680ul, 15, 0xefc60000ul, 18 > mt19937
-
typedef ratio< 1, 1000000000 > nano
- typedef void(* new_handler )()
- typedef basic_ofstream< char > ofstream
- typedef basic_ostream< char > ostream
- typedef basic_ostringstream< char > ostringstream
-
typedef ratio< 1000000000000000, 1 > peta
-
typedef ratio< 1, 1000000000000 > pico
- typedef discard_block
< subtract_with_carry
< unsigned long,(1UL<< 24), 10, 24 >, 223, 24 > ranlux3
-
typedef discard_block
< subtract_with_carry_01
< float, 24, 10, 24 >, 223, 24 > ranlux3_01
- typedef discard_block
< subtract_with_carry
< unsigned long,(1UL<< 24), 10, 24 >, 389, 24 > ranlux4
-
typedef discard_block
< subtract_with_carry_01
< float, 24, 10, 24 >, 389, 24 > ranlux4_01
-
typedef subtract_with_carry_01
< double, 48, 5, 12 > ranlux64_base_01
-
typedef subtract_with_carry_01
< float, 24, 10, 24 > ranlux_base_01
- typedef basic_regex< char > regex
-
typedef match_results
< string::const_iterator > smatch
-
typedef regex_iterator
< string::const_iterator > sregex_iterator
- typedef regex_token_iterator
< string::const_iterator > sregex_token_iterator
- typedef sub_match
< string::const_iterator > ssub_match
- typedef basic_streambuf< char > streambuf
- typedef long long streamoff
- typedef fpos< mbstate_t > streampos
- typedef ptrdiff_t streamsize
-
typedef basic_string< char > string
- typedef basic_stringbuf< char > stringbuf
- typedef basic_stringstream< char > stringstream
-
typedef ratio< 1000000000000, 1 > tera
- typedef void(* terminate_handler )()
- typedef integral_constant
< bool, true > true_type
- typedef fpos< mbstate_t > u16streampos
-
typedef basic_string< char16_t > u16string
- typedef fpos< mbstate_t > u32streampos
-
typedef basic_string< char32_t > u32string
- typedef void(* unexpected_handler )()
-
typedef match_results< const
wchar_t * > wcmatch
-
typedef regex_iterator< const
wchar_t * > wcregex_iterator
- typedef regex_token_iterator
< const wchar_t * > wcregex_token_iterator
- typedef sub_match< const
wchar_t * > wcsub_match
- typedef basic_filebuf< wchar_t > wfilebuf
- typedef basic_fstream< wchar_t > wfstream
- typedef basic_ifstream< wchar_t > wifstream
- typedef basic_ios< wchar_t > wios
- typedef basic_iostream< wchar_t > wiostream
- typedef basic_istream< wchar_t > wistream
- typedef basic_istringstream
< wchar_t > wistringstream
- typedef basic_ofstream< wchar_t > wofstream
- typedef basic_ostream< wchar_t > wostream
- typedef basic_ostringstream
< wchar_t > wostringstream
- typedef basic_regex< wchar_t > wregex
-
typedef match_results
< wstring::const_iterator > wsmatch
-
typedef regex_iterator
< wstring::const_iterator > wsregex_iterator
- typedef regex_token_iterator
< wstring::const_iterator > wsregex_token_iterator
- typedef sub_match
< wstring::const_iterator > wssub_match
- typedef basic_streambuf< wchar_t > wstreambuf
- typedef fpos< mbstate_t > wstreampos
-
typedef basic_string< wchar_t > wstring
- typedef basic_stringbuf< wchar_t > wstringbuf
- typedef basic_stringstream
< wchar_t > wstringstream
Enumerations
- enum { _S_threshold
}
- enum { _S_chunk_size
}
- enum { _S_word_bit
}
- enum _Ios_Fmtflags {
_S_boolalpha,
_S_dec,
_S_fixed,
_S_hex,
_S_internal,
_S_left,
_S_oct,
_S_right,
_S_scientific,
_S_showbase,
_S_showpoint,
_S_showpos,
_S_skipws,
_S_unitbuf,
_S_uppercase,
_S_adjustfield,
_S_basefield,
_S_floatfield,
_S_ios_fmtflags_end
}
- enum _Ios_Iostate {
_S_goodbit,
_S_badbit,
_S_eofbit,
_S_failbit,
_S_ios_iostate_end
}
- enum _Ios_Openmode {
_S_app,
_S_ate,
_S_bin,
_S_in,
_S_out,
_S_trunc,
_S_ios_openmode_end
}
- enum _Ios_Seekdir { _S_beg,
_S_cur,
_S_end,
_S_ios_seekdir_end
}
- enum _Manager_operation { __get_type_info,
__get_functor_ptr,
__clone_functor,
__destroy_functor
}
- enum _Rb_tree_color { _S_red,
_S_black
}
- enum errc {
address_family_not_supported,
address_in_use,
address_not_available,
already_connected,
argument_list_too_long,
argument_out_of_domain,
bad_address,
bad_file_descriptor,
bad_message,
broken_pipe,
connection_aborted,
connection_already_in_progress,
connection_refused,
connection_reset,
cross_device_link,
destination_address_required,
device_or_resource_busy,
directory_not_empty,
executable_format_error,
file_exists,
file_too_large,
filename_too_long,
function_not_supported,
host_unreachable,
identifier_removed,
illegal_byte_sequence,
inappropriate_io_control_operation,
interrupted,
invalid_argument,
invalid_seek,
io_error,
is_a_directory,
message_size,
network_down,
network_reset,
network_unreachable,
no_buffer_space,
no_child_process,
no_link,
no_lock_available,
no_message_available,
no_message,
no_protocol_option,
no_space_on_device,
no_stream_resources,
no_such_device_or_address,
no_such_device,
no_such_file_or_directory,
no_such_process,
not_a_directory,
not_a_socket,
not_a_stream,
not_connected,
not_enough_memory,
not_supported,
operation_canceled,
operation_in_progress,
operation_not_permitted,
operation_not_supported,
operation_would_block,
owner_dead,
permission_denied,
protocol_error,
protocol_not_supported,
read_only_file_system,
resource_deadlock_would_occur,
resource_unavailable_try_again,
result_out_of_range,
state_not_recoverable,
stream_timeout,
text_file_busy,
timed_out,
too_many_files_open_in_system,
too_many_files_open,
too_many_links,
too_many_symbolic_link_levels,
value_too_large,
wrong_protocol_type
}
- enum float_denorm_style { denorm_indeterminate,
denorm_absent,
denorm_present
}
- enum float_round_style {
round_indeterminate,
round_toward_zero,
round_to_nearest,
round_toward_infinity,
round_toward_neg_infinity
}
- enum memory_order {
memory_order_relaxed,
memory_order_consume,
memory_order_acquire,
memory_order_release,
memory_order_acq_rel,
memory_order_seq_cst
}
Functions
-
template<typename _CharT > _CharT * __add_grouping (_CharT *__s, _CharT __sep, const char *__gbeg, size_t __gsize, const _CharT *__first, const _CharT *__last)
-
template<typename _RandomAccessIterator , typename _Distance , typename _Tp , typename _Compare > void __adjust_heap (_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Distance , typename _Tp > void __adjust_heap (_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value)
-
template<typename _RandomAccessIterator , typename _Distance > void __advance (_RandomAccessIterator &__i, _Distance __n, random_access_iterator_tag)
-
template<typename _BidirectionalIterator , typename _Distance > void __advance (_BidirectionalIterator &__i, _Distance __n, bidirectional_iterator_tag)
-
template<typename _InputIterator , typename _Distance > void __advance (_InputIterator &__i, _Distance __n, input_iterator_tag)
-
volatile __atomic_flag_base * __atomic_flag_for_address (const volatile void *__z) __attribute__((const ))
-
void __atomic_flag_wait_explicit (volatile __atomic_flag_base *, memory_order)
-
memory_order __calculate_memory_order (memory_order __m)
-
template<typename _Member , typename _Class > _Mem_fn< _Member _Class::* > __callable_functor (_Member _Class::*const &__p)
-
template<typename _Member , typename _Class > _Mem_fn< _Member _Class::* > __callable_functor (_Member _Class::*&__p)
-
template<typename _Functor > _Functor & __callable_functor (_Functor &__f)
-
template<typename _Facet > const _Facet & __check_facet (const _Facet *__f)
-
template<typename _RandomAccessIterator , typename _Distance , typename _Compare > void __chunk_insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Distance __chunk_size, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Distance > void __chunk_insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Distance __chunk_size)
-
template<typename _Tp > _Tp __cmath_power (_Tp, unsigned int)
-
template<typename _Tp > _Tp __complex_abs (const complex< _Tp > &__z)
-
template<typename _Tp > std::complex< _Tp > __complex_acos (const std::complex< _Tp > &__z)
-
template<typename _Tp > std::complex< _Tp > __complex_acosh (const std::complex< _Tp > &__z)
-
template<typename _Tp > _Tp __complex_arg (const complex< _Tp > &__z)
-
template<typename _Tp > std::complex< _Tp > __complex_asin (const std::complex< _Tp > &__z)
-
template<typename _Tp > std::complex< _Tp > __complex_asinh (const std::complex< _Tp > &__z)
-
template<typename _Tp > std::complex< _Tp > __complex_atan (const std::complex< _Tp > &__z)
-
template<typename _Tp > std::complex< _Tp > __complex_atanh (const std::complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_cos (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_cosh (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_exp (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_log (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_pow (const complex< _Tp > &__x, const complex< _Tp > &__y)
-
template<typename _Tp > std::complex< _Tp > __complex_proj (const std::complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_sin (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_sinh (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_sqrt (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_tan (const complex< _Tp > &__z)
-
template<typename _Tp > complex< _Tp > __complex_tanh (const complex< _Tp > &__z)
-
int __convert_from_v (const __c_locale &__cloc __attribute__((__unused__)), char *__out, const int __size __attribute__((__unused__)), const char *__fmt,...)
-
template<> void __convert_to_v (const char *, long double &, ios_base::iostate &, const __c_locale &)
-
template<> void __convert_to_v (const char *, double &, ios_base::iostate &, const __c_locale &)
-
template<> void __convert_to_v (const char *, float &, ios_base::iostate &, const __c_locale &)
-
template<typename _Tv > void __convert_to_v (const char *__in, _Tv &__out, ios_base::iostate &__err, const __c_locale &__cloc)
-
template<bool _IsMove, typename _II , typename _OI > _OI __copy_move_a (_II __first, _II __last, _OI __result)
-
template<bool _IsMove, typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
_CharT * >::__type __copy_move_a2 (istreambuf_iterator< _CharT > __first, istreambuf_iterator< _CharT > __last, _CharT *__result)
-
template<bool _IsMove, typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
ostreambuf_iterator< _CharT >
>::__type __copy_move_a2 (const _CharT *__first, const _CharT *__last, ostreambuf_iterator< _CharT > __result)
-
template<bool _IsMove, typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
ostreambuf_iterator< _CharT >
>::__type __copy_move_a2 (_CharT *__first, _CharT *__last, ostreambuf_iterator< _CharT > __result)
-
template<bool _IsMove, typename _II , typename _OI > _OI __copy_move_a2 (_II __first, _II __last, _OI __result)
-
template<bool _IsMove, typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
_CharT * >::__type __copy_move_a2 (istreambuf_iterator< _CharT, char_traits< _CharT > >, istreambuf_iterator< _CharT, char_traits< _CharT > >, _CharT *)
-
template<bool _IsMove, typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
ostreambuf_iterator< _CharT,
char_traits< _CharT >
> >::__type __copy_move_a2 (const _CharT *, const _CharT *, ostreambuf_iterator< _CharT, char_traits< _CharT > >)
-
template<bool _IsMove, typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
ostreambuf_iterator< _CharT,
char_traits< _CharT >
> >::__type __copy_move_a2 (_CharT *, _CharT *, ostreambuf_iterator< _CharT, char_traits< _CharT > >)
-
template<bool _IsMove, typename _BI1 , typename _BI2 > _BI2 __copy_move_backward_a (_BI1 __first, _BI1 __last, _BI2 __result)
-
template<bool _IsMove, typename _BI1 , typename _BI2 > _BI2 __copy_move_backward_a2 (_BI1 __first, _BI1 __last, _BI2 __result)
-
template<typename _RandomAccessIterator , typename _Size , typename _OutputIterator > _OutputIterator __copy_n (_RandomAccessIterator __first, _Size __n, _OutputIterator __result, random_access_iterator_tag)
-
template<typename _InputIterator , typename _Size , typename _OutputIterator > _OutputIterator __copy_n (_InputIterator __first, _Size __n, _OutputIterator __result, input_iterator_tag)
-
template streamsize __copy_streambufs (basic_streambuf< wchar_t > *, basic_streambuf< wchar_t > *)
-
template streamsize __copy_streambufs (basic_streambuf< char > *, basic_streambuf< char > *)
-
template<typename _CharT , typename _Traits > streamsize __copy_streambufs (basic_streambuf< _CharT, _Traits > *__sbin, basic_streambuf< _CharT, _Traits > *__sbout)
-
template<> streamsize __copy_streambufs_eof (basic_streambuf< wchar_t > *__sbin, basic_streambuf< wchar_t > *__sbout, bool &__ineof)
-
template<> streamsize __copy_streambufs_eof (basic_streambuf< char > *__sbin, basic_streambuf< char > *__sbout, bool &__ineof)
-
template<typename _CharT , typename _Traits > streamsize __copy_streambufs_eof (basic_streambuf< _CharT, _Traits > *, basic_streambuf< _CharT, _Traits > *, bool &)
- size_t __deque_buf_size (size_t __size)
-
template<typename _RandomAccessIterator > iterator_traits
< _RandomAccessIterator >
::difference_type __distance (_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_tag)
-
template<typename _InputIterator > iterator_traits
< _InputIterator >
::difference_type __distance (_InputIterator __first, _InputIterator __last, input_iterator_tag)
-
template<typename _II1 , typename _II2 > bool __equal_aux (_II1 __first1, _II1 __last1, _II2 __first2)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_byte< _Tp >::__value,
void >::__type __fill_a (_Tp *__first, _Tp *__last, const _Tp &__c)
-
template<typename _ForwardIterator , typename _Tp > __gnu_cxx::__enable_if
<!__is_scalar< _Tp >::__value,
void >::__type __fill_a (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value)
-
void __fill_bvector (_Bit_iterator __first, _Bit_iterator __last, bool __x)
-
template<typename _Size , typename _Tp > __gnu_cxx::__enable_if
< __is_byte< _Tp >::__value,
_Tp * >::__type __fill_n_a (_Tp *__first, _Size __n, const _Tp &__c)
-
template<typename _OutputIterator , typename _Size , typename _Tp > __gnu_cxx::__enable_if
<!__is_scalar< _Tp >::__value,
_OutputIterator >::__type __fill_n_a (_OutputIterator __first, _Size __n, const _Tp &__value)
- template<typename _RandomAccessIterator , typename _Compare > void __final_insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void __final_insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last)
- template<typename _RandomAccessIterator , typename _Tp > _RandomAccessIterator __find (_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp &__val, random_access_iterator_tag)
- template<typename _InputIterator , typename _Tp > _InputIterator __find (_InputIterator __first, _InputIterator __last, const _Tp &__val, input_iterator_tag)
-
template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _BinaryPredicate > _BidirectionalIterator1 __find_end (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, bidirectional_iterator_tag, bidirectional_iterator_tag, _BinaryPredicate __comp)
-
template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 > _BidirectionalIterator1 __find_end (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, bidirectional_iterator_tag, bidirectional_iterator_tag)
-
template<typename _ForwardIterator1 , typename _ForwardIterator2 , typename _BinaryPredicate > _ForwardIterator1 __find_end (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, forward_iterator_tag, forward_iterator_tag, _BinaryPredicate __comp)
-
template<typename _ForwardIterator1 , typename _ForwardIterator2 > _ForwardIterator1 __find_end (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, forward_iterator_tag, forward_iterator_tag)
- template<typename _RandomAccessIterator , typename _Predicate > _RandomAccessIterator __find_if (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag)
- template<typename _InputIterator , typename _Predicate > _InputIterator __find_if (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag)
- template<typename _RandomAccessIterator , typename _Predicate > _RandomAccessIterator __find_if_not (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag)
- template<typename _InputIterator , typename _Predicate > _InputIterator __find_if_not (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag)
- template<typename _EuclideanRingElement > _EuclideanRingElement __gcd (_EuclideanRingElement __m, _EuclideanRingElement __n)
-
template<std::size_t __i, typename _Head , typename... _Tail> __add_c_ref< _Head >::type __get_helper (const _Tuple_impl< __i, _Head, _Tail...> &__t)
-
template<std::size_t __i, typename _Head , typename... _Tail> __add_ref< _Head >::type __get_helper (_Tuple_impl< __i, _Head, _Tail...> &__t)
-
mutex & __get_once_mutex ()
- template<typename _RandomAccessIterator , typename _Compare > void __heap_select (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void __heap_select (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last)
-
template<typename _Tp > size_t __iconv_adaptor (size_t(*__func)(iconv_t, _Tp, size_t *, char **, size_t *), iconv_t __cd, char **__inbuf, size_t *__inbytes, char **__outbuf, size_t *__outbytes)
- template<typename _ForwardIterator , typename _Predicate , typename _Distance > _ForwardIterator __inplace_stable_partition (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len)
- template<typename _RandomAccessIterator , typename _Compare > void __inplace_stable_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void __inplace_stable_sort (_RandomAccessIterator __first, _RandomAccessIterator __last)
- template<typename _RandomAccessIterator , typename _Compare > void __insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void __insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _CharT , typename _ValueT > int __int_to_char (_CharT *__bufend, _ValueT __v, const _CharT *__lit, ios_base::fmtflags __flags, bool __dec)
-
template<typename _RandomAccessIterator , typename _Size , typename _Compare > void __introselect (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Size __depth_limit, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Size > void __introselect (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Size __depth_limit)
- template<typename _RandomAccessIterator , typename _Size , typename _Compare > void __introsort_loop (_RandomAccessIterator __first, _RandomAccessIterator __last, _Size __depth_limit, _Compare __comp)
- template<typename _RandomAccessIterator , typename _Size > void __introsort_loop (_RandomAccessIterator __first, _RandomAccessIterator __last, _Size __depth_limit)
-
template<typename _Functor , typename... _Args> __gnu_cxx::__enable_if
< (is_pointer< _Functor >
::value &&is_function
< typename remove_pointer
< _Functor >::type >::value),
typename result_of< _Functor(_Args...)>
::type >::__type __invoke (_Functor __f, _Args &...__args)
- template<typename _Functor , typename... _Args> __gnu_cxx::__enable_if
< (!is_member_pointer
< _Functor >::value
&&!is_function< _Functor >
::value &&!is_function
< typename remove_pointer
< _Functor >::type >::value),
typename result_of< _Functor(_Args...)>
::type >::__type __invoke (_Functor &__f, _Args &...__args)
-
template<typename _RandomAccessIterator , typename _Compare > bool __is_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
-
template<typename _RandomAccessIterator > bool __is_heap (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RandomAccessIterator , typename _Compare , typename _Distance > bool __is_heap (_RandomAccessIterator __first, _Compare __comp, _Distance __n)
-
template<typename _RandomAccessIterator , typename _Distance > bool __is_heap (_RandomAccessIterator __first, _Distance __n)
-
template<typename _RandomAccessIterator , typename _Distance , typename _Compare > _Distance __is_heap_until (_RandomAccessIterator __first, _Distance __n, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Distance > _Distance __is_heap_until (_RandomAccessIterator __first, _Distance __n)
- template<typename _Iter > iterator_traits< _Iter >
::iterator_category __iterator_category (const _Iter &)
-
template<typename _II1 , typename _II2 > bool __lexicographical_compare_aux (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2)
-
long long __lg (long long __n)
-
long __lg (long __n)
-
int __lg (int __n)
- template<typename _Size > _Size __lg (_Size __n)
- template<typename _Tp , typename _Compare > const _Tp & __median (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp)
- template<typename _Tp > const _Tp & __median (const _Tp &__a, const _Tp &__b, const _Tp &__c)
- template<typename _BidirectionalIterator , typename _Distance , typename _Pointer , typename _Compare > void __merge_adaptive (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp)
- template<typename _BidirectionalIterator , typename _Distance , typename _Pointer > void __merge_adaptive (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size)
- template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _BidirectionalIterator3 , typename _Compare > _BidirectionalIterator3 __merge_backward (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, _BidirectionalIterator3 __result, _Compare __comp)
- template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _BidirectionalIterator3 > _BidirectionalIterator3 __merge_backward (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, _BidirectionalIterator3 __result)
-
template<typename _RandomAccessIterator1 , typename _RandomAccessIterator2 , typename _Distance , typename _Compare > void __merge_sort_loop (_RandomAccessIterator1 __first, _RandomAccessIterator1 __last, _RandomAccessIterator2 __result, _Distance __step_size, _Compare __comp)
-
template<typename _RandomAccessIterator1 , typename _RandomAccessIterator2 , typename _Distance > void __merge_sort_loop (_RandomAccessIterator1 __first, _RandomAccessIterator1 __last, _RandomAccessIterator2 __result, _Distance __step_size)
-
template<typename _RandomAccessIterator , typename _Pointer , typename _Compare > void __merge_sort_with_buffer (_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Pointer > void __merge_sort_with_buffer (_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer)
- template<typename _BidirectionalIterator , typename _Distance , typename _Compare > void __merge_without_buffer (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Compare __comp)
- template<typename _BidirectionalIterator , typename _Distance > void __merge_without_buffer (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2)
-
void __once_proxy ()
-
template<typename _CharT , typename _Traits > void __ostream_fill (basic_ostream< _CharT, _Traits > &__out, streamsize __n)
-
template wostream & __ostream_insert (wostream &, const wchar_t *, streamsize)
-
template ostream & __ostream_insert (ostream &, const char *, streamsize)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & __ostream_insert (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s, streamsize __n)
-
template<typename _CharT , typename _Traits > void __ostream_write (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s, streamsize __n)
- template<typename _BidirectionalIterator , typename _Predicate > _BidirectionalIterator __partition (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag)
- template<typename _ForwardIterator , typename _Predicate > _ForwardIterator __partition (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag)
-
template<typename _RandomAccessIterator , typename _Compare > void __pop_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __result, _Compare __comp)
-
template<typename _RandomAccessIterator > void __pop_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __result)
-
template<typename _Tp > _Tp __pow_helper (_Tp __x, int __n)
-
template<typename _RandomAccessIterator , typename _Distance , typename _Tp , typename _Compare > void __push_heap (_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Distance , typename _Tp > void __push_heap (_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value)
- template<typename _RandomAccessIterator > void __reverse (_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_tag)
- template<typename _BidirectionalIterator > void __reverse (_BidirectionalIterator __first, _BidirectionalIterator __last, bidirectional_iterator_tag)
- template<typename _RandomAccessIterator > void __rotate (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, random_access_iterator_tag)
- template<typename _BidirectionalIterator > void __rotate (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, bidirectional_iterator_tag)
- template<typename _ForwardIterator > void __rotate (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, forward_iterator_tag)
- template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _Distance > _BidirectionalIterator1 __rotate_adaptive (_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size)
- template<typename _RandomAccessIter , typename _Integer , typename _Tp , typename _BinaryPredicate > _RandomAccessIter __search_n (_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred, std::random_access_iterator_tag)
- template<typename _ForwardIterator , typename _Integer , typename _Tp , typename _BinaryPredicate > _ForwardIterator __search_n (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred, std::forward_iterator_tag)
- template<typename _RandomAccessIter , typename _Integer , typename _Tp > _RandomAccessIter __search_n (_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, const _Tp &__val, std::random_access_iterator_tag)
- template<typename _ForwardIterator , typename _Integer , typename _Tp > _ForwardIterator __search_n (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, std::forward_iterator_tag)
-
void __set_once_functor_lock_ptr (unique_lock< mutex > *)
- template<typename _ForwardIterator , typename _Pointer , typename _Predicate , typename _Distance > _ForwardIterator __stable_partition_adaptive (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size)
-
template<typename _RandomAccessIterator , typename _Pointer , typename _Distance , typename _Compare > void __stable_sort_adaptive (_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Distance __buffer_size, _Compare __comp)
-
template<typename _RandomAccessIterator , typename _Pointer , typename _Distance > void __stable_sort_adaptive (_RandomAccessIterator __first, _RandomAccessIterator __last, _Pointer __buffer, _Distance __buffer_size)
-
void __throw_bad_alloc (void) __attribute__((__noreturn__))
-
void __throw_bad_cast (void) __attribute__((__noreturn__))
-
void __throw_bad_exception (void) __attribute__((__noreturn__))
-
void __throw_bad_typeid (void) __attribute__((__noreturn__))
-
void __throw_bad_weak_ptr ()
-
void __throw_domain_error (const char *) __attribute__((__noreturn__))
-
void __throw_invalid_argument (const char *) __attribute__((__noreturn__))
-
void __throw_ios_failure (const char *) __attribute__((__noreturn__))
-
void __throw_length_error (const char *) __attribute__((__noreturn__))
-
void __throw_logic_error (const char *) __attribute__((__noreturn__))
-
void __throw_out_of_range (const char *) __attribute__((__noreturn__))
-
void __throw_overflow_error (const char *) __attribute__((__noreturn__))
-
void __throw_range_error (const char *) __attribute__((__noreturn__))
-
void __throw_runtime_error (const char *) __attribute__((__noreturn__))
-
void __throw_system_error (int) __attribute__((__noreturn__))
-
void __throw_underflow_error (const char *) __attribute__((__noreturn__))
-
template<typename... _TElements, std::size_t... _TIdx, typename... _UElements, std::size_t... _UIdx> tuple< _TElements...,
_UElements...> __tuple_cat_helper (tuple< _TElements...> &&__t, const __index_holder< _TIdx...> &, tuple< _UElements...> &&__u, const __index_holder< _UIdx...> &)
-
template<typename... _TElements, std::size_t... _TIdx, typename... _UElements, std::size_t... _UIdx> tuple< _TElements...,
_UElements...> __tuple_cat_helper (const tuple< _TElements...> &__t, const __index_holder< _TIdx...> &, tuple< _UElements...> &&__u, const __index_holder< _UIdx...> &)
-
template<typename... _TElements, std::size_t... _TIdx, typename... _UElements, std::size_t... _UIdx> tuple< _TElements...,
_UElements...> __tuple_cat_helper (tuple< _TElements...> &&__t, const __index_holder< _TIdx...> &, const tuple< _UElements...> &__u, const __index_holder< _UIdx...> &)
-
template<typename... _TElements, std::size_t... _TIdx, typename... _UElements, std::size_t... _UIdx> tuple< _TElements...,
_UElements...> __tuple_cat_helper (const tuple< _TElements...> &__t, const __index_holder< _TIdx...> &, const tuple< _UElements...> &__u, const __index_holder< _UIdx...> &)
- template<typename _RandomAccessIterator , typename _Compare > void __unguarded_insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void __unguarded_insertion_sort (_RandomAccessIterator __first, _RandomAccessIterator __last)
- template<typename _RandomAccessIterator , typename _Tp , typename _Compare > void __unguarded_linear_insert (_RandomAccessIterator __last, _Tp __val, _Compare __comp)
- template<typename _RandomAccessIterator , typename _Tp > void __unguarded_linear_insert (_RandomAccessIterator __last, _Tp __val)
- template<typename _RandomAccessIterator , typename _Tp , typename _Compare > _RandomAccessIterator __unguarded_partition (_RandomAccessIterator __first, _RandomAccessIterator __last, _Tp __pivot, _Compare __comp)
- template<typename _RandomAccessIterator , typename _Tp > _RandomAccessIterator __unguarded_partition (_RandomAccessIterator __first, _RandomAccessIterator __last, _Tp __pivot)
-
template<typename _InputIterator , typename _ForwardIterator , typename _Tp > _ForwardIterator __uninitialized_copy_a (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, allocator< _Tp > &)
-
template<typename _InputIterator , typename _ForwardIterator , typename _Allocator > _ForwardIterator __uninitialized_copy_a (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator &__alloc)
-
template<typename _InputIterator1 , typename _InputIterator2 , typename _ForwardIterator , typename _Allocator > _ForwardIterator __uninitialized_copy_move (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator &__alloc)
-
template<typename _RandomAccessIterator , typename _Size , typename _ForwardIterator > _ForwardIterator __uninitialized_copy_n (_RandomAccessIterator __first, _Size __n, _ForwardIterator __result, random_access_iterator_tag)
-
template<typename _InputIterator , typename _Size , typename _ForwardIterator > _ForwardIterator __uninitialized_copy_n (_InputIterator __first, _Size __n, _ForwardIterator __result, input_iterator_tag)
-
template<typename _ForwardIterator , typename _Tp , typename _Tp2 > void __uninitialized_fill_a (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x, allocator< _Tp2 > &)
-
template<typename _ForwardIterator , typename _Tp , typename _Allocator > void __uninitialized_fill_a (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x, _Allocator &__alloc)
-
template<typename _ForwardIterator , typename _Tp , typename _InputIterator , typename _Allocator > _ForwardIterator __uninitialized_fill_move (_ForwardIterator __result, _ForwardIterator __mid, const _Tp &__x, _InputIterator __first, _InputIterator __last, _Allocator &__alloc)
-
template<typename _ForwardIterator , typename _Size , typename _Tp , typename _Tp2 > void __uninitialized_fill_n_a (_ForwardIterator __first, _Size __n, const _Tp &__x, allocator< _Tp2 > &)
-
template<typename _ForwardIterator , typename _Size , typename _Tp , typename _Allocator > void __uninitialized_fill_n_a (_ForwardIterator __first, _Size __n, const _Tp &__x, _Allocator &__alloc)
-
template<typename _InputIterator , typename _ForwardIterator , typename _Allocator > _ForwardIterator __uninitialized_move_a (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator &__alloc)
-
template<typename _InputIterator1 , typename _InputIterator2 , typename _ForwardIterator , typename _Allocator > _ForwardIterator __uninitialized_move_copy (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator &__alloc)
-
template<typename _InputIterator , typename _ForwardIterator , typename _Tp , typename _Allocator > void __uninitialized_move_fill (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp &__x, _Allocator &__alloc)
- template<typename _InputIterator , typename _ForwardIterator , typename _BinaryPredicate > _ForwardIterator __unique_copy (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag)
- template<typename _InputIterator , typename _OutputIterator , typename _BinaryPredicate > _OutputIterator __unique_copy (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag)
- template<typename _ForwardIterator , typename _OutputIterator , typename _BinaryPredicate > _OutputIterator __unique_copy (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, forward_iterator_tag, output_iterator_tag)
- template<typename _InputIterator , typename _ForwardIterator > _ForwardIterator __unique_copy (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, input_iterator_tag, forward_iterator_tag)
- template<typename _InputIterator , typename _OutputIterator > _OutputIterator __unique_copy (_InputIterator __first, _InputIterator __last, _OutputIterator __result, input_iterator_tag, output_iterator_tag)
- template<typename _ForwardIterator , typename _OutputIterator > _OutputIterator __unique_copy (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, forward_iterator_tag, output_iterator_tag)
-
template<typename _Tp , class _Dom > void __valarray_copy (const _Expr< _Dom, _Tp > &__e, size_t __n, _Array< _Tp > __a, _Array< bool > __m)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __e, _Array< size_t > __f, size_t __n, _Array< _Tp > __a, _Array< size_t > __i)
-
template<typename _Tp , class _Dom > void __valarray_copy (const _Expr< _Dom, _Tp > &__e, size_t __n, _Array< _Tp > __a, _Array< size_t > __i)
-
template<typename _Tp , class _Dom > void __valarray_copy (const _Expr< _Dom, _Tp > &__e, size_t __n, _Array< _Tp > __a, size_t __s)
-
template<typename _Tp , class _Dom > void __valarray_copy (const _Expr< _Dom, _Tp > &__e, size_t __n, _Array< _Tp > __a)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, _Array< bool > __m, size_t __n, _Array< _Tp > __b, _Array< bool > __k)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __src, size_t __n, _Array< size_t > __i, _Array< _Tp > __dst, _Array< size_t > __j)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, size_t __n, size_t __s1, _Array< _Tp > __b, size_t __s2)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp > void __valarray_copy (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __src, size_t __n, const size_t *__restrict__ __i, _Tp *__restrict__ __dst, const size_t *__restrict__ __j)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __a, size_t __n, _Tp *__restrict__ __b, const size_t *__restrict__ __i)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __a, const size_t *__restrict__ __i, _Tp *__restrict__ __b, size_t __n)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __src, size_t __n, size_t __s1, _Tp *__restrict__ __dst, size_t __s2)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __a, _Tp *__restrict__ __b, size_t __n, size_t __s)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __a, size_t __n, size_t __s, _Tp *__restrict__ __b)
-
template<typename _Tp > void __valarray_copy (const _Tp *__restrict__ __a, size_t __n, _Tp *__restrict__ __b)
-
template<typename _Tp > void __valarray_copy_construct (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void __valarray_copy_construct (const _Expr< _Dom, _Tp > &__e, size_t __n, _Array< _Tp > __a)
-
template<typename _Tp > void __valarray_copy_construct (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp > void __valarray_copy_construct (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp > void __valarray_copy_construct (const _Tp *__restrict__ __a, const size_t *__restrict__ __i, _Tp *__restrict__ __o, size_t __n)
-
template<typename _Tp > void __valarray_copy_construct (const _Tp *__restrict__ __a, size_t __n, size_t __s, _Tp *__restrict__ __o)
-
template<typename _Tp > void __valarray_copy_construct (const _Tp *__b, const _Tp *__e, _Tp *__restrict__ __o)
-
template<typename _Tp > void __valarray_default_construct (_Tp *__b, _Tp *__e)
-
template<typename _Tp > void __valarray_destroy_elements (_Tp *__b, _Tp *__e)
-
template<typename _Tp > void __valarray_fill (_Array< _Tp > __a, size_t __n, _Array< bool > __m, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill (_Array< _Tp > __a, _Array< size_t > __i, size_t __n, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill (_Array< _Tp > __a, size_t __n, size_t __s, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill (_Tp *__restrict__ __a, const size_t *__restrict__ __i, size_t __n, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill (_Tp *__restrict__ __a, size_t __n, size_t __s, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill (_Tp *__restrict__ __a, size_t __n, const _Tp &__t)
-
template<typename _Tp > void __valarray_fill_construct (_Tp *__b, _Tp *__e, const _Tp __t)
-
void * __valarray_get_memory (size_t __n)
-
template<typename _Tp > _Tp *__restrict__ __valarray_get_storage (size_t __n)
-
template<typename _Ta > _Ta::value_type __valarray_max (const _Ta &__a)
-
template<typename _Ta > _Ta::value_type __valarray_min (const _Ta &__a)
-
template<typename _Tp > _Tp __valarray_product (const _Tp *__f, const _Tp *__l)
-
void __valarray_release_memory (void *__p)
-
template<typename _Tp > _Tp __valarray_sum (const _Tp *__f, const _Tp *__l)
-
bool __verify_grouping (const char *__grouping, size_t __grouping_size, const string &__grouping_tmp)
-
template<typename _CharT , typename _OutIter > _OutIter __write (_OutIter __s, const _CharT *__ws, int __len)
-
template<typename _CharT > ostreambuf_iterator< _CharT > __write (ostreambuf_iterator< _CharT > __s, const _CharT *__ws, int __len)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_and (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_and (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_and (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_and (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___bitwise_and (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_or (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_or (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_or (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_or (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___bitwise_or (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___bitwise_xor (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___divides (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___divides (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___divides (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___divides (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___divides (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___minus (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___minus (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___minus (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___minus (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___minus (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___modulus (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___modulus (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___modulus (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___modulus (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___modulus (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___multiplies (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___multiplies (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___multiplies (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___multiplies (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___multiplies (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___plus (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___plus (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___plus (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___plus (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___plus (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_left (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_left (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_left (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_left (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___shift_left (_Array< _Tp > __a, size_t __n, const _Tp &__t)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_right (_Array< _Tp > __a, _Array< bool > __m, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< bool > __m)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, _Array< bool > __m, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_right (_Array< _Tp > __a, _Array< size_t > __i, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b, _Array< size_t > __i)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, _Array< size_t > __i, _Array< _Tp > __b, size_t __n)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_right (_Array< _Tp > __a, size_t __s, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, _Array< _Tp > __b, size_t __n, size_t __s)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, size_t __n, size_t __s, _Array< _Tp > __b)
-
template<typename _Tp , class _Dom > void _Array_augmented___shift_right (_Array< _Tp > __a, const _Expr< _Dom, _Tp > &__e, size_t __n)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, size_t __n, _Array< _Tp > __b)
-
template<typename _Tp > void _Array_augmented___shift_right (_Array< _Tp > __a, size_t __n, const _Tp &__t)
- template<typename _T1 , typename _T2 > void _Construct (_T1 *__p, _T2 &&__value)
-
template<typename _ForwardIterator , typename _Tp > void _Destroy (_ForwardIterator __first, _ForwardIterator __last, allocator< _Tp > &)
-
template<typename _ForwardIterator , typename _Allocator > void _Destroy (_ForwardIterator __first, _ForwardIterator __last, _Allocator &__alloc)
- template<typename _ForwardIterator > void _Destroy (_ForwardIterator __first, _ForwardIterator __last)
- template<typename _Tp > void _Destroy (_Tp *__pointer)
-
unsigned int _Rb_tree_black_count (const _Rb_tree_node_base *__node, const _Rb_tree_node_base *__root)
-
const _Rb_tree_node_base * _Rb_tree_decrement (const _Rb_tree_node_base *__x)
-
_Rb_tree_node_base * _Rb_tree_decrement (_Rb_tree_node_base *__x)
-
const _Rb_tree_node_base * _Rb_tree_increment (const _Rb_tree_node_base *__x)
-
_Rb_tree_node_base * _Rb_tree_increment (_Rb_tree_node_base *__x)
-
void _Rb_tree_insert_and_rebalance (const bool __insert_left, _Rb_tree_node_base *__x, _Rb_tree_node_base *__p, _Rb_tree_node_base &__header)
-
_Rb_tree_node_base * _Rb_tree_rebalance_for_erase (_Rb_tree_node_base *const __z, _Rb_tree_node_base &__header)
-
void abort (void)
-
template<typename _Tp > _Expr< _UnClos< __abs,
_ValArray, _Tp >, _Tp > abs (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __abs, _Expr,
_Dom >, typename
_Dom::value_type > abs (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
long double abs (long double __x)
-
float abs (float __x)
-
double abs (double __x)
- template<typename _Tp > _Tp abs (const complex< _Tp > &)
- template<typename _InputIterator , typename _Tp , typename _BinaryOperation > _Tp accumulate (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)
- template<typename _InputIterator , typename _Tp > _Tp accumulate (_InputIterator __first, _InputIterator __last, _Tp __init)
-
template<typename _Tp > _Expr< _UnClos< __acos,
_ValArray, _Tp >, _Tp > acos (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __acos, _Expr,
_Dom >, typename
_Dom::value_type > acos (const _Expr< _Dom, typename _Dom::value_type > &__e)
- template<typename _Tp > std::complex< _Tp > acos (const std::complex< _Tp > &__z)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type acos (_Tp __x)
-
long double acos (long double __x)
-
float acos (float __x)
- template<typename _Tp > std::complex< _Tp > acosh (const std::complex< _Tp > &__z)
- template<typename _InputIterator , typename _OutputIterator , typename _BinaryOperation > _OutputIterator adjacent_difference (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op)
- template<typename _InputIterator , typename _OutputIterator > _OutputIterator adjacent_difference (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
- template<typename _ForwardIterator , typename _BinaryPredicate > _ForwardIterator adjacent_find (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred)
- template<typename _ForwardIterator > _ForwardIterator adjacent_find (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _BinaryPredicate > _FIter adjacent_find (_FIter, _FIter, _BinaryPredicate)
-
template<typename _FIter > _FIter adjacent_find (_FIter, _FIter)
- template<typename _InputIterator , typename _Distance > void advance (_InputIterator &__i, _Distance __n)
- template<typename _InputIterator , typename _Predicate > bool all_of (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > bool all_of (_IIter, _IIter, _Predicate)
- template<typename _InputIterator , typename _Predicate > bool any_of (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > bool any_of (_IIter, _IIter, _Predicate)
- template<typename _Tp > __gnu_cxx::__promote< _Tp >::__type arg (_Tp __x)
- template<typename _Tp > _Tp arg (const complex< _Tp > &)
-
template<typename _Tp > _Expr< _UnClos< __asin,
_ValArray, _Tp >, _Tp > asin (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __asin, _Expr,
_Dom >, typename
_Dom::value_type > asin (const _Expr< _Dom, typename _Dom::value_type > &__e)
- template<typename _Tp > std::complex< _Tp > asin (const std::complex< _Tp > &__z)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type asin (_Tp __x)
-
long double asin (long double __x)
-
float asin (float __x)
- template<typename _Tp > std::complex< _Tp > asinh (const std::complex< _Tp > &__z)
-
template<typename _Tp > _Expr< _UnClos< __atan,
_ValArray, _Tp >, _Tp > atan (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __atan, _Expr,
_Dom >, typename
_Dom::value_type > atan (const _Expr< _Dom, typename _Dom::value_type > &__e)
- template<typename _Tp > std::complex< _Tp > atan (const std::complex< _Tp > &__z)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type atan (_Tp __x)
-
long double atan (long double __x)
-
float atan (float __x)
-
template<typename _Tp > _Expr< _BinClos< __atan2,
_Constant, _ValArray, _Tp, _Tp >
, _Tp > atan2 (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __atan2,
_ValArray, _Constant, _Tp, _Tp >
, _Tp > atan2 (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __atan2,
_ValArray, _ValArray, _Tp, _Tp >
, _Tp > atan2 (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _Dom > _Expr< _BinClos< __atan2,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename _Dom::value_type > atan2 (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __atan2,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename _Dom::value_type > atan2 (const _Expr< _Dom, typename _Dom::value_type > &__e, const typename _Dom::value_type &__t)
-
template<class _Dom > _Expr< _BinClos< __atan2,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename _Dom::value_type > atan2 (const valarray< typename _Dom::valarray > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __atan2,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename _Dom::value_type > atan2 (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __atan2,
_Expr, _Expr, _Dom1, _Dom2 >
, typename _Dom1::value_type > atan2 (const _Expr< _Dom1, typename _Dom1::value_type > &__e1, const _Expr< _Dom2, typename _Dom2::value_type > &__e2)
-
template<typename _Tp , typename _Up > __gnu_cxx::__promote_2
< typename
__gnu_cxx::__enable_if
< __is_arithmetic< _Tp >
::__value &&__is_arithmetic
< _Up >::__value, _Tp >
::__type, _Up >::__type atan2 (_Tp __y, _Up __x)
-
long double atan2 (long double __y, long double __x)
-
float atan2 (float __y, float __x)
- template<typename _Tp > std::complex< _Tp > atanh (const std::complex< _Tp > &__z)
-
int atexit (void(*)())
-
template<typename _ITp > bool atomic_compare_exchange_strong (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2)
-
bool atomic_compare_exchange_strong (volatile atomic_bool *__a, bool *__i1, bool __i2)
-
bool atomic_compare_exchange_strong (volatile atomic_address *__a, void **__v1, void *__v2)
-
template<typename _ITp > bool atomic_compare_exchange_strong_explicit (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2, memory_order __m1, memory_order __m2)
-
bool atomic_compare_exchange_strong_explicit (volatile atomic_bool *__a, bool *__i1, bool __i2, memory_order __m1, memory_order __m2)
-
bool atomic_compare_exchange_strong_explicit (volatile atomic_address *__a, void **__v1, void *__v2, memory_order __m1, memory_order __m2)
-
template<typename _ITp > bool atomic_compare_exchange_weak (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2)
-
bool atomic_compare_exchange_weak (volatile atomic_bool *__a, bool *__i1, bool __i2)
-
bool atomic_compare_exchange_weak (volatile atomic_address *__a, void **__v1, void *__v2)
-
template<typename _ITp > bool atomic_compare_exchange_weak_explicit (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2, memory_order __m1, memory_order __m2)
-
bool atomic_compare_exchange_weak_explicit (volatile atomic_bool *__a, bool *__i1, bool __i2, memory_order __m1, memory_order __m2)
-
bool atomic_compare_exchange_weak_explicit (volatile atomic_address *__a, void **__v1, void *__v2, memory_order __m1, memory_order __m2)
-
template<typename _ITp > _ITp atomic_exchange (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
bool atomic_exchange (volatile atomic_bool *__a, bool __i)
-
void * atomic_exchange (volatile atomic_address *__a, void *__v)
-
template<typename _ITp > _ITp atomic_exchange_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
bool atomic_exchange_explicit (volatile atomic_bool *__a, bool __i, memory_order __m)
-
void * atomic_exchange_explicit (volatile atomic_address *__a, void *__v, memory_order __m)
-
template<typename _ITp > _ITp atomic_fetch_add (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void * atomic_fetch_add (volatile atomic_address *__a, ptrdiff_t __d)
-
template<typename _ITp > _ITp atomic_fetch_add_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void * atomic_fetch_add_explicit (volatile atomic_address *__a, ptrdiff_t __d, memory_order __m)
-
template<typename _ITp > _ITp atomic_fetch_and (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp atomic_fetch_and_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp atomic_fetch_or (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp atomic_fetch_or_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp atomic_fetch_sub (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void * atomic_fetch_sub (volatile atomic_address *__a, ptrdiff_t __d)
-
template<typename _ITp > _ITp atomic_fetch_sub_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void * atomic_fetch_sub_explicit (volatile atomic_address *__a, ptrdiff_t __d, memory_order __m)
-
template<typename _ITp > _ITp atomic_fetch_xor (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp atomic_fetch_xor_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void atomic_flag_clear (volatile __atomic_flag_base *__a)
-
void atomic_flag_clear_explicit (volatile __atomic_flag_base *, memory_order)
-
void atomic_flag_clear_explicit (volatile atomic_flag *__a, memory_order __m)
-
bool atomic_flag_test_and_set (volatile __atomic_flag_base *__a)
-
bool atomic_flag_test_and_set_explicit (volatile __atomic_flag_base *, memory_order)
-
bool atomic_flag_test_and_set_explicit (volatile atomic_flag *__a, memory_order __m)
-
template<typename _ITp > bool atomic_is_lock_free (const volatile __atomic_base< _ITp > *__a)
-
bool atomic_is_lock_free (const volatile atomic_bool *__a)
-
bool atomic_is_lock_free (const volatile atomic_address *__a)
-
template<typename _ITp > _ITp atomic_load (const volatile __atomic_base< _ITp > *__a)
-
bool atomic_load (const volatile atomic_bool *__a)
-
void * atomic_load (const volatile atomic_address *__a)
-
template<typename _ITp > _ITp atomic_load_explicit (const volatile __atomic_base< _ITp > *__a, memory_order __m)
-
bool atomic_load_explicit (const volatile atomic_bool *__a, memory_order __m)
-
void * atomic_load_explicit (const volatile atomic_address *__a, memory_order __m)
-
template<typename _ITp > void atomic_store (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void atomic_store (volatile atomic_bool *__a, bool __i)
-
void atomic_store (volatile atomic_address *__a, void *__v)
-
template<typename _ITp > void atomic_store_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void atomic_store_explicit (volatile atomic_bool *__a, bool __i, memory_order __m)
-
void atomic_store_explicit (volatile atomic_address *__a, void *__v, memory_order __m)
- template<typename _Container > back_insert_iterator< _Container > back_inserter (_Container &__x)
- template<typename _ForwardIterator , typename _Tp , typename _Compare > bool binary_search (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp)
- template<typename _ForwardIterator , typename _Tp > bool binary_search (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val)
-
template<typename _FIter , typename _Tp , typename _Compare > bool binary_search (_FIter, _FIter, const _Tp &, _Compare)
-
template<typename _FIter , typename _Tp > bool binary_search (_FIter, _FIter, const _Tp &)
-
template<typename _Result , typename _Functor , typename... _ArgTypes> _Bind_result< _Result,
typename
_Maybe_wrap_member_pointer
< _Functor >::type(_ArgTypes...)> bind (_Functor __f, _ArgTypes...__args)
- template<typename _Functor , typename... _ArgTypes> _Bind< typename
_Maybe_wrap_member_pointer
< _Functor >::type(_ArgTypes...)> bind (_Functor __f, _ArgTypes...__args)
- template<typename _Operation , typename _Tp > binder1st< _Operation > bind1st (const _Operation &__fn, const _Tp &__x)
- template<typename _Operation , typename _Tp > binder2nd< _Operation > bind2nd (const _Operation &__fn, const _Tp &__x)
- ios_base & boolalpha (ios_base &__base)
- template<typename _Callable , typename... _Args> void call_once (once_flag &__once, _Callable __f, _Args &&...__args)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type ceil (_Tp __x)
-
long double ceil (long double __x)
-
float ceil (float __x)
-
template<typename _Tp > std::complex< typename
__gnu_cxx::__promote< _Tp >
::__type > conj (_Tp __x)
- template<typename _Tp > complex< _Tp > conj (const complex< _Tp > &)
-
template<typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
ostreambuf_iterator< _CharT >
>::__type copy (istreambuf_iterator< _CharT > __first, istreambuf_iterator< _CharT > __last, ostreambuf_iterator< _CharT > __result)
- template<typename _II , typename _OI > _OI copy (_II __first, _II __last, _OI __result)
-
template<typename _IIter , typename _OIter > _OIter copy (_IIter, _IIter, _OIter)
- template<typename _BI1 , typename _BI2 > _BI2 copy_backward (_BI1 __first, _BI1 __last, _BI2 __result)
-
template<typename _BIter1 , typename _BIter2 > _BIter2 copy_backward (_BIter1, _BIter1, _BIter2)
- template<typename _Ex > exception_ptr copy_exception (_Ex __ex) throw ()
- template<typename _InputIterator , typename _OutputIterator , typename _Predicate > _OutputIterator copy_if (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred)
-
template<typename _IIter , typename _OIter , typename _Predicate > _OIter copy_if (_IIter, _IIter, _OIter, _Predicate)
- template<typename _InputIterator , typename _Size , typename _OutputIterator > _OutputIterator copy_n (_InputIterator __first, _Size __n, _OutputIterator __result)
-
template<typename _IIter , typename _Size , typename _OIter > _OIter copy_n (_IIter, _Size, _OIter)
-
template<typename _Tp > _Expr< _UnClos< __cos,
_ValArray, _Tp >, _Tp > cos (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __cos, _Expr,
_Dom >, typename
_Dom::value_type > cos (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type cos (_Tp __x)
-
long double cos (long double __x)
-
float cos (float __x)
- template<typename _Tp > complex< _Tp > cos (const complex< _Tp > &)
-
template<typename _Tp > _Expr< _UnClos< __cosh,
_ValArray, _Tp >, _Tp > cosh (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __cosh, _Expr,
_Dom >, typename
_Dom::value_type > cosh (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type cosh (_Tp __x)
-
long double cosh (long double __x)
-
float cosh (float __x)
- template<typename _Tp > complex< _Tp > cosh (const complex< _Tp > &)
- template<typename _InputIterator , typename _Tp > iterator_traits
< _InputIterator >
::difference_type count (_InputIterator __first, _InputIterator __last, const _Tp &__value)
-
template<typename _IIter , typename _Tp > iterator_traits< _IIter >
::difference_type count (_IIter, _IIter, const _Tp &)
- template<typename _InputIterator , typename _Predicate > iterator_traits
< _InputIterator >
::difference_type count_if (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > iterator_traits< _IIter >
::difference_type count_if (_IIter, _IIter, _Predicate)
-
template<typename _Tp > reference_wrapper< const _Tp > cref (reference_wrapper< _Tp > __t)
-
template<typename _Tp > reference_wrapper< const _Tp > cref (const _Tp &__t)
- exception_ptr current_exception () throw ()
- ios_base & dec (ios_base &__base)
- template<typename _InputIterator > iterator_traits
< _InputIterator >
::difference_type distance (_InputIterator __first, _InputIterator __last)
-
template ostream & endl (ostream &)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & endl (basic_ostream< _CharT, _Traits > &__os)
-
template ostream & ends (ostream &)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & ends (basic_ostream< _CharT, _Traits > &__os)
- template<typename _II1 , typename _II2 > bool equal (_II1 __first1, _II1 __last1, _II2 __first2)
- template<typename _IIter1 , typename _IIter2 , typename _BinaryPredicate > bool equal (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred)
-
template<typename _IIter1 , typename _IIter2 > bool equal (_IIter1, _IIter1, _IIter2)
- template<typename _ForwardIterator , typename _Tp , typename _Compare > pair< _ForwardIterator,
_ForwardIterator > equal_range (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp)
- template<typename _ForwardIterator , typename _Tp > pair< _ForwardIterator,
_ForwardIterator > equal_range (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val)
-
template<typename _FIter , typename _Tp , typename _Compare > pair< _FIter, _FIter > equal_range (_FIter, _FIter, const _Tp &, _Compare)
-
template<typename _FIter , typename _Tp > pair< _FIter, _FIter > equal_range (_FIter, _FIter, const _Tp &)
-
void exit (int)
-
template<typename _Tp > _Expr< _UnClos< __exp,
_ValArray, _Tp >, _Tp > exp (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __exp, _Expr,
_Dom >, typename
_Dom::value_type > exp (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type exp (_Tp __x)
-
long double exp (long double __x)
-
float exp (float __x)
- template<typename _Tp > complex< _Tp > exp (const complex< _Tp > &)
- template<typename _Tp > _Tp fabs (const std::complex< _Tp > &__z)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type fabs (_Tp __x)
-
long double fabs (long double __x)
-
float fabs (float __x)
-
void fill (_Bit_iterator __first, _Bit_iterator __last, const bool &__x)
- template<typename _ForwardIterator , typename _Tp > void fill (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value)
-
template<typename _Tp > void fill (const _Deque_iterator< _Tp, _Tp &, _Tp * > &__first, const _Deque_iterator< _Tp, _Tp &, _Tp * > &__last, const _Tp &__value)
-
template<typename _FIter , typename _Tp > void fill (_FIter, _FIter, const _Tp &)
- template<typename _OI , typename _Size , typename _Tp > _OI fill_n (_OI __first, _Size __n, const _Tp &__value)
-
template<typename _OIter , typename _Size , typename _Tp > _OIter fill_n (_OIter, _Size, const _Tp &)
-
template<typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
istreambuf_iterator< _CharT >
>::__type find (istreambuf_iterator< _CharT > __first, istreambuf_iterator< _CharT > __last, const _CharT &__val)
- template<typename _InputIterator , typename _Tp > _InputIterator find (_InputIterator __first, _InputIterator __last, const _Tp &__val)
-
template<typename _IIter , typename _Tp > _IIter find (_IIter, _IIter, const _Tp &)
- template<typename _ForwardIterator1 , typename _ForwardIterator2 , typename _BinaryPredicate > _ForwardIterator1 find_end (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp)
- template<typename _ForwardIterator1 , typename _ForwardIterator2 > _ForwardIterator1 find_end (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2)
-
template<typename _FIter1 , typename _FIter2 , typename _BinaryPredicate > _FIter1 find_end (_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate)
-
template<typename _FIter1 , typename _FIter2 > _FIter1 find_end (_FIter1, _FIter1, _FIter2, _FIter2)
- template<typename _InputIterator , typename _ForwardIterator , typename _BinaryPredicate > _InputIterator find_first_of (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp)
- template<typename _InputIterator , typename _ForwardIterator > _InputIterator find_first_of (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2)
-
template<typename _FIter1 , typename _FIter2 , typename _BinaryPredicate > _FIter1 find_first_of (_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate)
-
template<typename _FIter1 , typename _FIter2 > _FIter1 find_first_of (_FIter1, _FIter1, _FIter2, _FIter2)
- template<typename _InputIterator , typename _Predicate > _InputIterator find_if (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > _IIter find_if (_IIter, _IIter, _Predicate)
- template<typename _InputIterator , typename _Predicate > _InputIterator find_if_not (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > _IIter find_if_not (_IIter, _IIter, _Predicate)
- ios_base & fixed (ios_base &__base)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type floor (_Tp __x)
-
long double floor (long double __x)
-
float floor (float __x)
-
template ostream & flush (ostream &)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & flush (basic_ostream< _CharT, _Traits > &__os)
-
long double fmod (long double __x, long double __y)
-
float fmod (float __x, float __y)
- template<typename _InputIterator , typename _Function > _Function for_each (_InputIterator __first, _InputIterator __last, _Function __f)
-
template<typename _IIter , typename _Funct > _Funct for_each (_IIter, _IIter, _Funct)
-
template<typename _Tp > _Tp && forward (typename std::identity< _Tp >::type &&__t)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type frexp (_Tp __x, int *__exp)
-
long double frexp (long double __x, int *__exp)
-
float frexp (float __x, int *__exp)
- template<typename _Container > front_insert_iterator< _Container > front_inserter (_Container &__x)
- template<typename _ForwardIterator , typename _Generator > void generate (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen)
-
template<typename _FIter , typename _Generator > void generate (_FIter, _FIter, _Generator)
- template<typename _OutputIterator , typename _Size , typename _Generator > _OutputIterator generate_n (_OutputIterator __first, _Size __n, _Generator __gen)
-
template<typename _OIter , typename _Size , typename _Generator > _OIter generate_n (_OIter, _Size, _Generator)
-
const error_category & generic_category ()
-
template<std::size_t _Int, class _Tp1 , class _Tp2 > const tuple_element< _Int,
std::pair< _Tp1, _Tp2 >
>::type & get (const std::pair< _Tp1, _Tp2 > &__in)
-
template<std::size_t _Int, class _Tp1 , class _Tp2 > tuple_element< _Int, std::pair
< _Tp1, _Tp2 > >::type & get (std::pair< _Tp1, _Tp2 > &__in)
-
template<std::size_t _Int, typename _Tp , std::size_t _Nm> const _Tp & get (const array< _Tp, _Nm > &__arr)
-
template<std::size_t _Int, typename _Tp , std::size_t _Nm> _Tp & get (array< _Tp, _Nm > &__arr)
-
template<std::size_t __i, typename... _Elements> __add_c_ref< typename
tuple_element< __i, tuple
< _Elements...> >::type >
::type get (const tuple< _Elements...> &__t)
-
template<std::size_t __i, typename... _Elements> __add_ref< typename
tuple_element< __i, tuple
< _Elements...> >::type >
::type get (tuple< _Elements...> &__t)
- template<typename _Tp > pair< _Tp *, ptrdiff_t > get_temporary_buffer (ptrdiff_t __len)
- template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base> basic_istream< _CharT, _Traits > & getline (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str)
- template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base> basic_istream< _CharT, _Traits > & getline (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim)
-
template basic_istream< wchar_t > & getline (basic_istream< wchar_t > &, wstring &)
-
template basic_istream< wchar_t > & getline (basic_istream< wchar_t > &, wstring &, wchar_t)
-
template basic_istream< char > & getline (basic_istream< char > &, string &)
-
template basic_istream< char > & getline (basic_istream< char > &, string &, char)
-
template<> basic_istream< wchar_t > & getline (basic_istream< wchar_t > &__in, basic_string< wchar_t > &__str, wchar_t __delim)
-
template<> basic_istream< char > & getline (basic_istream< char > &__in, basic_string< char > &__str, char __delim)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim)
- template<typename _Facet > bool has_facet (const locale &__loc) throw ()
-
template bool has_facet< __timepunct< char > > (const locale &)
-
template bool has_facet< __timepunct< wchar_t > > (const locale &)
-
template bool has_facet< codecvt< char, char, mbstate_t > > (const locale &)
-
template bool has_facet< codecvt< wchar_t, char, mbstate_t > > (const locale &)
-
template bool has_facet< collate< char > > (const locale &)
-
template bool has_facet< collate< wchar_t > > (const locale &)
-
template bool has_facet< ctype< char > > (const locale &)
-
template bool has_facet< ctype< wchar_t > > (const locale &)
-
template bool has_facet< messages< char > > (const locale &)
-
template bool has_facet< messages< wchar_t > > (const locale &)
-
template bool has_facet< money_get< char > > (const locale &)
-
template bool has_facet< money_get< wchar_t > > (const locale &)
-
template bool has_facet< money_put< char > > (const locale &)
-
template bool has_facet< money_put< wchar_t > > (const locale &)
-
template bool has_facet< moneypunct< char > > (const locale &)
-
template bool has_facet< moneypunct< wchar_t > > (const locale &)
-
template bool has_facet< num_get< char > > (const locale &)
-
template bool has_facet< num_get< wchar_t > > (const locale &)
-
template bool has_facet< num_put< char > > (const locale &)
-
template bool has_facet< num_put< wchar_t > > (const locale &)
-
template bool has_facet< numpunct< char > > (const locale &)
-
template bool has_facet< numpunct< wchar_t > > (const locale &)
-
template bool has_facet< time_get< char > > (const locale &)
-
template bool has_facet< time_get< wchar_t > > (const locale &)
-
template bool has_facet< time_put< char > > (const locale &)
-
template bool has_facet< time_put< wchar_t > > (const locale &)
- ios_base & hex (ios_base &__base)
-
template<typename _Tp > __gnu_cxx::__promote< _Tp >::__type imag (_Tp)
-
template<typename _Tp > _Tp imag (const complex< _Tp > &__z)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _Compare > bool includes (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp)
- template<typename _InputIterator1 , typename _InputIterator2 > bool includes (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2)
-
template<typename _IIter1 , typename _IIter2 , typename _Compare > bool includes (_IIter1, _IIter1, _IIter2, _IIter2, _Compare)
-
template<typename _IIter1 , typename _IIter2 > bool includes (_IIter1, _IIter1, _IIter2, _IIter2)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _Tp , typename _BinaryOperation1 , typename _BinaryOperation2 > _Tp inner_product (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _Tp > _Tp inner_product (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init)
- template<typename _BidirectionalIterator , typename _Compare > void inplace_merge (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp)
- template<typename _BidirectionalIterator > void inplace_merge (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last)
-
template<typename _BIter , typename _Compare > void inplace_merge (_BIter, _BIter, _BIter, _Compare)
-
template<typename _BIter > void inplace_merge (_BIter, _BIter, _BIter)
- template<typename _Container , typename _Iterator > insert_iterator< _Container > inserter (_Container &__x, _Iterator __i)
- ios_base & internal (ios_base &__base)
- template<typename _ForwardIterator , typename _Tp > void iota (_ForwardIterator __first, _ForwardIterator __last, _Tp __value)
- template<typename _RandomAccessIterator , typename _Compare > bool is_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > bool is_heap (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > bool is_heap (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > bool is_heap (_RAIter, _RAIter)
- template<typename _RandomAccessIterator , typename _Compare > _RandomAccessIterator is_heap_until (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > _RandomAccessIterator is_heap_until (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > _RAIter is_heap_until (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > _RAIter is_heap_until (_RAIter, _RAIter)
- template<typename _InputIterator , typename _Predicate > bool is_partitioned (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > bool is_partitioned (_IIter, _IIter, _Predicate)
- template<typename _ForwardIterator , typename _Compare > bool is_sorted (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
- template<typename _ForwardIterator > bool is_sorted (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _Compare > bool is_sorted (_FIter, _FIter, _Compare)
-
template<typename _FIter > bool is_sorted (_FIter, _FIter)
- template<typename _ForwardIterator , typename _Compare > _ForwardIterator is_sorted_until (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
- template<typename _ForwardIterator > _ForwardIterator is_sorted_until (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _Compare > _FIter is_sorted_until (_FIter, _FIter, _Compare)
-
template<typename _FIter > _FIter is_sorted_until (_FIter, _FIter)
- template<typename _CharT > bool isalnum (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isalpha (_CharT __c, const locale &__loc)
- template<typename _CharT > bool iscntrl (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isdigit (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isgraph (_CharT __c, const locale &__loc)
- template<typename _CharT > bool islower (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isprint (_CharT __c, const locale &__loc)
- template<typename _CharT > bool ispunct (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isspace (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isupper (_CharT __c, const locale &__loc)
- template<typename _CharT > bool isxdigit (_CharT __c, const locale &__loc)
- template<typename _ForwardIterator1 , typename _ForwardIterator2 > void iter_swap (_ForwardIterator1 __a, _ForwardIterator2 __b)
-
template<typename _FIter1 , typename _FIter2 > void iter_swap (_FIter1, _FIter2)
- template<typename _Tp > _Tp kill_dependency (_Tp __y)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type ldexp (_Tp __x, int __exp)
-
long double ldexp (long double __x, int __exp)
-
float ldexp (float __x, int __exp)
- ios_base & left (ios_base &__base)
- template<typename _II1 , typename _II2 , typename _Compare > bool lexicographical_compare (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp)
- template<typename _II1 , typename _II2 > bool lexicographical_compare (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2)
-
template<typename _IIter1 , typename _IIter2 , typename _Compare > bool lexicographical_compare (_IIter1, _IIter1, _IIter2, _IIter2, _Compare)
-
template<typename _IIter1 , typename _IIter2 > bool lexicographical_compare (_IIter1, _IIter1, _IIter2, _IIter2)
- template<typename _L1 , typename _L2 , typename... _L3> void lock (_L1 &, _L2 &, _L3 &...)
-
template<typename _Tp > _Expr< _UnClos< __log,
_ValArray, _Tp >, _Tp > log (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __log, _Expr,
_Dom >, typename
_Dom::value_type > log (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type log (_Tp __x)
-
long double log (long double __x)
-
float log (float __x)
- template<typename _Tp > complex< _Tp > log (const complex< _Tp > &)
-
template<typename _Tp > _Expr< _UnClos< __log10,
_ValArray, _Tp >, _Tp > log10 (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __log10, _Expr,
_Dom >, typename
_Dom::value_type > log10 (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type log10 (_Tp __x)
-
long double log10 (long double __x)
-
float log10 (float __x)
- template<typename _Tp > complex< _Tp > log10 (const complex< _Tp > &)
- template<typename _ForwardIterator , typename _Tp , typename _Compare > _ForwardIterator lower_bound (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp)
- template<typename _ForwardIterator , typename _Tp > _ForwardIterator lower_bound (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val)
-
template<typename _FIter , typename _Tp , typename _Compare > _FIter lower_bound (_FIter, _FIter, const _Tp &, _Compare)
-
template<typename _FIter , typename _Tp > _FIter lower_bound (_FIter, _FIter, const _Tp &)
-
error_code make_error_code (errc __e)
-
error_condition make_error_condition (errc __e)
- template<typename _RandomAccessIterator , typename _Compare > void make_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void make_heap (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void make_heap (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void make_heap (_RAIter, _RAIter)
-
template<typename _Iterator > move_iterator< _Iterator > make_move_iterator (const _Iterator &__i)
-
template<class _T1 , class _T2 > pair< typename
__decay_and_strip< _T1 >
::__type, typename
__decay_and_strip< _T2 >
::__type > make_pair (_T1 &&__x, _T2 &&__y)
-
template<typename... _Elements> tuple< typename
__decay_and_strip< _Elements >
::__type...> make_tuple (_Elements &&...__args)
-
template<typename _Tp , typename _Compare > _Tp max (initializer_list< _Tp >, _Compare)
-
template<typename _Tp > _Tp max (initializer_list< _Tp >)
- template<typename _Tp , typename _Compare > const _Tp & max (const _Tp &__a, const _Tp &__b, _Compare __comp)
- template<typename _Tp > const _Tp & max (const _Tp &__a, const _Tp &__b)
- template<typename _ForwardIterator , typename _Compare > _ForwardIterator max_element (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
- template<typename _ForwardIterator > _ForwardIterator max_element (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _Compare > _FIter max_element (_FIter, _FIter, _Compare)
-
template<typename _FIter > _FIter max_element (_FIter, _FIter)
- template<typename _Tp , typename _Class > _Mem_fn< _Tp _Class::* > mem_fn (_Tp _Class::*__pm)
-
template<typename _Ret , typename _Tp , typename _Arg > mem_fun1_t< _Ret, _Tp, _Arg > mem_fun (_Ret(_Tp::*__f)(_Arg))
-
template<typename _Ret , typename _Tp > mem_fun_t< _Ret, _Tp > mem_fun (_Ret(_Tp::*__f)())
-
template<typename _Ret , typename _Tp , typename _Arg > mem_fun1_ref_t< _Ret, _Tp, _Arg > mem_fun_ref (_Ret(_Tp::*__f)(_Arg))
-
template<typename _Ret , typename _Tp > mem_fun_ref_t< _Ret, _Tp > mem_fun_ref (_Ret(_Tp::*__f)())
-
void * memchr (void *__p, int __c, size_t __n)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator , typename _Compare > _OutputIterator merge (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator > _OutputIterator merge (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter , typename _Compare > _OIter merge (_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter > _OIter merge (_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
-
template<typename _Tp , typename _Compare > _Tp min (initializer_list< _Tp >, _Compare)
-
template<typename _Tp > _Tp min (initializer_list< _Tp >)
- template<typename _Tp , typename _Compare > const _Tp & min (const _Tp &__a, const _Tp &__b, _Compare __comp)
- template<typename _Tp > const _Tp & min (const _Tp &__a, const _Tp &__b)
- template<typename _ForwardIterator , typename _Compare > _ForwardIterator min_element (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
- template<typename _ForwardIterator > _ForwardIterator min_element (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _Compare > _FIter min_element (_FIter, _FIter, _Compare)
-
template<typename _FIter > _FIter min_element (_FIter, _FIter)
-
template<typename _Tp , typename _Compare > pair< _Tp, _Tp > minmax (initializer_list< _Tp >, _Compare)
-
template<typename _Tp > pair< _Tp, _Tp > minmax (initializer_list< _Tp >)
- template<typename _Tp , typename _Compare > pair< const _Tp &, const _Tp & > minmax (const _Tp &__a, const _Tp &__b, _Compare __comp)
- template<typename _Tp > pair< const _Tp &, const _Tp & > minmax (const _Tp &__a, const _Tp &__b)
- template<typename _ForwardIterator , typename _Compare > pair< _ForwardIterator,
_ForwardIterator > minmax_element (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
- template<typename _ForwardIterator > pair< _ForwardIterator,
_ForwardIterator > minmax_element (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _Compare > pair< _FIter, _FIter > minmax_element (_FIter, _FIter, _Compare)
-
template<typename _FIter > pair< _FIter, _FIter > minmax_element (_FIter, _FIter)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _BinaryPredicate > pair< _InputIterator1,
_InputIterator2 > mismatch (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred)
- template<typename _InputIterator1 , typename _InputIterator2 > pair< _InputIterator1,
_InputIterator2 > mismatch (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2)
-
template<typename _IIter1 , typename _IIter2 , typename _BinaryPredicate > pair< _IIter1, _IIter2 > mismatch (_IIter1, _IIter1, _IIter2, _BinaryPredicate)
-
template<typename _IIter1 , typename _IIter2 > pair< _IIter1, _IIter2 > mismatch (_IIter1, _IIter1, _IIter2)
-
long double modf (long double __x, long double *__iptr)
-
float modf (float __x, float *__iptr)
- template<typename _II , typename _OI > _OI move (_II __first, _II __last, _OI __result)
-
template<typename _Tp > std::remove_reference< _Tp >
::type && move (_Tp &&__t)
- template<typename _BI1 , typename _BI2 > _BI2 move_backward (_BI1 __first, _BI1 __last, _BI2 __result)
-
template<typename _InputIterator > _InputIterator next (_InputIterator __x, typename iterator_traits< _InputIterator >::difference_type __n=1)
- template<typename _BidirectionalIterator , typename _Compare > bool next_permutation (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp)
- template<typename _BidirectionalIterator > bool next_permutation (_BidirectionalIterator __first, _BidirectionalIterator __last)
-
template<typename _BIter , typename _Compare > bool next_permutation (_BIter, _BIter, _Compare)
-
template<typename _BIter > bool next_permutation (_BIter, _BIter)
- ios_base & noboolalpha (ios_base &__base)
- template<typename _InputIterator , typename _Predicate > bool none_of (_InputIterator __first, _InputIterator __last, _Predicate __pred)
-
template<typename _IIter , typename _Predicate > bool none_of (_IIter, _IIter, _Predicate)
-
template<typename _Tp > __gnu_cxx::__promote< _Tp >::__type norm (_Tp __x)
- template<typename _Tp > _Tp norm (const complex< _Tp > &)
- ios_base & noshowbase (ios_base &__base)
- ios_base & noshowpoint (ios_base &__base)
- ios_base & noshowpos (ios_base &__base)
- ios_base & noskipws (ios_base &__base)
- template<typename _Predicate > unary_negate< _Predicate > not1 (const _Predicate &__pred)
- template<typename _Predicate > binary_negate< _Predicate > not2 (const _Predicate &__pred)
- ios_base & nounitbuf (ios_base &__base)
- ios_base & nouppercase (ios_base &__base)
- template<typename _RandomAccessIterator , typename _Compare > void nth_element (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void nth_element (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void nth_element (_RAIter, _RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void nth_element (_RAIter, _RAIter, _RAIter)
- ios_base & oct (ios_base &__base)
-
template<class _Dom > _Expr< _BinClos
< __not_equal_to, _ValArray,
_Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __not_equal_to, typename
_Dom::value_type >
::result_type > operator!= (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos
< __not_equal_to, _Expr,
_ValArray, _Dom, typename
_Dom::value_type >, typename
__fun< __not_equal_to,
typename _Dom::value_type >
::result_type > operator!= (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos
< __not_equal_to, _Constant,
_Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __not_equal_to, typename
_Dom::value_type >
::result_type > operator!= (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos
< __not_equal_to, _Expr,
_Constant, _Dom, typename
_Dom::value_type >, typename
__fun< __not_equal_to,
typename _Dom::value_type >
::result_type > operator!= (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos
< __not_equal_to, _Expr, _Expr,
_Dom1, _Dom2 >, typename __fun
< __not_equal_to, typename
_Dom1::value_type >
::result_type > operator!= (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp , typename _Tp_Deleter , typename _Up , typename _Up_Deleter > bool operator!= (const unique_ptr< _Tp, _Tp_Deleter > &__x, const unique_ptr< _Up, _Up_Deleter > &__y)
-
template<typename _CharT , typename _Traits > bool operator!= (const istreambuf_iterator< _CharT, _Traits > &__a, const istreambuf_iterator< _CharT, _Traits > &__b)
- template<class _Tp , class _CharT , class _Traits , class _Dist > bool operator!= (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y)
- template<typename _Tp , typename _Alloc > bool operator!= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > bool operator!= (const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
-
template<typename _Val > bool operator!= (const _Rb_tree_iterator< _Val > &__x, const _Rb_tree_const_iterator< _Val > &__y)
- template<typename _Tp , typename _Seq > bool operator!= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator!= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator!= (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y)
- template<class _T1 , class _T2 > bool operator!= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator!= (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator!= (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator!= (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator!= (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y)
-
template<typename _Val > bool operator!= (const _List_iterator< _Val > &__x, const _List_const_iterator< _Val > &__y)
-
template<typename _IteratorL , typename _IteratorR > bool operator!= (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)
- template<typename _Tp , typename _Alloc > bool operator!= (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > bool operator!= (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > bool operator!= (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
-
template<typename _StateT > bool operator!= (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs)
- template<typename _Tp , typename _Alloc > bool operator!= (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly)
- template<typename _Tp , typename _Alloc > bool operator!= (const _Fwd_list_iterator< _Tp, _Alloc > &__x, const _Fwd_list_const_iterator< _Tp, _Alloc > &__y)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator!= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator!= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator!= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
-
template<typename _Tp > bool operator!= (const allocator< _Tp > &, const allocator< _Tp > &)
-
template<typename _T1 , typename _T2 > bool operator!= (const allocator< _T1 > &, const allocator< _T2 > &)
- template<typename _Bi_iter , class _Allocator > bool operator!= (const match_results< _Bi_iter, _Allocator > &__m1, const match_results< _Bi_iter, _Allocator > &__m2)
- template<typename _Bi_iter > bool operator!= (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs)
- template<typename _Bi_iter > bool operator!= (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter > bool operator!= (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs)
- template<typename _Bi_iter > bool operator!= (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator!= (const sub_match< _Bi_iter > &__lhs, const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator!= (const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _BiIter > bool operator!= (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs)
- template<typename _Signature > bool operator!= (_M_clear_type *, const function< _Signature > &__f)
- template<typename _Signature > bool operator!= (const function< _Signature > &__f, _M_clear_type *)
-
template<typename _Tp , std::size_t _Nm> bool operator!= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
-
template<typename _Tp > _Expr< _BinClos
< __not_equal_to, _Constant,
_ValArray, _Tp, _Tp >
, typename __fun
< __not_equal_to, _Tp >
::result_type > operator!= (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos
< __not_equal_to, _ValArray,
_Constant, _Tp, _Tp >
, typename __fun
< __not_equal_to, _Tp >
::result_type > operator!= (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos
< __not_equal_to, _ValArray,
_ValArray, _Tp, _Tp >
, typename __fun
< __not_equal_to, _Tp >
::result_type > operator!= (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename... _TElements, typename... _UElements> bool operator!= (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
-
bool operator!= (thread::id __x, thread::id __y)
-
bool operator!= (const error_condition &__lhs, const error_condition &__rhs)
-
bool operator!= (const error_condition &__lhs, const error_code &__rhs)
-
bool operator!= (const error_code &__lhs, const error_condition &__rhs)
-
bool operator!= (const error_code &__lhs, const error_code &__rhs)
-
template<class _Dom > _Expr< _BinClos< __modulus,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __modulus,
typename _Dom::value_type >
::result_type > operator% (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __modulus,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __modulus,
typename _Dom::value_type >
::result_type > operator% (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __modulus,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __modulus,
typename _Dom::value_type >
::result_type > operator% (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __modulus,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __modulus,
typename _Dom::value_type >
::result_type > operator% (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __modulus,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __modulus,
typename _Dom1::value_type >
::result_type > operator% (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp > _Expr< _BinClos< __modulus,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __modulus,
_Tp >::result_type > operator% (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __modulus,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __modulus,
_Tp >::result_type > operator% (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __modulus,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __modulus,
_Tp >::result_type > operator% (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _Dom > _Expr< _BinClos< __bitwise_and,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __bitwise_and, typename
_Dom::value_type >
::result_type > operator& (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __bitwise_and,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun
< __bitwise_and, typename
_Dom::value_type >
::result_type > operator& (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __bitwise_and,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __bitwise_and, typename
_Dom::value_type >
::result_type > operator& (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __bitwise_and,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun
< __bitwise_and, typename
_Dom::value_type >
::result_type > operator& (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __bitwise_and,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun
< __bitwise_and, typename
_Dom1::value_type >
::result_type > operator& (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
_Ios_Iostate operator& (_Ios_Iostate __a, _Ios_Iostate __b)
-
_Ios_Openmode operator& (_Ios_Openmode __a, _Ios_Openmode __b)
-
_Ios_Fmtflags operator& (_Ios_Fmtflags __a, _Ios_Fmtflags __b)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_and,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun
< __bitwise_and, _Tp >
::result_type > operator& (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_and,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun
< __bitwise_and, _Tp >
::result_type > operator& (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_and,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun
< __bitwise_and, _Tp >
::result_type > operator& (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _Dom > _Expr< _BinClos< __logical_and,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __logical_and, typename
_Dom::value_type >
::result_type > operator&& (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __logical_and,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun
< __logical_and, typename
_Dom::value_type >
::result_type > operator&& (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __logical_and,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __logical_and, typename
_Dom::value_type >
::result_type > operator&& (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __logical_and,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun
< __logical_and, typename
_Dom::value_type >
::result_type > operator&& (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __logical_and,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun
< __logical_and, typename
_Dom1::value_type >
::result_type > operator&& (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp > _Expr< _BinClos< __logical_and,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun
< __logical_and, _Tp >
::result_type > operator&& (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __logical_and,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun
< __logical_and, _Tp >
::result_type > operator&& (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __logical_and,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun
< __logical_and, _Tp >
::result_type > operator&& (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
_Ios_Iostate & operator&= (_Ios_Iostate &__a, _Ios_Iostate __b)
-
_Ios_Openmode & operator&= (_Ios_Openmode &__a, _Ios_Openmode __b)
-
_Ios_Fmtflags & operator&= (_Ios_Fmtflags &__a, _Ios_Fmtflags __b)
-
template<class _Dom > _Expr< _BinClos< __multiplies,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __multiplies,
typename _Dom::value_type >
::result_type > operator* (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __multiplies,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __multiplies,
typename _Dom::value_type >
::result_type > operator* (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __multiplies,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __multiplies,
typename _Dom::value_type >
::result_type > operator* (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __multiplies,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __multiplies,
typename _Dom::value_type >
::result_type > operator* (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __multiplies,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __multiplies,
typename _Dom1::value_type >
::result_type > operator* (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp > _Expr< _BinClos< __multiplies,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __multiplies,
_Tp >::result_type > operator* (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __multiplies,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __multiplies,
_Tp >::result_type > operator* (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __multiplies,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __multiplies,
_Tp >::result_type > operator* (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _Dom > _Expr< _BinClos< __plus,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __plus,
typename _Dom::value_type >
::result_type > operator+ (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __plus, _Expr,
_ValArray, _Dom, typename
_Dom::value_type >, typename
__fun< __plus, typename
_Dom::value_type >
::result_type > operator+ (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __plus,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __plus,
typename _Dom::value_type >
::result_type > operator+ (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __plus, _Expr,
_Constant, _Dom, typename
_Dom::value_type >, typename
__fun< __plus, typename
_Dom::value_type >
::result_type > operator+ (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __plus, _Expr,
_Expr, _Dom1, _Dom2 >
, typename __fun< __plus,
typename _Dom1::value_type >
::result_type > operator+ (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Iterator > move_iterator< _Iterator > operator+ (typename move_iterator< _Iterator >::difference_type __n, const move_iterator< _Iterator > &__x)
-
template<typename _Tp , typename _Ref , typename _Ptr > _Deque_iterator< _Tp, _Ref, _Ptr > operator+ (ptrdiff_t __n, const _Deque_iterator< _Tp, _Ref, _Ptr > &__x)
-
_Bit_const_iterator operator+ (ptrdiff_t __n, const _Bit_const_iterator &__x)
-
_Bit_iterator operator+ (ptrdiff_t __n, const _Bit_iterator &__x)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > operator+ (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > operator+ (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
-
template<typename _Tp > _Expr< _BinClos< __plus,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __plus, _Tp >
::result_type > operator+ (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __plus,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __plus, _Tp >
::result_type > operator+ (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __plus,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __plus, _Tp >
::result_type > operator+ (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
- template<typename _Tp > complex< _Tp > operator+ (const complex< _Tp > &__x)
-
template<class _Dom > _Expr< _BinClos< __minus,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __minus,
typename _Dom::value_type >
::result_type > operator- (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __minus,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __minus,
typename _Dom::value_type >
::result_type > operator- (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __minus,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __minus,
typename _Dom::value_type >
::result_type > operator- (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __minus,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __minus,
typename _Dom::value_type >
::result_type > operator- (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __minus,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __minus,
typename _Dom1::value_type >
::result_type > operator- (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _IteratorL , typename _IteratorR > auto operator- (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)-> decltype(__x.base()-__y.base())
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > _Deque_iterator< _Tp, _RefL,
_PtrL >::difference_type operator- (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > _Deque_iterator< _Tp, _Ref,
_Ptr >::difference_type operator- (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
-
ptrdiff_t operator- (const _Bit_iterator_base &__x, const _Bit_iterator_base &__y)
-
template<typename _Tp > _Expr< _BinClos< __minus,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __minus, _Tp >
::result_type > operator- (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __minus,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __minus, _Tp >
::result_type > operator- (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __minus,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __minus, _Tp >
::result_type > operator- (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
- template<typename _Tp > complex< _Tp > operator- (const complex< _Tp > &__x)
-
template<class _Dom > _Expr< _BinClos< __divides,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __divides,
typename _Dom::value_type >
::result_type > operator/ (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __divides,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __divides,
typename _Dom::value_type >
::result_type > operator/ (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __divides,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __divides,
typename _Dom::value_type >
::result_type > operator/ (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __divides,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __divides,
typename _Dom::value_type >
::result_type > operator/ (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __divides,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __divides,
typename _Dom1::value_type >
::result_type > operator/ (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp > _Expr< _BinClos< __divides,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __divides,
_Tp >::result_type > operator/ (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __divides,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __divides,
_Tp >::result_type > operator/ (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __divides,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __divides,
_Tp >::result_type > operator/ (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _Dom > _Expr< _BinClos< __less,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __less,
typename _Dom::value_type >
::result_type > operator< (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __less, _Expr,
_ValArray, _Dom, typename
_Dom::value_type >, typename
__fun< __less, typename
_Dom::value_type >
::result_type > operator< (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __less,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __less,
typename _Dom::value_type >
::result_type > operator< (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __less, _Expr,
_Constant, _Dom, typename
_Dom::value_type >, typename
__fun< __less, typename
_Dom::value_type >
::result_type > operator< (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __less, _Expr,
_Expr, _Dom1, _Dom2 >
, typename __fun< __less,
typename _Dom1::value_type >
::result_type > operator< (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp , typename _Tp_Deleter , typename _Up , typename _Up_Deleter > bool operator< (const unique_ptr< _Tp, _Tp_Deleter > &__x, const unique_ptr< _Up, _Up_Deleter > &__y)
- template<typename _Tp , typename _Alloc > bool operator< (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > bool operator< (const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator< (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator< (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator< (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y)
- template<class _T1 , class _T2 > bool operator< (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator< (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator< (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator< (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator< (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y)
-
template<typename _IteratorL , typename _IteratorR > bool operator< (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)
- template<typename _Tp , typename _Alloc > bool operator< (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > bool operator< (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > bool operator< (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
- template<typename _Tp , typename _Alloc > bool operator< (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator< (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator< (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator< (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _Bi_iter > bool operator< (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs)
- template<typename _Bi_iter > bool operator< (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter > bool operator< (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs)
- template<typename _Bi_iter > bool operator< (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter , class _Ch_traits , class _Ch_alloc > bool operator< (const sub_match< _Bi_iter > &__lhs, const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator< (const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _BiIter > bool operator< (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs)
-
template<typename _Tp , std::size_t _Nm> bool operator< (const array< _Tp, _Nm > &__a, const array< _Tp, _Nm > &__b)
-
template<typename _Tp > _Expr< _BinClos< __less,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __less, _Tp >
::result_type > operator< (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __less,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __less, _Tp >
::result_type > operator< (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __less,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __less, _Tp >
::result_type > operator< (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename... _TElements, typename... _UElements> bool operator< (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
-
bool operator< (const error_condition &__lhs, const error_condition &__rhs)
-
bool operator< (const error_code &__lhs, const error_code &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base> basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str)
-
template<class _Dom > _Expr< _BinClos< __shift_left,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __shift_left,
typename _Dom::value_type >
::result_type > operator<< (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __shift_left,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __shift_left,
typename _Dom::value_type >
::result_type > operator<< (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __shift_left,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __shift_left,
typename _Dom::value_type >
::result_type > operator<< (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __shift_left,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __shift_left,
typename _Dom::value_type >
::result_type > operator<< (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __shift_left,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __shift_left,
typename _Dom1::value_type >
::result_type > operator<< (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template wostream & operator<< (wostream &, const wchar_t *)
-
template wostream & operator<< (wostream &, wchar_t)
-
template ostream & operator<< (ostream &, const signed char *)
-
template ostream & operator<< (ostream &, const unsigned char *)
-
template ostream & operator<< (ostream &, const char *)
-
template ostream & operator<< (ostream &, signed char)
-
template ostream & operator<< (ostream &, unsigned char)
-
template ostream & operator<< (ostream &, char)
-
template basic_ostream< wchar_t > & operator<< (basic_ostream< wchar_t > &, const wstring &)
-
template basic_ostream< char > & operator<< (basic_ostream< char > &, const string &)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str)
-
template<typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const gamma_distribution< _RealType > &__x)
-
template<typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const normal_distribution< _RealType > &__x)
-
template<typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const exponential_distribution< _RealType > &__x)
-
template<typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const uniform_real< _RealType > &__x)
-
template<typename _IntType , typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const binomial_distribution< _IntType, _RealType > &__x)
-
template<typename _IntType , typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const poisson_distribution< _IntType, _RealType > &__x)
-
template<typename _IntType , typename _RealType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const geometric_distribution< _IntType, _RealType > &__x)
-
template<typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const bernoulli_distribution &__x)
-
template<typename _IntType , typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const uniform_int< _IntType > &__x)
-
template<class _UniformRandomNumberGenerator1 , int __s1, class _UniformRandomNumberGenerator2 , int __s2, typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > &__x)
-
template<class _UniformRandomNumberGenerator , int __p, int __r, typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const discard_block< _UniformRandomNumberGenerator, __p, __r > &__x)
-
template<typename _RealType , int __w, int __s, int __r, typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const subtract_with_carry_01< _RealType, __w, __s, __r > &__x)
-
template<typename _IntType , _IntType __m, int __s, int __r, typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const subtract_with_carry< _IntType, __m, __s, __r > &__x)
-
template<class _UIntType , int __w, int __n, int __m, int __r, _UIntType __a, int __u, int __s, _UIntType __b, int __t, _UIntType __c, int __l, typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const mersenne_twister< _UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l > &__x)
-
template<class _UIntType , _UIntType __a, _UIntType __c, _UIntType __m, typename _CharT , typename _Traits > std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const linear_congruential< _UIntType, __a, __c, __m > &__lcr)
- template<typename _Ch_type , typename _Ch_traits , typename _Bi_iter > basic_ostream< _Ch_type,
_Ch_traits > & operator<< (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m)
-
template<typename _Tp > _Expr< _BinClos< __shift_left,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __shift_left,
_Tp >::result_type > operator<< (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __shift_left,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __shift_left,
_Tp >::result_type > operator<< (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __shift_left,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __shift_left,
_Tp >::result_type > operator<< (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _CharT , class _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &&__out, thread::id __id)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, const error_code &__e)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, _Setw __f)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, _Setprecision __f)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, _Setfill< _CharT > __f)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, _Setbase __f)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, _Setiosflags __f)
-
template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, _Resetiosflags __f)
- template<typename _Tp , typename _CharT , class _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x)
-
template<class _Dom > _Expr< _BinClos< __less_equal,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __less_equal,
typename _Dom::value_type >
::result_type > operator<= (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __less_equal,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __less_equal,
typename _Dom::value_type >
::result_type > operator<= (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __less_equal,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __less_equal,
typename _Dom::value_type >
::result_type > operator<= (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __less_equal,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __less_equal,
typename _Dom::value_type >
::result_type > operator<= (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __less_equal,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __less_equal,
typename _Dom1::value_type >
::result_type > operator<= (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp , typename _Tp_Deleter , typename _Up , typename _Up_Deleter > bool operator<= (const unique_ptr< _Tp, _Tp_Deleter > &__x, const unique_ptr< _Up, _Up_Deleter > &__y)
- template<typename _Tp , typename _Alloc > bool operator<= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > bool operator<= (const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator<= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator<= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator<= (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y)
- template<class _T1 , class _T2 > bool operator<= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator<= (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator<= (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator<= (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator<= (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y)
-
template<typename _IteratorL , typename _IteratorR > bool operator<= (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)
- template<typename _Tp , typename _Alloc > bool operator<= (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > bool operator<= (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > bool operator<= (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
- template<typename _Tp , typename _Alloc > bool operator<= (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator<= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator<= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator<= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _Bi_iter > bool operator<= (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs)
- template<typename _Bi_iter > bool operator<= (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter > bool operator<= (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs)
- template<typename _Bi_iter > bool operator<= (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter , class _Ch_traits , class _Ch_alloc > bool operator<= (const sub_match< _Bi_iter > &__lhs, const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator<= (const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _BiIter > bool operator<= (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs)
-
template<typename _Tp , std::size_t _Nm> bool operator<= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
-
template<typename _Tp > _Expr< _BinClos< __less_equal,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __less_equal,
_Tp >::result_type > operator<= (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __less_equal,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __less_equal,
_Tp >::result_type > operator<= (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __less_equal,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __less_equal,
_Tp >::result_type > operator<= (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename... _TElements, typename... _UElements> bool operator<= (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
-
bool operator<= (thread::id __x, thread::id __y)
-
template<class _Dom > _Expr< _BinClos< __equal_to,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __equal_to,
typename _Dom::value_type >
::result_type > operator== (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __equal_to,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __equal_to,
typename _Dom::value_type >
::result_type > operator== (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __equal_to,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __equal_to,
typename _Dom::value_type >
::result_type > operator== (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __equal_to,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __equal_to,
typename _Dom::value_type >
::result_type > operator== (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __equal_to,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __equal_to,
typename _Dom1::value_type >
::result_type > operator== (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp , typename _Tp_Deleter , typename _Up , typename _Up_Deleter > bool operator== (const unique_ptr< _Tp, _Tp_Deleter > &__x, const unique_ptr< _Up, _Up_Deleter > &__y)
-
template<typename _CharT , typename _Traits > bool operator== (const istreambuf_iterator< _CharT, _Traits > &__a, const istreambuf_iterator< _CharT, _Traits > &__b)
- template<typename _Tp , typename _CharT , typename _Traits , typename _Dist > bool operator== (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y)
- template<typename _Tp , typename _Alloc > bool operator== (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > bool operator== (const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
-
template<typename _Val > bool operator== (const _Rb_tree_iterator< _Val > &__x, const _Rb_tree_const_iterator< _Val > &__y)
- template<typename _Tp , typename _Seq > bool operator== (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator== (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator== (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y)
- template<class _T1 , class _T2 > bool operator== (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator== (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator== (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator== (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator== (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y)
-
template<typename _Val > bool operator== (const _List_iterator< _Val > &__x, const _List_const_iterator< _Val > &__y)
-
template<typename _IteratorL , typename _IteratorR > bool operator== (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)
- template<typename _Tp , typename _Alloc > bool operator== (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > bool operator== (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > bool operator== (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
- template<typename _StateT > bool operator== (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs)
- template<typename _Tp , typename _Alloc > bool operator== (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly)
- template<typename _Tp , typename _Alloc > bool operator== (const _Fwd_list_iterator< _Tp, _Alloc > &__x, const _Fwd_list_const_iterator< _Tp, _Alloc > &__y)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator== (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator== (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
-
template<typename _CharT > __gnu_cxx::__enable_if
< __is_char< _CharT >::__value,
bool >::__type operator== (const basic_string< _CharT > &__lhs, const basic_string< _CharT > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator== (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
-
template<typename _Tp > bool operator== (const allocator< _Tp > &, const allocator< _Tp > &)
-
template<typename _T1 , typename _T2 > bool operator== (const allocator< _T1 > &, const allocator< _T2 > &)
- template<typename _Bi_iter , typename _Allocator > bool operator== (const match_results< _Bi_iter, _Allocator > &__m1, const match_results< _Bi_iter, _Allocator > &__m2)
- template<typename _Bi_iter > bool operator== (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs)
- template<typename _Bi_iter > bool operator== (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter > bool operator== (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs)
- template<typename _Bi_iter > bool operator== (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator== (const sub_match< _Bi_iter > &__lhs, const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator== (const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _BiIter > bool operator== (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs)
- template<typename _Signature > bool operator== (_M_clear_type *, const function< _Signature > &__f)
- template<typename _Signature > bool operator== (const function< _Signature > &__f, _M_clear_type *)
-
template<typename _Tp , std::size_t _Nm> bool operator== (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
-
template<typename _Tp > _Expr< _BinClos< __equal_to,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __equal_to,
_Tp >::result_type > operator== (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __equal_to,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __equal_to,
_Tp >::result_type > operator== (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __equal_to,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __equal_to,
_Tp >::result_type > operator== (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename... _TElements, typename... _UElements> bool operator== (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
-
bool operator== (const error_condition &__lhs, const error_condition &__rhs)
-
bool operator== (const error_condition &__lhs, const error_code &__rhs)
-
bool operator== (const error_code &__lhs, const error_condition &__rhs)
-
bool operator== (const error_code &__lhs, const error_code &__rhs)
-
template<class _Dom > _Expr< _BinClos< __greater,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __greater,
typename _Dom::value_type >
::result_type > operator> (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __greater,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __greater,
typename _Dom::value_type >
::result_type > operator> (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __greater,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __greater,
typename _Dom::value_type >
::result_type > operator> (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __greater,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __greater,
typename _Dom::value_type >
::result_type > operator> (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __greater,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __greater,
typename _Dom1::value_type >
::result_type > operator> (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp , typename _Tp_Deleter , typename _Up , typename _Up_Deleter > bool operator> (const unique_ptr< _Tp, _Tp_Deleter > &__x, const unique_ptr< _Up, _Up_Deleter > &__y)
- template<typename _Tp , typename _Alloc > bool operator> (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > bool operator> (const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator> (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator> (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator> (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y)
- template<class _T1 , class _T2 > bool operator> (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator> (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator> (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator> (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator> (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y)
-
template<typename _IteratorL , typename _IteratorR > bool operator> (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)
- template<typename _Tp , typename _Alloc > bool operator> (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > bool operator> (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > bool operator> (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
- template<typename _Tp , typename _Alloc > bool operator> (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator> (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator> (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator> (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _Bi_iter > bool operator> (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs)
- template<typename _Bi_iter > bool operator> (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter > bool operator> (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs)
- template<typename _Bi_iter > bool operator> (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter , class _Ch_traits , class _Ch_alloc > bool operator> (const sub_match< _Bi_iter > &__lhs, const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator> (const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _BiIter > bool operator> (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs)
-
template<typename _Tp , std::size_t _Nm> bool operator> (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
-
template<typename _Tp > _Expr< _BinClos< __greater,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __greater,
_Tp >::result_type > operator> (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __greater,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __greater,
_Tp >::result_type > operator> (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __greater,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __greater,
_Tp >::result_type > operator> (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename... _TElements, typename... _UElements> bool operator> (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
-
bool operator> (thread::id __x, thread::id __y)
-
template<class _Dom > _Expr< _BinClos
< __greater_equal, _ValArray,
_Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __greater_equal, typename
_Dom::value_type >
::result_type > operator>= (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos
< __greater_equal, _Expr,
_ValArray, _Dom, typename
_Dom::value_type >, typename
__fun< __greater_equal,
typename _Dom::value_type >
::result_type > operator>= (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos
< __greater_equal, _Constant,
_Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __greater_equal, typename
_Dom::value_type >
::result_type > operator>= (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos
< __greater_equal, _Expr,
_Constant, _Dom, typename
_Dom::value_type >, typename
__fun< __greater_equal,
typename _Dom::value_type >
::result_type > operator>= (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos
< __greater_equal, _Expr,
_Expr, _Dom1, _Dom2 >
, typename __fun
< __greater_equal, typename
_Dom1::value_type >
::result_type > operator>= (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp , typename _Tp_Deleter , typename _Up , typename _Up_Deleter > bool operator>= (const unique_ptr< _Tp, _Tp_Deleter > &__x, const unique_ptr< _Up, _Up_Deleter > &__y)
- template<typename _Tp , typename _Alloc > bool operator>= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > bool operator>= (const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, const _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator>= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator>= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Seq > bool operator>= (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y)
- template<class _T1 , class _T2 > bool operator>= (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > bool operator>= (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator>= (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > bool operator>= (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator>= (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y)
-
template<typename _IteratorL , typename _IteratorR > bool operator>= (const move_iterator< _IteratorL > &__x, const move_iterator< _IteratorR > &__y)
- template<typename _Tp , typename _Alloc > bool operator>= (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _RefL , typename _PtrL , typename _RefR , typename _PtrR > bool operator>= (const _Deque_iterator< _Tp, _RefL, _PtrL > &__x, const _Deque_iterator< _Tp, _RefR, _PtrR > &__y)
-
template<typename _Tp , typename _Ref , typename _Ptr > bool operator>= (const _Deque_iterator< _Tp, _Ref, _Ptr > &__x, const _Deque_iterator< _Tp, _Ref, _Ptr > &__y)
- template<typename _Tp , typename _Alloc > bool operator>= (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator>= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator>= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > bool operator>= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _Bi_iter > bool operator>= (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs)
- template<typename _Bi_iter > bool operator>= (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter > bool operator>= (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs)
- template<typename _Bi_iter > bool operator>= (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _Bi_iter , class _Ch_traits , class _Ch_alloc > bool operator>= (const sub_match< _Bi_iter > &__lhs, const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__rhs)
- template<typename _Bi_iter , typename _Ch_traits , typename _Ch_alloc > bool operator>= (const basic_string< typename iterator_traits< _Bi_iter >::value_type, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs)
- template<typename _BiIter > bool operator>= (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs)
-
template<typename _Tp , std::size_t _Nm> bool operator>= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
-
template<typename _Tp > _Expr< _BinClos
< __greater_equal, _Constant,
_ValArray, _Tp, _Tp >
, typename __fun
< __greater_equal, _Tp >
::result_type > operator>= (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos
< __greater_equal, _ValArray,
_Constant, _Tp, _Tp >
, typename __fun
< __greater_equal, _Tp >
::result_type > operator>= (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos
< __greater_equal, _ValArray,
_ValArray, _Tp, _Tp >
, typename __fun
< __greater_equal, _Tp >
::result_type > operator>= (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename... _TElements, typename... _UElements> bool operator>= (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
-
bool operator>= (thread::id __x, thread::id __y)
- template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base> basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str)
-
template<class _Dom > _Expr< _BinClos< __shift_right,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __shift_right, typename
_Dom::value_type >
::result_type > operator>> (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __shift_right,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun
< __shift_right, typename
_Dom::value_type >
::result_type > operator>> (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __shift_right,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __shift_right, typename
_Dom::value_type >
::result_type > operator>> (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __shift_right,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun
< __shift_right, typename
_Dom::value_type >
::result_type > operator>> (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __shift_right,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun
< __shift_right, typename
_Dom1::value_type >
::result_type > operator>> (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template wistream & operator>> (wistream &, wchar_t *)
-
template wistream & operator>> (wistream &, wchar_t &)
-
template istream & operator>> (istream &, signed char *)
-
template istream & operator>> (istream &, unsigned char *)
-
template istream & operator>> (istream &, signed char &)
-
template istream & operator>> (istream &, unsigned char &)
-
template istream & operator>> (istream &, char *)
-
template istream & operator>> (istream &, char &)
-
template basic_istream< wchar_t > & operator>> (basic_istream< wchar_t > &, wstring &)
-
template basic_istream< char > & operator>> (basic_istream< char > &, string &)
-
template<> basic_istream< char > & operator>> (basic_istream< char > &__is, basic_string< char > &__str)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
-
template<typename _RealType , typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, normal_distribution< _RealType > &__x)
-
template<typename _RealType , typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, uniform_real< _RealType > &__x)
-
template<typename _IntType , typename _RealType , typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, binomial_distribution< _IntType, _RealType > &__x)
-
template<typename _IntType , typename _RealType , typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, poisson_distribution< _IntType, _RealType > &__x)
-
template<typename _IntType , typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, uniform_int< _IntType > &__x)
-
template<class _UniformRandomNumberGenerator1 , int __s1, class _UniformRandomNumberGenerator2 , int __s2, typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > &__x)
-
template<class _UniformRandomNumberGenerator , int __p, int __r, typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, discard_block< _UniformRandomNumberGenerator, __p, __r > &__x)
-
template<typename _RealType , int __w, int __s, int __r, typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, subtract_with_carry_01< _RealType, __w, __s, __r > &__x)
-
template<typename _IntType , _IntType __m, int __s, int __r, typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, subtract_with_carry< _IntType, __m, __s, __r > &__x)
-
template<class _UIntType , int __w, int __n, int __m, int __r, _UIntType __a, int __u, int __s, _UIntType __b, int __t, _UIntType __c, int __l, typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, mersenne_twister< _UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l > &__x)
-
template<class _UIntType , _UIntType __a, _UIntType __c, _UIntType __m, typename _CharT , typename _Traits > std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, linear_congruential< _UIntType, __a, __c, __m > &__lcr)
-
template<typename _Tp > _Expr< _BinClos< __shift_right,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun
< __shift_right, _Tp >
::result_type > operator>> (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __shift_right,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun
< __shift_right, _Tp >
::result_type > operator>> (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __shift_right,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun
< __shift_right, _Tp >
::result_type > operator>> (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, _Setw __f)
-
template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, _Setprecision __f)
-
template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, _Setfill< _CharT > __f)
-
template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, _Setbase __f)
-
template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, _Setiosflags __f)
-
template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, _Resetiosflags __f)
- template<typename _Tp , typename _CharT , class _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x)
-
template<class _Dom > _Expr< _BinClos< __bitwise_xor,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __bitwise_xor, typename
_Dom::value_type >
::result_type > operator^ (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __bitwise_xor,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun
< __bitwise_xor, typename
_Dom::value_type >
::result_type > operator^ (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __bitwise_xor,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun
< __bitwise_xor, typename
_Dom::value_type >
::result_type > operator^ (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __bitwise_xor,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun
< __bitwise_xor, typename
_Dom::value_type >
::result_type > operator^ (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __bitwise_xor,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun
< __bitwise_xor, typename
_Dom1::value_type >
::result_type > operator^ (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
_Ios_Iostate operator^ (_Ios_Iostate __a, _Ios_Iostate __b)
-
_Ios_Openmode operator^ (_Ios_Openmode __a, _Ios_Openmode __b)
-
_Ios_Fmtflags operator^ (_Ios_Fmtflags __a, _Ios_Fmtflags __b)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_xor,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun
< __bitwise_xor, _Tp >
::result_type > operator^ (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_xor,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun
< __bitwise_xor, _Tp >
::result_type > operator^ (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_xor,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun
< __bitwise_xor, _Tp >
::result_type > operator^ (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
_Ios_Iostate & operator^= (_Ios_Iostate &__a, _Ios_Iostate __b)
-
_Ios_Openmode & operator^= (_Ios_Openmode &__a, _Ios_Openmode __b)
-
_Ios_Fmtflags & operator^= (_Ios_Fmtflags &__a, _Ios_Fmtflags __b)
-
template<class _Dom > _Expr< _BinClos< __bitwise_or,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __bitwise_or,
typename _Dom::value_type >
::result_type > operator| (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __bitwise_or,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __bitwise_or,
typename _Dom::value_type >
::result_type > operator| (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __bitwise_or,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __bitwise_or,
typename _Dom::value_type >
::result_type > operator| (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __bitwise_or,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __bitwise_or,
typename _Dom::value_type >
::result_type > operator| (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __bitwise_or,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __bitwise_or,
typename _Dom1::value_type >
::result_type > operator| (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
_Ios_Iostate operator| (_Ios_Iostate __a, _Ios_Iostate __b)
-
_Ios_Openmode operator| (_Ios_Openmode __a, _Ios_Openmode __b)
-
_Ios_Fmtflags operator| (_Ios_Fmtflags __a, _Ios_Fmtflags __b)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_or,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __bitwise_or,
_Tp >::result_type > operator| (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_or,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __bitwise_or,
_Tp >::result_type > operator| (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __bitwise_or,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __bitwise_or,
_Tp >::result_type > operator| (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
_Ios_Iostate & operator|= (_Ios_Iostate &__a, _Ios_Iostate __b)
-
_Ios_Openmode & operator|= (_Ios_Openmode &__a, _Ios_Openmode __b)
-
_Ios_Fmtflags & operator|= (_Ios_Fmtflags &__a, _Ios_Fmtflags __b)
-
template<class _Dom > _Expr< _BinClos< __logical_or,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __logical_or,
typename _Dom::value_type >
::result_type > operator|| (const valarray< typename _Dom::value_type > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __logical_or,
_Expr, _ValArray, _Dom,
typename _Dom::value_type >
, typename __fun< __logical_or,
typename _Dom::value_type >
::result_type > operator|| (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __logical_or,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename __fun< __logical_or,
typename _Dom::value_type >
::result_type > operator|| (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__v)
-
template<class _Dom > _Expr< _BinClos< __logical_or,
_Expr, _Constant, _Dom,
typename _Dom::value_type >
, typename __fun< __logical_or,
typename _Dom::value_type >
::result_type > operator|| (const _Expr< _Dom, typename _Dom::value_type > &__v, const typename _Dom::value_type &__t)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __logical_or,
_Expr, _Expr, _Dom1, _Dom2 >
, typename __fun< __logical_or,
typename _Dom1::value_type >
::result_type > operator|| (const _Expr< _Dom1, typename _Dom1::value_type > &__v, const _Expr< _Dom2, typename _Dom2::value_type > &__w)
-
template<typename _Tp > _Expr< _BinClos< __logical_or,
_Constant, _ValArray, _Tp, _Tp >
, typename __fun< __logical_or,
_Tp >::result_type > operator|| (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __logical_or,
_ValArray, _Constant, _Tp, _Tp >
, typename __fun< __logical_or,
_Tp >::result_type > operator|| (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __logical_or,
_ValArray, _ValArray, _Tp, _Tp >
, typename __fun< __logical_or,
_Tp >::result_type > operator|| (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
_Ios_Iostate operator~ (_Ios_Iostate __a)
-
_Ios_Openmode operator~ (_Ios_Openmode __a)
-
_Ios_Fmtflags operator~ (_Ios_Fmtflags __a)
- template<typename _RandomAccessIterator , typename _Compare > void partial_sort (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void partial_sort (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void partial_sort (_RAIter, _RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void partial_sort (_RAIter, _RAIter, _RAIter)
- template<typename _InputIterator , typename _RandomAccessIterator , typename _Compare > _RandomAccessIterator partial_sort_copy (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp)
- template<typename _InputIterator , typename _RandomAccessIterator > _RandomAccessIterator partial_sort_copy (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last)
-
template<typename _IIter , typename _RAIter , typename _Compare > _RAIter partial_sort_copy (_IIter, _IIter, _RAIter, _RAIter, _Compare)
-
template<typename _IIter , typename _RAIter > _RAIter partial_sort_copy (_IIter, _IIter, _RAIter, _RAIter)
- template<typename _InputIterator , typename _OutputIterator , typename _BinaryOperation > _OutputIterator partial_sum (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op)
- template<typename _InputIterator , typename _OutputIterator > _OutputIterator partial_sum (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
- template<typename _ForwardIterator , typename _Predicate > _ForwardIterator partition (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)
-
template<typename _BIter , typename _Predicate > _BIter partition (_BIter, _BIter, _Predicate)
- template<typename _InputIterator , typename _OutputIterator1 , typename _OutputIterator2 , typename _Predicate > pair< _OutputIterator1,
_OutputIterator2 > partition_copy (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred)
-
template<typename _IIter , typename _OIter1 , typename _OIter2 , typename _Predicate > pair< _OIter1, _OIter2 > partition_copy (_IIter, _IIter, _OIter1, _OIter2, _Predicate)
- template<typename _ForwardIterator , typename _Predicate > _ForwardIterator partition_point (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)
-
template<typename _FIter , typename _Predicate > _FIter partition_point (_FIter, _FIter, _Predicate)
- template<typename _Tp > complex< _Tp > polar (const _Tp &, const _Tp &=0)
- template<typename _RandomAccessIterator , typename _Compare > void pop_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void pop_heap (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void pop_heap (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void pop_heap (_RAIter, _RAIter)
-
template<typename _Tp > _Expr< _BinClos< __pow,
_Constant, _ValArray, _Tp, _Tp >
, _Tp > pow (const _Tp &__t, const valarray< _Tp > &__v)
-
template<typename _Tp > _Expr< _BinClos< __pow,
_ValArray, _Constant, _Tp, _Tp >
, _Tp > pow (const valarray< _Tp > &__v, const _Tp &__t)
-
template<typename _Tp > _Expr< _BinClos< __pow,
_ValArray, _ValArray, _Tp, _Tp >
, _Tp > pow (const valarray< _Tp > &__v, const valarray< _Tp > &__w)
-
template<class _Dom > _Expr< _BinClos< __pow,
_Constant, _Expr, typename
_Dom::value_type, _Dom >
, typename _Dom::value_type > pow (const typename _Dom::value_type &__t, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __pow, _Expr,
_Constant, _Dom, typename
_Dom::value_type >, typename
_Dom::value_type > pow (const _Expr< _Dom, typename _Dom::value_type > &__e, const typename _Dom::value_type &__t)
-
template<class _Dom > _Expr< _BinClos< __pow,
_ValArray, _Expr, typename
_Dom::value_type, _Dom >
, typename _Dom::value_type > pow (const valarray< typename _Dom::valarray > &__v, const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<class _Dom > _Expr< _BinClos< __pow, _Expr,
_ValArray, _Dom, typename
_Dom::value_type >, typename
_Dom::value_type > pow (const _Expr< _Dom, typename _Dom::value_type > &__e, const valarray< typename _Dom::value_type > &__v)
-
template<class _Dom1 , class _Dom2 > _Expr< _BinClos< __pow, _Expr,
_Expr, _Dom1, _Dom2 >
, typename _Dom1::value_type > pow (const _Expr< _Dom1, typename _Dom1::value_type > &__e1, const _Expr< _Dom2, typename _Dom2::value_type > &__e2)
-
template<typename _Tp , typename _Up > std::complex< typename
__gnu_cxx::__promote_2< _Tp,
_Up >::__type > pow (const std::complex< _Tp > &__x, const std::complex< _Up > &__y)
-
template<typename _Tp , typename _Up > std::complex< typename
__gnu_cxx::__promote_2< _Tp,
_Up >::__type > pow (const _Tp &__x, const std::complex< _Up > &__y)
-
template<typename _Tp , typename _Up > std::complex< typename
__gnu_cxx::__promote_2< _Tp,
_Up >::__type > pow (const std::complex< _Tp > &__x, const _Up &__y)
-
template<typename _Tp , typename _Up > __gnu_cxx::__promote_2
< typename
__gnu_cxx::__enable_if
< __is_arithmetic< _Tp >
::__value &&__is_arithmetic
< _Up >::__value, _Tp >
::__type, _Up >::__type pow (_Tp __x, _Up __y)
-
long double pow (long double __x, long double __y)
-
float pow (float __x, float __y)
- template<typename _Tp > complex< _Tp > pow (const _Tp &, const complex< _Tp > &)
- template<typename _Tp > complex< _Tp > pow (const complex< _Tp > &, const complex< _Tp > &)
- template<typename _Tp > complex< _Tp > pow (const complex< _Tp > &, const _Tp &)
-
template<typename _BidirectionalIterator > _BidirectionalIterator prev (_BidirectionalIterator __x, typename iterator_traits< _BidirectionalIterator >::difference_type __n=1)
- template<typename _BidirectionalIterator , typename _Compare > bool prev_permutation (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp)
- template<typename _BidirectionalIterator > bool prev_permutation (_BidirectionalIterator __first, _BidirectionalIterator __last)
-
template<typename _BIter , typename _Compare > bool prev_permutation (_BIter, _BIter, _Compare)
-
template<typename _BIter > bool prev_permutation (_BIter, _BIter)
-
template<typename _Tp > std::complex< typename
__gnu_cxx::__promote< _Tp >
::__type > proj (_Tp __x)
-
template<typename _Tp > std::complex< _Tp > proj (const std::complex< _Tp > &)
- template<typename _Arg1 , typename _Arg2 , typename _Result > pointer_to_binary_function
< _Arg1, _Arg2, _Result > ptr_fun (_Result(*__x)(_Arg1, _Arg2))
- template<typename _Arg , typename _Result > pointer_to_unary_function
< _Arg, _Result > ptr_fun (_Result(*__x)(_Arg))
- template<typename _RandomAccessIterator , typename _Compare > void push_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void push_heap (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void push_heap (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void push_heap (_RAIter, _RAIter)
- template<typename _RandomAccessIterator , typename _RandomNumberGenerator > void random_shuffle (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &__rand)
- template<typename _RandomAccessIterator > void random_shuffle (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Generator > void random_shuffle (_RAIter, _RAIter, _Generator &)
-
template<typename _RAIter > void random_shuffle (_RAIter, _RAIter)
-
template<typename _Tp > __gnu_cxx::__promote< _Tp >::__type real (_Tp __x)
-
template<typename _Tp > _Tp real (const complex< _Tp > &__z)
-
template<typename _Tp > reference_wrapper< _Tp > ref (reference_wrapper< _Tp > __t)
-
template<typename _Tp > reference_wrapper< _Tp > ref (_Tp &__t)
- template<typename _ForwardIterator , typename _Tp > _ForwardIterator remove (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value)
-
template<typename _FIter , typename _Tp > _FIter remove (_FIter, _FIter, const _Tp &)
- template<typename _InputIterator , typename _OutputIterator , typename _Tp > _OutputIterator remove_copy (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value)
-
template<typename _IIter , typename _OIter , typename _Tp > _OIter remove_copy (_IIter, _IIter, _OIter, const _Tp &)
- template<typename _InputIterator , typename _OutputIterator , typename _Predicate > _OutputIterator remove_copy_if (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred)
-
template<typename _IIter , typename _OIter , typename _Predicate > _OIter remove_copy_if (_IIter, _IIter, _OIter, _Predicate)
- template<typename _ForwardIterator , typename _Predicate > _ForwardIterator remove_if (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)
-
template<typename _FIter , typename _Predicate > _FIter remove_if (_FIter, _FIter, _Predicate)
- template<typename _ForwardIterator , typename _Tp > void replace (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value)
-
template<typename _FIter , typename _Tp > void replace (_FIter, _FIter, const _Tp &, const _Tp &)
- template<typename _InputIterator , typename _OutputIterator , typename _Tp > _OutputIterator replace_copy (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__old_value, const _Tp &__new_value)
-
template<typename _IIter , typename _OIter , typename _Tp > _OIter replace_copy (_IIter, _IIter, _OIter, const _Tp &, const _Tp &)
- template<typename _InputIterator , typename _OutputIterator , typename _Predicate , typename _Tp > _OutputIterator replace_copy_if (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value)
-
template<typename _Iter , typename _OIter , typename _Predicate , typename _Tp > _OIter replace_copy_if (_Iter, _Iter, _OIter, _Predicate, const _Tp &)
- template<typename _ForwardIterator , typename _Predicate , typename _Tp > void replace_if (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value)
-
template<typename _FIter , typename _Predicate , typename _Tp > void replace_if (_FIter, _FIter, _Predicate, const _Tp &)
- _Resetiosflags resetiosflags (ios_base::fmtflags __mask)
- void rethrow_exception (exception_ptr) __attribute__((__noreturn__))
- template<typename _Tp > void return_temporary_buffer (_Tp *__p)
- template<typename _BidirectionalIterator > void reverse (_BidirectionalIterator __first, _BidirectionalIterator __last)
-
template<typename _BIter > void reverse (_BIter, _BIter)
- template<typename _BidirectionalIterator , typename _OutputIterator > _OutputIterator reverse_copy (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result)
-
template<typename _BIter , typename _OIter > _OIter reverse_copy (_BIter, _BIter, _OIter)
- ios_base & right (ios_base &__base)
- template<typename _ForwardIterator > void rotate (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last)
-
template<typename _FIter > void rotate (_FIter, _FIter, _FIter)
- template<typename _ForwardIterator , typename _OutputIterator > _OutputIterator rotate_copy (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result)
-
template<typename _FIter , typename _OIter > _OIter rotate_copy (_FIter, _FIter, _FIter, _OIter)
- ios_base & scientific (ios_base &__base)
- template<typename _ForwardIterator1 , typename _ForwardIterator2 , typename _BinaryPredicate > _ForwardIterator1 search (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate)
- template<typename _ForwardIterator1 , typename _ForwardIterator2 > _ForwardIterator1 search (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2)
-
template<typename _FIter1 , typename _FIter2 , typename _BinaryPredicate > _FIter1 search (_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate)
-
template<typename _FIter1 , typename _FIter2 > _FIter1 search (_FIter1, _FIter1, _FIter2, _FIter2)
- template<typename _ForwardIterator , typename _Integer , typename _Tp , typename _BinaryPredicate > _ForwardIterator search_n (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred)
- template<typename _ForwardIterator , typename _Integer , typename _Tp > _ForwardIterator search_n (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val)
-
template<typename _FIter , typename _Size , typename _Tp , typename _BinaryPredicate > _FIter search_n (_FIter, _FIter, _Size, const _Tp &, _BinaryPredicate)
-
template<typename _FIter , typename _Size , typename _Tp > _FIter search_n (_FIter, _FIter, _Size, const _Tp &)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator , typename _Compare > _OutputIterator set_difference (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator > _OutputIterator set_difference (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter , typename _Compare > _OIter set_difference (_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter > _OIter set_difference (_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator , typename _Compare > _OutputIterator set_intersection (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator > _OutputIterator set_intersection (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter , typename _Compare > _OIter set_intersection (_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter > _OIter set_intersection (_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
- new_handler set_new_handler (new_handler) throw ()
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator , typename _Compare > _OutputIterator set_symmetric_difference (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator > _OutputIterator set_symmetric_difference (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter , typename _Compare > _OIter set_symmetric_difference (_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter > _OIter set_symmetric_difference (_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
- terminate_handler set_terminate (terminate_handler) throw ()
- unexpected_handler set_unexpected (unexpected_handler) throw ()
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator , typename _Compare > _OutputIterator set_union (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator > _OutputIterator set_union (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter , typename _Compare > _OIter set_union (_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter > _OIter set_union (_IIter1, _IIter1, _IIter2, _IIter2, _OIter)
- _Setbase setbase (int __base)
- template<typename _CharT > _Setfill< _CharT > setfill (_CharT __c)
- _Setiosflags setiosflags (ios_base::fmtflags __mask)
- _Setprecision setprecision (int __n)
- _Setw setw (int __n)
- ios_base & showbase (ios_base &__base)
- ios_base & showpoint (ios_base &__base)
- ios_base & showpos (ios_base &__base)
-
template<typename _Tp > _Expr< _UnClos< __sin,
_ValArray, _Tp >, _Tp > sin (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __sin, _Expr,
_Dom >, typename
_Dom::value_type > sin (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type sin (_Tp __x)
-
long double sin (long double __x)
-
float sin (float __x)
- template<typename _Tp > complex< _Tp > sin (const complex< _Tp > &)
-
template<typename _Tp > _Expr< _UnClos< __sinh,
_ValArray, _Tp >, _Tp > sinh (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __sinh, _Expr,
_Dom >, typename
_Dom::value_type > sinh (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type sinh (_Tp __x)
-
long double sinh (long double __x)
-
float sinh (float __x)
- template<typename _Tp > complex< _Tp > sinh (const complex< _Tp > &)
- ios_base & skipws (ios_base &__base)
- template<typename _RandomAccessIterator , typename _Compare > void sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void sort (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void sort (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void sort (_RAIter, _RAIter)
- template<typename _RandomAccessIterator , typename _Compare > void sort_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void sort_heap (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void sort_heap (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void sort_heap (_RAIter, _RAIter)
-
template<typename _Tp > _Expr< _UnClos< __sqrt,
_ValArray, _Tp >, _Tp > sqrt (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __sqrt, _Expr,
_Dom >, typename
_Dom::value_type > sqrt (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type sqrt (_Tp __x)
-
long double sqrt (long double __x)
-
float sqrt (float __x)
- template<typename _Tp > complex< _Tp > sqrt (const complex< _Tp > &)
- template<typename _ForwardIterator , typename _Predicate > _ForwardIterator stable_partition (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred)
-
template<typename _BIter , typename _Predicate > _BIter stable_partition (_BIter, _BIter, _Predicate)
- template<typename _RandomAccessIterator , typename _Compare > void stable_sort (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
- template<typename _RandomAccessIterator > void stable_sort (_RandomAccessIterator __first, _RandomAccessIterator __last)
-
template<typename _RAIter , typename _Compare > void stable_sort (_RAIter, _RAIter, _Compare)
-
template<typename _RAIter > void stable_sort (_RAIter, _RAIter)
-
double stod (const string &__str, size_t *__idx=0)
-
float stof (const string &__str, size_t *__idx=0)
-
int stoi (const string &__str, size_t *__idx=0, int __base=10)
-
long stol (const string &__str, size_t *__idx=0, int __base=10)
-
long double stold (const string &__str, size_t *__idx=0)
-
long long stoll (const string &__str, size_t *__idx=0, int __base=10)
-
unsigned long stoul (const string &__str, size_t *__idx=0, int __base=10)
-
unsigned long long stoull (const string &__str, size_t *__idx=0, int __base=10)
-
char * strchr (char *__s1, int __n)
-
char * strpbrk (char *__s1, const char *__s2)
-
char * strrchr (char *__s1, int __n)
-
char * strstr (char *__s1, const char *__s2)
-
template<typename _Tp , typename _Tp_Deleter > void swap (unique_ptr< _Tp, _Tp_Deleter > &__x, unique_ptr< _Tp, _Tp_Deleter > &&__y)
-
template<typename _Tp , typename _Tp_Deleter > void swap (unique_ptr< _Tp, _Tp_Deleter > &&__x, unique_ptr< _Tp, _Tp_Deleter > &__y)
-
template<typename _Tp , typename _Tp_Deleter > void swap (unique_ptr< _Tp, _Tp_Deleter > &__x, unique_ptr< _Tp, _Tp_Deleter > &__y)
-
template<typename _Tp , typename _Alloc > void swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &&__y)
-
template<typename _Tp , typename _Alloc > void swap (vector< _Tp, _Alloc > &&__x, vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > void swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y)
-
template<typename _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > void swap (_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__x, _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > &__y)
-
template<typename _Tp , typename _Seq > void swap (stack< _Tp, _Seq > &__x, stack< _Tp, _Seq > &&__y)
-
template<typename _Tp , typename _Seq > void swap (stack< _Tp, _Seq > &&__x, stack< _Tp, _Seq > &__y)
-
template<typename _Tp , typename _Seq > void swap (stack< _Tp, _Seq > &__x, stack< _Tp, _Seq > &__y)
-
template<typename _Key , typename _Compare , typename _Alloc > void swap (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &&__y)
-
template<typename _Key , typename _Compare , typename _Alloc > void swap (set< _Key, _Compare, _Alloc > &&__x, set< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > void swap (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y)
-
template<typename _Tp , typename _Sequence , typename _Compare > void swap (priority_queue< _Tp, _Sequence, _Compare > &__x, priority_queue< _Tp, _Sequence, _Compare > &&__y)
-
template<typename _Tp , typename _Sequence , typename _Compare > void swap (priority_queue< _Tp, _Sequence, _Compare > &&__x, priority_queue< _Tp, _Sequence, _Compare > &__y)
-
template<typename _Tp , typename _Sequence , typename _Compare > void swap (priority_queue< _Tp, _Sequence, _Compare > &__x, priority_queue< _Tp, _Sequence, _Compare > &__y)
-
template<typename _Tp , typename _Seq > void swap (queue< _Tp, _Seq > &__x, queue< _Tp, _Seq > &&__y)
-
template<typename _Tp , typename _Seq > void swap (queue< _Tp, _Seq > &&__x, queue< _Tp, _Seq > &__y)
-
template<typename _Tp , typename _Seq > void swap (queue< _Tp, _Seq > &__x, queue< _Tp, _Seq > &__y)
-
template<class _T1 , class _T2 > void swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &&__y)
-
template<class _T1 , class _T2 > void swap (pair< _T1, _T2 > &&__x, pair< _T1, _T2 > &__y)
- template<class _T1 , class _T2 > void swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y)
-
template<typename _Key , typename _Compare , typename _Alloc > void swap (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &&__y)
-
template<typename _Key , typename _Compare , typename _Alloc > void swap (multiset< _Key, _Compare, _Alloc > &&__x, multiset< _Key, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Compare , typename _Alloc > void swap (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y)
-
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > void swap (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &&__y)
-
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > void swap (multimap< _Key, _Tp, _Compare, _Alloc > &&__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > void swap (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y)
-
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > void swap (map< _Key, _Tp, _Compare, _Alloc > &__x, map< _Key, _Tp, _Compare, _Alloc > &&__y)
-
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > void swap (map< _Key, _Tp, _Compare, _Alloc > &&__x, map< _Key, _Tp, _Compare, _Alloc > &__y)
- template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > void swap (map< _Key, _Tp, _Compare, _Alloc > &__x, map< _Key, _Tp, _Compare, _Alloc > &__y)
-
template<typename _Tp , typename _Alloc > void swap (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &&__y)
-
template<typename _Tp , typename _Alloc > void swap (list< _Tp, _Alloc > &&__x, list< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > void swap (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y)
-
template<typename _Tp , typename _Alloc > void swap (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &&__y)
-
template<typename _Tp , typename _Alloc > void swap (deque< _Tp, _Alloc > &&__x, deque< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > void swap (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > void swap (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &&__ly)
- template<typename _Tp , typename _Alloc > void swap (forward_list< _Tp, _Alloc > &&__lx, forward_list< _Tp, _Alloc > &__ly)
- template<typename _Tp , typename _Alloc > void swap (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly)
- template<typename _CharT , typename _Traits , typename _Alloc > void swap (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs)
-
template<typename _Tp , size_t _Nm> void swap (_Tp(&)[_Nm], _Tp(&)[_Nm])
- template<typename _Tp > void swap (_Tp &__a, _Tp &__b)
-
template<class _Value , class _Hash , class _Pred , class _Alloc > void swap (unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, unordered_multiset< _Value, _Hash, _Pred, _Alloc > &&__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc > void swap (unordered_multiset< _Value, _Hash, _Pred, _Alloc > &&__x, unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc > void swap (unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, unordered_set< _Value, _Hash, _Pred, _Alloc > &&__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc > void swap (unordered_set< _Value, _Hash, _Pred, _Alloc > &&__x, unordered_set< _Value, _Hash, _Pred, _Alloc > &__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc > void swap (unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc > void swap (unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, unordered_set< _Value, _Hash, _Pred, _Alloc > &__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc , bool __cache_hash_code> void swap (__unordered_multiset< _Value, _Hash, _Pred, _Alloc, __cache_hash_code > &__x, __unordered_multiset< _Value, _Hash, _Pred, _Alloc, __cache_hash_code > &__y)
-
template<class _Value , class _Hash , class _Pred , class _Alloc , bool __cache_hash_code> void swap (__unordered_set< _Value, _Hash, _Pred, _Alloc, __cache_hash_code > &__x, __unordered_set< _Value, _Hash, _Pred, _Alloc, __cache_hash_code > &__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > void swap (unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &&__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > void swap (unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &&__x, unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > void swap (unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &&__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > void swap (unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &&__x, unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > void swap (unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > void swap (unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc , bool __cache_hash_code> void swap (__unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__x, __unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__y)
-
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc , bool __cache_hash_code> void swap (__unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__x, __unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__y)
- template<typename _Bi_iter , typename _Allocator > void swap (match_results< _Bi_iter, _Allocator > &__lhs, match_results< _Bi_iter, _Allocator > &__rhs)
- template<typename _Ch_type , typename _Rx_traits > void swap (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs)
- template<typename _Signature > void swap (function< _Signature > &__x, function< _Signature > &__y)
-
template<typename _Tp , std::size_t _Nm> void swap (array< _Tp, _Nm > &__one, array< _Tp, _Nm > &__two)
-
template<typename... _Elements> void swap (tuple< _Elements...> &__x, tuple< _Elements...> &&__y)
-
template<typename... _Elements> void swap (tuple< _Elements...> &&__x, tuple< _Elements...> &__y)
-
template<typename... _Elements> void swap (tuple< _Elements...> &__x, tuple< _Elements...> &__y)
-
void swap (thread &__x, thread &&__y)
-
void swap (thread &&__x, thread &__y)
-
void swap (thread &__x, thread &__y)
-
template<typename _Mutex > void swap (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &&__y)
-
template<typename _Mutex > void swap (unique_lock< _Mutex > &&__x, unique_lock< _Mutex > &__y)
-
template<typename _Mutex > void swap (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y)
- template<typename _ForwardIterator1 , typename _ForwardIterator2 > _ForwardIterator2 swap_ranges (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2)
-
template<typename _FIter1 , typename _FIter2 > _FIter2 swap_ranges (_FIter1, _FIter1, _FIter2)
-
const error_category & system_category ()
-
template<typename _Tp > _Expr< _UnClos< __tan,
_ValArray, _Tp >, _Tp > tan (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __tan, _Expr,
_Dom >, typename
_Dom::value_type > tan (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type tan (_Tp __x)
-
long double tan (long double __x)
-
float tan (float __x)
- template<typename _Tp > complex< _Tp > tan (const complex< _Tp > &)
-
template<typename _Tp > _Expr< _UnClos< __tanh,
_ValArray, _Tp >, _Tp > tanh (const valarray< _Tp > &__v)
-
template<class _Dom > _Expr< _UnClos< __tanh, _Expr,
_Dom >, typename
_Dom::value_type > tanh (const _Expr< _Dom, typename _Dom::value_type > &__e)
-
template<typename _Tp > __gnu_cxx::__enable_if
< __is_integer< _Tp >::__value,
double >::__type tanh (_Tp __x)
-
long double tanh (long double __x)
-
float tanh (float __x)
- template<typename _Tp > complex< _Tp > tanh (const complex< _Tp > &)
- void terminate () __attribute__((__noreturn__))
-
template<typename... _Elements> tuple< _Elements &...> tie (_Elements &...__args)
-
string to_string (long double __val)
-
string to_string (unsigned long long __val)
-
string to_string (long long __val)
-
wstring to_wstring (long double __val)
-
wstring to_wstring (unsigned long long __val)
-
wstring to_wstring (long long __val)
- template<typename _CharT > _CharT tolower (_CharT __c, const locale &__loc)
- template<typename _CharT > _CharT toupper (_CharT __c, const locale &__loc)
- template<typename _InputIterator1 , typename _InputIterator2 , typename _OutputIterator , typename _BinaryOperation > _OutputIterator transform (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op)
- template<typename _InputIterator , typename _OutputIterator , typename _UnaryOperation > _OutputIterator transform (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op)
-
template<typename _IIter1 , typename _IIter2 , typename _OIter , typename _BinaryOperation > _OIter transform (_IIter1, _IIter1, _IIter2, _OIter, _BinaryOperation)
-
template<typename _IIter , typename _OIter , typename _UnaryOperation > _OIter transform (_IIter, _IIter, _OIter, _UnaryOperation)
- template<typename _Lock1 , typename _Lock2 , typename... _Lock3> int try_lock (_Lock1 &__l1, _Lock2 &__l2, _Lock3 &...__l3)
-
template<typename... _TElements, typename... _UElements> tuple< _TElements...,
_UElements...> tuple_cat (tuple< _TElements...> &&__t, tuple< _UElements...> &&__u)
-
template<typename... _TElements, typename... _UElements> tuple< _TElements...,
_UElements...> tuple_cat (const tuple< _TElements...> &__t, tuple< _UElements...> &&__u)
-
template<typename... _TElements, typename... _UElements> tuple< _TElements...,
_UElements...> tuple_cat (tuple< _TElements...> &&__t, const tuple< _UElements...> &__u)
-
template<typename... _TElements, typename... _UElements> tuple< _TElements...,
_UElements...> tuple_cat (const tuple< _TElements...> &__t, const tuple< _UElements...> &__u)
- bool uncaught_exception () throw ()
- void unexpected () __attribute__((__noreturn__))
- template<typename _InputIterator , typename _ForwardIterator > _ForwardIterator uninitialized_copy (_InputIterator __first, _InputIterator __last, _ForwardIterator __result)
- template<typename _InputIterator , typename _Size , typename _ForwardIterator > _ForwardIterator uninitialized_copy_n (_InputIterator __first, _Size __n, _ForwardIterator __result)
- template<typename _ForwardIterator , typename _Tp > void uninitialized_fill (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x)
- template<typename _ForwardIterator , typename _Size , typename _Tp > void uninitialized_fill_n (_ForwardIterator __first, _Size __n, const _Tp &__x)
- template<typename _ForwardIterator , typename _BinaryPredicate > _ForwardIterator unique (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred)
- template<typename _ForwardIterator > _ForwardIterator unique (_ForwardIterator __first, _ForwardIterator __last)
-
template<typename _FIter , typename _BinaryPredicate > _FIter unique (_FIter, _FIter, _BinaryPredicate)
-
template<typename _FIter > _FIter unique (_FIter, _FIter)
- template<typename _InputIterator , typename _OutputIterator , typename _BinaryPredicate > _OutputIterator unique_copy (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred)
- template<typename _InputIterator , typename _OutputIterator > _OutputIterator unique_copy (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
-
template<typename _IIter , typename _OIter , typename _BinaryPredicate > _OIter unique_copy (_IIter, _IIter, _OIter, _BinaryPredicate)
-
template<typename _IIter , typename _OIter > _OIter unique_copy (_IIter, _IIter, _OIter)
- ios_base & unitbuf (ios_base &__base)
- template<typename _ForwardIterator , typename _Tp , typename _Compare > _ForwardIterator upper_bound (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp)
- template<typename _ForwardIterator , typename _Tp > _ForwardIterator upper_bound (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val)
-
template<typename _FIter , typename _Tp , typename _Compare > _FIter upper_bound (_FIter, _FIter, const _Tp &, _Compare)
-
template<typename _FIter , typename _Tp > _FIter upper_bound (_FIter, _FIter, const _Tp &)
- ios_base & uppercase (ios_base &__base)
- template<typename _Facet > const _Facet & use_facet (const locale &__loc)
-
template const __timepunct
< char > & use_facet< __timepunct< char > > (const locale &)
-
template const __timepunct
< wchar_t > & use_facet< __timepunct< wchar_t > > (const locale &)
-
template const codecvt< char,
char, mbstate_t > & use_facet< codecvt< char, char, mbstate_t > > (const locale &)
-
template const codecvt
< wchar_t, char, mbstate_t > & use_facet< codecvt< wchar_t, char, mbstate_t > > (const locale &)
-
template const collate< char > & use_facet< collate< char > > (const locale &)
-
template const collate< wchar_t > & use_facet< collate< wchar_t > > (const locale &)
-
template const ctype< char > & use_facet< ctype< char > > (const locale &)
-
template const ctype< wchar_t > & use_facet< ctype< wchar_t > > (const locale &)
-
template const messages< char > & use_facet< messages< char > > (const locale &)
-
template const messages
< wchar_t > & use_facet< messages< wchar_t > > (const locale &)
-
template const money_get< char > & use_facet< money_get< char > > (const locale &)
-
template const money_get
< wchar_t > & use_facet< money_get< wchar_t > > (const locale &)
-
template const money_put< char > & use_facet< money_put< char > > (const locale &)
-
template const money_put
< wchar_t > & use_facet< money_put< wchar_t > > (const locale &)
-
template const moneypunct
< char, false > & use_facet< moneypunct< char, false > > (const locale &)
-
template const moneypunct
< char, true > & use_facet< moneypunct< char, true > > (const locale &)
-
template const moneypunct
< wchar_t, false > & use_facet< moneypunct< wchar_t, false > > (const locale &)
-
template const moneypunct
< wchar_t, true > & use_facet< moneypunct< wchar_t, true > > (const locale &)
-
template const num_get< char > & use_facet< num_get< char > > (const locale &)
-
template const num_get< wchar_t > & use_facet< num_get< wchar_t > > (const locale &)
-
template const num_put< char > & use_facet< num_put< char > > (const locale &)
-
template const num_put< wchar_t > & use_facet< num_put< wchar_t > > (const locale &)
-
template const numpunct< char > & use_facet< numpunct< char > > (const locale &)
-
template const numpunct
< wchar_t > & use_facet< numpunct< wchar_t > > (const locale &)
-
template const time_get< char > & use_facet< time_get< char > > (const locale &)
-
template const time_get
< wchar_t > & use_facet< time_get< wchar_t > > (const locale &)
-
template const time_put< char > & use_facet< time_put< char > > (const locale &)
-
template const time_put
< wchar_t > & use_facet< time_put< wchar_t > > (const locale &)
-
wchar_t * wcschr (wchar_t *__p, wchar_t __c)
-
wchar_t * wcspbrk (wchar_t *__s1, const wchar_t *__s2)
-
wchar_t * wcsrchr (wchar_t *__p, wchar_t __c)
-
wchar_t * wcsstr (wchar_t *__s1, const wchar_t *__s2)
-
wchar_t * wmemchr (wchar_t *__p, wchar_t __c, size_t __n)
-
template istream & ws (istream &)
- template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & ws (basic_istream< _CharT, _Traits > &__is)
|
|
- template<typename _IteratorL , typename _IteratorR > bool operator!= (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)
- template<typename _Iterator > bool operator!= (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<typename _Tp > bool operator!= (const _Tp &__x, const complex< _Tp > &__y)
- template<typename _Tp > bool operator!= (const complex< _Tp > &__x, const _Tp &__y)
- template<typename _Tp > bool operator!= (const complex< _Tp > &__x, const complex< _Tp > &__y)
- template<size_t _Nb> bitset< _Nb > operator& (const bitset< _Nb > &__x, const bitset< _Nb > &__y)
- template<typename _Tp > complex< _Tp > operator* (const _Tp &__x, const complex< _Tp > &__y)
- template<typename _Tp > complex< _Tp > operator* (const complex< _Tp > &__x, const _Tp &__y)
- template<typename _Tp > complex< _Tp > operator* (const complex< _Tp > &__x, const complex< _Tp > &__y)
- template<typename _Iterator > reverse_iterator< _Iterator > operator+ (typename reverse_iterator< _Iterator >::difference_type __n, const reverse_iterator< _Iterator > &__x)
- template<typename _Tp > complex< _Tp > operator+ (const _Tp &__x, const complex< _Tp > &__y)
- template<typename _Tp > complex< _Tp > operator+ (const complex< _Tp > &__x, const _Tp &__y)
- template<typename _Tp > complex< _Tp > operator+ (const complex< _Tp > &__x, const complex< _Tp > &__y)
- template<typename _IteratorL , typename _IteratorR > auto operator- (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)-> decltype(__y.base()-__x.base())
- template<typename _Iterator > reverse_iterator< _Iterator >
::difference_type operator- (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<typename _Tp > complex< _Tp > operator- (const _Tp &__x, const complex< _Tp > &__y)
- template<typename _Tp > complex< _Tp > operator- (const complex< _Tp > &__x, const _Tp &__y)
- template<typename _Tp > complex< _Tp > operator- (const complex< _Tp > &__x, const complex< _Tp > &__y)
- template<typename _Tp > complex< _Tp > operator/ (const _Tp &__x, const complex< _Tp > &__y)
- template<typename _Tp > complex< _Tp > operator/ (const complex< _Tp > &__x, const _Tp &__y)
- template<typename _Tp > complex< _Tp > operator/ (const complex< _Tp > &__x, const complex< _Tp > &__y)
- template<typename _IteratorL , typename _IteratorR > bool operator< (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)
- template<typename _Iterator > bool operator< (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<class _Traits > basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__out, const unsigned char *__s)
- template<class _Traits > basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__out, const signed char *__s)
- template<class _Traits > basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__out, const char *__s)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__out, const char *__s)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s)
- template<class _Traits > basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__out, unsigned char __c)
- template<class _Traits > basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__out, signed char __c)
- template<class _Traits > basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__out, char __c)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__out, char __c)
- template<typename _CharT , typename _Traits > basic_ostream< _CharT, _Traits > & operator<< (basic_ostream< _CharT, _Traits > &__out, _CharT __c)
- template<class _CharT , class _Traits , size_t _Nb> std::basic_ostream< _CharT,
_Traits > & operator<< (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x)
- template<typename _IteratorL , typename _IteratorR > bool operator<= (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)
- template<typename _Iterator > bool operator<= (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<typename _IteratorL , typename _IteratorR > bool operator== (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)
- template<typename _Iterator > bool operator== (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<typename _Tp > bool operator== (const _Tp &__x, const complex< _Tp > &__y)
- template<typename _Tp > bool operator== (const complex< _Tp > &__x, const _Tp &__y)
- template<typename _Tp > bool operator== (const complex< _Tp > &__x, const complex< _Tp > &__y)
- template<typename _IteratorL , typename _IteratorR > bool operator> (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)
- template<typename _Iterator > bool operator> (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<typename _IteratorL , typename _IteratorR > bool operator>= (const reverse_iterator< _IteratorL > &__x, const reverse_iterator< _IteratorR > &__y)
- template<typename _Iterator > bool operator>= (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y)
- template<class _Traits > basic_istream< char, _Traits > & operator>> (basic_istream< char, _Traits > &__in, signed char *__s)
- template<class _Traits > basic_istream< char, _Traits > & operator>> (basic_istream< char, _Traits > &__in, unsigned char *__s)
- template<> basic_istream< char > & operator>> (basic_istream< char > &__in, char *__s)
- template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__in, _CharT *__s)
- template<class _Traits > basic_istream< char, _Traits > & operator>> (basic_istream< char, _Traits > &__in, signed char &__c)
- template<class _Traits > basic_istream< char, _Traits > & operator>> (basic_istream< char, _Traits > &__in, unsigned char &__c)
- template<typename _CharT , typename _Traits > basic_istream< _CharT, _Traits > & operator>> (basic_istream< _CharT, _Traits > &__in, _CharT &__c)
- template<class _CharT , class _Traits , size_t _Nb> std::basic_istream< _CharT,
_Traits > & operator>> (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x)
- template<size_t _Nb> bitset< _Nb > operator^ (const bitset< _Nb > &__x, const bitset< _Nb > &__y)
- template<size_t _Nb> bitset< _Nb > operator| (const bitset< _Nb > &__x, const bitset< _Nb > &__y)
|
|
- template<typename _Ch_traits , typename _Str_allocator , typename _Ch_type , typename _Rx_traits > bool regex_match (const basic_string< _Ch_type, _Ch_traits, _Str_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Ch_type , class _Rx_traits > bool regex_match (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default)
- template<typename _Ch_traits , typename _Ch_alloc , typename _Allocator , typename _Ch_type , typename _Rx_traits > bool regex_match (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Allocator > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Ch_type , typename _Allocator , typename _Rx_traits > bool regex_match (const _Ch_type *__s, match_results< const _Ch_type *, _Allocator > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default)
- template<typename _Bi_iter , typename _Ch_type , typename _Rx_traits > bool regex_match (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Bi_iter , typename _Allocator , typename _Ch_type , typename _Rx_traits > bool regex_match (_Bi_iter __first, _Bi_iter __last, match_results< _Bi_iter, _Allocator > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Rx_traits , typename _Ch_type > basic_string< _Ch_type > regex_replace (const basic_string< _Ch_type > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Out_iter , typename _Bi_iter , typename _Rx_traits , typename _Ch_type > _Out_iter regex_replace (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Ch_traits , typename _Ch_alloc , typename _Allocator , typename _Ch_type , typename _Rx_traits > bool regex_search (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Allocator > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default)
- template<typename _Ch_traits , typename _String_allocator , typename _Ch_type , typename _Rx_traits > bool regex_search (const basic_string< _Ch_type, _Ch_traits, _String_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Ch_type , typename _Rx_traits > bool regex_search (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default)
- template<typename _Ch_type , class _Allocator , class _Rx_traits > bool regex_search (const _Ch_type *__s, match_results< const _Ch_type *, _Allocator > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default)
- template<typename _Bi_iter , typename _Ch_type , typename _Rx_traits > bool regex_search (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- template<typename _Bi_iter , typename _Allocator , typename _Ch_type , typename _Rx_traits > bool regex_search (_Bi_iter __first, _Bi_iter __last, match_results< _Bi_iter, _Allocator > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
Variables
|
The <iostream> header declares the eight standard stream objects. For other declarations, see http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch24.html and the I/O forward declarations
They are required by default to cooperate with the global C library's FILE streams, and to be available during program startup and termination. For more information, see the HOWTO linked to above.
|
Detailed Description
ISO C++ entities toplevel namespace is std.
Typedef Documentation
If you write your own error handler to be called by new
, it must be of this type.
Definition at line 73 of file new.
Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
In clauses 21.1.3.1 and 27.4.1 streamoff is described as an implementation defined type. Note: In versions of GCC up to and including GCC 3.3, streamoff was typedef long.
Definition at line 90 of file postypes.h.
File position for char streams.
Definition at line 228 of file postypes.h.
Integral type for I/O operation counts and buffer sizes.
Definition at line 98 of file postypes.h.
File position for char16_t streams.
Definition at line 234 of file postypes.h.
File position for char32_t streams.
Definition at line 236 of file postypes.h.
File position for wchar_t streams.
Definition at line 230 of file postypes.h.
Enumeration Type Documentation
Describes the denormalization for floating-point types.
These values represent the presence or absence of a variable number of exponent bits. This type is used in the std::numeric_limits class.
- Enumerator:
denorm_indeterminate |
Indeterminate at compile time whether denormalized values are allowed.
|
denorm_absent |
The type does not allow denormalized values.
|
denorm_present |
The type allows denormalized values.
|
Definition at line 168 of file limits.
Describes the rounding style for floating-point types.
This is used in the std::numeric_limits class.
- Enumerator:
round_indeterminate |
Self-explanatory.
|
round_toward_zero |
Self-explanatory.
|
round_to_nearest |
To the nearest representable value.
|
round_toward_infinity |
Self-explanatory.
|
round_toward_neg_infinity |
Self-explanatory.
|
Definition at line 153 of file limits.
Function Documentation
size_t std::__deque_buf_size |
( |
size_t |
__size |
) |
[inline] |
This function controls the size of memory nodes.
- Parameters:
-
| size | The size of an element. |
- Returns:
- The number (not byte size) of elements per node.
This function started off as a compiler kludge from SGI, but seems to be a useful wrapper around a repeated constant expression. The '512' is tunable (and no other code needs to change), but no investigation has been done since inheriting the SGI code.
Definition at line 78 of file stl_deque.h.
Referenced by std::_Deque_base< _Tp, _Alloc >::_M_initialize_map().
template<typename _RandomAccessIterator , typename _Compare >
void std::__final_insertion_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator >
void std::__final_insertion_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Tp >
_RandomAccessIterator std::__find |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
const _Tp & |
__val, |
|
|
random_access_iterator_tag |
| |
|
) |
| | [inline] |
This is an overload used by find() for the RAI case.
Definition at line 166 of file stl_algo.h.
template<typename _InputIterator , typename _Tp >
_InputIterator std::__find |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
const _Tp & |
__val, |
|
|
input_iterator_tag |
| |
|
) |
| | [inline] |
This is an overload used by find() for the Input Iterator case.
Definition at line 144 of file stl_algo.h.
Referenced by find().
template<typename _RandomAccessIterator , typename _Predicate >
_RandomAccessIterator std::__find_if |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
random_access_iterator_tag |
| |
|
) |
| | [inline] |
This is an overload used by find_if() for the RAI case.
Definition at line 214 of file stl_algo.h.
template<typename _InputIterator , typename _Predicate >
_InputIterator std::__find_if |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
input_iterator_tag |
| |
|
) |
| | [inline] |
This is an overload used by find_if() for the Input Iterator case.
Definition at line 155 of file stl_algo.h.
Referenced by find_if().
template<typename _RandomAccessIterator , typename _Predicate >
_RandomAccessIterator std::__find_if_not |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
random_access_iterator_tag |
| |
|
) |
| | [inline] |
This is an overload used by find_if_not() for the RAI case.
Definition at line 274 of file stl_algo.h.
template<typename _InputIterator , typename _Predicate >
_InputIterator std::__find_if_not |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
input_iterator_tag |
| |
|
) |
| | [inline] |
This is an overload used by find_if_not() for the Input Iterator case.
Definition at line 263 of file stl_algo.h.
Referenced by find_if_not().
template<typename _EuclideanRingElement >
_EuclideanRingElement std::__gcd |
( |
_EuclideanRingElement |
__m, |
|
|
_EuclideanRingElement |
__n | |
|
) |
| | [inline] |
This is a helper function for the rotate algorithm specialized on RAIs. It returns the greatest common divisor of two integer values.
Definition at line 1503 of file stl_algo.h.
Referenced by __rotate().
template<typename _RandomAccessIterator , typename _Compare >
void std::__heap_select |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__middle, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator >
void std::__heap_select |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__middle, |
|
|
_RandomAccessIterator |
__last | |
|
) |
| | [inline] |
template<typename _ForwardIterator , typename _Predicate , typename _Distance >
_ForwardIterator std::__inplace_stable_partition |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
_Distance |
__len | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Compare >
void std::__inplace_stable_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator >
void std::__inplace_stable_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Compare >
void std::__insertion_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator >
void std::__insertion_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Size , typename _Compare >
void std::__introsort_loop |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Size |
__depth_limit, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Size >
void std::__introsort_loop |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Size |
__depth_limit | |
|
) |
| | [inline] |
template<typename _Functor , typename... _Args>
__gnu_cxx::__enable_if< (is_member_pointer< _Functor >::value &&!is_function< _Functor >::value &&!is_function< typename remove_pointer< _Functor >::type >::value), typename result_of< _Functor(_Args...)>::type >::__type std::__invoke |
( |
_Functor & |
__f, |
|
|
_Args &... |
__args | |
|
) |
| | [inline] |
Invoke a function object, which may be either a member pointer or a function object. The first parameter will tell which.
Definition at line 278 of file tr1_impl/functional.
References mem_fn().
template<typename _Size >
_Size std::__lg |
( |
_Size |
__n |
) |
[inline] |
template<typename _BidirectionalIterator , typename _Distance , typename _Pointer , typename _Compare >
void std::__merge_adaptive |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__middle, |
|
|
_BidirectionalIterator |
__last, |
|
|
_Distance |
__len1, |
|
|
_Distance |
__len2, |
|
|
_Pointer |
__buffer, |
|
|
_Distance |
__buffer_size, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _BidirectionalIterator , typename _Distance , typename _Pointer >
void std::__merge_adaptive |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__middle, |
|
|
_BidirectionalIterator |
__last, |
|
|
_Distance |
__len1, |
|
|
_Distance |
__len2, |
|
|
_Pointer |
__buffer, |
|
|
_Distance |
__buffer_size | |
|
) |
| | [inline] |
template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _BidirectionalIterator3 , typename _Compare >
_BidirectionalIterator3 std::__merge_backward |
( |
_BidirectionalIterator1 |
__first1, |
|
|
_BidirectionalIterator1 |
__last1, |
|
|
_BidirectionalIterator2 |
__first2, |
|
|
_BidirectionalIterator2 |
__last2, |
|
|
_BidirectionalIterator3 |
__result, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _BidirectionalIterator3 >
_BidirectionalIterator3 std::__merge_backward |
( |
_BidirectionalIterator1 |
__first1, |
|
|
_BidirectionalIterator1 |
__last1, |
|
|
_BidirectionalIterator2 |
__first2, |
|
|
_BidirectionalIterator2 |
__last2, |
|
|
_BidirectionalIterator3 |
__result | |
|
) |
| | [inline] |
template<typename _BidirectionalIterator , typename _Distance , typename _Compare >
void std::__merge_without_buffer |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__middle, |
|
|
_BidirectionalIterator |
__last, |
|
|
_Distance |
__len1, |
|
|
_Distance |
__len2, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _BidirectionalIterator , typename _Distance >
void std::__merge_without_buffer |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__middle, |
|
|
_BidirectionalIterator |
__last, |
|
|
_Distance |
__len1, |
|
|
_Distance |
__len2 | |
|
) |
| | [inline] |
template<typename _BidirectionalIterator , typename _Predicate >
_BidirectionalIterator std::__partition |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
bidirectional_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _ForwardIterator , typename _Predicate >
_ForwardIterator std::__partition |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
forward_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _RandomAccessIterator >
void std::__reverse |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
random_access_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified reverse(_BidirectionalIterator, _BidirectionalIterator) overloaded for random access iterators.
Definition at line 1423 of file stl_algo.h.
References iter_swap().
template<typename _BidirectionalIterator >
void std::__reverse |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__last, |
|
|
bidirectional_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified reverse(_BidirectionalIterator, _BidirectionalIterator) overloaded for bidirectional iterators.
Definition at line 1403 of file stl_algo.h.
References iter_swap().
Referenced by __rotate(), and reverse().
template<typename _RandomAccessIterator >
void std::__rotate |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__middle, |
|
|
_RandomAccessIterator |
__last, |
|
|
random_access_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _BidirectionalIterator >
void std::__rotate |
( |
_BidirectionalIterator |
__first, |
|
|
_BidirectionalIterator |
__middle, |
|
|
_BidirectionalIterator |
__last, |
|
|
bidirectional_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _ForwardIterator >
void std::__rotate |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__middle, |
|
|
_ForwardIterator |
__last, |
|
|
forward_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _BidirectionalIterator1 , typename _BidirectionalIterator2 , typename _Distance >
_BidirectionalIterator1 std::__rotate_adaptive |
( |
_BidirectionalIterator1 |
__first, |
|
|
_BidirectionalIterator1 |
__middle, |
|
|
_BidirectionalIterator1 |
__last, |
|
|
_Distance |
__len1, |
|
|
_Distance |
__len2, |
|
|
_BidirectionalIterator2 |
__buffer, |
|
|
_Distance |
__buffer_size | |
|
) |
| | [inline] |
template<typename _RandomAccessIter , typename _Integer , typename _Tp , typename _BinaryPredicate >
_RandomAccessIter std::__search_n |
( |
_RandomAccessIter |
__first, |
|
|
_RandomAccessIter |
__last, |
|
|
_Integer |
__count, |
|
|
const _Tp & |
__val, |
|
|
_BinaryPredicate |
__binary_pred, |
|
|
std::random_access_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified search_n(_ForwardIterator, _ForwardIterator, _Integer, const _Tp&, _BinaryPredicate) overloaded for random access iterators.
Definition at line 465 of file stl_algo.h.
template<typename _ForwardIterator , typename _Integer , typename _Tp , typename _BinaryPredicate >
_ForwardIterator std::__search_n |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_Integer |
__count, |
|
|
const _Tp & |
__val, |
|
|
_BinaryPredicate |
__binary_pred, |
|
|
std::forward_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified search_n(_ForwardIterator, _ForwardIterator, _Integer, const _Tp&, _BinaryPredicate) overloaded for forward iterators.
Definition at line 426 of file stl_algo.h.
template<typename _RandomAccessIter , typename _Integer , typename _Tp >
_RandomAccessIter std::__search_n |
( |
_RandomAccessIter |
__first, |
|
|
_RandomAccessIter |
__last, |
|
|
_Integer |
__count, |
|
|
const _Tp & |
__val, |
|
|
std::random_access_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _ForwardIterator , typename _Integer , typename _Tp >
_ForwardIterator std::__search_n |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_Integer |
__count, |
|
|
const _Tp & |
__val, |
|
|
std::forward_iterator_tag |
| |
|
) |
| | [inline] |
template<typename _ForwardIterator , typename _Pointer , typename _Predicate , typename _Distance >
_ForwardIterator std::__stable_partition_adaptive |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_Predicate |
__pred, |
|
|
_Distance |
__len, |
|
|
_Pointer |
__buffer, |
|
|
_Distance |
__buffer_size | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Compare >
void std::__unguarded_insertion_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator >
void std::__unguarded_insertion_sort |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Tp , typename _Compare >
void std::__unguarded_linear_insert |
( |
_RandomAccessIterator |
__last, |
|
|
_Tp |
__val, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
This is a helper function for the sort routine.
Definition at line 2079 of file stl_algo.h.
template<typename _RandomAccessIterator , typename _Tp >
void std::__unguarded_linear_insert |
( |
_RandomAccessIterator |
__last, |
|
|
_Tp |
__val | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Tp , typename _Compare >
_RandomAccessIterator std::__unguarded_partition |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Tp |
__pivot, |
|
|
_Compare |
__comp | |
|
) |
| | [inline] |
template<typename _RandomAccessIterator , typename _Tp >
_RandomAccessIterator std::__unguarded_partition |
( |
_RandomAccessIterator |
__first, |
|
|
_RandomAccessIterator |
__last, |
|
|
_Tp |
__pivot | |
|
) |
| | [inline] |
template<typename _InputIterator , typename _ForwardIterator , typename _BinaryPredicate >
_ForwardIterator std::__unique_copy |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_ForwardIterator |
__result, |
|
|
_BinaryPredicate |
__binary_pred, |
|
|
input_iterator_tag |
, |
|
|
forward_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified unique_copy(_InputIterator, _InputIterator, _OutputIterator, _BinaryPredicate) overloaded for input iterators and forward iterator as result.
Definition at line 1380 of file stl_algo.h.
template<typename _InputIterator , typename _OutputIterator , typename _BinaryPredicate >
_OutputIterator std::__unique_copy |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
_BinaryPredicate |
__binary_pred, |
|
|
input_iterator_tag |
, |
|
|
output_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified unique_copy(_InputIterator, _InputIterator, _OutputIterator, _BinaryPredicate) overloaded for input iterators and output iterator as result.
Definition at line 1351 of file stl_algo.h.
template<typename _ForwardIterator , typename _OutputIterator , typename _BinaryPredicate >
_OutputIterator std::__unique_copy |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
_BinaryPredicate |
__binary_pred, |
|
|
forward_iterator_tag |
, |
|
|
output_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified unique_copy(_InputIterator, _InputIterator, _OutputIterator, _BinaryPredicate) overloaded for forward iterators and output iterator as result.
Definition at line 1322 of file stl_algo.h.
template<typename _InputIterator , typename _ForwardIterator >
_ForwardIterator std::__unique_copy |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_ForwardIterator |
__result, |
|
|
input_iterator_tag |
, |
|
|
forward_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified unique_copy(_InputIterator, _InputIterator, _OutputIterator) overloaded for input iterators and forward iterator as result.
Definition at line 1301 of file stl_algo.h.
template<typename _InputIterator , typename _OutputIterator >
_OutputIterator std::__unique_copy |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
input_iterator_tag |
, |
|
|
output_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified unique_copy(_InputIterator, _InputIterator, _OutputIterator) overloaded for input iterators and output iterator as result.
Definition at line 1278 of file stl_algo.h.
template<typename _ForwardIterator , typename _OutputIterator >
_OutputIterator std::__unique_copy |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
forward_iterator_tag |
, |
|
|
output_iterator_tag |
| |
|
) |
| | [inline] |
This is an uglified unique_copy(_InputIterator, _InputIterator, _OutputIterator) overloaded for forward iterators and output iterator as result.
Definition at line 1255 of file stl_algo.h.
Referenced by unique_copy().
template<typename _T1 , typename _T2 >
void std::_Construct |
( |
_T1 * |
__p, |
|
|
_T2 && |
__value | |
|
) |
| | [inline] |
Constructs an object in existing memory by invoking an allocated object's constructor with an initializer.
Definition at line 71 of file stl_construct.h.
template<typename _ForwardIterator >
void std::_Destroy |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last | |
|
) |
| | [inline] |
Destroy a range of objects. If the value_type of the object has a trivial destructor, the compiler should optimize all of this away, otherwise the objects' destructors must be invoked.
Definition at line 119 of file stl_construct.h.
template<typename _Tp >
void std::_Destroy |
( |
_Tp * |
__pointer |
) |
[inline] |
template<typename _InputIterator , typename _Tp , typename _BinaryOperation >
_Tp std::accumulate |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_Tp |
__init, |
|
|
_BinaryOperation |
__binary_op | |
|
) |
| | [inline] |
Accumulate values in a range with operation.
Accumulates the values in the range [first,last) using the function object binary_op. The initial value is init. The values are processed in order.
- Parameters:
-
| first | Start of range. |
| last | End of range. |
| init | Starting value to add other values to. |
| binary_op | Function object to accumulate with. |
- Returns:
- The final sum.
Definition at line 141 of file stl_numeric.h.
template<typename _InputIterator , typename _Tp >
_Tp std::accumulate |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_Tp |
__init | |
|
) |
| | [inline] |
Accumulate values in a range.
Accumulates the values in the range [first,last) using operator+(). The initial value is init. The values are processed in order.
- Parameters:
-
| first | Start of range. |
| last | End of range. |
| init | Starting value to add other values to. |
- Returns:
- The final sum.
Definition at line 115 of file stl_numeric.h.
template<typename _InputIterator , typename _OutputIterator , typename _BinaryOperation >
_OutputIterator std::adjacent_difference |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
_BinaryOperation |
__binary_op | |
|
) |
| | [inline] |
Return differences between adjacent values.
Computes the difference between adjacent values in the range [first,last) using the function object binary_op and writes the result to result.
- Parameters:
-
| first | Start of input range. |
| last | End of input range. |
| result | Output to write sums to. |
- Returns:
- Iterator pointing just beyond the values written to result.
Definition at line 347 of file stl_numeric.h.
template<typename _InputIterator , typename _OutputIterator >
_OutputIterator std::adjacent_difference |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result | |
|
) |
| | [inline] |
Return differences between adjacent values.
Computes the difference between adjacent values in the range [first,last) using operator-() and writes the result to result.
- Parameters:
-
| first | Start of input range. |
| last | End of input range. |
| result | Output to write sums to. |
- Returns:
- Iterator pointing just beyond the values written to result.
Definition at line 308 of file stl_numeric.h.
template<typename _InputIterator , typename _Distance >
void std::advance |
( |
_InputIterator & |
__i, |
|
|
_Distance |
__n | |
|
) |
| | [inline] |
A generalization of pointer arithmetic.
- Parameters:
-
| i | An input iterator. |
| n | The "delta" by which to change i . |
- Returns:
- Nothing.
This increments i
by n
. For bidirectional and random access iterators, n
may be negative, in which case i
is decremented.
For random access iterators, this uses their +
and -
operations and are constant time. For other iterator classes they are linear time.
Definition at line 168 of file stl_iterator_base_funcs.h.
References __iterator_category().
Referenced by __inplace_stable_partition(), __merge_adaptive(), __merge_without_buffer(), __rotate_adaptive(), __stable_partition_adaptive(), std::deque< _Tp, _Alloc >::_M_range_initialize(), equal_range(), lower_bound(), partition_point(), and upper_bound().
template<typename _Container >
- Parameters:
-
| x | A container of arbitrary type. |
- Returns:
- An instance of back_insert_iterator working on
x
.
This wrapper function helps in creating back_insert_iterator instances. Typing the name of the iterator requires knowing the precise full type of the container, which can be tedious and impedes generic programming. Using this function lets you take advantage of automatic template parameter deduction, making the compiler match the correct types for you.
Definition at line 459 of file stl_iterator.h.
Referenced by regex_replace().
template<typename _Functor , typename... _ArgTypes>
ios_base& std::boolalpha |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::dec |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _InputIterator >
iterator_traits<_InputIterator>::difference_type std::distance |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last | |
|
) |
| | [inline] |
A generalization of pointer arithmetic.
- Parameters:
-
- Returns:
- The distance between them.
Returns n
such that first + n == last. This requires that last
must be reachable from first
. Note that n
may be negative.
For random access iterators, this uses their +
and -
operations and are constant time. For other iterator classes they are linear time.
Definition at line 110 of file stl_iterator_base_funcs.h.
References __iterator_category().
Referenced by __inplace_stable_partition(), __merge_adaptive(), __merge_without_buffer(), __rotate_adaptive(), __stable_partition_adaptive(), std::deque< _Tp, _Alloc >::_M_range_initialize(), equal_range(), inplace_merge(), is_heap_until(), std::sub_match< _Bi_iter >::length(), lower_bound(), __gnu_parallel::multiseq_partition(), __gnu_parallel::multiseq_selection(), partition_point(), std::match_results< _Bi_iter >::position(), __gnu_cxx::random_sample_n(), and upper_bound().
template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::endl |
( |
basic_ostream< _CharT, _Traits > & |
__os |
) |
[inline] |
template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::ends |
( |
basic_ostream< _CharT, _Traits > & |
__os |
) |
[inline] |
Write a null character into the output sequence.
"Null character" is CharT()
by definition. For CharT of char
, this correctly writes the ASCII NUL
character string terminator.
Definition at line 549 of file ostream.
References std::basic_ostream< _CharT, _Traits >::put().
ios_base& std::fixed |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::flush |
( |
basic_ostream< _CharT, _Traits > & |
__os |
) |
[inline] |
template<typename _Container >
- Parameters:
-
| x | A container of arbitrary type. |
- Returns:
- An instance of front_insert_iterator working on
x
.
This wrapper function helps in creating front_insert_iterator instances. Typing the name of the iterator requires knowing the precise full type of the container, which can be tedious and impedes generic programming. Using this function lets you take advantage of automatic template parameter deduction, making the compiler match the correct types for you.
Definition at line 542 of file stl_iterator.h.
template<typename _Tp >
pair<_Tp*, ptrdiff_t> std::get_temporary_buffer |
( |
ptrdiff_t |
__len |
) |
[inline] |
Allocates a temporary buffer.
- Parameters:
-
| len | The number of objects of type Tp. |
- Returns:
- See full description.
Reinventing the wheel, but this time with prettier spokes!
This function tries to obtain storage for len
adjacent Tp objects. The objects themselves are not constructed, of course. A pair<> is returned containing the buffer s address and capacity (in the units of sizeof(Tp)), or a pair of 0 values if no storage can be obtained. Note that the capacity obtained may be less than that requested if the memory is unavailable; you should compare len with the .second return value.
Provides the nothrow exception guarantee.
Definition at line 85 of file stl_tempbuf.h.
Referenced by std::_Temporary_buffer< _ForwardIterator, _Tp >::_Temporary_buffer().
template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base>
Read a line from stream into a string.
- Parameters:
-
| __is | Input stream. |
| __str | Buffer to store into. |
- Returns:
- Reference to the input stream.
Stores characters from is into __str until '
' is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into __str. Any previous contents of __str are erased. If end of line was encountered, it is extracted but not stored into __str.
Definition at line 2435 of file vstring.h.
References std::basic_ios< _CharT, _Traits >::widen().
template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base>
Read a line from stream into a string.
- Parameters:
-
| __is | Input stream. |
| __str | Buffer to store into. |
| __delim | Character marking end of line. |
- Returns:
- Reference to the input stream.
Stores characters from __is into __str until __delim is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into __str. Any previous contents of __str are erased. If delim was encountered, it is extracted but not stored into __str.
Definition at line 622 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::erase(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::max_size(), std::basic_ios< _CharT, _Traits >::rdbuf(), and std::basic_ios< _CharT, _Traits >::setstate().
template<typename _CharT , typename _Traits , typename _Alloc >
basic_istream<_CharT, _Traits>& std::getline |
( |
basic_istream< _CharT, _Traits > & |
__is, |
|
|
basic_string< _CharT, _Traits, _Alloc > & |
__str | |
|
) |
| | [inline] |
Read a line from stream into a string.
- Parameters:
-
| is | Input stream. |
| str | Buffer to store into. |
- Returns:
- Reference to the input stream.
Stores characters from is into str until '
' is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into str. Any previous contents of str are erased. If end of line was encountered, it is extracted but not stored into str.
Definition at line 2538 of file basic_string.h.
References std::basic_ios< _CharT, _Traits >::widen().
template<typename _CharT , typename _Traits , typename _Alloc >
basic_istream< _CharT, _Traits > & std::getline |
( |
basic_istream< _CharT, _Traits > & |
__is, |
|
|
basic_string< _CharT, _Traits, _Alloc > & |
__str, |
|
|
_CharT |
__delim | |
|
) |
| | [inline] |
Read a line from stream into a string.
- Parameters:
-
| is | Input stream. |
| str | Buffer to store into. |
| delim | Character marking end of line. |
- Returns:
- Reference to the input stream.
Stores characters from is into str until delim is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into str. Any previous contents of str are erased. If delim was encountered, it is extracted but not stored into str.
Definition at line 1069 of file basic_string.tcc.
References std::basic_string< _CharT, _Traits, _Alloc >::erase(), std::basic_string< _CharT, _Traits, _Alloc >::max_size(), std::basic_ios< _CharT, _Traits >::rdbuf(), and std::basic_ios< _CharT, _Traits >::setstate().
template<typename _Facet >
bool std::has_facet |
( |
const locale & |
__loc |
) |
throw () [inline] |
Test for the presence of a facet.
has_facet tests the locale argument for the presence of the facet type provided as the template parameter. Facets derived from the facet parameter will also return true.
- Parameters:
-
| Facet | The facet type to test the presence of. |
| locale | The locale to test. |
- Returns:
- true if locale contains a facet of type Facet, else false.
Definition at line 91 of file locale_classes.tcc.
ios_base& std::hex |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _InputIterator1 , typename _InputIterator2 , typename _Tp , typename _BinaryOperation1 , typename _BinaryOperation2 >
_Tp std::inner_product |
( |
_InputIterator1 |
__first1, |
|
|
_InputIterator1 |
__last1, |
|
|
_InputIterator2 |
__first2, |
|
|
_Tp |
__init, |
|
|
_BinaryOperation1 |
__binary_op1, |
|
|
_BinaryOperation2 |
__binary_op2 | |
|
) |
| | [inline] |
Compute inner product of two ranges.
Starting with an initial value of init, applies binary_op2 to successive elements from the two ranges and accumulates each result into the accumulated value using binary_op1. The values in the ranges are processed in order.
- Parameters:
-
| first1 | Start of range 1. |
| last1 | End of range 1. |
| first2 | Start of range 2. |
| init | Starting value to add other values to. |
| binary_op1 | Function object to accumulate with. |
| binary_op2 | Function object to apply to pairs of input values. |
- Returns:
- The final inner product.
Definition at line 201 of file stl_numeric.h.
template<typename _InputIterator1 , typename _InputIterator2 , typename _Tp >
_Tp std::inner_product |
( |
_InputIterator1 |
__first1, |
|
|
_InputIterator1 |
__last1, |
|
|
_InputIterator2 |
__first2, |
|
|
_Tp |
__init | |
|
) |
| | [inline] |
Compute inner product of two ranges.
Starting with an initial value of init, multiplies successive elements from the two ranges and adds each product into the accumulated value using operator+(). The values in the ranges are processed in order.
- Parameters:
-
| first1 | Start of range 1. |
| last1 | End of range 1. |
| first2 | Start of range 2. |
| init | Starting value to add other values to. |
- Returns:
- The final inner product.
Definition at line 169 of file stl_numeric.h.
template<typename _Container , typename _Iterator >
insert_iterator<_Container> std::inserter |
( |
_Container & |
__x, |
|
|
_Iterator |
__i | |
|
) |
| | [inline] |
- Parameters:
-
| x | A container of arbitrary type. |
- Returns:
- An instance of insert_iterator working on
x
.
This wrapper function helps in creating insert_iterator instances. Typing the name of the iterator requires knowing the precise full type of the container, which can be tedious and impedes generic programming. Using this function lets you take advantage of automatic template parameter deduction, making the compiler match the correct types for you.
Definition at line 648 of file stl_iterator.h.
ios_base& std::internal |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _ForwardIterator , typename _Tp >
void std::iota |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
_Tp |
__value | |
|
) |
| | [inline] |
Create a range of sequentially increasing values.
For each element in the range
[first,last) assigns value
and increments value
as if by ++value
.
- Parameters:
-
| first | Start of range. |
| last | End of range. |
| value | Starting value. |
- Returns:
- Nothing.
Definition at line 80 of file stl_numeric.h.
template<typename _CharT >
bool std::isalnum |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::alnum, __c).
template<typename _CharT >
bool std::isalpha |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::alpha, __c).
template<typename _CharT >
bool std::iscntrl |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::cntrl, __c).
template<typename _CharT >
bool std::isdigit |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::digit, __c).
template<typename _CharT >
bool std::isgraph |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::graph, __c).
template<typename _CharT >
bool std::islower |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::lower, __c).
template<typename _CharT >
bool std::isprint |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::print, __c).
template<typename _CharT >
bool std::ispunct |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::punct, __c).
template<typename _CharT >
bool std::isspace |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::space, __c).
template<typename _CharT >
bool std::isupper |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::upper, __c).
template<typename _CharT >
bool std::isxdigit |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.is(ctype_base::xdigit, __c).
ios_base& std::left |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _Tp , typename _Class >
_Mem_fn<_Tp _Class::*> std::mem_fn |
( |
_Tp _Class::* |
__pm |
) |
[inline] |
ios_base& std::noboolalpha |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::noshowbase |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::noshowpoint |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::noshowpos |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::noskipws |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::nounitbuf |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::nouppercase |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::oct |
( |
ios_base & |
__base |
) |
[inline] |
template<class _Tp , class _CharT , class _Traits , class _Dist >
bool std::operator!= |
( |
const istream_iterator< _Tp, _CharT, _Traits, _Dist > & |
__x, |
|
|
const istream_iterator< _Tp, _CharT, _Traits, _Dist > & |
__y | |
|
) |
| | [inline] |
Return false if x and y are both end or not end, or x and y are the same.
Definition at line 130 of file stream_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator!= |
( |
const vector< _Tp, _Alloc > & |
__x, |
|
|
const vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator!= |
( |
const stack< _Tp, _Seq > & |
__x, |
|
|
const stack< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator!= |
( |
const set< _Key, _Compare, _Alloc > & |
__x, |
|
|
const set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Returns !(x == y).
Definition at line 663 of file stl_set.h.
template<typename _Tp , typename _Seq >
bool std::operator!= |
( |
const queue< _Tp, _Seq > & |
__x, |
|
|
const queue< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<class _T1 , class _T2 >
bool std::operator!= |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
Uses operator==
to find the result.
Definition at line 159 of file stl_pair.h.
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator!= |
( |
const multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
const multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator!= |
( |
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator!= |
( |
const map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Based on operator==.
Definition at line 823 of file stl_map.h.
template<typename _Tp , typename _Alloc >
bool std::operator!= |
( |
const list< _Tp, _Alloc > & |
__x, |
|
|
const list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _IteratorL , typename _IteratorR >
bool std::operator!= |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 340 of file stl_iterator.h.
template<typename _Iterator >
bool std::operator!= |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 290 of file stl_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator!= |
( |
const deque< _Tp, _Alloc > & |
__x, |
|
|
const deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator!= |
( |
const forward_list< _Tp, _Alloc > & |
__lx, |
|
|
const forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator!= |
( |
const _Fwd_list_iterator< _Tp, _Alloc > & |
__x, |
|
|
const _Fwd_list_const_iterator< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator!= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
Test difference of string and C string.
- Parameters:
-
| lhs | String. |
| rhs | C string. |
- Returns:
- True if lhs.compare(rhs) != 0. False otherwise.
Definition at line 2302 of file basic_string.h.
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator!= |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
Test difference of C string and string.
- Parameters:
-
| lhs | C string. |
| rhs | String. |
- Returns:
- True if rhs.compare(lhs) != 0. False otherwise.
Definition at line 2290 of file basic_string.h.
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator!= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
Test difference of two strings.
- Parameters:
-
| lhs | First string. |
| rhs | Second string. |
- Returns:
- True if lhs.compare(rhs) != 0. False otherwise.
Definition at line 2278 of file basic_string.h.
template<typename _Signature >
bool std::operator!= |
( |
_M_clear_type * |
, |
|
|
const function< _Signature > & |
__f | |
|
) |
| | [inline] |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 2114 of file tr1_impl/functional.
template<typename _Signature >
bool std::operator!= |
( |
const function< _Signature > & |
__f, |
|
|
_M_clear_type * |
| |
|
) |
| | [inline] |
Compares a polymorphic function object wrapper against 0 (the NULL pointer).
- Returns:
false
if the wrapper has no target, true
otherwise
This function will not throw an exception.
Definition at line 2108 of file tr1_impl/functional.
template<size_t _Nb>
bitset<_Nb> std::operator& |
( |
const bitset< _Nb > & |
__x, |
|
|
const bitset< _Nb > & |
__y | |
|
) |
| | [inline] |
Global bitwise operations on bitsets.
- Parameters:
-
- Returns:
- A new bitset.
These should be self-explanatory.
Definition at line 1269 of file bitset.
template<typename _Iterator >
reverse_iterator<_Iterator> std::operator+ |
( |
typename reverse_iterator< _Iterator >::difference_type |
__n, |
|
|
const reverse_iterator< _Iterator > & |
__x | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 320 of file stl_iterator.h.
References std::reverse_iterator< _Iterator >::base().
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string<_CharT, _Traits, _Alloc> std::operator+ |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
_CharT |
__rhs | |
|
) |
| | [inline] |
Concatenate string and character.
- Parameters:
-
| lhs | First string. |
| rhs | Last string. |
- Returns:
- New string with lhs followed by rhs.
Definition at line 2214 of file basic_string.h.
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string<_CharT, _Traits, _Alloc> std::operator+ |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ |
( |
_CharT |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string<_CharT, _Traits, _Alloc> std::operator+ |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _IteratorL , typename _IteratorR >
auto std::operator- |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 366 of file stl_iterator.h.
References std::reverse_iterator< _Iterator >::base().
template<typename _Iterator >
reverse_iterator<_Iterator>::difference_type std::operator- |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 314 of file stl_iterator.h.
References std::reverse_iterator< _Iterator >::base().
template<typename _Tp , typename _Alloc >
bool std::operator< |
( |
const vector< _Tp, _Alloc > & |
__x, |
|
|
const vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
Vector ordering relation.
- Parameters:
-
| x | A vector. |
| y | A vector of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the vectors. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 1185 of file stl_vector.h.
References lexicographical_compare().
template<typename _Tp , typename _Seq >
bool std::operator< |
( |
const stack< _Tp, _Seq > & |
__x, |
|
|
const stack< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
Stack ordering relation.
- Parameters:
-
| x | A stack. |
| y | A stack of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is an total ordering relation. Complexity and semantics depend on the underlying sequence type, but the expected rules are: this relation is linear in the size of the sequences, the elements must be comparable with <
, and std::lexicographical_compare() is usually used to make the determination.
Definition at line 253 of file stl_stack.h.
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator< |
( |
const set< _Key, _Compare, _Alloc > & |
__x, |
|
|
const set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Set ordering relation.
- Parameters:
-
| x | A set. |
| y | A set of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the maps. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 656 of file stl_set.h.
template<typename _Tp , typename _Seq >
bool std::operator< |
( |
const queue< _Tp, _Seq > & |
__x, |
|
|
const queue< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
Queue ordering relation.
- Parameters:
-
| x | A queue. |
| y | A queue of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is an total ordering relation. Complexity and semantics depend on the underlying sequence type, but the expected rules are: this relation is linear in the size of the sequences, the elements must be comparable with <
, and std::lexicographical_compare() is usually used to make the determination.
Definition at line 288 of file stl_queue.h.
template<class _T1 , class _T2 >
bool std::operator< |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator< |
( |
const multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
const multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Multiset ordering relation.
- Parameters:
-
| x | A multiset. |
| y | A multiset of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the maps. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 642 of file stl_multiset.h.
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator< |
( |
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Multimap ordering relation.
- Parameters:
-
| x | A multimap. |
| y | A multimap of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the multimaps. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 745 of file stl_multimap.h.
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator< |
( |
const map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Map ordering relation.
- Parameters:
-
| x | A map. |
| y | A map of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the maps. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 816 of file stl_map.h.
template<typename _Tp , typename _Alloc >
bool std::operator< |
( |
const list< _Tp, _Alloc > & |
__x, |
|
|
const list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
List ordering relation.
- Parameters:
-
| x | A list. |
| y | A list of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the lists. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 1485 of file stl_list.h.
References lexicographical_compare().
template<typename _IteratorL , typename _IteratorR >
bool std::operator< |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 334 of file stl_iterator.h.
template<typename _Iterator >
bool std::operator< |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 284 of file stl_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator< |
( |
const deque< _Tp, _Alloc > & |
__x, |
|
|
const deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
Deque ordering relation.
- Parameters:
-
| x | A deque. |
| y | A deque of the same type as x. |
- Returns:
- True iff x is lexicographically less than y.
This is a total ordering relation. It is linear in the size of the deques. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 1766 of file stl_deque.h.
References lexicographical_compare().
template<typename _Tp , typename _Alloc >
bool std::operator< |
( |
const forward_list< _Tp, _Alloc > & |
__lx, |
|
|
const forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
Forward list ordering relation.
- Parameters:
-
| lx | A forward_list. |
| ly | A forward_list of the same type as lx. |
- Returns:
- True iff lx is lexicographically less than ly.
This is a total ordering relation. It is linear in the size of the forward lists. The elements must be comparable with <
.
See std::lexicographical_compare() for how the determination is made.
Definition at line 1248 of file forward_list.h.
References lexicographical_compare().
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator< |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator< |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
Test if string precedes C string.
- Parameters:
-
| lhs | String. |
| rhs | C string. |
- Returns:
- True if lhs precedes rhs. False otherwise.
Definition at line 2327 of file basic_string.h.
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator< |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
Test if string precedes string.
- Parameters:
-
| lhs | First string. |
| rhs | Second string. |
- Returns:
- True if lhs precedes rhs. False otherwise.
Definition at line 2315 of file basic_string.h.
template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base>
Write string to a stream.
- Parameters:
-
| __os | Output stream. |
| __str | String to write out. |
- Returns:
- Reference to the output stream.
Output characters of __str into os following the same rules as for writing a C string.
Definition at line 2389 of file vstring.h.
template<typename _CharT , typename _Traits , typename _Alloc >
basic_ostream<_CharT, _Traits>& std::operator<< |
( |
basic_ostream< _CharT, _Traits > & |
__os, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__str | |
|
) |
| | [inline] |
Write string to a stream.
- Parameters:
-
| os | Output stream. |
| str | String to write out. |
- Returns:
- Reference to the output stream.
Output characters of str into os following the same rules as for writing a C string.
Definition at line 2498 of file basic_string.h.
template<class _Traits >
basic_ostream<char, _Traits>& std::operator<< |
( |
basic_ostream< char, _Traits > & |
__out, |
|
|
const unsigned char * |
__s | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 523 of file ostream.
template<class _Traits >
basic_ostream<char, _Traits>& std::operator<< |
( |
basic_ostream< char, _Traits > & |
__out, |
|
|
const signed char * |
__s | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 518 of file ostream.
template<class _Traits >
basic_ostream<char, _Traits>& std::operator<< |
( |
basic_ostream< char, _Traits > & |
__out, |
|
|
const char * |
__s | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 505 of file ostream.
template<typename _CharT , typename _Traits >
basic_ostream< _CharT, _Traits > & std::operator<< |
( |
basic_ostream< _CharT, _Traits > & |
__out, |
|
|
const char * |
__s | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 321 of file ostream.tcc.
References std::ios_base::badbit.
template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::operator<< |
( |
basic_ostream< _CharT, _Traits > & |
__out, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 488 of file ostream.
template<class _Traits >
basic_ostream<char, _Traits>& std::operator<< |
( |
basic_ostream< char, _Traits > & |
__out, |
|
|
unsigned char |
__c | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 468 of file ostream.
template<class _Traits >
basic_ostream<char, _Traits>& std::operator<< |
( |
basic_ostream< char, _Traits > & |
__out, |
|
|
signed char |
__c | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 463 of file ostream.
template<class _Traits >
basic_ostream<char, _Traits>& std::operator<< |
( |
basic_ostream< char, _Traits > & |
__out, |
|
|
char |
__c | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 457 of file ostream.
template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::operator<< |
( |
basic_ostream< _CharT, _Traits > & |
__out, |
|
|
char |
__c | |
|
) |
| | [inline] |
String inserters.
- Parameters:
-
| out | An output stream. |
| s | A character string. |
- Returns:
- out
- Precondition:
- s must be a non-NULL pointer
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts traits::length(s)
characters starting at s, widened if necessary, followed by any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
Definition at line 451 of file ostream.
template<typename _CharT , typename _Traits >
basic_ostream<_CharT, _Traits>& std::operator<< |
( |
basic_ostream< _CharT, _Traits > & |
__out, |
|
|
_CharT |
__c | |
|
) |
| | [inline] |
Character inserters.
- Parameters:
-
| out | An output stream. |
| c | A character. |
- Returns:
- out
Behaves like one of the formatted arithmetic inserters described in std::basic_ostream. After constructing a sentry object with good status, this function inserts a single character and any required padding (as determined by [22.2.2.2.2]). out.width(0)
is then called.
If c is of type char
and the character type of the stream is not char
, the character is widened before insertion.
Definition at line 446 of file ostream.
template<class _CharT , class _Traits , size_t _Nb>
template<typename _Tp , typename _Alloc >
bool std::operator<= |
( |
const vector< _Tp, _Alloc > & |
__x, |
|
|
const vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator<= |
( |
const stack< _Tp, _Seq > & |
__x, |
|
|
const stack< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator<= |
( |
const set< _Key, _Compare, _Alloc > & |
__x, |
|
|
const set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator<= |
( |
const queue< _Tp, _Seq > & |
__x, |
|
|
const queue< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<class _T1 , class _T2 >
bool std::operator<= |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
Uses operator<
to find the result.
Definition at line 171 of file stl_pair.h.
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator<= |
( |
const multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
const multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator<= |
( |
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator<= |
( |
const map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Based on operator<.
Definition at line 837 of file stl_map.h.
template<typename _Tp , typename _Alloc >
bool std::operator<= |
( |
const list< _Tp, _Alloc > & |
__x, |
|
|
const list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _IteratorL , typename _IteratorR >
bool std::operator<= |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 352 of file stl_iterator.h.
template<typename _Iterator >
bool std::operator<= |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 302 of file stl_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator<= |
( |
const deque< _Tp, _Alloc > & |
__x, |
|
|
const deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator<= |
( |
const forward_list< _Tp, _Alloc > & |
__lx, |
|
|
const forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator<= |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator<= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
Test if string doesn't follow C string.
- Parameters:
-
| lhs | String. |
| rhs | C string. |
- Returns:
- True if lhs doesn't follow rhs. False otherwise.
Definition at line 2401 of file basic_string.h.
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator<= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
Test if string doesn't follow string.
- Parameters:
-
| lhs | First string. |
| rhs | Second string. |
- Returns:
- True if lhs doesn't follow rhs. False otherwise.
Definition at line 2389 of file basic_string.h.
template<typename _Tp , typename _CharT , typename _Traits , typename _Dist >
bool std::operator== |
( |
const istream_iterator< _Tp, _CharT, _Traits, _Dist > & |
__x, |
|
|
const istream_iterator< _Tp, _CharT, _Traits, _Dist > & |
__y | |
|
) |
| | [inline] |
Return true if x and y are both end or not end, or x and y are the same.
Definition at line 123 of file stream_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator== |
( |
const vector< _Tp, _Alloc > & |
__x, |
|
|
const vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator== |
( |
const stack< _Tp, _Seq > & |
__x, |
|
|
const stack< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
Stack equality comparison.
- Parameters:
-
| x | A stack. |
| y | A stack of the same type as x. |
- Returns:
- True iff the size and elements of the stacks are equal.
This is an equivalence relation. Complexity and semantics depend on the underlying sequence type, but the expected rules are: this relation is linear in the size of the sequences, and stacks are considered equivalent if their sequences compare equal.
Definition at line 235 of file stl_stack.h.
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator== |
( |
const set< _Key, _Compare, _Alloc > & |
__x, |
|
|
const set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Set equality comparison.
- Parameters:
-
| x | A set. |
| y | A set of the same type as x. |
- Returns:
- True iff the size and elements of the sets are equal.
This is an equivalence relation. It is linear in the size of the sets. Sets are considered equivalent if their sizes are equal, and if corresponding elements compare equal.
Definition at line 639 of file stl_set.h.
template<typename _Tp , typename _Seq >
bool std::operator== |
( |
const queue< _Tp, _Seq > & |
__x, |
|
|
const queue< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
Queue equality comparison.
- Parameters:
-
| x | A queue. |
| y | A queue of the same type as x. |
- Returns:
- True iff the size and elements of the queues are equal.
This is an equivalence relation. Complexity and semantics depend on the underlying sequence type, but the expected rules are: this relation is linear in the size of the sequences, and queues are considered equivalent if their sequences compare equal.
Definition at line 270 of file stl_queue.h.
References std::queue< _Tp, _Sequence >::c.
template<class _T1 , class _T2 >
bool std::operator== |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator== |
( |
const multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
const multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Multiset equality comparison.
- Parameters:
-
| x | A multiset. |
| y | A multiset of the same type as x. |
- Returns:
- True iff the size and elements of the multisets are equal.
This is an equivalence relation. It is linear in the size of the multisets. Multisets are considered equivalent if their sizes are equal, and if corresponding elements compare equal.
Definition at line 625 of file stl_multiset.h.
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator== |
( |
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Multimap equality comparison.
- Parameters:
-
| x | A multimap. |
| y | A multimap of the same type as x. |
- Returns:
- True iff the size and elements of the maps are equal.
This is an equivalence relation. It is linear in the size of the multimaps. Multimaps are considered equivalent if their sizes are equal, and if corresponding elements compare equal.
Definition at line 728 of file stl_multimap.h.
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator== |
( |
const map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Map equality comparison.
- Parameters:
-
| x | A map. |
| y | A map of the same type as x. |
- Returns:
- True iff the size and elements of the maps are equal.
This is an equivalence relation. It is linear in the size of the maps. Maps are considered equivalent if their sizes are equal, and if corresponding elements compare equal.
Definition at line 799 of file stl_map.h.
template<typename _Tp , typename _Alloc >
bool std::operator== |
( |
const list< _Tp, _Alloc > & |
__x, |
|
|
const list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
List equality comparison.
- Parameters:
-
| x | A list. |
| y | A list of the same type as x. |
- Returns:
- True iff the size and elements of the lists are equal.
This is an equivalence relation. It is linear in the size of the lists. Lists are considered equivalent if their sizes are equal, and if corresponding elements compare equal.
Definition at line 1456 of file stl_list.h.
References std::list< _Tp, _Alloc >::begin(), and std::list< _Tp, _Alloc >::end().
template<typename _IteratorL , typename _IteratorR >
bool std::operator== |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 328 of file stl_iterator.h.
References std::reverse_iterator< _Iterator >::base().
template<typename _Iterator >
bool std::operator== |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 278 of file stl_iterator.h.
References std::reverse_iterator< _Iterator >::base().
template<typename _Tp , typename _Alloc >
bool std::operator== |
( |
const deque< _Tp, _Alloc > & |
__x, |
|
|
const deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _StateT >
bool std::operator== |
( |
const fpos< _StateT > & |
__lhs, |
|
|
const fpos< _StateT > & |
__rhs | |
|
) |
| | [inline] |
Test if equivalent to another position.
Definition at line 216 of file postypes.h.
template<typename _Tp , typename _Alloc >
bool std::operator== |
( |
const forward_list< _Tp, _Alloc > & |
__lx, |
|
|
const forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator== |
( |
const _Fwd_list_iterator< _Tp, _Alloc > & |
__x, |
|
|
const _Fwd_list_const_iterator< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator== |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator== |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator== |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _Signature >
bool std::operator== |
( |
_M_clear_type * |
, |
|
|
const function< _Signature > & |
__f | |
|
) |
| | [inline] |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 2096 of file tr1_impl/functional.
template<typename _Signature >
bool std::operator== |
( |
const function< _Signature > & |
__f, |
|
|
_M_clear_type * |
| |
|
) |
| | [inline] |
Compares a polymorphic function object wrapper against 0 (the NULL pointer).
- Returns:
true
if the wrapper has no target, false
otherwise
This function will not throw an exception.
Definition at line 2090 of file tr1_impl/functional.
template<typename _Tp , typename _Alloc >
bool std::operator> |
( |
const vector< _Tp, _Alloc > & |
__x, |
|
|
const vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator> |
( |
const stack< _Tp, _Seq > & |
__x, |
|
|
const stack< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator> |
( |
const set< _Key, _Compare, _Alloc > & |
__x, |
|
|
const set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator> |
( |
const queue< _Tp, _Seq > & |
__x, |
|
|
const queue< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<class _T1 , class _T2 >
bool std::operator> |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
Uses operator<
to find the result.
Definition at line 165 of file stl_pair.h.
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator> |
( |
const multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
const multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator> |
( |
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator> |
( |
const map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Based on operator<.
Definition at line 830 of file stl_map.h.
template<typename _Tp , typename _Alloc >
bool std::operator> |
( |
const list< _Tp, _Alloc > & |
__x, |
|
|
const list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _IteratorL , typename _IteratorR >
bool std::operator> |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 346 of file stl_iterator.h.
template<typename _Iterator >
bool std::operator> |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 296 of file stl_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator> |
( |
const deque< _Tp, _Alloc > & |
__x, |
|
|
const deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator> |
( |
const forward_list< _Tp, _Alloc > & |
__lx, |
|
|
const forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator> |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator> |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator> |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator>= |
( |
const vector< _Tp, _Alloc > & |
__x, |
|
|
const vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator>= |
( |
const stack< _Tp, _Seq > & |
__x, |
|
|
const stack< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator>= |
( |
const set< _Key, _Compare, _Alloc > & |
__x, |
|
|
const set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Seq >
bool std::operator>= |
( |
const queue< _Tp, _Seq > & |
__x, |
|
|
const queue< _Tp, _Seq > & |
__y | |
|
) |
| | [inline] |
template<class _T1 , class _T2 >
bool std::operator>= |
( |
const pair< _T1, _T2 > & |
__x, |
|
|
const pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
Uses operator<
to find the result.
Definition at line 177 of file stl_pair.h.
template<typename _Key , typename _Compare , typename _Alloc >
bool std::operator>= |
( |
const multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
const multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator>= |
( |
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
bool std::operator>= |
( |
const map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
const map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
Based on operator<.
Definition at line 844 of file stl_map.h.
template<typename _Tp , typename _Alloc >
bool std::operator>= |
( |
const list< _Tp, _Alloc > & |
__x, |
|
|
const list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _IteratorL , typename _IteratorR >
bool std::operator>= |
( |
const reverse_iterator< _IteratorL > & |
__x, |
|
|
const reverse_iterator< _IteratorR > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 358 of file stl_iterator.h.
template<typename _Iterator >
bool std::operator>= |
( |
const reverse_iterator< _Iterator > & |
__x, |
|
|
const reverse_iterator< _Iterator > & |
__y | |
|
) |
| | [inline] |
- Parameters:
-
| x | A reverse_iterator. |
| y | A reverse_iterator. |
- Returns:
- A simple bool.
Reverse iterators forward many operations to their underlying base() iterators. Others are implemented in terms of one another.
Definition at line 308 of file stl_iterator.h.
template<typename _Tp , typename _Alloc >
bool std::operator>= |
( |
const deque< _Tp, _Alloc > & |
__x, |
|
|
const deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
bool std::operator>= |
( |
const forward_list< _Tp, _Alloc > & |
__lx, |
|
|
const forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator>= |
( |
const _CharT * |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator>= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const _CharT * |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator>= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc , template< typename, typename, typename > class _Base>
Read stream into a string.
- Parameters:
-
| __is | Input stream. |
| __str | Buffer to store into. |
- Returns:
- Reference to the input stream.
Stores characters from __is into __str until whitespace is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into __str. Any previous contents of __str are erased.
Definition at line 547 of file vstring.tcc.
template<typename _CharT , typename _Traits , typename _Alloc >
basic_istream< _CharT, _Traits > & std::operator>> |
( |
basic_istream< _CharT, _Traits > & |
__is, |
|
|
basic_string< _CharT, _Traits, _Alloc > & |
__str | |
|
) |
| | [inline] |
Read stream into a string.
- Parameters:
-
| is | Input stream. |
| str | Buffer to store into. |
- Returns:
- Reference to the input stream.
Stores characters from is into str until whitespace is found, the end of the stream is encountered, or str.max_size() is reached. If is.width() is non-zero, that is the limit on the number of characters stored into str. Any previous contents of str are erased.
Definition at line 997 of file basic_string.tcc.
References std::basic_string< _CharT, _Traits, _Alloc >::append(), std::basic_string< _CharT, _Traits, _Alloc >::erase(), std::ios_base::getloc(), std::basic_string< _CharT, _Traits, _Alloc >::max_size(), std::basic_ios< _CharT, _Traits >::rdbuf(), std::basic_ios< _CharT, _Traits >::setstate(), and std::ios_base::width().
template<class _Traits >
basic_istream<char, _Traits>& std::operator>> |
( |
basic_istream< char, _Traits > & |
__in, |
|
|
signed char * |
__s | |
|
) |
| | [inline] |
Character string extractors.
- Parameters:
-
| in | An input stream. |
| s | A pointer to a character array. |
- Returns:
- in
Behaves like one of the formatted arithmetic extractors described in std::basic_istream. After constructing a sentry object with good status, this function extracts up to n
characters and stores them into the array starting at s. n
is defined as:
- if
width()
is greater than zero, n
is width()
- otherwise
n
is "the number of elements of the largest array of
@c char_type that can store a terminating @c eos." [27.6.1.2.3]/6
Characters are extracted and stored until one of the following happens:
n-1
characters are stored
- EOF is reached
- the next character is whitespace according to the current locale
- the next character is a null byte (i.e.,
charT()
)
width(0)
is then called for the input stream.
If no characters are extracted, sets failbit.
Definition at line 750 of file istream.
template<class _Traits >
basic_istream<char, _Traits>& std::operator>> |
( |
basic_istream< char, _Traits > & |
__in, |
|
|
unsigned char * |
__s | |
|
) |
| | [inline] |
Character string extractors.
- Parameters:
-
| in | An input stream. |
| s | A pointer to a character array. |
- Returns:
- in
Behaves like one of the formatted arithmetic extractors described in std::basic_istream. After constructing a sentry object with good status, this function extracts up to n
characters and stores them into the array starting at s. n
is defined as:
- if
width()
is greater than zero, n
is width()
- otherwise
n
is "the number of elements of the largest array of
@c char_type that can store a terminating @c eos." [27.6.1.2.3]/6
Characters are extracted and stored until one of the following happens:
n-1
characters are stored
- EOF is reached
- the next character is whitespace according to the current locale
- the next character is a null byte (i.e.,
charT()
)
width(0)
is then called for the input stream.
If no characters are extracted, sets failbit.
Definition at line 745 of file istream.
template<>
basic_istream<char>& std::operator>> |
( |
basic_istream< char > & |
__in, |
|
|
char * |
__s | |
|
) |
| | [inline] |
Character string extractors.
- Parameters:
-
| in | An input stream. |
| s | A pointer to a character array. |
- Returns:
- in
Behaves like one of the formatted arithmetic extractors described in std::basic_istream. After constructing a sentry object with good status, this function extracts up to n
characters and stores them into the array starting at s. n
is defined as:
- if
width()
is greater than zero, n
is width()
- otherwise
n
is "the number of elements of the largest array of
@c char_type that can store a terminating @c eos." [27.6.1.2.3]/6
Characters are extracted and stored until one of the following happens:
n-1
characters are stored
- EOF is reached
- the next character is whitespace according to the current locale
- the next character is a null byte (i.e.,
charT()
)
width(0)
is then called for the input stream.
If no characters are extracted, sets failbit.
template<typename _CharT , typename _Traits >
basic_istream< _CharT, _Traits > & std::operator>> |
( |
basic_istream< _CharT, _Traits > & |
__in, |
|
|
_CharT * |
__s | |
|
) |
| | [inline] |
Character string extractors.
- Parameters:
-
| in | An input stream. |
| s | A pointer to a character array. |
- Returns:
- in
Behaves like one of the formatted arithmetic extractors described in std::basic_istream. After constructing a sentry object with good status, this function extracts up to n
characters and stores them into the array starting at s. n
is defined as:
- if
width()
is greater than zero, n
is width()
- otherwise
n
is "the number of elements of the largest array of
@c char_type that can store a terminating @c eos." [27.6.1.2.3]/6
Characters are extracted and stored until one of the following happens:
n-1
characters are stored
- EOF is reached
- the next character is whitespace according to the current locale
- the next character is a null byte (i.e.,
charT()
)
width(0)
is then called for the input stream.
If no characters are extracted, sets failbit.
Definition at line 885 of file istream.tcc.
References std::ios_base::badbit, std::ios_base::eofbit, std::ios_base::failbit, std::ios_base::getloc(), std::ios_base::goodbit, std::basic_ios< _CharT, _Traits >::rdbuf(), std::basic_ios< _CharT, _Traits >::setstate(), and std::ios_base::width().
template<class _Traits >
basic_istream<char, _Traits>& std::operator>> |
( |
basic_istream< char, _Traits > & |
__in, |
|
|
signed char & |
__c | |
|
) |
| | [inline] |
Character string extractors.
- Parameters:
-
| in | An input stream. |
| s | A pointer to a character array. |
- Returns:
- in
Behaves like one of the formatted arithmetic extractors described in std::basic_istream. After constructing a sentry object with good status, this function extracts up to n
characters and stores them into the array starting at s. n
is defined as:
- if
width()
is greater than zero, n
is width()
- otherwise
n
is "the number of elements of the largest array of
@c char_type that can store a terminating @c eos." [27.6.1.2.3]/6
Characters are extracted and stored until one of the following happens:
n-1
characters are stored
- EOF is reached
- the next character is whitespace according to the current locale
- the next character is a null byte (i.e.,
charT()
)
width(0)
is then called for the input stream.
If no characters are extracted, sets failbit.
Definition at line 704 of file istream.
template<class _Traits >
basic_istream<char, _Traits>& std::operator>> |
( |
basic_istream< char, _Traits > & |
__in, |
|
|
unsigned char & |
__c | |
|
) |
| | [inline] |
Character string extractors.
- Parameters:
-
| in | An input stream. |
| s | A pointer to a character array. |
- Returns:
- in
Behaves like one of the formatted arithmetic extractors described in std::basic_istream. After constructing a sentry object with good status, this function extracts up to n
characters and stores them into the array starting at s. n
is defined as:
- if
width()
is greater than zero, n
is width()
- otherwise
n
is "the number of elements of the largest array of
@c char_type that can store a terminating @c eos." [27.6.1.2.3]/6
Characters are extracted and stored until one of the following happens:
n-1
characters are stored
- EOF is reached
- the next character is whitespace according to the current locale
- the next character is a null byte (i.e.,
charT()
)
width(0)
is then called for the input stream.
If no characters are extracted, sets failbit.
Definition at line 699 of file istream.
template<typename _CharT , typename _Traits >
basic_istream< _CharT, _Traits > & std::operator>> |
( |
basic_istream< _CharT, _Traits > & |
__in, |
|
|
_CharT & |
__c | |
|
) |
| | [inline] |
template<class _CharT , class _Traits , size_t _Nb>
Global I/O operators for bitsets.
Direct I/O between streams and bitsets is supported. Output is straightforward. Input will skip whitespace, only accept '0' and '1' characters, and will only extract as many digits as the bitset will hold.
Definition at line 1306 of file bitset.
References std::basic_string< _CharT, _Traits, _Alloc >::empty(), std::basic_string< _CharT, _Traits, _Alloc >::push_back(), std::basic_ios< _CharT, _Traits >::rdbuf(), std::basic_string< _CharT, _Traits, _Alloc >::reserve(), std::basic_ios< _CharT, _Traits >::setstate(), and std::basic_ios< _CharT, _Traits >::widen().
template<size_t _Nb>
bitset<_Nb> std::operator^ |
( |
const bitset< _Nb > & |
__x, |
|
|
const bitset< _Nb > & |
__y | |
|
) |
| | [inline] |
Global bitwise operations on bitsets.
- Parameters:
-
- Returns:
- A new bitset.
These should be self-explanatory.
Definition at line 1287 of file bitset.
template<size_t _Nb>
bitset<_Nb> std::operator| |
( |
const bitset< _Nb > & |
__x, |
|
|
const bitset< _Nb > & |
__y | |
|
) |
| | [inline] |
Global bitwise operations on bitsets.
- Parameters:
-
- Returns:
- A new bitset.
These should be self-explanatory.
Definition at line 1278 of file bitset.
template<typename _InputIterator , typename _OutputIterator , typename _BinaryOperation >
_OutputIterator std::partial_sum |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
_BinaryOperation |
__binary_op | |
|
) |
| | [inline] |
Return list of partial sums.
Accumulates the values in the range [first,last) using operator+(). As each successive input value is added into the total, that partial sum is written to result. Therefore, the first value in result is the first value of the input, the second value in result is the sum of the first and second input values, and so on.
- Parameters:
-
| first | Start of input range. |
| last | End of input range. |
| result | Output to write sums to. |
- Returns:
- Iterator pointing just beyond the values written to result.
Definition at line 272 of file stl_numeric.h.
template<typename _InputIterator , typename _OutputIterator >
_OutputIterator std::partial_sum |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result | |
|
) |
| | [inline] |
Return list of partial sums.
Accumulates the values in the range [first,last) using operator+(). As each successive input value is added into the total, that partial sum is written to result. Therefore, the first value in result is the first value of the input, the second value in result is the sum of the first and second input values, and so on.
- Parameters:
-
| first | Start of input range. |
| last | End of input range. |
| result | Output to write sums to. |
- Returns:
- Iterator pointing just beyond the values written to result.
Definition at line 232 of file stl_numeric.h.
template<typename _InputIterator , typename _OutputIterator , typename _Tp >
_OutputIterator std::replace_copy |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_OutputIterator |
__result, |
|
|
const _Tp & |
__old_value, |
|
|
const _Tp & |
__new_value | |
|
) |
| | [inline] |
Copy a sequence, replacing each element of one value with another value.
- Parameters:
-
| first | An input iterator. |
| last | An input iterator. |
| result | An output iterator. |
| old_value | The value to be replaced. |
| new_value | The replacement value. |
- Returns:
- The end of the output sequence,
result+
(last-first).
Copies each element in the input range
[first,last) to the output range
[result,result+(last-first)) replacing elements equal to old_value
with new_value
.
Definition at line 3804 of file stl_algo.h.
_Resetiosflags std::resetiosflags |
( |
ios_base::fmtflags |
__mask |
) |
[inline] |
Manipulator for setf
.
- Parameters:
-
| mask | A format flags mask. |
Sent to a stream object, this manipulator resets the specified flags, via stream.setf(0,mask).
Definition at line 59 of file iomanip.
template<typename _Tp >
void std::return_temporary_buffer |
( |
_Tp * |
__p |
) |
[inline] |
ios_base& std::right |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::scientific |
( |
ios_base & |
__base |
) |
[inline] |
new_handler std::set_new_handler |
( |
new_handler |
|
) |
throw () |
Takes a replacement handler as the argument, returns the previous handler.
_Setbase std::setbase |
( |
int |
__base |
) |
[inline] |
Manipulator for setf
.
- Parameters:
-
Sent to a stream object, this manipulator changes the ios_base::basefield
flags to oct
, dec
, or hex
when base is 8, 10, or 16, accordingly, and to 0 if base is any other value.
Definition at line 128 of file iomanip.
template<typename _CharT >
_Setfill<_CharT> std::setfill |
( |
_CharT |
__c |
) |
[inline] |
Manipulator for fill
.
- Parameters:
-
| c | The new fill character. |
Sent to a stream object, this manipulator calls fill(c)
for that object.
Definition at line 170 of file iomanip.
_Setiosflags std::setiosflags |
( |
ios_base::fmtflags |
__mask |
) |
[inline] |
Manipulator for setf
.
- Parameters:
-
| mask | A format flags mask. |
Sent to a stream object, this manipulator sets the format flags to mask.
Definition at line 93 of file iomanip.
_Setprecision std::setprecision |
( |
int |
__n |
) |
[inline] |
Manipulator for precision
.
- Parameters:
-
Sent to a stream object, this manipulator calls precision(n)
for that object.
Definition at line 204 of file iomanip.
_Setw std::setw |
( |
int |
__n |
) |
[inline] |
Manipulator for width
.
- Parameters:
-
Sent to a stream object, this manipulator calls width(n)
for that object.
Definition at line 238 of file iomanip.
ios_base& std::showbase |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::showpoint |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::showpos |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::skipws |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _Tp , typename _Alloc >
void std::swap |
( |
vector< _Tp, _Alloc > & |
__x, |
|
|
vector< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Compare , typename _Alloc >
void std::swap |
( |
set< _Key, _Compare, _Alloc > & |
__x, |
|
|
set< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _T1 , class _T2 >
void std::swap |
( |
pair< _T1, _T2 > & |
__x, |
|
|
pair< _T1, _T2 > & |
__y | |
|
) |
| | [inline] |
See std::pair::swap().
Definition at line 186 of file stl_pair.h.
template<typename _Key , typename _Compare , typename _Alloc >
void std::swap |
( |
multiset< _Key, _Compare, _Alloc > & |
__x, |
|
|
multiset< _Key, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
void std::swap |
( |
multimap< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
multimap< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc >
void std::swap |
( |
map< _Key, _Tp, _Compare, _Alloc > & |
__x, |
|
|
map< _Key, _Tp, _Compare, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
void std::swap |
( |
list< _Tp, _Alloc > & |
__x, |
|
|
list< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
void std::swap |
( |
deque< _Tp, _Alloc > & |
__x, |
|
|
deque< _Tp, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
void std::swap |
( |
forward_list< _Tp, _Alloc > & |
__lx, |
|
|
forward_list< _Tp, _Alloc > && |
__ly | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
void std::swap |
( |
forward_list< _Tp, _Alloc > && |
__lx, |
|
|
forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _Tp , typename _Alloc >
void std::swap |
( |
forward_list< _Tp, _Alloc > & |
__lx, |
|
|
forward_list< _Tp, _Alloc > & |
__ly | |
|
) |
| | [inline] |
template<typename _CharT , typename _Traits , typename _Alloc >
void std::swap |
( |
basic_string< _CharT, _Traits, _Alloc > & |
__lhs, |
|
|
basic_string< _CharT, _Traits, _Alloc > & |
__rhs | |
|
) |
| | [inline] |
template<typename _Tp >
void std::swap |
( |
_Tp & |
__a, |
|
|
_Tp & |
__b | |
|
) |
| | [inline] |
Swaps two values.
- Parameters:
-
| a | A thing of arbitrary type. |
| b | Another thing of arbitrary type. |
- Returns:
- Nothing.
Definition at line 76 of file move.h.
template<typename _Signature >
void std::swap |
( |
function< _Signature > & |
__x, |
|
|
function< _Signature > & |
__y | |
|
) |
| | [inline] |
template<typename _CharT >
_CharT std::tolower |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
template<typename _CharT >
_CharT std::toupper |
( |
_CharT |
__c, |
|
|
const locale & |
__loc | |
|
) |
| | [inline] |
Convenience interface to ctype.toupper(__c).
template<typename _InputIterator , typename _ForwardIterator >
_ForwardIterator std::uninitialized_copy |
( |
_InputIterator |
__first, |
|
|
_InputIterator |
__last, |
|
|
_ForwardIterator |
__result | |
|
) |
| | [inline] |
template<typename _InputIterator , typename _Size , typename _ForwardIterator >
_ForwardIterator std::uninitialized_copy_n |
( |
_InputIterator |
__first, |
|
|
_Size |
__n, |
|
|
_ForwardIterator |
__result | |
|
) |
| | [inline] |
template<typename _ForwardIterator , typename _Tp >
void std::uninitialized_fill |
( |
_ForwardIterator |
__first, |
|
|
_ForwardIterator |
__last, |
|
|
const _Tp & |
__x | |
|
) |
| | [inline] |
Copies the value x into the range [first,last).
- Parameters:
-
- Returns:
- Nothing.
Like fill(), but does not require an initialized output range.
Definition at line 163 of file stl_uninitialized.h.
template<typename _ForwardIterator , typename _Size , typename _Tp >
void std::uninitialized_fill_n |
( |
_ForwardIterator |
__first, |
|
|
_Size |
__n, |
|
|
const _Tp & |
__x | |
|
) |
| | [inline] |
ios_base& std::unitbuf |
( |
ios_base & |
__base |
) |
[inline] |
ios_base& std::uppercase |
( |
ios_base & |
__base |
) |
[inline] |
template<typename _Facet >
const _Facet & std::use_facet |
( |
const locale & |
__loc |
) |
[inline] |
template<typename _CharT , typename _Traits >
basic_istream< _CharT, _Traits > & std::ws |
( |
basic_istream< _CharT, _Traits > & |
__is |
) |
[inline] |
Variable Documentation
Linked to standard error (unbuffered).
Linked to standard input.
Linked to standard error (buffered).
Linked to standard output.
Linked to standard error (unbuffered).
Linked to standard input.
Linked to standard error (buffered).
Linked to standard output.