diff -Nru mm-common-1.0.3/ChangeLog mm-common-1.0.4/ChangeLog --- mm-common-1.0.3/ChangeLog 2021-05-20 08:57:07.093230000 +0000 +++ mm-common-1.0.4/ChangeLog 2022-02-11 14:11:45.597170800 +0000 @@ -1,3 +1,44 @@ +2022-02-11 Kjell Ahlstedt + + 1.0.4 + +2022-02-11 Kjell Ahlstedt + + Update README + +2022-02-07 Kjell Ahlstedt + + meson.build: Don't use deprecated find_program().path() + +2022-02-06 Kjell Ahlstedt + + meson.build: Specify 'check' option in run_command() + + The default value will be changed in future Meson releases. + + Don't use deprecated python3.path() and execute(..., gui_app: ...). + Let import('python').find_installation() always find the python + installation used to run Meson. + +2021-08-16 Kjell Ahlstedt + + Add doc_postprocess.py and doc_install.py + + Generating documentation does not require Perl in Meson builds. + + util/build_scripts/doc-reference.py calls doc_postprocess.py and + doc_install.py instead of doc-postprocess.pl and doc-install.pl. + + The Perl scripts are kept. They are used in Autotools builds. + mm-common-prepare still copies them. + +2021-07-17 Kjell Ahlstedt + + Python scripts: Specify file encoding + + The default file encoding is platform dependent in Python. + Better tell which encoding to use when text files are written. + 2021-05-20 Kjell Ahlstedt 1.0.3 @@ -1571,45 +1612,3 @@ * util/doxygen.css: Tweak the styles a bit to improve the look of the Doxygen HTML output. Most importantly, get the text size right. -2009-08-27 Daniel Elstner - - Increment version to mm-common 0.7 - - * configure.ac (AC_INIT): Increment version number to 0.7 to signify - the addition of the shared Doxygen style sheet. - -2009-08-27 Daniel Elstner - - Add shared Doxygen stylesheet for the C++ bindings - - * util/doxygen.css: New file, defining the common style of the C++ - binding reference documentation. - * util/mm-common-prepare.in: Copy doxygen.css into the documentation - tools directory of the source tree if requested. - * Makefile.am (dist_doctool_DATA): Distribute and install doxygen.css. - -2009-08-25 Daniel Elstner - - Update NEWS for mm-common 0.6.1 release - -2009-08-25 Daniel Elstner - - Bump version number to mm-common 0.6.1 - - * configure.ac (AC_INIT): Bump version number to 0.6.1 to signify the - change of the default location of the public reference documentation. - -2009-08-25 Daniel Elstner - - Change default doc location to library.gnome.org - - * build/doc-reference.am (pubdocbase): Point to library.gnome.org. - (htmlrefpub): Adjust to directory layout on library.gnome.org. - -2009-08-24 Daniel Elstner - - Update NEWS for 0.6 release - - * NEWS: Bump release date of mm-common 0.6. Mention new Autoconf - macros for particular program checks. - diff -Nru mm-common-1.0.3/configure.ac mm-common-1.0.4/configure.ac --- mm-common-1.0.3/configure.ac 2021-05-20 08:57:07.005229500 +0000 +++ mm-common-1.0.4/configure.ac 2022-02-11 14:09:51.000000000 +0000 @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU General Public License ## along with mm-common. If not, see . -AC_INIT([mm-common], [1.0.3], [https://gitlab.gnome.org/GNOME/mm-common/issues/], +AC_INIT([mm-common], [1.0.4], [https://gitlab.gnome.org/GNOME/mm-common/issues/], [mm-common], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([util/mm-common-prepare.in]) diff -Nru mm-common-1.0.3/debian/changelog mm-common-1.0.4/debian/changelog --- mm-common-1.0.3/debian/changelog 2021-08-23 23:56:00.000000000 +0000 +++ mm-common-1.0.4/debian/changelog 2022-02-11 16:29:12.000000000 +0000 @@ -1,3 +1,9 @@ +mm-common (1.0.4-1) unstable; urgency=medium + + * New upstream release + + -- Jeremy Bicha Fri, 11 Feb 2022 11:29:12 -0500 + mm-common (1.0.3-1) unstable; urgency=medium * New upstream release diff -Nru mm-common-1.0.3/doctags/libstdc++.tag mm-common-1.0.4/doctags/libstdc++.tag --- mm-common-1.0.3/doctags/libstdc++.tag 2017-09-13 10:28:12.000000000 +0000 +++ mm-common-1.0.4/doctags/libstdc++.tag 2021-07-01 00:12:49.000000000 +0000 @@ -1,389 +1,538 @@ - + algo.h - a00857 - parallel/algorithmfwd.h - bits/stl_algobase.h - bits/stl_algo.h - parallel/iterator.h - parallel/base.h - parallel/sort.h - parallel/workstealing.h - parallel/par_loop.h - parallel/omp_loop.h - parallel/omp_loop_static.h - parallel/for_each_selectors.h - parallel/for_each.h - parallel/find.h - parallel/find_selectors.h - parallel/search.h - parallel/random_shuffle.h - parallel/partition.h - parallel/merge.h - parallel/unique_copy.h - parallel/set_operations.h + a00926.html + parallel/algorithmfwd.h + bits/stl_algobase.h + bits/stl_algo.h + parallel/iterator.h + parallel/base.h + parallel/sort.h + parallel/workstealing.h + parallel/par_loop.h + parallel/omp_loop.h + parallel/omp_loop_static.h + parallel/for_each_selectors.h + parallel/for_each.h + parallel/find.h + parallel/find_selectors.h + parallel/search.h + parallel/random_shuffle.h + parallel/partition.h + parallel/merge.h + parallel/unique_copy.h + parallel/set_operations.h std::__parallel::_CRandNumber std std::__parallel + + _ForwardIterator + search + a01672.html + ae1e80daedc6cf601124562944d055635 + (_ForwardIterator __first, _ForwardIterator __last, const _Searcher &__searcher) + algobase.h - a00860 - bits/stl_algobase.h - parallel/base.h - parallel/algorithmfwd.h - parallel/find.h - parallel/find_selectors.h + a00929.html + bits/stl_algobase.h + parallel/base.h + parallel/algorithmfwd.h + parallel/find.h + parallel/find_selectors.h std std::__parallel algorithm - a00038 - utility - bits/stl_algobase.h - bits/stl_algo.h + a00041.html + utility + bits/stl_algobase.h + bits/stl_algo.h ext/algorithm - a15162 - algorithm + a17609.html + algorithm __gnu_cxx const _Tp & __median - a01465.html + a01544.html ga0b1bd4fe66e82c6d9d2257570aea3f07 (const _Tp &__a, const _Tp &__b, const _Tp &__c) const _Tp & __median - a01465.html + a01544.html gab2ccdd18aa0ed8eb2757efc6786f7481 (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp) - pair< _InputIterator, _OutputIterator > + std::pair< _InputIterator, _OutputIterator > copy_n - a01465.html - ga72c21e0f95b2b3cb6ea2785ee4108b01 + a01544.html + ga840a4e79e8157c18f6e31dd87acaad96 (_InputIterator __first, _Size __count, _OutputIterator __result) int lexicographical_compare_3way - a01465.html + a01544.html gadd7eb026c10d4a6929b8c61d0501bdee (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) _RandomAccessIterator random_sample - a01465.html + a01544.html ga5ebfe3733a0ab6455f0fc33dce0aedc1 (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) _RandomAccessIterator random_sample - a01465.html + a01544.html ga78e35bfad53c1a60a52486366d7f1f4e (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) _OutputIterator random_sample_n - a01465.html + a01544.html ga4992181b3aa066878aff43c4bfb84ae5 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) _OutputIterator random_sample_n - a01465.html + a01544.html gafa6f89a01277d183380798fae9826172 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) parallel/algorithm - a15165 - algorithm - parallel/algorithmfwd.h - parallel/algobase.h - parallel/algo.h + a17612.html + algorithm + parallel/algorithmfwd.h + parallel/algobase.h + parallel/algo.h experimental/algorithm - a15168 - algorithm - experimental/bits/lfts_config.h + a17606.html + algorithm + experimental/bits/lfts_config.h + experimental/random std + std::experimental _SampleIterator sample - a15168.html - af067512484dd50436247bf11d05863a5 + a01644.html + a483f29861e583496e66e73e420ae7ab8 (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n, _UniformRandomNumberGenerator &&__g) bits/algorithmfwd.h - a15171 - bits/c++config.h - bits/stl_pair.h - bits/stl_iterator_base_types.h - initializer_list + a17615.html + bits/c++config.h + bits/stl_pair.h + bits/stl_iterator_base_types.h + initializer_list std - bool + constexpr const _Tp & + clamp + a01572.html + ga927cfd3e8df8c15df3fcec6c2af59a82 + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi) + + + constexpr const _Tp & + clamp + a01572.html + ga00e7d39a4bbac23967d87e1dbd763e1e + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi, _Compare __comp) + + + constexpr bool equal - a01487.html - ga444f163947d0a55953d1c317b31aee89 + a01571.html + ga4286bc1aaad106cc84b98920d9d164c4 (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga84d30d8c4b3f2cbe8ec2055c34a578da + a01572.html + gab98f0838f871a26317aaa71211b65a9c (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + a01572.html + gacd491cbbfc0452492f8fe4b7c3760b0d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - gad48656de2f272a953455e1fff2532125 + a01572.html + gae9cf068dc91c8779040669efa4a8cf65 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - ga6499dc0f7db12560643a3b79db5357f6 + a01572.html + ga7909b7a198cc9c418432b4b2b138cac1 (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga67c7bf4c4b3c5cbf251a3812e06e0308 + a01572.html + gae02c72c1390894648ba6d61ab8990db6 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga74c98df71fd53702699434040aacb249 + a01572.html + gad98dfb06baec2f6d60027e169853a05d (const _Tp &__a, const _Tp &__b, _Compare __comp) parallel/algorithmfwd.h - a15174 - parallel/tags.h - parallel/settings.h + a17618.html + parallel/tags.h + parallel/settings.h std std::__parallel + align.h + a00323.html + bits/c++config.h + bit + debug/assertions.h + std + + void * + align + a01559.html + ga7a0544b4d4e49cb7f4668d8ce7b914d5 + (size_t __align, size_t __size, void *&__ptr, size_t &__space) noexcept + + + aligned_buffer.h - a01022 - type_traits + a01106.html + type_traits __gnu_cxx bits/alloc_traits.h - a15177 - bits/memoryfwd.h - bits/ptr_traits.h - ext/numeric_traits.h + a17621.html + bits/stl_construct.h + bits/memoryfwd.h + bits/allocator.h + bits/ptr_traits.h + ext/numeric_traits.h std::allocator_traits std::allocator_traits< allocator< _Tp > > std + + void + _Destroy + a01635.html + aaebc2b9c5255ef8ceb7851484e83e0fa + (_ForwardIterator __first, _ForwardIterator __last, _Allocator &__alloc) + ext/alloc_traits.h - a15180 - bits/move.h - bits/alloc_traits.h + a17624.html + bits/alloc_traits.h __gnu_cxx::__alloc_traits __gnu_cxx allocated_ptr.h - a00269 - type_traits - bits/ptr_traits.h - bits/alloc_traits.h + a00329.html + type_traits + bits/ptr_traits.h + bits/alloc_traits.h std::__allocated_ptr std __allocated_ptr< _Alloc > __allocate_guarded - a01544.html + a01635.html a1fa3f7679aec1619e37fddf24eb70a11 (_Alloc &__a) allocator.h - a00272 - bits/c++allocator.h - bits/memoryfwd.h - type_traits + a00332.html + bits/c++allocator.h + bits/memoryfwd.h + type_traits std::allocator std::allocator< void > std any - a01004 - typeinfo - new - utility - type_traits - experimental/bits/lfts_config.h + a00044.html + typeinfo + new + utility + type_traits + std::any + std::bad_any_cast + std + std::__detail + + _ValueType + any_cast + a01567.html + ga6e83eddd6e91ec64cbb9b149198d7cde + (const any &__any) + + + any + make_any + a01567.html + gadf724998344c555cefd77b9d25923c80 + (_Args &&... __args) + + + any + make_any + a01567.html + gac40046e75ee2ceb34a5ae9864d4afb5d + (initializer_list< _Up > __il, _Args &&... __args) + + + void + swap + a01567.html + gaebbf406d50339769df028d9580195629 + (any &__x, any &__y) noexcept + + + _ValueType + any_cast + a01567.html + gaded858f23cae675470bb0ee46b7b5da1 + (any &&__any) + + + _ValueType + any_cast + a01567.html + ga5ac85cbd78cd9b50b8842a33b81051bc + (any &__any) + + + _ValueType * + any_cast + a01567.html + ga845f26bb6011f7037adbeaa66582ba8c + (any *__any) noexcept + + + const _ValueType * + any_cast + a01567.html + ga8da832799bf600cb2365940cafd806a2 + (const any *__any) noexcept + + + _ValueType + any_cast + a01567.html + gaded858f23cae675470bb0ee46b7b5da1 + (any &&__any) + + + _ValueType + any_cast + a01567.html + ga5ac85cbd78cd9b50b8842a33b81051bc + (any &__any) + + + _ValueType * + any_cast + a01567.html + ga845f26bb6011f7037adbeaa66582ba8c + (any *__any) noexcept + + + const _ValueType * + any_cast + a01567.html + ga8da832799bf600cb2365940cafd806a2 + (const any *__any) noexcept + + + + experimental/any + a17627.html + typeinfo + new + utility + type_traits + experimental/bits/lfts_config.h std::experimental::fundamentals_v1::any std::experimental::fundamentals_v1::bad_any_cast std + std::experimental _ValueType any_cast - a01518.html + a01604.html ga3804b3e41a5ff0dae8d32c2cf453995f (const any &__any) void swap - a01518.html + a01604.html ga8007443c4b8291e332ef93b1875440b9 (any &__x, any &__y) noexcept _ValueType any_cast - a01518.html - ga07b480a27e1afe811ba7f9a00b872b02 - (any &__any) + a01604.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) _ValueType any_cast - a01518.html + a01604.html ga1caa36240a2b94c244dbe57273c0be2d (any &&__any) - const _ValueType * + _ValueType any_cast - a01518.html - gad86d82adff5b2c8d613f2f248729aa02 - (const any *__any) noexcept + a01604.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) _ValueType * any_cast - a01518.html + a01604.html ga30e7b55472db9e7d44060e5db2c2f255 (any *__any) noexcept + const _ValueType * + any_cast + a01604.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + + _ValueType any_cast - a01518.html - ga07b480a27e1afe811ba7f9a00b872b02 - (any &__any) + a01604.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) _ValueType any_cast - a01518.html + a01604.html ga1caa36240a2b94c244dbe57273c0be2d (any &&__any) - const _ValueType * + _ValueType any_cast - a01518.html - gad86d82adff5b2c8d613f2f248729aa02 - (const any *__any) noexcept + a01604.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) _ValueType * any_cast - a01518.html + a01604.html ga30e7b55472db9e7d44060e5db2c2f255 (any *__any) noexcept + + const _ValueType * + any_cast + a01604.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + array - a00041 - utility - stdexcept - bits/stl_algobase.h - bits/range_access.h + a00047.html + utility + bits/functexcept.h + bits/stl_algobase.h + bits/range_access.h + debug/assertions.h std::array - std::tuple_element - std::tuple_element< _Int, ::array< _Tp, _Nm > > - std::tuple_size - std::tuple_size<::array< _Tp, _Nm > > - std - - - debug/array - a15183 - array - debug/formatter.h - debug/macros.h - std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > - std::tuple_size< std::__debug::array< _Tp, _Nm > > + std::tuple_element< _Int, array< _Tp, _Nm > > + std::tuple_size< array< _Tp, _Nm > > std - std::__debug experimental/array - a15186 - array - experimental/type_traits - std - - - array_allocator.h - a01025 - bits/c++config.h - new - bits/functexcept.h - bits/move.h - type_traits - __gnu_cxx::array_allocator - __gnu_cxx::array_allocator_base - __gnu_cxx + a17630.html + array + experimental/type_traits + std + std::experimental + + constexpr array< typename __make_array_elem< _Dest, _Types... >::type, sizeof...(_Types)> + make_array + a01605.html + ga453abc6fbb7a2b27f1b36946f25854e1 + (_Types &&... __t) + + + constexpr array< remove_cv_t< _Tp >, _Nm > + to_array + a01605.html + ga425dc1907b8f2bae8e370eeefc8ef6d2 + (_Tp(&__a)[_Nm]) noexcept(is_nothrow_constructible< remove_cv_t< _Tp >, _Tp & >::value) + assertions.h - a00734 + a00854.html + bits/c++config.h assoc_container.hpp - a01112 - bits/c++config.h - ext/typelist.h - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/standard_policies.hpp - ext/pb_ds/detail/container_base_dispatch.hpp - ext/pb_ds/detail/branch_policy/traits.hpp + a01190.html + bits/c++config.h + ext/typelist.h + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/standard_policies.hpp + ext/pb_ds/detail/container_base_dispatch.hpp + ext/pb_ds/detail/branch_policy/traits.hpp __gnu_pbds::basic_branch __gnu_pbds::basic_hash_table __gnu_pbds::cc_hash_table @@ -395,10 +544,8 @@ atomic - a00044 - bits/atomic_base.h - bits/move.h - std::atomic + a00050.html + bits/atomic_base.h std::atomic std::atomic< _Tp * > std::atomic< bool > @@ -420,455 +567,470 @@ atomic< bool > atomic_bool - a01491.html + a01575.html gaf6086d29df25216dda5a4a25283e8c1b atomic< char > atomic_char - a01491.html + a01575.html ga8cc2dcae0c8faa76777765c4f1c0556e atomic< char16_t > atomic_char16_t - a01491.html + a01575.html gabf645b9de4785104feaa9827cd672279 atomic< char32_t > atomic_char32_t - a01491.html + a01575.html gaceeeb98077f495bd03a4a8186b93c042 atomic< int > atomic_int - a01491.html + a01575.html ga8e9e8e31eec44834b1fa3ec4e1ccf3e7 atomic< int16_t > atomic_int16_t - a01491.html + a01575.html ga499c4d63597f582f334f53fe66390130 atomic< int32_t > atomic_int32_t - a01491.html + a01575.html gaabd065724c5ce31539dedb8add48ac46 atomic< int64_t > atomic_int64_t - a01491.html + a01575.html ga919f362eb712ce8408b2e7fc93986ce9 atomic< int8_t > atomic_int8_t - a01491.html + a01575.html gab650a220c21b0cc1f05c207466d10f2b atomic< int_fast16_t > atomic_int_fast16_t - a01491.html + a01575.html gaa216f3a1d57fa3c13c4d59ab3c45b461 atomic< int_fast32_t > atomic_int_fast32_t - a01491.html + a01575.html ga8c46317e4ac11eaa3e53f2ec66158fc0 atomic< int_fast64_t > atomic_int_fast64_t - a01491.html + a01575.html gac2dff45ca4a14c2bb7f1ad3360377344 atomic< int_fast8_t > atomic_int_fast8_t - a01491.html + a01575.html gaecfbb17217b6ff2f0c15e49dfd7ec459 atomic< int_least16_t > atomic_int_least16_t - a01491.html + a01575.html gad6a704d09ccc631022ebc6733817362b atomic< int_least32_t > atomic_int_least32_t - a01491.html + a01575.html ga72bfafa96eaec8a7d8a0e71f706dd40f atomic< int_least64_t > atomic_int_least64_t - a01491.html + a01575.html gaf3dcb968315142320d83651f335325ff atomic< int_least8_t > atomic_int_least8_t - a01491.html + a01575.html ga1b1448266ad00a16c95e1f8bbc98e659 atomic< intmax_t > atomic_intmax_t - a01491.html + a01575.html ga02ac5738a7a9f78bf894ace288d90576 atomic< intptr_t > atomic_intptr_t - a01491.html + a01575.html ga479fe44f81f5f2a68e9b10d022e4b563 atomic< long long > atomic_llong - a01491.html + a01575.html gabf25364f5fd505a27d78d7e3434ec337 atomic< long > atomic_long - a01491.html + a01575.html ga516afb5820a1d4d2bee3016c335e7f32 atomic< ptrdiff_t > atomic_ptrdiff_t - a01491.html + a01575.html gac91469c8dac9ea566aa123ee72834456 atomic< signed char > atomic_schar - a01491.html + a01575.html ga149ab9f968045c030b28cc66b21c90fe atomic< short > atomic_short - a01491.html + a01575.html ga57ba7af47bbbe212c68aac803df94e66 atomic< size_t > atomic_size_t - a01491.html + a01575.html ga50f0c06e2ed82868b43d9fdf802c15dd atomic< unsigned char > atomic_uchar - a01491.html + a01575.html gae195150d772d7de1590a467c94d2efbd atomic< unsigned int > atomic_uint - a01491.html + a01575.html ga8229f523dabc2103dd045fbc7922deb6 atomic< uint16_t > atomic_uint16_t - a01491.html + a01575.html ga60f6513810459148ec357bbb993ae031 atomic< uint32_t > atomic_uint32_t - a01491.html + a01575.html gafdf19d28e7b224eae4986982432e3031 atomic< uint64_t > atomic_uint64_t - a01491.html + a01575.html ga61a2758446aadb239e0f77a1b7e1c95d atomic< uint8_t > atomic_uint8_t - a01491.html + a01575.html ga733c7b7c5f6035d86928e70083c3b74d atomic< uint_fast16_t > atomic_uint_fast16_t - a01491.html + a01575.html gab61c0b01e90d43f0213aa7abd2f5f335 atomic< uint_fast32_t > atomic_uint_fast32_t - a01491.html + a01575.html gaf84e67c027b9befda86fa336a250ad19 atomic< uint_fast64_t > atomic_uint_fast64_t - a01491.html + a01575.html ga891df3fc547ce305e223078a002a30ae atomic< uint_fast8_t > atomic_uint_fast8_t - a01491.html + a01575.html ga40baf341b0da82de1dda4f09d82e0ac5 atomic< uint_least16_t > atomic_uint_least16_t - a01491.html + a01575.html ga5c55fde43e38cd4b03ca13fb1a5e2a22 atomic< uint_least32_t > atomic_uint_least32_t - a01491.html + a01575.html ga882202b2c37d84f063452cb6919f0a72 atomic< uint_least64_t > atomic_uint_least64_t - a01491.html + a01575.html ga90b9e9b26f9e2224e5623c59f27c36be atomic< uint_least8_t > atomic_uint_least8_t - a01491.html + a01575.html ga5328da93da870cab076210266f0b1ab4 atomic< uintmax_t > atomic_uintmax_t - a01491.html + a01575.html ga9567942c4ccb9bf8a98cc8bf9e0dd37b atomic< uintptr_t > atomic_uintptr_t - a01491.html + a01575.html ga02e709315376fdc02556368b8035c5ac atomic< unsigned long long > atomic_ullong - a01491.html + a01575.html ga3c5b7b2c577e1b477dc11dc501dfff44 atomic< unsigned long > atomic_ulong - a01491.html + a01575.html ga00ea9684fdf38053c69ad0235e67eb26 atomic< unsigned short > atomic_ushort - a01491.html + a01575.html gaf0c7dae0fbcf1dbaf85913a5cece6462 atomic< wchar_t > atomic_wchar_t - a01491.html + a01575.html ga817fa93d87437b86fd8cbd6e77458631 atomic_base.h - a00275 - bits/c++config.h - bits/atomic_lockfree_defines.h - std::__atomic_base + a00335.html + bits/c++config.h + bits/atomic_lockfree_defines.h + bits/move.h std::__atomic_base std::__atomic_base< _PTp * > std::__atomic_flag_base - std::atomic std::atomic_flag std enum std::memory_order memory_order - a01491.html - ga7163c4f13e7624eb78b16bb599a72f98 + a01575.html + gae2a064461118d404041c13e66a930220 memory_order - a01491.html + a01575.html gab4f8c60de95c10793a8e3e27fcb800d9 _Tp kill_dependency - a01491.html + a01575.html gac8b65b60a2e0cb41d573f174a4c3c423 (_Tp __y) noexcept atomic_futex.h - a00278 - bits/c++config.h - atomic - chrono - mutex - condition_variable + a00338.html + bits/c++config.h + atomic + chrono + mutex + condition_variable std atomic_lockfree_defines.h - a00281 + a00341.html #define ATOMIC_BOOL_LOCK_FREE - a01491.html + a01575.html ga804f4cd80492d5bc779ef06aa8d77198 + atomic_timed_wait.h + a00344.html + bits/atomic_wait.h + bits/functional_hash.h + bits/this_thread_sleep.h + chrono + std + std::__detail + + + atomic_wait.h + a00347.html + bits/c++config.h + bits/functional_hash.h + ext/numeric_traits.h + bits/std_mutex.h + std + std::__detail + + atomic_word.h - a00641 + a00758.html atomicity.h - a01028 - bits/c++config.h - bits/atomic_word.h + a01109.html + bits/c++config.h + bits/atomic_word.h __gnu_cxx auto_ptr.h - a00713 - bits/c++config.h - debug/debug.h + a00833.html + bits/c++config.h + debug/debug.h std::auto_ptr std::auto_ptr_ref std backward_warning.h - a00716 + a00836.html balanced_quicksort.h - a00863 - parallel/basic_iterator.h - bits/stl_algo.h - bits/stl_function.h - parallel/settings.h - parallel/partition.h - parallel/random_number.h - parallel/queue.h + a00932.html + parallel/basic_iterator.h + bits/stl_algo.h + bits/stl_function.h + parallel/settings.h + parallel/partition.h + parallel/random_number.h + parallel/queue.h __gnu_parallel::_QSBThreadLocal __gnu_parallel void __parallel_sort_qsb - a01576.html + a01673.html a4093dd098b32542e3d3f43ebd4c6f940 (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void __qsb_conquer - a01576.html + a01673.html a8d9c5686c4621822c7c3cdd015f7e693 (_QSBThreadLocal< _RAIter > **__tls, _RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __iam, _ThreadIndex __num_threads, bool __parent_wait) std::iterator_traits< _RAIter >::difference_type __qsb_divide - a01576.html + a01673.html afc19882fd22d39e54475d41fd981ac49 (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void __qsb_local_sort_with_helping - a01576.html + a01673.html a7565d258aacb02328cef6eb2781ab711 (_QSBThreadLocal< _RAIter > **__tls, _Compare &__comp, _ThreadIndex __iam, bool __wait) - profile/base.h - a15189 - profile/impl/profiler.h - __gnu_profile - std - std::__profile + barrier + a00053.html - parallel/base.h - a15192 - bits/c++config.h - bits/stl_function.h - parallel/features.h - parallel/basic_iterator.h - parallel/parallel.h + base.h + a00935.html + bits/c++config.h + bits/stl_function.h + parallel/features.h + parallel/basic_iterator.h + parallel/parallel.h __gnu_parallel::__binder1st __gnu_parallel::__binder2nd __gnu_parallel::__unary_negate @@ -886,808 +1048,802 @@ void __decode2 - a01576.html + a01673.html aee3989c0ed2561801b8a6c0282008cca (_CASable __x, int &__a, int &__b) _CASable __encode2 - a01576.html + a01673.html a7fcc29eb3f2d9c83756a9d99b4105b3b (int __a, int __b) _RAIter __median_of_three_iterators - a01576.html + a01673.html a74914ea59d68887b517e12c90189dbcd (_RAIter __a, _RAIter __b, _RAIter __c, _Compare __comp) _Size __rd_log2 - a01576.html + a01673.html ae8e1f6dc07de01f28bf591339cf8aa9c (_Size __n) const _Tp & max - a01576.html + a01673.html aa05dc1fa1f8a513888fd311ea7b39aa3 (const _Tp &__a, const _Tp &__b) const _Tp & min - a01576.html + a01673.html a694c714713cacc857e126157b5472448 (const _Tp &__a, const _Tp &__b) basic_file.h - a00644 - bits/c++config.h - bits/c++io.h - bits/move.h - ios + a00761.html + bits/c++config.h + bits/c++io.h + bits/move.h + ios std basic_ios.h - a00284 - bits/localefwd.h - bits/locale_classes.h - bits/locale_facets.h - bits/streambuf_iterator.h - bits/move.h - bits/basic_ios.tcc + a00350.html + bits/localefwd.h + bits/locale_classes.h + bits/locale_facets.h + bits/streambuf_iterator.h + bits/move.h + bits/basic_ios.tcc std::basic_ios std basic_ios.tcc - a00287 + a00353.html std basic_iterator.h - a00866 - bits/c++config.h - bits/stl_iterator_base_types.h - bits/stl_iterator_base_funcs.h - bits/stl_iterator.h + a00938.html + bits/c++config.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h basic_string.h - a00290 - ext/atomicity.h - ext/alloc_traits.h - debug/debug.h - initializer_list - ext/string_conversions.h - bits/functional_hash.h + a00356.html + ext/atomicity.h + ext/alloc_traits.h + debug/debug.h + initializer_list + string_view + ext/string_conversions.h + bits/charconv.h + bits/functional_hash.h std::basic_string std::hash< string > std::hash< u16string > std::hash< u32string > std::hash< wstring > std + std::__detail basic_istream< _CharT, _Traits > & getline - a01544.html - a3590b5fa48da4e75fbf0054287e3a46b - (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) - - - basic_istream< _CharT, _Traits > & - getline - a01544.html - a5021b4ffdf84c279afac9807d8706cb0 - (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + a01635.html + acf081acf46eaade2c239bdc42fe54263 + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str) basic_istream< _CharT, _Traits > & getline - a01544.html + a01635.html a9c69645bd7667ae8b1786cd64473f53a (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) basic_istream< _CharT, _Traits > & getline - a01544.html - acf081acf46eaade2c239bdc42fe54263 - (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str) + a01635.html + a5021b4ffdf84c279afac9807d8706cb0 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) - bool - operator!= - a01544.html - a9551f72d5a20e1b3db6d73876b71be9c - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + basic_istream< _CharT, _Traits > & + getline + a01635.html + a3590b5fa48da4e75fbf0054287e3a46b + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) bool operator!= - a01544.html + a01635.html ad109463a06be6ce8e32bd270cc92e7c8 (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator!= - a01544.html + a01635.html a5cc85385236f8a6157f148fcf2505196 (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + bool + operator!= + a01635.html + a9551f72d5a20e1b3db6d73876b71be9c + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - a31fffa82cc0872d928c7d11371c34c49 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a952b727c802635e947a9a6b64f2f3ed1 + (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html + a01635.html ae220860a64ea80fb9522daf38053aa8f (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - a952b727c802635e947a9a6b64f2f3ed1 - (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + aa8298429823127738ccdf0b66e07249e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html + a01635.html a7ba297cc435f21d90383baeebae8652c (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - aa8298429823127738ccdf0b66e07249e - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs) + a01635.html + a31fffa82cc0872d928c7d11371c34c49 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator< - a01544.html - aa0eb871a6a5db29c6fa9c682b7808bdd - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01635.html + a5a6f7a1317ae28e6f2b71a0497873e25 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator< - a01544.html + a01635.html a27a4470c800ce13f6c1220c5ec11c360 (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator< - a01544.html - a5a6f7a1317ae28e6f2b71a0497873e25 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + aa0eb871a6a5db29c6fa9c682b7808bdd + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a7ce367a2dac030dcf212d89846f6c6ff (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str) bool operator<= - a01544.html - a25c829a4d9c4e577f0b11223bd00aced - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01635.html + a72de11bf9e31d206cda3e333812a3f5a + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator<= - a01544.html + a01635.html ac39a97945b49c71df0816226ff72807f (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator<= - a01544.html - a72de11bf9e31d206cda3e333812a3f5a - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) - - - bool - operator== - a01544.html - a648834d2b253af7787093fe9156662f5 + a01635.html + a25c829a4d9c4e577f0b11223bd00aced (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator== - a01544.html + a01635.html aecebb49b7915414fe7fd3eaff7c8516c (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator== - a01544.html + a01635.html a4edac9ce553e84f7c97c02172d93424e (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool - operator> - a01544.html - a56282963f192a45f81f55fa9c6a8005a + operator== + a01635.html + a648834d2b253af7787093fe9156662f5 (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator> - a01544.html + a01635.html + ab05d57b2cc8854cbdb97bc0676abf2c0 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator> + a01635.html a0f0b7503d67a8bd548778912aa40de84 (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator> - a01544.html - ab05d57b2cc8854cbdb97bc0676abf2c0 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a56282963f192a45f81f55fa9c6a8005a + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator>= - a01544.html - a4fd05c4c42075e6787d13b7dd454ba77 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01635.html + ad9ef507927a631a73f69c9d4d8add693 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator>= - a01544.html + a01635.html a56fe512b61535754991c71651054a4a3 (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator>= - a01544.html - ad9ef507927a631a73f69c9d4d8add693 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a4fd05c4c42075e6787d13b7dd454ba77 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a6447193cb914c78fb13064c210e26ed8 (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) void swap - a01544.html + a01635.html a0be9c6cc80dd454ea2212c47538c61c4 (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept(/*conditional */) basic_string.tcc - a00293 - bits/cxxabi_forced.h + a00359.html + bits/cxxabi_forced.h std basic_istream< _CharT, _Traits > & getline - a01544.html + a01635.html a3590b5fa48da4e75fbf0054287e3a46b (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - ae220860a64ea80fb9522daf38053aa8f - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a952b727c802635e947a9a6b64f2f3ed1 + (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - a952b727c802635e947a9a6b64f2f3ed1 - (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + ae220860a64ea80fb9522daf38053aa8f + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a6447193cb914c78fb13064c210e26ed8 (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) bin_search_tree_.hpp - a01214 - ext/pb_ds/exception.hpp - ext/pb_ds/tree_policy.hpp - ext/pb_ds/detail/eq_fn/eq_by_less.hpp - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/tree_trace_base.hpp - utility - functional - debug/debug.h - ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp + a01292.html + ext/pb_ds/exception.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/detail/eq_fn/eq_by_less.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/tree_trace_base.hpp + utility + functional + debug/debug.h + ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp __gnu_pbds binary_heap_.hpp - a01160 - queue - algorithm - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/binary_heap_/entry_cmp.hpp - ext/pb_ds/detail/binary_heap_/entry_pred.hpp - ext/pb_ds/detail/binary_heap_/resize_policy.hpp - ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp - ext/pb_ds/detail/binary_heap_/const_iterator.hpp - debug/debug.h - ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp - ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp + a01238.html + queue + algorithm + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/binary_heap_/entry_cmp.hpp + ext/pb_ds/detail/binary_heap_/entry_pred.hpp + ext/pb_ds/detail/binary_heap_/resize_policy.hpp + ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp + ext/pb_ds/detail/binary_heap_/const_iterator.hpp + debug/debug.h + ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp __gnu_pbds::detail::binary_heap __gnu_pbds binders.h - a00719 + a00839.html std::binder1st std::binder2nd std binder1st< _Operation > bind1st - a01513.html + a01598.html gaa2f509629443172a7077bcf2cd7c9086 (const _Operation &__fn, const _Tp &__x) binder2nd< _Operation > bind2nd - a01513.html + a01598.html ga8560a0e4e830e060d38c043f8db37681 (const _Operation &__fn, const _Tp &__x) binomial_heap_.hpp - a01208 - debug/debug.h - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp - ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp + a01286.html + debug/debug.h + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp + ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp __gnu_pbds::detail::binomial_heap __gnu_pbds binomial_heap_base_.hpp - a01211 - debug/debug.h - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp - ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp - ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp - ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp - ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp - ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp + a01289.html + debug/debug.h + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp + ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp __gnu_pbds::detail::binomial_heap_base __gnu_pbds + bit + a00056.html + type_traits + limits + std + + bitmap_allocator.h - a01031 - utility - bits/functexcept.h - functional - new - debug/debug.h - ext/concurrence.h - bits/move.h + a01112.html + utility + bits/functexcept.h + functional + new + debug/debug.h + ext/concurrence.h + bits/move.h __gnu_cxx::__detail::__mini_vector __gnu_cxx::__detail::_Bitmap_counter __gnu_cxx::__detail::_Ffit_finder __gnu_cxx::bitmap_allocator - __gnu_cxx::bitmap_allocator __gnu_cxx::free_list __gnu_cxx __gnu_cxx::__detail #define _BALLOC_ALIGN_BYTES - a01031.html + a01112.html af160600af7fedc182c11c9f89be04f53 void __bit_allocate - a01551.html - a66ecc50d39574ec8267280dcfcd7b829 - (size_t *__pbmap, size_t __pos) + a01642.html + a640233135dbc1e51bb74dfb544f14b94 + (std::size_t *__pbmap, std::size_t __pos) void __bit_free - a01551.html - ab571bfea10cee534f273e51d8c3f0e87 - (size_t *__pbmap, size_t __pos) + a01642.html + a3e2acc7616a7961ec478ebdbdc1ab2eb + (std::size_t *__pbmap, std::size_t __pos) - size_t + std::size_t __num_bitmaps - a01551.html - a7330cb988b80f21adeeb072f6667c98f + a01642.html + a5e87b2018944c21029bcfe228f1a1608 (_AddrPair __ap) - size_t + std::size_t __num_blocks - a01551.html - a2fb2c0275cdfb47ce1c94dedf58609ef + a01642.html + a8de50896f29c4c5211157adcc25f37d2 (_AddrPair __ap) - size_t + std::size_t _Bit_scan_forward - a01550.html - abd5dd7bd5163ef61907c047948e639a5 - (size_t __num) + a01641.html + a3c4bfdcc7ae961759c21b2a238617d5b + (std::size_t __num) bitset - a00047 - string - bits/functexcept.h - iosfwd - bits/cxxabi_forced.h - bits/functional_hash.h + a00059.html + string + bits/functexcept.h + iosfwd + bits/cxxabi_forced.h + bits/functional_hash.h std::_Base_bitset std::_Base_bitset< 0 > std::_Base_bitset< 1 > std::bitset - std::bitset::reference std::hash<::bitset< _Nb > > + std::bitset::reference std bitset< _Nb > - operator & - a01544.html - a0bad6c26bf52fd395038f073e09423b9 - (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept - - - bitset< _Nb > - operator| - a01544.html - a37b7f9acb3d4f471410857a524425f03 + operator& + a01635.html + a7e7330f9af270f5bd90341928263da8d (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept bitset< _Nb > operator^ - a01544.html + a01635.html a0eec0ec1834b05e931022533e2ae4d03 (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept - std::basic_istream< _CharT, _Traits > & - operator>> - a01544.html - a01cd5810d682dec840eee4ed6d2170d4 - (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + bitset< _Nb > + operator| + a01635.html + a37b7f9acb3d4f471410857a524425f03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept std::basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a20aaa750b7ddf43635768c7b2d0385e6 (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) - bitset< _Nb > - operator & - a01544.html - a0bad6c26bf52fd395038f073e09423b9 - (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + std::basic_istream< _CharT, _Traits > & + operator>> + a01635.html + a01cd5810d682dec840eee4ed6d2170d4 + (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) bitset< _Nb > - operator| - a01544.html - a37b7f9acb3d4f471410857a524425f03 + operator& + a01635.html + a7e7330f9af270f5bd90341928263da8d (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept bitset< _Nb > operator^ - a01544.html + a01635.html a0eec0ec1834b05e931022533e2ae4d03 (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept - std::basic_istream< _CharT, _Traits > & - operator>> - a01544.html - a01cd5810d682dec840eee4ed6d2170d4 - (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + bitset< _Nb > + operator| + a01635.html + a37b7f9acb3d4f471410857a524425f03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept std::basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a20aaa750b7ddf43635768c7b2d0385e6 (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) + + std::basic_istream< _CharT, _Traits > & + operator>> + a01635.html + a01cd5810d682dec840eee4ed6d2170d4 + (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + debug/bitset - a15195 - bitset - debug/safe_sequence.h - debug/safe_iterator.h + a17633.html + bitset + debug/safe_sequence.h + debug/safe_iterator.h std::__debug::bitset std::hash< __debug::bitset< _Nb > > std std::__debug - profile/bitset - a15198 - bitset - std::__profile::bitset - std::hash< __profile::bitset< _Nb > > - std - std::__profile - - bool_set - a00977 - typeinfo - iostream - tr2/bool_set.tcc + a01049.html + typeinfo + iostream + tr2/bool_set.tcc std::tr2::bool_set std std::tr2 bool_set.tcc - a00971 + a01043.html std std::tr2 boost_concept_check.h - a00296 - bits/c++config.h - bits/stl_iterator_base_types.h + a00362.html + bits/c++config.h + bits/stl_iterator_base_types.h __gnu_cxx branch_policy.hpp - a01232 - ext/pb_ds/tag_and_trait.hpp + a01310.html + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::branch_policy __gnu_pbds::detail::branch_policy< Node_CItr, Node_CItr, _Alloc > __gnu_pbds c++0x_warning.h - a00299 - - - c++14_warning.h - a00302 - - - c++17_warning.h - a00305 + a00365.html c++allocator.h - a00647 - ext/new_allocator.h + a00764.html + ext/new_allocator.h std __gnu_cxx::new_allocator< _Tp > __allocator_base - a01496.html + a01580.html ga1b6cff167395d2e9812ab3d2fe3e4875 c++config.h - a00650 - bits/os_defines.h - bits/cpu_defines.h + a00767.html + bits/os_defines.h + bits/cpu_defines.h __gnu_cxx std c++io.h - a00653 - cstdio + a00770.html + cstdio std c++locale.h - a00656 - clocale + a00773.html + clocale std c++locale_internal.h - a00659 - bits/c++config.h - clocale - cstdlib - cstring - cstddef - vector - ext/concurrence.h + a00776.html + bits/c++config.h + clocale + cstdlib + cstring + cstddef + vector + ext/concurrence.h std cassert - a00185 - bits/c++config.h + a00242.html + bits/c++config.h cast.h - a01034 + a01115.html __gnu_cxx::_Caster __gnu_cxx _ToType __static_pointer_cast - a01550.html - a487bbb64c56161112f038c0d8186395c - (const _FromType &__arg) + a01641.html + a4baa5d8cc0f2a99113c79518d394fd1b + (_FromType *__arg) _ToType __static_pointer_cast - a01550.html - a4baa5d8cc0f2a99113c79518d394fd1b - (_FromType *__arg) + a01641.html + a487bbb64c56161112f038c0d8186395c + (const _FromType &__arg) cc_hash_max_collision_check_resize_trigger_imp.hpp - a01397 + a01475.html cc_ht_map_.hpp - a01238 - utility - iterator - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/exception.hpp - ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp - debug/debug.h - ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp - ext/pb_ds/detail/unordered_iterator/point_iterator.hpp - ext/pb_ds/detail/unordered_iterator/const_iterator.hpp - ext/pb_ds/detail/unordered_iterator/iterator.hpp - ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp + a01316.html + utility + iterator + memory + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/exception.hpp + ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp + debug/debug.h + ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/point_iterator.hpp + ext/pb_ds/detail/unordered_iterator/const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/iterator.hpp + ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp __gnu_pbds::detail::cc_ht_map __gnu_pbds ccomplex - a00188 - complex + a00245.html + complex tr1/ccomplex - a15201 - tr1/complex + a17636.html + tr1/complex cctype - a00191 - bits/c++config.h + a00248.html + bits/c++config.h std tr1/cctype - a15204 - bits/c++config.h - cctype + a17639.html + bits/c++config.h + cctype cerrno - a00194 - bits/c++config.h + a00251.html + bits/c++config.h cfenv - a00197 - bits/c++config.h + a00254.html + bits/c++config.h tr1/cfenv - a15207 - bits/c++config.h + a17642.html + bits/c++config.h cfloat - a00200 - bits/c++config.h + a00257.html + bits/c++config.h tr1/cfloat - a15210 - cfloat + a17645.html + cfloat char_traits.h - a00308 - bits/stl_algobase.h - bits/postypes.h - cwchar - cstdint + a00368.html + bits/stl_algobase.h + bits/postypes.h + cwchar + cstdint __gnu_cxx::_Char_types __gnu_cxx::char_traits std::char_traits @@ -1697,341 +1853,493 @@ std + charconv + a00062.html + type_traits + bit + cctype + bits/charconv.h + bits/error_constants.h + ext/numeric_traits.h + std::from_chars_result + std::to_chars_result + std + std::__detail + + + chars_format + a01635.html + a16b30bf2bdcce2aee61f514c6f7912a7 + + scientific + fixed + hex + general + + + bool + __from_chars_alnum + a01636.html + a02a4382eee25480cab4d81544447ea42 + (const char *&__first, const char *__last, _Tp &__val, int __base) + + + bool + __from_chars_binary + a01636.html + a11433a71a3f2ed8441ebd24c02795d95 + (const char *&__first, const char *__last, _Tp &__val) + + + bool + __from_chars_digit + a01636.html + a3d265b34817666138f757fa2250400be + (const char *&__first, const char *__last, _Tp &__val, int __base) + + + __detail::__integer_from_chars_result_type< _Tp > + from_chars + a01635.html + aec0e7f9e0d1924da1cd438899b4035e9 + (const char *__first, const char *__last, _Tp &__value, int __base=10) + + + + charconv.h + a00371.html + type_traits + std + std::__detail + + checkers.h - a00869 - cstdio - bits/stl_algobase.h - bits/stl_function.h + a00941.html + cstdio + bits/stl_algobase.h + bits/stl_function.h __gnu_parallel bool __is_sorted - a01576.html + a01673.html a34e76513fa46ae5c7bc8c45677289112 (_IIter __begin, _IIter __end, _Compare __comp) chrono - a00050 - ratio - type_traits - limits - ctime - bits/parse_numbers.h - std::chrono::_V2::steady_clock - std::chrono::_V2::system_clock - std::chrono::duration + a00065.html + ratio + type_traits + limits + ctime + bits/parse_numbers.h + std::common_type< chrono::duration< _Rep, _Period > > + std::common_type< chrono::duration< _Rep, _Period >, chrono::duration< _Rep, _Period > > + std::common_type< chrono::duration< _Rep1, _Period1 >, chrono::duration< _Rep2, _Period2 > > + std::common_type< chrono::time_point< _Clock, _Duration > > + std::common_type< chrono::time_point< _Clock, _Duration >, chrono::time_point< _Clock, _Duration > > + std::common_type< chrono::time_point< _Clock, _Duration1 >, chrono::time_point< _Clock, _Duration2 > > std::chrono::duration std::chrono::duration_values - std::chrono::time_point + std::chrono::_V2::steady_clock + std::chrono::_V2::system_clock std::chrono::time_point std::chrono::treat_as_floating_point std std::chrono + std::filesystem + std::literals::chrono_literals system_clock high_resolution_clock - a00050.html - ab70b8aea9f615520e4143e918de990e1 + a01553.html + gab70b8aea9f615520e4143e918de990e1 duration< int64_t, ratio< 3600 > > hours - a01555.html - ab6ede778883411ba1212316a1c93a957 + a01553.html + ga69734a8fb02e0e6d1f29a781785a9299 duration< int64_t, micro > microseconds - a01555.html - a48e161315b2e3c0c6671ab7ee450fb11 + a01553.html + gaf37bbae9d9ccbf67115a71a8952faf24 duration< int64_t, milli > milliseconds - a01555.html - a2715f4a4bb9ba1a4c4c85da32cc8fa11 + a01553.html + ga2cf179075148cb112059568a2a379f9c duration< int64_t, ratio< 60 > > minutes - a01555.html - aec4ae783e0c0475ca367e3bfbe67b7e5 + a01553.html + gaa87d66cfbb7f3c85c493cd11d57ddf5a duration< int64_t, nano > nanoseconds - a01555.html - a41d0bd8a6e031eb9321ad13de37723de + a01553.html + gac7d6addefa059d7c954c928e55fe1b25 duration< int64_t > seconds - a01555.html - acc2f93e09fbc239b7a4b48d3c577d0ba + a01553.html + gaf8103c904bcc1ba7b14580e8bcd78e44 - constexpr enable_if< __is_duration< _ToDur >::value, _ToDur >::type + constexpr __enable_if_is_duration< _ToDur > duration_cast - a01555.html - a98f89f48d8117f57ee6c7d5392ad9fdd + a01553.html + ga5143d479bd882a4ff638451dc57e49ed (const duration< _Rep, _Period > &__d) + constexpr chrono::hours + operator""h + a01653.html + a1e9ce474716982d5412d54f0b31cfe83 + () + + + constexpr chrono::duration< long double, ratio< 3600, 1 > > + operator""h + a01653.html + a1222adbd6f6ce060f24d7ad7f5d3ceae + (long double __hours) + + + constexpr chrono::minutes + operator""min + a01653.html + ad1645bdcc6bef25113322ffb40afb055 + () + + + constexpr chrono::duration< long double, ratio< 60, 1 > > + operator""min + a01653.html + a9172c575d54fdebaac3bf4e952e30366 + (long double __mins) + + + constexpr chrono::milliseconds + operator""ms + a01653.html + acb53b4eca8f8403b4961eb4d73992f0f + () + + + constexpr chrono::duration< long double, milli > + operator""ms + a01653.html + aee77d87446eec8aa8123989164f3adfb + (long double __msecs) + + + constexpr chrono::nanoseconds + operator""ns + a01653.html + a40735700c3e24f14212f5e05a2aa9cdf + () + + + constexpr chrono::duration< long double, nano > + operator""ns + a01653.html + a13bead1131e9f9a4d4387b31db597498 + (long double __nsecs) + + + constexpr chrono::seconds + operator""s + a01653.html + ae49b0942a0d85cf3270662695d1c18b2 + () + + + constexpr chrono::duration< long double > + operator""s + a01653.html + a8be96abe071d59380fd2adfad88af135 + (long double __secs) + + + constexpr chrono::microseconds + operator""us + a01653.html + a31002adfb0b32dafe8e3d99af3a615ca + () + + + constexpr chrono::duration< long double, micro > + operator""us + a01653.html + a750c5cb11b71eefdc2636c056cdcf7ee + (long double __usecs) + + constexpr enable_if< __is_duration< _ToDur >::value, time_point< _Clock, _ToDur > >::type time_point_cast - a01555.html - a313d932abb364aa9f2e206ad2542740a + a01553.html + ga313d932abb364aa9f2e206ad2542740a (const time_point< _Clock, _Dur > &__t) experimental/chrono - a15213 - chrono - experimental/bits/lfts_config.h + a17648.html + chrono + experimental/bits/lfts_config.h std std::chrono cinttypes - a00203 - cstdint + a00260.html + cstdint tr1/cinttypes - a15216 - tr1/cstdint + a17651.html + tr1/cstdint ciso646 - a00206 - bits/c++config.h + a00263.html + bits/c++config.h climits - a00209 - bits/c++config.h + a00266.html + bits/c++config.h tr1/climits - a15219 - climits + a17654.html + climits clocale - a00212 - bits/c++config.h + a00269.html + bits/c++config.h std cmath - a00215 - bits/c++config.h - bits/cpp_type_traits.h - ext/type_traits.h - bits/std_abs.h + a00272.html + bits/c++config.h + bits/cpp_type_traits.h + ext/type_traits.h + bits/std_abs.h std ext/cmath - a15222 - cmath - type_traits + a17657.html + cmath + type_traits __gnu_cxx tr1/cmath - a15225 - cmath - bits/stl_algobase.h - limits + a17660.html + cmath + bits/stl_algobase.h + limits std std::tr1 __gnu_cxx::__promote< _Tp >::__type assoc_laguerre - a01514.html + a01599.html ga41f206b7aaf85b07d45a66d68400a1a6 (unsigned int __n, unsigned int __m, _Tp __x) __gnu_cxx::__promote< _Tp >::__type assoc_legendre - a01514.html + a01599.html ga7cba5e4fcae2550e496bac5ce5347379 (unsigned int __l, unsigned int __m, _Tp __x) __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type beta - a01514.html + a01599.html gabf90c74e3920ea3853f5786f90b8aa2b (_Tpx __x, _Tpy __y) __gnu_cxx::__promote< _Tp >::__type comp_ellint_1 - a01514.html + a01599.html ga35acc5bbe07b74718e22e5e7abe52fec (_Tp __k) __gnu_cxx::__promote< _Tp >::__type comp_ellint_2 - a01514.html + a01599.html ga67dca5d65386e74a0e2f17d842f0d450 (_Tp __k) __gnu_cxx::__promote_2< _Tp, _Tpn >::__type comp_ellint_3 - a01514.html + a01599.html ga61ba4b9c23985c1d0ae83cf48b180231 (_Tp __k, _Tpn __nu) __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type conf_hyperg - a01514.html + a01599.html gafd178133d3ebc657708ad8174baf2a74 (_Tpa __a, _Tpc __c, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_i - a01514.html + a01599.html ga07dddd9af049c8700682f9de63f49430 (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_j - a01514.html + a01599.html ga9f8aeb36e3e3ee1f6e15d597a46d772b (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_k - a01514.html + a01599.html ga77fcb104653b63975ae800e48fb72ed0 (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_neumann - a01514.html + a01599.html ga36bb3adce8d3308d85891700c78bea91 (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_1 - a01514.html + a01599.html ga7d289fce6de2d3ac3abfcecf4f419396 (_Tp __k, _Tpp __phi) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_2 - a01514.html + a01599.html gaca3de93877d9d195863279ef8e2d2b83 (_Tp __k, _Tpp __phi) __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type ellint_3 - a01514.html + a01599.html ga55963b25d9fb39d84193ca03cd6772d4 (_Tp __k, _Tpn __nu, _Tpp __phi) __gnu_cxx::__promote< _Tp >::__type expint - a01514.html + a01599.html gac555d8d9bf9256070f2238a6a788727c (_Tp __x) __gnu_cxx::__promote< _Tp >::__type hermite - a01514.html + a01599.html gaf363be9138ed0e7c26c71d34f97d0345 (unsigned int __n, _Tp __x) __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type hyperg - a01514.html + a01599.html gaf320db7639ced3d53b1b86cf8f2aaa3f (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) __gnu_cxx::__promote< _Tp >::__type laguerre - a01514.html + a01599.html ga2fcf4c16f11f22583104dd3f0f47e8d9 (unsigned int __n, _Tp __x) __gnu_cxx::__promote< _Tp >::__type legendre - a01514.html + a01599.html gafbabf25c3e530e0b94b5e6a3aaab6b5a (unsigned int __n, _Tp __x) __gnu_cxx::__promote< _Tp >::__type riemann_zeta - a01514.html + a01599.html gadfc115751fa7ee0a1c44d9f7028d3a01 (_Tp __x) __gnu_cxx::__promote< _Tp >::__type sph_bessel - a01514.html + a01599.html ga2bf44b5e5a3b33d518d8a49e06433ece (unsigned int __n, _Tp __x) __gnu_cxx::__promote< _Tp >::__type sph_legendre - a01514.html + a01599.html ga6281837b14f373c4b331509580f66b35 (unsigned int __l, unsigned int __m, _Tp __theta) __gnu_cxx::__promote< _Tp >::__type sph_neumann - a01514.html + a01599.html ga2d353e21ed716e078f26147fb603ed33 (unsigned int __n, _Tp __x) cmp_fn_imps.hpp - a01241 + a01319.html codecvt - a00056 - bits/locale_classes.h - bits/codecvt.h + a00068.html + bits/locale_classes.h + bits/codecvt.h std codecvt.h - a00311 + a00374.html + bits/c++config.h + bits/locale_classes.h std::__codecvt_abstract_base std::codecvt std::codecvt< char, char, mbstate_t > @@ -2044,766 +2352,771 @@ codecvt_specializations.h - a01037 - bits/c++config.h - locale + a01118.html + bits/c++config.h + locale + std::codecvt< _InternT, _ExternT, encoding_state > __gnu_cxx::encoding_char_traits __gnu_cxx::encoding_state - std::codecvt< _InternT, _ExternT, encoding_state > __gnu_cxx std + compare + a00023.html + + x86_64-pc-linux-gnu/bits/compatibility.h - a15228 + a17666.html parallel/compatibility.h - a15231 - parallel/types.h - parallel/base.h + a17663.html + parallel/types.h + parallel/base.h __gnu_parallel bool __compare_and_swap - a01576.html + a01673.html accd4441e0f846fee44966195a91e9e68 (volatile _Tp *__ptr, _Tp __comparand, _Tp __replacement) _Tp __fetch_and_add - a01576.html + a01673.html a56a5a84c8a6049cd3cc83968c6eae088 (volatile _Tp *__ptr, _Tp __addend) void __yield - a01576.html + a01673.html aaa76236af73146ae89f726921bc3f2cb () compiletime_settings.h - a00872 - cstdio + a00944.html + cstdio #define _GLIBCXX_CALL - a00872.html + a00944.html a77fb93c9cecec331ccee755972695128 (__n) #define _GLIBCXX_PARALLEL_ASSERTIONS - a00872.html + a00944.html a1210f57e55592f3e44cf8a870ede1e26 #define _GLIBCXX_RANDOM_SHUFFLE_CONSIDER_L1 - a00872.html + a00944.html ad0c32d89bd464eebae6dc165b502eadd #define _GLIBCXX_RANDOM_SHUFFLE_CONSIDER_TLB - a00872.html + a00944.html a92afdc651339993b5539f1d30410ecc8 #define _GLIBCXX_SCALE_DOWN_FPU - a00872.html + a00944.html a680d9fc5fc8574e507cbe9340f688173 #define _GLIBCXX_VERBOSE_LEVEL - a00872.html + a00944.html af8cef8058b1dfba33f4972e11b928beb complex - a00053 - bits/c++config.h - bits/cpp_type_traits.h - ext/type_traits.h - cmath - sstream - std::complex - std::complex - std::complex< double > - std::complex< float > - std::complex< long double > + a00071.html + bits/c++config.h + bits/cpp_type_traits.h + ext/type_traits.h + cmath + sstream + std::complex + std::complex< double > + std::complex< float > + std::complex< long double > __gnu_cxx std _Tp abs - a01473.html + a01554.html ga6e88fe698583fef1f7b3c3c379727143 (const complex< _Tp > &) std::complex< _Tp > acos - a01544.html + a01635.html af4498ab9c6d4eae4f1258319085fe80c (const std::complex< _Tp > &__z) std::complex< _Tp > acosh - a01544.html + a01635.html ac02c9d52b1f8d89d99508fb4a2107d44 (const std::complex< _Tp > &__z) - _Tp - arg - a01473.html - ga943544cb1017a51d7cafc7b4d3cd022f - (const complex< _Tp > &) - - __gnu_cxx::__promote< _Tp >::__type arg - a01544.html + a01635.html ac30364b7cb8121e0f4c42b2135ef8aa5 (_Tp __x) + _Tp + arg + a01554.html + ga943544cb1017a51d7cafc7b4d3cd022f + (const complex< _Tp > &) + + std::complex< _Tp > asin - a01544.html + a01635.html af94e28dea7bd5b71959fbc6be1070895 (const std::complex< _Tp > &__z) std::complex< _Tp > asinh - a01544.html + a01635.html a2135f46a5a1fcc1cd3399ef4e20f6249 (const std::complex< _Tp > &__z) std::complex< _Tp > atan - a01544.html + a01635.html a217a638ff609e744f9e5f5cf2837ec7c (const std::complex< _Tp > &__z) std::complex< _Tp > atanh - a01544.html + a01635.html abaa325495d208118ae2201fc82749a9e (const std::complex< _Tp > &__z) - complex< _Tp > + constexpr complex< _Tp > conj - a01473.html - ga1e8991790d9316e2a532c6c1106293ce + a01554.html + gaa4ee48d5be5952cb076bb6d8e399a092 (const complex< _Tp > &) complex< _Tp > cos - a01473.html + a01554.html gaed6443d175b556280b801357758d1526 (const complex< _Tp > &) complex< _Tp > cosh - a01473.html + a01554.html ga8ab9fb6ce0469e0144c41f40e49a63dc (const complex< _Tp > &) complex< _Tp > exp - a01473.html + a01554.html ga89579637d83fe041c9963cdcab272edd (const complex< _Tp > &) _Tp fabs - a01544.html + a01635.html a0b74e9caa6ce93221b5d88c296d33468 (const std::complex< _Tp > &__z) complex< _Tp > log - a01473.html + a01554.html ga42f2de63a5c18a149f94b926d4d6bb21 (const complex< _Tp > &) complex< _Tp > log10 - a01473.html + a01554.html ga070941f6cb66b0e4619891010c008250 (const complex< _Tp > &) - _Tp + constexpr _Tp norm - a01473.html - gaef96fd255c2f6d73472660ba65e283c7 + a01554.html + gade0e259f6fab0ba4cd6a833cace630d7 (const complex< _Tp > &) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaac2395bda171943484a3d3c535cc37a2 + a01554.html + ga8b84eb785c22823b2510b937f04c0c8d (const complex< _Tp > &__x) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga479334c2b1525df001a5dc01e3218708 + a01554.html + ga62308dc6db5797ac77e887d17ee63767 (const complex< _Tp > &__x) basic_ostream< _CharT, _Traits > & operator<< - a01473.html + a01554.html ga2ba7b3cbabd5345e19d26796f766c6c0 (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) basic_istream< _CharT, _Traits > & operator>> - a01473.html + a01554.html gaf81c75e50c9ee8a791d90329d2fc7ef8 (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x) complex< _Tp > polar - a01473.html + a01554.html ga6310fbff4c2a4056654d332fc0e68f04 (const _Tp &, const _Tp &=0) complex< _Tp > pow - a01473.html - gaacf8017e100d619acab131da8a4017e1 - (const complex< _Tp > &, int) + a01554.html + gadb1a322e1cc55220dc7ff754815ffbc7 + (const _Tp &, const complex< _Tp > &) complex< _Tp > pow - a01473.html + a01554.html ga6e1161f2920c46a042888c60e9d8447c (const complex< _Tp > &, const _Tp &) complex< _Tp > pow - a01473.html + a01554.html gad07a5f0000890bb20d170700575d210c (const complex< _Tp > &, const complex< _Tp > &) complex< _Tp > pow - a01473.html - gadb1a322e1cc55220dc7ff754815ffbc7 - (const _Tp &, const complex< _Tp > &) + a01554.html + gaacf8017e100d619acab131da8a4017e1 + (const complex< _Tp > &, int) complex< _Tp > sin - a01473.html + a01554.html ga249915bcbce6563e63f5ffa6d464155a (const complex< _Tp > &) complex< _Tp > sinh - a01473.html + a01554.html gae30c461aa90a3e7d502737e29898570b (const complex< _Tp > &) complex< _Tp > sqrt - a01473.html + a01554.html gaf91cd3409ab242d469bcc1b2d06624c3 (const complex< _Tp > &) complex< _Tp > tan - a01473.html + a01554.html ga530419a3cf68024cd03985a4795214e3 (const complex< _Tp > &) complex< _Tp > tanh - a01473.html + a01554.html gaa4aa5a5b2f39aa309bd0add4864b3155 (const complex< _Tp > &) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2a59d9d4f1421dcdba7b5ce55ca9358 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga40387c48883b0e3907dd560696875bc8 + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - ga90ca28e9c08e2d2be7b39384ed948f7d + a01554.html + ga2c6ef01efc18ee08cf7ec77e92c97e60 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2ec84e113bbf579c4a5169104553056 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + gae51251681ab61c3730064d7bd251456f + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gaef6e5c353285e48d39f7dbd566c19a2e - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga125c885adff63e68a8b4b4eaf9b6c097 + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga7aad810bd1c92d7b5302152d83ea6eab + a01554.html + ga99680a136efdabaf8cf65882c5e2a818 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gad3bdc086693b8fda1867dcf488ea3244 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + gacc62bfd9d280c9ab160a02defaa89f1b + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf84b7343bdda8ed9615cd8f5a61c5e83 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + gaf691f99f043695126cb141fcb838912a + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf0ac8c76d2e8fe3754ed271686ded3ea + a01554.html + gaa5238c2eed3aed4a02ae6dd88867b0ee (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - ga59f0aae608928f513abdea0a903f3d18 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + ga1383aaa1e6ca24ab907dea89ea4c3118 + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - ga49d2a5790a02710e711c197ed68155ab - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga453dfa2ba1aca32d0b510e8477fe8775 + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gabfad69221b1e539a49e34272f5b473c6 + a01554.html + ga32a2500a2129e96d2fa4bf6c6bd91300 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gaa960e6ad58623983486ef30cf84d3940 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + ga441b51de8c1469c1ede7a9859156cfa4 + (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html - gaca932655bd64e8b079c145921e0d1d62 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html ga5bbecf180e08f24cdb60411af07873be (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator== - a01473.html - ga8ce82b2067ebaf21931151dfee549f0d - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html - ga73a0309c22f804987d01e41c3af8d953 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html + a01554.html ga4f04509aa5b848bb961d6c4898fc8ee6 (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator!= - a01473.html - ga05e38fe09ca2ceb867e8cbaf0df2d43b - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2a59d9d4f1421dcdba7b5ce55ca9358 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga40387c48883b0e3907dd560696875bc8 + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - ga90ca28e9c08e2d2be7b39384ed948f7d + a01554.html + ga2c6ef01efc18ee08cf7ec77e92c97e60 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2ec84e113bbf579c4a5169104553056 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + gae51251681ab61c3730064d7bd251456f + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gaef6e5c353285e48d39f7dbd566c19a2e - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga125c885adff63e68a8b4b4eaf9b6c097 + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga7aad810bd1c92d7b5302152d83ea6eab + a01554.html + ga99680a136efdabaf8cf65882c5e2a818 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gad3bdc086693b8fda1867dcf488ea3244 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + gacc62bfd9d280c9ab160a02defaa89f1b + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf84b7343bdda8ed9615cd8f5a61c5e83 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + gaf691f99f043695126cb141fcb838912a + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf0ac8c76d2e8fe3754ed271686ded3ea + a01554.html + gaa5238c2eed3aed4a02ae6dd88867b0ee (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - ga59f0aae608928f513abdea0a903f3d18 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + ga1383aaa1e6ca24ab907dea89ea4c3118 + (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - ga49d2a5790a02710e711c197ed68155ab - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga453dfa2ba1aca32d0b510e8477fe8775 + (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gabfad69221b1e539a49e34272f5b473c6 + a01554.html + ga32a2500a2129e96d2fa4bf6c6bd91300 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gaa960e6ad58623983486ef30cf84d3940 - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + ga441b51de8c1469c1ede7a9859156cfa4 + (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html - gaca932655bd64e8b079c145921e0d1d62 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html ga5bbecf180e08f24cdb60411af07873be (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator== - a01473.html - ga8ce82b2067ebaf21931151dfee549f0d - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html - ga73a0309c22f804987d01e41c3af8d953 - (const complex< _Tp > &__x, const complex< _Tp > &__y) + a01554.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html + a01554.html ga4f04509aa5b848bb961d6c4898fc8ee6 (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator!= - a01473.html - ga05e38fe09ca2ceb867e8cbaf0df2d43b - (const _Tp &__x, const complex< _Tp > &__y) + a01554.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) tr1/complex - a15234 - complex + a17669.html + complex std std::tr1 std::complex< _Tp > fabs - a01473.html + a01554.html gad40c4613da51e899ab88c3a18267ef7f (const std::complex< _Tp > &__z) std::complex< typename __gnu_cxx::__promote_2< _Tp, _Up >::__type > pow - a01473.html + a01554.html gaab6ff7d7d6909209885edbc25b74a930 (const std::complex< _Tp > &__x, const _Up &__y) complex.h - a00002 - bits/c++config.h - ccomplex + a00002.html + bits/c++config.h + ccomplex concept_check.h - a00314 - bits/c++config.h + a00377.html + bits/c++config.h + + + concepts + a00074.html concurrence.h - a01040 - exception - bits/functexcept.h - bits/cpp_type_traits.h - ext/type_traits.h + a01121.html + exception + bits/functexcept.h + bits/cpp_type_traits.h + ext/type_traits.h __gnu_cxx::__scoped_lock __gnu_cxx cond_dealtor.hpp - a01136 + a01214.html + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::cond_dealtor __gnu_pbds cond_key_dtor_entry_dealtor.hpp - a01244 + a01322.html __gnu_pbds::detail::cond_dealtor __gnu_pbds condition_variable - a00059 - chrono - bits/std_mutex.h - ext/concurrence.h - bits/alloc_traits.h - bits/allocator.h - bits/unique_ptr.h - bits/shared_ptr.h - bits/cxxabi_forced.h - std::_V2::condition_variable_any + a00077.html + chrono + bits/std_mutex.h + bits/unique_lock.h + bits/alloc_traits.h + bits/shared_ptr.h + bits/cxxabi_forced.h std::condition_variable + std::_V2::condition_variable_any std cv_status - a01474.html + a01555.html gad3ce465ffb10e354aa30c4ce93b68bee - no_timeout - timeout + no_timeout + timeout binary_heap_/const_iterator.hpp - a15237 - ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp - debug/debug.h + a17672.html + ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp + debug/debug.h __gnu_pbds::detail::binary_heap_const_iterator_ __gnu_pbds left_child_next_sibling_heap_/const_iterator.hpp - a15240 - ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp - debug/debug.h + a17675.html + ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp + debug/debug.h __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_ __gnu_pbds unordered_iterator/const_iterator.hpp - a15243 - const_iterator_ + a17678.html cc_hash_table_map_/constructor_destructor_fn_imps.hpp - a15246 + a17681.html gp_hash_table_map_/constructor_destructor_fn_imps.hpp - a15249 + a17684.html list_update_map_/constructor_destructor_fn_imps.hpp - a15252 + a17687.html cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp - a15255 + a17690.html gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp - a15258 + a17693.html cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp - a15261 + a17696.html gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp - a15264 + a17699.html binary_heap_/constructors_destructor_fn_imps.hpp - a15267 + a17705.html binomial_heap_/constructors_destructor_fn_imps.hpp - a15270 + a17708.html binomial_heap_base_/constructors_destructor_fn_imps.hpp - a15273 + a17711.html bin_search_tree_/constructors_destructor_fn_imps.hpp - a15276 + a17702.html left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp - a15279 + a17714.html ov_tree_map_/constructors_destructor_fn_imps.hpp - a15282 + a17717.html pairing_heap_/constructors_destructor_fn_imps.hpp - a15285 + a17720.html pat_trie_/constructors_destructor_fn_imps.hpp - a15288 + a17723.html rb_tree_map_/constructors_destructor_fn_imps.hpp - a15291 + a17726.html rc_binomial_heap_/constructors_destructor_fn_imps.hpp - a15294 + a17729.html splay_tree_/constructors_destructor_fn_imps.hpp - a15297 + a17732.html thin_heap_/constructors_destructor_fn_imps.hpp - a15300 + a17735.html container_base_dispatch.hpp - a01139 - ext/typelist.h - ext/pb_ds/detail/list_update_map_/lu_map_.hpp - ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp - ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp - ext/pb_ds/detail/splay_tree_/splay_tree_.hpp - ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp - ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp - ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp - ext/pb_ds/detail/pat_trie_/pat_trie_.hpp + a01217.html + ext/typelist.h + ext/pb_ds/detail/list_update_map_/lu_map_.hpp + ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp + ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp + ext/pb_ds/detail/splay_tree_/splay_tree_.hpp + ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp + ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp + ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp + ext/pb_ds/detail/pat_trie_/pat_trie_.hpp __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, cc_hash_tag, Policy_Tl > __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, gp_hash_tag, Policy_Tl > __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, list_update_tag, Policy_Tl > @@ -2822,299 +3135,306 @@ cpp_type_traits.h - a00317 - bits/c++config.h + a00380.html + bits/c++config.h std cpu_defines.h - a00665 + a00782.html csetjmp - a00218 - bits/c++config.h + a00275.html + bits/c++config.h std csignal - a00221 - bits/c++config.h + a00278.html + bits/c++config.h std cstdalign - a00224 - bits/c++config.h + a00281.html + bits/c++config.h cstdarg - a00227 - bits/c++config.h + a00284.html + bits/c++config.h std tr1/cstdarg - a15303 - cstdarg + a17738.html + cstdarg cstdbool - a00230 - bits/c++config.h + a00287.html + bits/c++config.h tr1/cstdbool - a15306 - bits/c++config.h + a17741.html + bits/c++config.h cstddef - a00233 - bits/c++config.h + a00290.html + bits/c++config.h std + + + byte + a01635.html + ac12aa221abdc74499988eed2a8e1626d + + cstdint - a00236 - bits/c++config.h + a00293.html + bits/c++config.h std tr1/cstdint - a15309 - bits/c++config.h + a17744.html + bits/c++config.h std std::tr1 cstdio - a00239 - bits/c++config.h + a00296.html + bits/c++config.h std tr1/cstdio - a15312 - cstdio + a17747.html + cstdio cstdlib - a00242 - bits/c++config.h + a00299.html + bits/c++config.h std tr1/cstdlib - a15315 - cstdlib + a17750.html + cstdlib cstring - a00245 - bits/c++config.h + a00302.html + bits/c++config.h std ctgmath - a00248 - cmath - complex + a00305.html + cmath + complex tr1/ctgmath - a15318 - tr1/cmath + a17753.html + tr1/cmath ctime - a00251 - bits/c++config.h + a00308.html + bits/c++config.h std tr1/ctime - a15321 - ctime + a17756.html + ctime ctype_base.h - a00668 + a00785.html std::ctype_base std ctype_inline.h - a00671 + a00788.html std cuchar - a00257 - bits/c++config.h - cwchar + a00314.html + bits/c++config.h + cwchar cwchar - a00254 - bits/c++config.h + a00311.html + bits/c++config.h std tr1/cwchar - a15324 - cwchar + a17759.html + cwchar std std::tr1 cwctype - a00260 - bits/c++config.h + a00317.html + bits/c++config.h std tr1/cwctype - a15327 - cwctype + a17762.html + cwctype std std::tr1 cxxabi.h - a00023 - bits/c++config.h - bits/cxxabi_tweaks.h - bits/cxxabi_forced.h - bits/cxxabi_init_exception.h - typeinfo + a00026.html + bits/c++config.h + bits/cxxabi_tweaks.h + bits/cxxabi_forced.h + bits/cxxabi_init_exception.h + typeinfo __gnu_cxx::recursive_init_error __gnu_cxx abi char * __cxa_demangle - a00023.html + a00026.html a0f77048f40022ee20f49f773defc9c27 (const char *__mangled_name, char *__output_buffer, size_t *__length, int *__status) cxxabi_forced.h - a00320 + a00383.html __cxxabiv1::__forced_unwind cxxabi_init_exception.h - a00323 - bits/c++config.h + a00386.html + bits/c++config.h std cxxabi_tweaks.h - a00674 + a00791.html debug.h - a00737 - debug/assertions.h + a00857.html + debug/assertions.h __gnu_debug std std::__debug debug_allocator.h - a01043 - stdexcept - bits/functexcept.h - ext/alloc_traits.h + a01124.html + stdexcept + bits/functexcept.h + ext/alloc_traits.h __gnu_cxx::debug_allocator __gnu_cxx binary_heap_/debug_fn_imps.hpp - a15330 + a17768.html binomial_heap_/debug_fn_imps.hpp - a15333 + a17771.html binomial_heap_base_/debug_fn_imps.hpp - a15336 + a17774.html bin_search_tree_/debug_fn_imps.hpp - a15339 + a17765.html cc_hash_table_map_/debug_fn_imps.hpp - a15342 + a17777.html gp_hash_table_map_/debug_fn_imps.hpp - a15345 + a17780.html left_child_next_sibling_heap_/debug_fn_imps.hpp - a15348 + a17783.html list_update_map_/debug_fn_imps.hpp - a15351 + a17786.html ov_tree_map_/debug_fn_imps.hpp - a15354 + a17789.html pairing_heap_/debug_fn_imps.hpp - a15357 + a17792.html pat_trie_/debug_fn_imps.hpp - a15360 + a17795.html rb_tree_map_/debug_fn_imps.hpp - a15363 + a17798.html rc_binomial_heap_/debug_fn_imps.hpp - a15366 + a17801.html splay_tree_/debug_fn_imps.hpp - a15369 + a17804.html thin_heap_/debug_fn_imps.hpp - a15372 + a17807.html debug_map_base.hpp - a01142 + a01220.html cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp - a15375 + a17810.html gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp - a15378 + a17813.html cc_hash_table_map_/debug_store_hash_fn_imps.hpp - a15381 + a17816.html gp_hash_table_map_/debug_store_hash_fn_imps.hpp - a15384 + a17819.html decimal - a00983 - bits/c++config.h + a01055.html + bits/c++config.h std::decimal::decimal128 std::decimal::decimal32 std::decimal::decimal64 @@ -3123,73 +3443,69 @@ long long decimal32_to_long_long - a01578.html + a01675.html a382d300aa924d2e205ddca22d677dcec (decimal32 __d) deque - a00062 - bits/stl_algobase.h - bits/allocator.h - bits/stl_construct.h - bits/stl_uninitialized.h - bits/stl_deque.h - bits/range_access.h - bits/deque.tcc + a00080.html + bits/stl_algobase.h + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_deque.h + bits/range_access.h + bits/deque.tcc + std debug/deque - a15387 - deque - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h + a17822.html + bits/c++config.h + deque + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h std::__debug::deque std std::__debug - profile/deque - a15390 - deque - std::__profile::deque - std - std::__profile - - experimental/deque - a15393 - deque - algorithm - experimental/memory_resource + a17825.html + deque + algorithm + experimental/memory_resource std + std::experimental deque.tcc - a00326 + a00389.html + bits/stl_algobase.h std direct_mask_range_hashing_imp.hpp - a01307 + a01385.html direct_mod_range_hashing_imp.hpp - a01310 + a01388.html dynamic_bitset - a00980 - limits - vector - string - memory - bits/functexcept.h - iosfwd - bits/cxxabi_forced.h - tr2/dynamic_bitset.tcc + a01052.html + limits + vector + string + istream + bits/functexcept.h + bits/stl_algo.h + bits/cxxabi_forced.h + tr2/dynamic_bitset.tcc std::tr2::__dynamic_bitset_base std::tr2::dynamic_bitset std::tr2::dynamic_bitset::reference @@ -3198,139 +3514,140 @@ std::basic_ostream< _CharT, _Traits > & operator<< - a01515.html + a01600.html gaf5eb3c897d120abd3981d431b0c57b35 (std::basic_ostream< _CharT, _Traits > &__os, const dynamic_bitset< _WordT, _Alloc > &__x) bool operator!= - a01515.html + a01600.html ga2b4bf8c35aa9cd820d1bc042accb8687 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator<= - a01515.html + a01600.html gae39d9fee6e2bb1642be73a0474be71b3 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator> - a01515.html + a01600.html gabc26fba16414cb3d2c1247de4be61cfd (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator>= - a01515.html + a01600.html ga08b65275697884e0facdf36f73c0bb7d (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) dynamic_bitset< _WordT, _Alloc > - operator & - a01515.html - gacc832712a19ae288e2b01ba85bee3d5a + operator& + a01600.html + ga954cea8f51f07da79ec635441f11fe18 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > - operator| - a01515.html - gad20c154d9a0dc8523781b0d2fe0d3de1 + operator- + a01600.html + ga9098fadcbe59e0ba2fa8590bd8388f5e (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator^ - a01515.html + a01600.html ga7c9b5309fab61ddf049e350fdaa599fe (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > - operator- - a01515.html - ga9098fadcbe59e0ba2fa8590bd8388f5e + operator| + a01600.html + gad20c154d9a0dc8523781b0d2fe0d3de1 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) bool operator!= - a01515.html + a01600.html ga2b4bf8c35aa9cd820d1bc042accb8687 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator<= - a01515.html + a01600.html gae39d9fee6e2bb1642be73a0474be71b3 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator> - a01515.html + a01600.html gabc26fba16414cb3d2c1247de4be61cfd (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator>= - a01515.html + a01600.html ga08b65275697884e0facdf36f73c0bb7d (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) dynamic_bitset< _WordT, _Alloc > - operator & - a01515.html - gacc832712a19ae288e2b01ba85bee3d5a + operator& + a01600.html + ga954cea8f51f07da79ec635441f11fe18 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > - operator| - a01515.html - gad20c154d9a0dc8523781b0d2fe0d3de1 + operator- + a01600.html + ga9098fadcbe59e0ba2fa8590bd8388f5e (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator^ - a01515.html + a01600.html ga7c9b5309fab61ddf049e350fdaa599fe (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > - operator- - a01515.html - ga9098fadcbe59e0ba2fa8590bd8388f5e + operator| + a01600.html + gad20c154d9a0dc8523781b0d2fe0d3de1 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset.tcc - a00974 + a01046.html std std::tr2 std::basic_istream< _CharT, _Traits > & operator>> - a01515.html + a01600.html ga4618b05732d8eec5161f28b23c23227d (std::basic_istream< _CharT, _Traits > &__is, dynamic_bitset< _WordT, _Alloc > &__x) enable_special_members.h - a00329 + a00392.html + bits/c++config.h std::_Enable_copy_move std::_Enable_default_constructor std::_Enable_destructor @@ -3339,258 +3656,253 @@ enc_filebuf.h - a01046 - fstream - locale - ext/codecvt_specializations.h + a01127.html + fstream + locale + ext/codecvt_specializations.h __gnu_cxx::enc_filebuf __gnu_cxx entry_cmp.hpp - a01172 - __gnu_pbds::detail::entry_cmp + a01250.html __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false > - __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, true > + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type __gnu_pbds entry_list_fn_imps.hpp - a01262 + a01340.html entry_metadata_base.hpp - a01352 + a01430.html __gnu_pbds entry_pred.hpp - a01175 - __gnu_pbds::detail::entry_pred + a01253.html __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, false > __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, true > __gnu_pbds eq_by_less.hpp - a01292 - utility - functional - vector - ext/pb_ds/detail/types_traits.hpp + a01370.html + utility + functional + vector + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::eq_by_less __gnu_pbds equally_split.h - a00875 + a00947.html __gnu_parallel _OutputIterator __equally_split - a01576.html + a01673.html ac799255921e70b0378d145924d673f9c (_DifferenceType __n, _ThreadIndex __num_threads, _OutputIterator __s) _DifferenceType __equally_split_point - a01576.html + a01673.html a8e3a77cb920e419144b72d6d20167dfd (_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) binary_heap_/erase_fn_imps.hpp - a15396 + a17831.html binomial_heap_base_/erase_fn_imps.hpp - a15399 + a17834.html bin_search_tree_/erase_fn_imps.hpp - a15402 + a17828.html cc_hash_table_map_/erase_fn_imps.hpp - a15405 - ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp + a17837.html gp_hash_table_map_/erase_fn_imps.hpp - a15408 - ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp + a17840.html left_child_next_sibling_heap_/erase_fn_imps.hpp - a15411 + a17843.html list_update_map_/erase_fn_imps.hpp - a15414 + a17846.html ov_tree_map_/erase_fn_imps.hpp - a15417 + a17849.html pairing_heap_/erase_fn_imps.hpp - a15420 + a17852.html pat_trie_/erase_fn_imps.hpp - a15423 + a17855.html rb_tree_map_/erase_fn_imps.hpp - a15426 + a17858.html rc_binomial_heap_/erase_fn_imps.hpp - a15429 + a17861.html splay_tree_/erase_fn_imps.hpp - a15432 + a17864.html thin_heap_/erase_fn_imps.hpp - a15435 + a17867.html erase_if.h - a00986 - experimental/bits/lfts_config.h + a00395.html + bits/c++config.h std + std::__detail cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp - a15438 + a17870.html gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp - a15441 + a17873.html cc_hash_table_map_/erase_store_hash_fn_imps.hpp - a15444 + a17876.html gp_hash_table_map_/erase_store_hash_fn_imps.hpp - a15447 + a17879.html error_constants.h - a00677 - bits/c++config.h - cerrno + a00794.html + bits/c++config.h + cerrno std exception - a00026 - bits/c++config.h - bits/exception.h - bits/exception_ptr.h - bits/nested_exception.h + a00029.html + bits/c++config.h + bits/exception.h + bits/exception_ptr.h + bits/nested_exception.h std::bad_exception __gnu_cxx std void(* terminate_handler - a01544.html - a2f2f9edd9cd5d903b65cce6ccb977fdd + a01576.html + ga2f2f9edd9cd5d903b65cce6ccb977fdd )() void(* unexpected_handler - a01544.html - ac2b8e8de17f84d0261369b2162d73ff0 + a01576.html + gac2b8e8de17f84d0261369b2162d73ff0 )() void __verbose_terminate_handler - a01492.html + a01576.html gaf51888cedbc669a114cd79e39e0cd9be () terminate_handler get_terminate - a01544.html - a5427b4061db7ec519fbd7ded55c38226 + a01576.html + ga5427b4061db7ec519fbd7ded55c38226 () noexcept unexpected_handler get_unexpected - a01544.html - a08a755f5c21484846b4b0f3964580739 + a01576.html + ga08a755f5c21484846b4b0f3964580739 () noexcept terminate_handler set_terminate - a01544.html - aa53bcb9876c7b393a9e9e26fc90d5811 + a01576.html + gaa53bcb9876c7b393a9e9e26fc90d5811 (terminate_handler) noexcept unexpected_handler set_unexpected - a01544.html - a92329f10f9aba5eb5f26b11cf01d5166 + a01576.html + ga92329f10f9aba5eb5f26b11cf01d5166 (unexpected_handler) noexcept void terminate - a01544.html - add3befe08cc677fe78f3e6f6b0c6d29b - () noexcept __attribute__((__noreturn__)) + a01576.html + gab3484b146d653a7aa1550258d068040d + () noexcept bool uncaught_exception - a01544.html - a876ca3bc46e47265109d55942ff2f6f7 - () noexcept __attribute__((__pure__)) + a01576.html + ga03ede6b631b1a212cec2683b51ec0ba2 + () noexcept int uncaught_exceptions - a01544.html - a549c0b88f3fbc2305ecf57bbad4d3613 - () noexcept __attribute__((__pure__)) + a01576.html + ga04c865e9d16a5bda2a1dd62b79d94fd5 + () noexcept void unexpected - a01544.html - a742bf00b19772819acc97ae5e8f4bebe - () __attribute__((__noreturn__)) + a01576.html + gae1c3a223c91b30423c7f012c2e054aca + () exception.h - a00332 - bits/c++config.h + a00398.html + bits/c++config.h std::exception std exception.hpp - a01115 - bits/c++config.h - stdexcept - cstdlib + a01193.html + bits/c++config.h + stdexcept + cstdlib __gnu_pbds::container_error __gnu_pbds::insert_error __gnu_pbds::join_error @@ -3599,270 +3911,269 @@ exception_defines.h - a00335 + a00401.html exception_ptr.h - a00338 - bits/c++config.h - bits/exception_defines.h - bits/cxxabi_init_exception.h - typeinfo - new + a00404.html + bits/c++config.h + bits/exception_defines.h + bits/cxxabi_init_exception.h + typeinfo + new std::__exception_ptr::exception_ptr std exception_ptr - copy_exception - a01492.html - ga155dc3a7d5834ccc269117511eab203d - (_Ex __ex) noexcept 1 - - - exception_ptr current_exception - a01492.html + a01576.html ga02cdcc517fefe661313437aa9356a28f () noexcept exception_ptr make_exception_ptr - a01492.html + a01576.html ga200c1d3152b2fd43b206da6c031b9730 (_Ex __ex) noexcept void rethrow_exception - a01492.html - ga64d0b68338d7edbfd7d95f4177dbc442 - (exception_ptr) __attribute__((__noreturn__)) + a01576.html + ga3d868a099252fe5a49e09b53b2d403cc + (exception_ptr) extc++.h - a00680 - bits/stdc++.h - ext/algorithm - ext/aligned_buffer.h - ext/alloc_traits.h - ext/array_allocator.h - ext/atomicity.h - ext/bitmap_allocator.h - ext/cast.h - ext/cmath - ext/concurrence.h - ext/debug_allocator.h - ext/extptr_allocator.h - ext/functional - ext/iterator - ext/malloc_allocator.h - ext/memory - ext/mt_allocator.h - ext/new_allocator.h - ext/numeric - ext/numeric_traits.h - ext/pod_char_traits.h - ext/pointer.h - ext/pool_allocator.h - ext/rb_tree - ext/rope - ext/slist - ext/stdio_filebuf.h - ext/stdio_sync_filebuf.h - ext/throw_allocator.h - ext/typelist.h - ext/vstring.h - ext/pb_ds/assoc_container.hpp - ext/pb_ds/priority_queue.hpp - ext/pb_ds/exception.hpp - ext/pb_ds/hash_policy.hpp - ext/pb_ds/list_update_policy.hpp - ext/pb_ds/tree_policy.hpp - ext/pb_ds/trie_policy.hpp + a00797.html + bits/stdc++.h + ext/algorithm + ext/aligned_buffer.h + ext/alloc_traits.h + ext/atomicity.h + ext/bitmap_allocator.h + ext/cast.h + ext/cmath + ext/concurrence.h + ext/debug_allocator.h + ext/extptr_allocator.h + ext/functional + ext/iterator + ext/malloc_allocator.h + ext/memory + ext/mt_allocator.h + ext/new_allocator.h + ext/numeric + ext/numeric_traits.h + ext/pod_char_traits.h + ext/pointer.h + ext/pool_allocator.h + ext/rb_tree + ext/rope + ext/slist + ext/stdio_filebuf.h + ext/stdio_sync_filebuf.h + ext/throw_allocator.h + ext/typelist.h + ext/type_traits.h + ext/vstring.h + ext/pb_ds/assoc_container.hpp + ext/pb_ds/priority_queue.hpp + ext/pb_ds/exception.hpp + ext/pb_ds/hash_policy.hpp + ext/pb_ds/list_update_policy.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/trie_policy.hpp extptr_allocator.h - a01049 - memory - ext/numeric_traits.h - ext/pointer.h + a01130.html + memory + ext/numeric_traits.h + ext/pointer.h __gnu_cxx::_ExtPtr_allocator __gnu_cxx features.h - a00878 + a00950.html #define _GLIBCXX_BAL_QUICKSORT - a00878.html + a00950.html a4ac4aa3381d184b69356349a4156c9a1 #define _GLIBCXX_FIND_CONSTANT_SIZE_BLOCKS - a00878.html + a00950.html a877a31358045791c3ae6e6af28e5620b #define _GLIBCXX_FIND_EQUAL_SPLIT - a00878.html + a00950.html ae75a033707c0c6b314226230008cda14 #define _GLIBCXX_FIND_GROWING_BLOCKS - a00878.html + a00950.html aacdbb33fc99834c968be42e5c95f2b2a #define _GLIBCXX_MERGESORT - a00878.html + a00950.html a5a1bbd3fbfff354d33cb7e8f936b5b69 #define _GLIBCXX_QUICKSORT - a00878.html + a00950.html a7e8edbf30b1dd460c124a51f19326c54 #define _GLIBCXX_TREE_DYNAMIC_BALANCING - a00878.html + a00950.html ac2af42746e6dc89868203d94e5b5d9b6 #define _GLIBCXX_TREE_FULL_COPY - a00878.html + a00950.html a0f36c3f495024eff415809e6ec827c6d #define _GLIBCXX_TREE_INITIAL_SPLITTING - a00878.html + a00950.html a0fed891f7960bcaefb44e5b250200103 fenv.h - a00005 - bits/c++config.h + a00005.html + bits/c++config.h filesystem - a01007 - experimental/bits/fs_fwd.h - experimental/bits/fs_path.h - experimental/bits/fs_dir.h - std + a00083.html + bits/fs_fwd.h + bits/fs_path.h + bits/fs_dir.h + + + experimental/filesystem + a17882.html + experimental/bits/fs_fwd.h + experimental/bits/fs_path.h + experimental/bits/fs_dir.h find.h - a00881 - bits/stl_algobase.h - parallel/features.h - parallel/parallel.h - parallel/compatibility.h - parallel/equally_split.h + a00953.html + bits/stl_algobase.h + parallel/features.h + parallel/parallel.h + parallel/compatibility.h + parallel/equally_split.h __gnu_parallel std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html + a01673.html a98f2d50d4b5c617ce47d37a162e6081a (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html - ac66b8076d51f825a7e92eb10a905e089 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, equal_split_tag) + a01673.html + a64084e4cc27edb342d9fe25566c8003a + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, constant_size_blocks_tag) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html - a023cf3e54446506e67f08c073d02f7f1 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, growing_blocks_tag) + a01673.html + ac66b8076d51f825a7e92eb10a905e089 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, equal_split_tag) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html - a64084e4cc27edb342d9fe25566c8003a - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, constant_size_blocks_tag) + a01673.html + a023cf3e54446506e67f08c073d02f7f1 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, growing_blocks_tag) binary_heap_/find_fn_imps.hpp - a15450 + a17888.html binomial_heap_base_/find_fn_imps.hpp - a15453 + a17891.html bin_search_tree_/find_fn_imps.hpp - a15456 + a17885.html cc_hash_table_map_/find_fn_imps.hpp - a15459 + a17894.html gp_hash_table_map_/find_fn_imps.hpp - a15462 + a17897.html list_update_map_/find_fn_imps.hpp - a15465 + a17900.html pairing_heap_/find_fn_imps.hpp - a15468 + a17903.html pat_trie_/find_fn_imps.hpp - a15471 + a17906.html rb_tree_map_/find_fn_imps.hpp - a15474 + a17909.html splay_tree_/find_fn_imps.hpp - a15477 + a17912.html thin_heap_/find_fn_imps.hpp - a15480 + a17915.html find_no_store_hash_fn_imps.hpp - a01298 + a01376.html find_selectors.h - a00884 - parallel/tags.h - parallel/basic_iterator.h - bits/stl_pair.h + a00956.html + parallel/tags.h + parallel/basic_iterator.h + bits/stl_pair.h __gnu_parallel::__adjacent_find_selector __gnu_parallel::__find_first_of_selector __gnu_parallel::__find_if_selector @@ -3872,32 +4183,32 @@ cc_hash_table_map_/find_store_hash_fn_imps.hpp - a15483 + a17918.html gp_hash_table_map_/find_store_hash_fn_imps.hpp - a15486 + a17921.html for_each.h - a00887 - parallel/settings.h - parallel/par_loop.h - parallel/omp_loop.h - parallel/workstealing.h + a00959.html + parallel/settings.h + parallel/par_loop.h + parallel/omp_loop.h + parallel/workstealing.h __gnu_parallel _UserOp __for_each_template_random_access - a01576.html + a01673.html a0ebbe56e1b059cba72c3d706307a0e50 (_IIter __begin, _IIter __end, _UserOp __user_op, _Functionality &__functionality, _Red __reduction, _Result __reduction_start, _Result &__output, typename std::iterator_traits< _IIter >::difference_type __bound, _Parallelism __parallelism_tag) for_each_selectors.h - a00890 - parallel/basic_iterator.h + a00962.html + parallel/basic_iterator.h __gnu_parallel::__accumulate_binop_reduct __gnu_parallel::__accumulate_selector __gnu_parallel::__adjacent_difference_selector @@ -3921,29 +4232,29 @@ formatter.h - a00740 - bits/c++config.h - bits/cpp_type_traits.h - typeinfo - __gnu_debug::_Safe_iterator - __gnu_debug::_Safe_local_iterator - __gnu_debug::_Safe_sequence + a00860.html + bits/c++config.h + typeinfo + __gnu_cxx __gnu_debug + std forward_list - a00065 - bits/forward_list.h - bits/range_access.h - bits/forward_list.tcc + a00086.html + bits/forward_list.h + bits/range_access.h + bits/forward_list.tcc + std debug/forward_list - a15489 - forward_list - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h + a17924.html + bits/c++config.h + forward_list + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h __gnu_debug::_Safe_forward_list std::__debug::forward_list __gnu_debug @@ -3952,86 +4263,51 @@ bool operator<= - a01571.html + a01670.html a00e5655f35d242d0995153643aea2ebc (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator> - a01571.html + a01670.html a84b60842f88cb57f0075a964c68794b5 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator>= - a01571.html + a01670.html a636d8ef229361158ab4945c00d7676be (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) void swap - a01571.html + a01670.html a9f4d5ac9d6926c4a0e2d97179887cb6c (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) - profile/forward_list - a15492 - forward_list - std::__profile::forward_list - std - std::__profile - - bool - operator<= - a01573.html - a513766abdb4ed2ba58d8792147ebf811 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - - bool - operator> - a01573.html - a8885d72d87c6b3b0441124b7e625b92d - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - - bool - operator>= - a01573.html - a73aff27c428faa615874629ae0250e64 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - - void - swap - a01573.html - a416f44c6d2ed7e920c8bab2362ce8ffb - (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) - - - experimental/forward_list - a15495 - forward_list - experimental/memory_resource + a17927.html + forward_list + experimental/memory_resource std + std::experimental forward_list.h - a00341 - initializer_list - bits/stl_iterator_base_types.h - bits/stl_iterator.h - bits/stl_algobase.h - bits/stl_function.h - bits/allocator.h - ext/alloc_traits.h - ext/aligned_buffer.h + a00407.html + initializer_list + bits/stl_iterator_base_types.h + bits/stl_iterator.h + bits/stl_algobase.h + bits/stl_function.h + bits/allocator.h + ext/alloc_traits.h + ext/aligned_buffer.h std::_Fwd_list_base std::_Fwd_list_const_iterator std::_Fwd_list_iterator @@ -4042,352 +4318,259 @@ bool operator!= - a01544.html - afdb0fb782a02d3c036f1312b28a7711d - (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept - - - bool - operator!= - a01544.html + a01635.html ae4e62dff9be77e98ba29da34c0eee1b7 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator< - a01544.html + a01635.html a5e86344cdca451bac42e9d9936e99353 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator<= - a01544.html + a01635.html af19b07884ac9b3b0986b70d79bdc7ec1 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator== - a01544.html - a8ad91c3a594fa5e289bbf4aaad7ae58c - (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept - - - bool - operator== - a01544.html + a01635.html ada41d3682184f0d0d8525907fdfcbea8 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator> - a01544.html + a01635.html a1d46b9793f5a9a6d38267007fabb0e05 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator>= - a01544.html + a01635.html a8bd7da47a9941d7e825411420feb6ac1 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) void swap - a01544.html + a01635.html aeb866eb47db586b6058b597e97d8b909 (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) forward_list.tcc - a00344 + a00410.html std bool operator== - a01544.html + a01635.html ada41d3682184f0d0d8525907fdfcbea8 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - fs_dir.h - a00989 - typeinfo - ext/concurrence.h - bits/unique_ptr.h - bits/shared_ptr.h + bits/fs_dir.h + a17930.html + typeinfo + ext/concurrence.h + bits/unique_ptr.h + bits/shared_ptr.h + std::filesystem::__directory_iterator_proxy + std::filesystem::directory_entry + std::filesystem::directory_iterator + std::filesystem::file_status + std::filesystem::recursive_directory_iterator + std + std::filesystem + + + experimental/bits/fs_dir.h + a17933.html + typeinfo + ext/concurrence.h + bits/unique_ptr.h + bits/shared_ptr.h + std + std::experimental + + + bits/fs_fwd.h + a17936.html + system_error + cstdint + chrono std + std::filesystem + + + copy_options + a01648.html + a1d66286a6303c95303bba370da55c119 + + none + skip_existing + overwrite_existing + update_existing + recursive + copy_symlinks + skip_symlinks + directories_only + create_symlinks + create_hard_links + + + + perm_options + a01648.html + a7361a9de17a1b4b3271983f2394c1c1b + + replace + add + remove + nofollow + + + + perms + a01648.html + a6acbc7f8d98096bb9453b2f4b9850553 + + none + owner_read + owner_write + owner_exec + owner_all + group_read + group_write + group_exec + group_all + others_read + others_write + others_exec + others_all + all + set_uid + set_gid + sticky_bit + mask + unknown + - fs_fwd.h - a00992 - system_error - cstdint - chrono + experimental/bits/fs_fwd.h + a17939.html + system_error + cstdint + chrono std + std::experimental copy_options - a01517.html + a01602.html ga67e62e740e17772bdd02c16c494f8298 - none - skip_existing - overwrite_existing - update_existing - recursive - copy_symlinks - skip_symlinks - directories_only - create_symlinks - create_hard_links + none + skip_existing + overwrite_existing + update_existing + recursive + copy_symlinks + skip_symlinks + directories_only + create_symlinks + create_hard_links perms - a01517.html + a01602.html ga0a1765c6b0d8d734be3d54d85be9f145 - none - owner_read - owner_write - owner_exec - owner_all - group_read - group_write - group_exec - group_all - others_read - others_write - others_exec - others_all - all - set_uid - set_gid - sticky_bit - mask - unknown - add_perms - remove_perms - symlink_nofollow + none + owner_read + owner_write + owner_exec + owner_all + group_read + group_write + group_exec + group_all + others_read + others_write + others_exec + others_all + all + set_uid + set_gid + sticky_bit + mask + unknown + add_perms + remove_perms + symlink_nofollow - fs_path.h - a00998 - utility - type_traits - vector - locale - iosfwd - codecvt - system_error - bits/stl_algobase.h - bits/quoted_string.h - bits/locale_conv.h - experimental/string_view - std::experimental::filesystem::v1::path + bits/fs_path.h + a17948.html + utility + type_traits + locale + iosfwd + iomanip + codecvt + string_view + system_error + bits/stl_algobase.h + bits/locale_conv.h + ext/concurrence.h + bits/shared_ptr.h + bits/unique_ptr.h + std::filesystem::filesystem_error + std::filesystem::path::iterator + std::filesystem::path + std + std::filesystem + + + experimental/bits/fs_path.h + a17951.html + utility + type_traits + vector + locale + iosfwd + codecvt + system_error + bits/stl_algobase.h + bits/quoted_string.h + bits/locale_conv.h + std::experimental::filesystem::v1::filesystem_error std::experimental::filesystem::v1::path::iterator + std::experimental::filesystem::v1::path std - - void - swap - a00998.html - ac7872a80c9a153da18495f0a64bf2afb - (path &__lhs, path &__rhs) noexcept - - - size_t - hash_value - a00998.html - a2454371536f203a536b7de64e6cf89a0 - (const path &__p) noexcept - - - bool - operator< - a00998.html - ab16c4b054ec089dd7d7117f29b95de1f - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator<= - a00998.html - aa33cb3e5f54ab47da8bc8274978f712c - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator> - a00998.html - a7f298a2dc0d6147709cd64be217a0d2a - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator>= - a00998.html - ab75bbfdd8928d3396b091b85dd0de866 - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator== - a00998.html - a60bb9ecb92ea79dff12cd72e5aaedb97 - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator!= - a00998.html - aed4f5a81abeab4086c056eaf32cc5c41 - (const path &__lhs, const path &__rhs) noexcept - - - path - operator/ - a00998.html - a773ffa9a9216828bdddfb315b281870d - (const path &__lhs, const path &__rhs) - - - basic_ostream< _CharT, _Traits > & - operator<< - a00998.html - a73574ae4d6fd7b13eddda8e9de73f402 - (basic_ostream< _CharT, _Traits > &__os, const path &__p) - - - basic_istream< _CharT, _Traits > & - operator>> - a00998.html - a821ac170672758674a641d39f02bffcf - (basic_istream< _CharT, _Traits > &__is, path &__p) - - - path - u8path - a00998.html - a5dbb5374438c8cd77e9e9bce25e251f3 - (const _Source &__source) - - - path - u8path - a00998.html - a1b9bf250292264f75408dace76b860a8 - (_InputIterator __first, _InputIterator __last) - - - void - swap - a00998.html - ac7872a80c9a153da18495f0a64bf2afb - (path &__lhs, path &__rhs) noexcept - - - size_t - hash_value - a00998.html - a2454371536f203a536b7de64e6cf89a0 - (const path &__p) noexcept - - - bool - operator< - a00998.html - ab16c4b054ec089dd7d7117f29b95de1f - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator<= - a00998.html - aa33cb3e5f54ab47da8bc8274978f712c - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator> - a00998.html - a7f298a2dc0d6147709cd64be217a0d2a - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator>= - a00998.html - ab75bbfdd8928d3396b091b85dd0de866 - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator== - a00998.html - a60bb9ecb92ea79dff12cd72e5aaedb97 - (const path &__lhs, const path &__rhs) noexcept - - - bool - operator!= - a00998.html - aed4f5a81abeab4086c056eaf32cc5c41 - (const path &__lhs, const path &__rhs) noexcept - - - path - operator/ - a00998.html - a773ffa9a9216828bdddfb315b281870d - (const path &__lhs, const path &__rhs) - - - basic_ostream< _CharT, _Traits > & - operator<< - a00998.html - a73574ae4d6fd7b13eddda8e9de73f402 - (basic_ostream< _CharT, _Traits > &__os, const path &__p) - - - basic_istream< _CharT, _Traits > & - operator>> - a00998.html - a821ac170672758674a641d39f02bffcf - (basic_istream< _CharT, _Traits > &__is, path &__p) - - - path - u8path - a00998.html - a5dbb5374438c8cd77e9e9bce25e251f3 - (const _Source &__source) - - - path - u8path - a00998.html - a1b9bf250292264f75408dace76b860a8 - (_InputIterator __first, _InputIterator __last) - + std::experimental fstream - a00068 - istream - ostream - bits/codecvt.h - cstdio - bits/basic_file.h - string - bits/fstream.tcc + a00089.html + istream + ostream + bits/codecvt.h + cstdio + bits/basic_file.h + string + bits/fstream.tcc std::basic_filebuf std::basic_fstream std::basic_ifstream @@ -4396,59 +4579,64 @@ void swap - a01544.html + a01635.html ab99dc85cd3551cb410655b02a56e5c15 (basic_filebuf< _CharT, _Traits > &__x, basic_filebuf< _CharT, _Traits > &__y) void swap - a01544.html - acfe891185fde2307f6e8909338c7b862 - (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) + a01635.html + a7ccd229f5faee26395b8ee1715576cf0 + (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) void swap - a01544.html - a4965e732ce5d02e4304dd82bc86e365a - (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) + a01635.html + acfe891185fde2307f6e8909338c7b862 + (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) void swap - a01544.html - a7ccd229f5faee26395b8ee1715576cf0 - (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) + a01635.html + a4965e732ce5d02e4304dd82bc86e365a + (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) fstream.tcc - a00347 - bits/cxxabi_forced.h - bits/move.h + a00425.html + bits/cxxabi_forced.h + bits/move.h + cerrno std functexcept.h - a00350 - bits/c++config.h - bits/exception_defines.h + a00428.html + bits/c++config.h + bits/exception_defines.h std functional - a00071 - bits/c++config.h - bits/stl_function.h - new - tuple - type_traits - bits/functional_hash.h - bits/invoke.h - std::_Bind - std::_Bind_result - std::_Mu + a00092.html + bits/c++config.h + bits/stl_function.h + new + tuple + type_traits + bits/functional_hash.h + bits/invoke.h + bits/refwrap.h + bits/std_function.h + unordered_map + vector + array + utility + bits/stl_algo.h std::_Mu< _Arg, false, false > std::_Mu< _Arg, false, true > std::_Mu< _Arg, true, false > @@ -4469,31 +4657,45 @@ std std::placeholders - _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type + constexpr _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type bind - a01513.html - ga7b2eddb726568256e49824ad01a05099 + a01598.html + gaa9daf91054406729e4056b602dde4fc1 (_Func &&__f, _BoundArgs &&... __args) - _Bindres_helper< _Result, _Func, _BoundArgs... >::type + constexpr _Bindres_helper< _Result, _Func, _BoundArgs... >::type bind - a01513.html - ga4fdb8d8274eed4c834559925d8950769 + a01598.html + ga890a582b63419cbb5fc155c2bd1bdaba (_Func &&__f, _BoundArgs &&... __args) - _Mem_fn< _Tp _Class::* > + constexpr invoke_result_t< _Callable, _Args... > + invoke + a01635.html + a9d70c1873b60fbae1633ab361abe8af4 + (_Callable &&__fn, _Args &&... __args) noexcept(is_nothrow_invocable_v< _Callable, _Args... >) + + + constexpr _Mem_fn< _Tp _Class::* > mem_fn - a01502.html - gadd917dd05154842bc6aebcf5c90abb7f + a01586.html + gae847a3a8ff926c0418e321a1719f9438 (_Tp _Class::*__pm) noexcept + + constexpr auto + not_fn + a01635.html + a1c2241d49b0de9887e33f399cf119f29 + (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn && >::value) + ext/functional - a15498 - functional + a17957.html + functional __gnu_cxx::binary_compose __gnu_cxx::constant_binary_fun __gnu_cxx::constant_unary_fun @@ -4508,113 +4710,114 @@ unary_compose< _Operation1, _Operation2 > compose1 - a01465.html + a01544.html ga0099fa0a5f616d3bc2ba21b81902fc5f (const _Operation1 &__fn1, const _Operation2 &__fn2) binary_compose< _Operation1, _Operation2, _Operation3 > compose2 - a01465.html + a01544.html ga3a4bcb8b957d6c73414c6a5eda0fef17 (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) constant_void_fun< _Result > constant0 - a01465.html + a01544.html gabbe0a1fe70c819c69c49791fd172bbb7 (const _Result &__val) constant_unary_fun< _Result, _Result > constant1 - a01465.html + a01544.html ga00aba91be56a04a7a200f932b507c4f2 (const _Result &__val) constant_binary_fun< _Result, _Result, _Result > constant2 - a01465.html + a01544.html gafa3404bd6e935274a6ce879dab3c8d08 (const _Result &__val) _Tp identity_element - a01465.html - gace93b3939a95d95c7f1b010457a54ff9 - (std::plus< _Tp >) + a01544.html + gaadbb1d3b3633bdf49a06904e95d5ef79 + (std::multiplies< _Tp >) _Tp identity_element - a01465.html - gaadbb1d3b3633bdf49a06904e95d5ef79 - (std::multiplies< _Tp >) + a01544.html + gace93b3939a95d95c7f1b010457a54ff9 + (std::plus< _Tp >) experimental/functional - a15501 - functional - tuple - iterator - unordered_map - vector - array - bits/stl_algo.h - experimental/bits/lfts_config.h + a17954.html + functional + tuple + iterator + unordered_map + vector + array + bits/stl_algo.h + experimental/bits/lfts_config.h std + std::experimental boyer_moore_horspool_searcher< _RAIter, _Hash, _BinaryPredicate > make_boyer_moore_horspool_searcher - a15501.html + a01644.html ad2552e72ab3422c3ab94b9d939e2a668 (_RAIter __pat_first, _RAIter __pat_last, _Hash __hf=_Hash(), _BinaryPredicate __pred=_BinaryPredicate()) boyer_moore_searcher< _RAIter, _Hash, _BinaryPredicate > make_boyer_moore_searcher - a15501.html + a01644.html a0cb79c7e7cd7f56f7ca37f4f3bd69e31 (_RAIter __pat_first, _RAIter __pat_last, _Hash __hf=_Hash(), _BinaryPredicate __pred=_BinaryPredicate()) default_searcher< _ForwardIterator, _BinaryPredicate > make_default_searcher - a15501.html + a01644.html a81927272d20aa657f9cc166335099e23 (_ForwardIterator __pat_first, _ForwardIterator __pat_last, _BinaryPredicate __pred=_BinaryPredicate()) auto not_fn - a15501.html - af8c74bf6b6f91bb244f59221c997fc8a - (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn &&>::value) + a01644.html + a1e9a64bb7f69fa5098a3f8d75b157172 + (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn && >::value) constexpr bool is_bind_expression_v - a15501.html + a01644.html af917e1dba212dadf2d49ddbfffc09c03 constexpr int is_placeholder_v - a15501.html + a01644.html a98beedb226cf9cd65224b2a6cedfeeaf functional_hash.h - a00353 - bits/hash_bytes.h - std::hash + a00431.html + type_traits + bits/hash_bytes.h std::hash std::hash< _Tp * > std::hash< bool > @@ -4639,79 +4842,43 @@ functions.h - a00743 - bits/move.h - bits/stl_function.h - type_traits - debug/helper_functions.h - debug/formatter.h - __gnu_debug::_Safe_iterator + a00863.html + bits/stl_function.h + bits/stl_iterator.h + type_traits + debug/helper_functions.h + debug/formatter.h __gnu_debug bool - __check_dereferenceable - a01572.html - abca2c6a25b59aae1d07eef6df6c16fff - (const _Iterator &) - - - bool - __check_dereferenceable - a01572.html - a1ce0899930ceaea4e9035fc12f7a9e7f - (const _Tp *__ptr) - - - bool - __check_singular - a01572.html - a46c66b454cce6570ba4bfcc9168982eb - (const _Tp *__ptr) - - - const _CharT * - __check_string - a01572.html - ae392ea47cae145b27005dbfdf9be3f47 - (const _CharT *__s, const _Integer &__n __attribute__((__unused__))) - - - const _CharT * - __check_string - a01572.html - a7e2013ed9979a1d4403a13e1bcbeaa15 - (const _CharT *__s) - - - bool __foreign_iterator_aux2 - a01572.html - af008a6cc2546dc194296b19d8aa90b33 - (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _Sequence > &__other, const _Safe_iterator< _OtherIterator, _Sequence > &) + a01671.html + a1d808d872be652bf205e370a2a3fd097 + (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _OtherIterator, _OtherSequence, _OtherCategory > &, const _Safe_iterator< _OtherIterator, _OtherSequence, _OtherCategory > &) bool __foreign_iterator_aux2 - a01572.html - a4f3f5dd3756989ad8b4e9e3ca0822f12 - (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _OtherSequence > &, const _Safe_iterator< _OtherIterator, _OtherSequence > &) + a01671.html + abf375a8881d7ac42d203d4921c8432b2 + (const _Safe_iterator< _Iterator, _Sequence, _Category > &__it, const _Safe_iterator< _OtherIterator, _Sequence, _Category > &__other, const _Safe_iterator< _OtherIterator, _Sequence, _Category > &) future - a00074 - mutex - thread - condition_variable - system_error - atomic - bits/atomic_futex.h - bits/functexcept.h - bits/invoke.h - bits/unique_ptr.h - bits/shared_ptr.h - bits/allocated_ptr.h - ext/aligned_buffer.h + a00095.html + mutex + condition_variable + system_error + atomic + bits/allocated_ptr.h + bits/atomic_futex.h + bits/invoke.h + bits/unique_ptr.h + bits/shared_ptr.h + bits/std_function.h + bits/std_thread.h + ext/aligned_buffer.h std::__basic_future std::__future_base std::__future_base::_Result @@ -4720,177 +4887,173 @@ std::__future_base::_Result_alloc std::__future_base::_Result_base std::future - std::future std::future< _Res & > std::future< void > std::future_error std::is_error_code_enum< future_errc > std::packaged_task< _Res(_ArgTypes...)> std::promise - std::promise std::promise< _Res & > std::promise< void > std::shared_future - std::shared_future std::shared_future< _Res & > std::shared_future< void > std future_errc - a01475.html + a01557.html ga61938f7ac25df97b5362109e61bb46a6 - future_already_retrieved - promise_already_satisfied - no_state - broken_promise + future_already_retrieved + promise_already_satisfied + no_state + broken_promise future_status - a01475.html + a01557.html ga528eb8f3b350394c0406d4d58ab7dbf4 - ready - timeout - deferred + ready + timeout + deferred launch - a01475.html + a01557.html ga6f4ad125d364f01560e2ed20a3c8bb5b - async - deferred + async + deferred future< __async_result_of< _Fn, _Args... > > async - a01475.html - gae1d80ff37cef48666bea37bcff54f6da - (launch __policy, _Fn &&__fn, _Args &&... __args) + a01557.html + gad61c88630f1705f6be0b8ba6cc832d6a + (_Fn &&__fn, _Args &&... __args) future< __async_result_of< _Fn, _Args... > > async - a01475.html - gad61c88630f1705f6be0b8ba6cc832d6a - (_Fn &&__fn, _Args &&... __args) + a01557.html + gae1d80ff37cef48666bea37bcff54f6da + (launch __policy, _Fn &&__fn, _Args &&... __args) const error_category & future_category - a01475.html + a01557.html ga5b4abfa468beb197d5bdac89e20afdb0 () noexcept error_code make_error_code - a01475.html + a01557.html ga32bbe57d8ae969ac5cee4f0c48c3e63f (future_errc __errc) noexcept error_condition make_error_condition - a01475.html + a01557.html ga298f6b4607ddc74c173e6f8887f72047 (future_errc __errc) noexcept void swap - a01475.html + a01557.html ga2700089f8b9371e6aafdb9a7e7a552e7 (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept gp_ht_map_.hpp - a01301 - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/exception.hpp - ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp - utility - debug/debug.h - ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp - ext/pb_ds/detail/unordered_iterator/point_iterator.hpp - ext/pb_ds/detail/unordered_iterator/const_iterator.hpp - ext/pb_ds/detail/unordered_iterator/iterator.hpp - ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp + a01379.html + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/exception.hpp + ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp + utility + debug/debug.h + ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/point_iterator.hpp + ext/pb_ds/detail/unordered_iterator/const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/iterator.hpp + ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp __gnu_pbds::detail::gp_ht_map __gnu_pbds gslice.h - a00356 + a00434.html std::gslice std gslice_array.h - a00359 + a00437.html std::gslice_array std hash_bytes.h - a00362 - bits/c++config.h + a00440.html + bits/c++config.h std hash_eq_fn.hpp - a01295 - utility - debug/debug.h - __gnu_pbds::detail::hash_eq_fn + a01373.html + utility + ext/pb_ds/detail/types_traits.hpp + debug/debug.h __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false > __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true > __gnu_pbds hash_exponential_size_policy_imp.hpp - a01400 + a01478.html hash_fun.h - a00722 - bits/c++config.h + a00842.html + bits/c++config.h __gnu_cxx hash_load_check_resize_trigger_imp.hpp - a01403 + a01481.html hash_load_check_resize_trigger_size_base.hpp - a01406 - __gnu_pbds::detail::hash_load_check_resize_trigger_size_base + a01484.html __gnu_pbds::detail::hash_load_check_resize_trigger_size_base< Size_Type, true > __gnu_pbds hash_map - a00725 - backward_warning.h - bits/c++config.h - backward/hashtable.h - bits/concept_check.h + a00845.html + backward/backward_warning.h + bits/c++config.h + backward/hashtable.h + bits/concept_check.h __gnu_cxx::hash_map __gnu_cxx::hash_multimap __gnu_cxx @@ -4898,25 +5061,25 @@ hash_policy.hpp - a01118 - bits/c++config.h - algorithm - vector - cmath - ext/pb_ds/exception.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp - ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp - ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp - ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp - ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp - ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp - ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp - ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp - ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp - ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp - ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp - ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp + a01196.html + bits/c++config.h + algorithm + vector + cmath + ext/pb_ds/exception.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp + ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp + ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp + ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp + ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp + ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp + ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp + ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp + ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp + ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp + ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp + ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp __gnu_pbds::cc_hash_max_collision_check_resize_trigger __gnu_pbds::direct_mask_range_hashing __gnu_pbds::direct_mod_range_hashing @@ -4930,15 +5093,15 @@ hash_prime_size_policy_imp.hpp - a01409 + a01487.html hash_set - a00728 - backward_warning.h - bits/c++config.h - backward/hashtable.h - bits/concept_check.h + a00848.html + backward/backward_warning.h + bits/c++config.h + backward/hashtable.h + bits/concept_check.h __gnu_cxx::hash_multiset __gnu_cxx::hash_set __gnu_cxx @@ -4946,65 +5109,56 @@ hash_standard_resize_policy_imp.hpp - a01412 + a01490.html bits/hashtable.h - a15504 - bits/hashtable_policy.h + a17963.html + bits/hashtable_policy.h + bits/node_handle.h std::_Hashtable std backward/hashtable.h - a15507 - vector - iterator - algorithm - bits/stl_function.h - backward/hash_fun.h + a17960.html + vector + iterator + algorithm + bits/stl_function.h + ext/alloc_traits.h + backward/hash_fun.h __gnu_cxx hashtable_policy.h - a00368 - bits/stl_algobase.h + a00446.html + tuple + bits/stl_algobase.h + ext/numeric_traits.h std::__detail::_Default_ranged_hash - std::__detail::_Equal_helper - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > - std::__detail::_Equality - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - std::__detail::_Equality_base + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > std::__detail::_Hash_code_base - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > std::__detail::_Hash_node - std::__detail::_Hash_node< _Value, false > - std::__detail::_Hash_node< _Value, true > std::__detail::_Hash_node_base + std::__detail::_Hash_node_code_cache + std::__detail::_Hash_node_code_cache< true > std::__detail::_Hash_node_value_base std::__detail::_Hashtable_alloc - std::__detail::_Hashtable_alloc - std::__detail::_Hashtable_base std::__detail::_Hashtable_base - std::__detail::_Hashtable_ebo_helper std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > std::__detail::_Hashtable_traits - std::__detail::_Insert - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > std::__detail::_Insert_base std::__detail::_Local_const_iterator std::__detail::_Local_iterator - std::__detail::_Local_iterator_base - std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, true > std::__detail::_Map_base - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > std::__detail::_Mask_range_hashing std::__detail::_Mod_range_hashing std::__detail::_Node_const_iterator @@ -5012,1126 +5166,1100 @@ std::__detail::_Node_iterator_base std::__detail::_Power2_rehash_policy std::__detail::_Prime_rehash_policy - std::__detail::_Rehash_base - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > - std::_Hashtable + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false_type > + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true_type > std std::__detail - _GLIBCXX14_CONSTEXPR std::size_t + std::size_t __clp2 - a01494.html - ga467c90cac9f40425bac6a54f9a54ad9e + a01578.html + ga76ad63b8e92daa1dd84ff19969eafd1e (std::size_t __n) noexcept helper_functions.h - a00746 - bits/stl_iterator_base_types.h - bits/cpp_type_traits.h - bits/stl_pair.h + a00866.html + bits/move.h + bits/stl_iterator_base_types.h + bits/cpp_type_traits.h + bits/stl_pair.h __gnu_debug _Distance_precision - a01572.html + a01671.html a3817879cb58c2db9f22712a634ef0b92 - _Distance_traits< _Iterator >::__type + constexpr _Iterator + __base + a01671.html + acf7d7f44ec85d2b8d342a1b8244f2f27 + (_Iterator __it) + + + constexpr bool + __check_singular + a01671.html + abc35053c57c9aa8bec536ee7c4e9eb22 + (_Tp *const &__ptr) + + + constexpr _Distance_traits< _Iterator >::__type __get_distance - a01572.html - a4c63b948ffb4aedd8656ab735dbe1f72 - (const _Iterator &__lhs, const _Iterator &__rhs, std::random_access_iterator_tag) + a01671.html + a1f00cf80a6ded1dff4e0040f88b53eca + (_Iterator __lhs, _Iterator __rhs, std::random_access_iterator_tag) + + + constexpr bool + __valid_range + a01671.html + ab9e00f294ab0c60730a5cb604fd060d5 + (_InputIterator __first, _InputIterator __last, typename _Distance_traits< _InputIterator >::__type &__dist) bool __valid_range - a01572.html - a7a57c826c2512395af4b96c7024a1ec2 - (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist) + a01671.html + a23a2f44a339d7a9a6ef227cce451e9cd + (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &, typename _Distance_traits< _Iterator >::__type &) bool + __valid_range + a01671.html + ab01cd3a2e655dbe55050b414ed2927d7 + (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &, typename _Distance_traits< _Iterator >::__type &) + + + constexpr bool __valid_range_aux - a01572.html - a15b54d516d12b7abf066429f395236e6 - (const _Integral &, const _Integral &, typename _Distance_traits< _Integral >::__type &__dist, std::__true_type) + a01671.html + a59886cc7ebb4aa27324bf15609565b0e + (_InputIterator __first, _InputIterator __last, std::__false_type) - bool + constexpr bool __valid_range_aux - a01572.html - a7b7e692f12ebca32b03312c06d712a6d - (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist, std::__false_type) + a01671.html + a98ec0f04554bbc5d394181651459a120 + (_Integral, _Integral, std::__true_type) indirect_array.h - a00371 + a00449.html std::indirect_array std binary_heap_/info_fn_imps.hpp - a15510 + a17969.html bin_search_tree_/info_fn_imps.hpp - a15513 + a17966.html cc_hash_table_map_/info_fn_imps.hpp - a15516 + a17972.html gp_hash_table_map_/info_fn_imps.hpp - a15519 + a17975.html left_child_next_sibling_heap_/info_fn_imps.hpp - a15522 + a17978.html list_update_map_/info_fn_imps.hpp - a15525 + a17981.html ov_tree_map_/info_fn_imps.hpp - a15528 + a17984.html pat_trie_/info_fn_imps.hpp - a15531 + a17987.html rb_tree_map_/info_fn_imps.hpp - a15534 + a17990.html splay_tree_/info_fn_imps.hpp - a15537 + a17993.html initializer_list - a00029 - bits/c++config.h + a00032.html + bits/c++config.h std::initializer_list std - - constexpr const _Tp * - begin - a01544.html - a549ebac15bcc03ae83f87b89796d89fc - (initializer_list< _Tp > __ils) noexcept - - - constexpr const _Tp * - end - a01544.html - a579ff3807b61f57bda29d023b3918504 - (initializer_list< _Tp > __ils) noexcept - binary_heap_/insert_fn_imps.hpp - a15540 + a17999.html binomial_heap_base_/insert_fn_imps.hpp - a15543 + a18002.html bin_search_tree_/insert_fn_imps.hpp - a15546 + a17996.html cc_hash_table_map_/insert_fn_imps.hpp - a15549 - ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp + a18005.html + ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp gp_hash_table_map_/insert_fn_imps.hpp - a15552 - ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp + a18008.html + ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp left_child_next_sibling_heap_/insert_fn_imps.hpp - a15555 + a18011.html list_update_map_/insert_fn_imps.hpp - a15558 + a18014.html ov_tree_map_/insert_fn_imps.hpp - a15561 + a18017.html pairing_heap_/insert_fn_imps.hpp - a15564 + a18020.html rb_tree_map_/insert_fn_imps.hpp - a15567 + a18023.html rc_binomial_heap_/insert_fn_imps.hpp - a15570 + a18026.html splay_tree_/insert_fn_imps.hpp - a15573 + a18029.html thin_heap_/insert_fn_imps.hpp - a15576 + a18032.html insert_join_fn_imps.hpp - a01370 + a01448.html cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp - a15579 + a18035.html gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp - a15582 + a18038.html cc_hash_table_map_/insert_store_hash_fn_imps.hpp - a15585 + a18041.html gp_hash_table_map_/insert_store_hash_fn_imps.hpp - a15588 + a18044.html invoke.h - a00374 - type_traits + a00452.html + type_traits + bits/move.h std constexpr __invoke_result< _Callable, _Args... >::type __invoke - a01483.html + a01567.html ga5f5136396a5ab3c02543bb01d4364f40 (_Callable &&__fn, _Args &&... __args) noexcept(__is_nothrow_invocable< _Callable, _Args... >::value) iomanip - a00077 - bits/c++config.h - iosfwd - bits/ios_base.h - locale - bits/quoted_string.h + a00098.html + bits/c++config.h + iosfwd + bits/ios_base.h + locale + bits/quoted_string.h std _Get_money< _MoneyT > get_money - a01544.html + a01635.html a56a0bd3288bc9be9850f71382f02fff8 (_MoneyT &__mon, bool __intl=false) _Get_time< _CharT > get_time - a01544.html + a01635.html ac26413a7982d8610fd018845a2078baa (std::tm *__tmb, const _CharT *__fmt) _Put_money< _MoneyT > put_money - a01544.html + a01635.html a4223c5b3a51cbf3a2d8910fb8415bf73 (const _MoneyT &__mon, bool __intl=false) _Put_time< _CharT > put_time - a01544.html + a01635.html ac209d7732c2ceff781a6aa0bb278db86 (const std::tm *__tmb, const _CharT *__fmt) auto quoted - a01544.html - a5bff62a35321654424cc1f6df8362cea - (const _CharT *__string, _CharT __delim=_CharT('"'), _CharT __escape = _CharT('\)) + a01635.html + ac7e463ca236861d3c74d19417a481c7e + (const _CharT *__string, _CharT __delim=_CharT('"'), _CharT __escape = _CharT('\\')) _Resetiosflags resetiosflags - a01544.html + a01635.html a12ef9b47a80c8f0606aa34dab5477524 (ios_base::fmtflags __mask) _Setbase setbase - a01544.html + a01635.html af57577148b39749ea52311d68d8a17b4 (int __base) _Setfill< _CharT > setfill - a01544.html + a01635.html af02c6886dba8d934606592e0f3e11d5c (_CharT __c) _Setiosflags setiosflags - a01544.html + a01635.html ab27c01e21b835749650e5f2ed2d16dbc (ios_base::fmtflags __mask) _Setprecision setprecision - a01544.html + a01635.html a6e333ca9789cfa8a1f337434cee91957 (int __n) _Setw setw - a01544.html + a01635.html a2be7f420a95880805d0d7e2543240440 (int __n) ios - a00080 - iosfwd - exception - bits/char_traits.h - bits/localefwd.h - bits/ios_base.h - streambuf - bits/basic_ios.h + a00101.html + iosfwd + exception + bits/char_traits.h + bits/localefwd.h + bits/ios_base.h + streambuf + bits/basic_ios.h ios_base.h - a00377 - ext/atomicity.h - bits/localefwd.h - bits/locale_classes.h - system_error - std::ios_base + a00455.html + ext/atomicity.h + bits/localefwd.h + bits/locale_classes.h + system_error std::ios_base::failure + std::ios_base std io_errc - a01544.html + a01635.html a5a20cae60a4377da46121402c57322a2 - stream + stream ios_base & boolalpha - a01544.html + a01635.html aa4c577f2579fd31f7bb2bd4ae582d917 (ios_base &__base) ios_base & dec - a01544.html + a01635.html a41ca573b6c90740c9355d373118d87f5 (ios_base &__base) ios_base & defaultfloat - a01544.html + a01635.html a74ba205196abe11761ff1c8016d6b5df (ios_base &__base) ios_base & fixed - a01544.html + a01635.html af52d7537a34e913e7fb3f0ec2f27a8f2 (ios_base &__base) ios_base & hex - a01544.html + a01635.html a6657c6357b609abbfd0507c8d1cdc90c (ios_base &__base) ios_base & hexfloat - a01544.html + a01635.html a2d00a8db7dacfdc214105141062cab29 (ios_base &__base) ios_base & internal - a01544.html + a01635.html a084be990a1caf21a3b1ce38fe61bad3f (ios_base &__base) ios_base & left - a01544.html + a01635.html a96d1c2cab30f14f4e34ccb460f1ad1c9 (ios_base &__base) ios_base & noboolalpha - a01544.html + a01635.html ad6ef73da482fa14835d126faec1e4548 (ios_base &__base) ios_base & noshowbase - a01544.html + a01635.html ae40e0e6a5a4292cc070a737693bce4ab (ios_base &__base) ios_base & noshowpoint - a01544.html + a01635.html acacc67bedbef4625ffdf88d2b188a9f5 (ios_base &__base) ios_base & noshowpos - a01544.html + a01635.html ab7219399afb34c97c7c439be76b2eb49 (ios_base &__base) ios_base & noskipws - a01544.html + a01635.html a371c82c535d8f1e6c245524313394a9a (ios_base &__base) ios_base & nounitbuf - a01544.html + a01635.html a205c934d476ce13b62c74c1e1229e906 (ios_base &__base) ios_base & nouppercase - a01544.html + a01635.html a0b1c781ecc10f910c74dd2ff27a1f2ae (ios_base &__base) ios_base & oct - a01544.html + a01635.html a5fa596d5be9b0fbcf9d9c18b6ed1fe0e (ios_base &__base) ios_base & right - a01544.html + a01635.html a1a23b13efe06ee9b3cd9324af25ab538 (ios_base &__base) ios_base & scientific - a01544.html + a01635.html a3286bebdde076d132d35c8fc79d6bdc4 (ios_base &__base) ios_base & showbase - a01544.html + a01635.html a5a3653d71579c614748abf4a73bbed92 (ios_base &__base) ios_base & showpoint - a01544.html + a01635.html a0cd05ebd891c06400f5e04a84eb6d539 (ios_base &__base) ios_base & showpos - a01544.html + a01635.html a8eff68e8b5f8d409761a2a6db01924d3 (ios_base &__base) ios_base & skipws - a01544.html + a01635.html ad458fa76ad203ae00a0fb1c602ec1cf6 (ios_base &__base) ios_base & unitbuf - a01544.html + a01635.html ac3f7f054e68fb8448cfb5937f54de5ec (ios_base &__base) ios_base & uppercase - a01544.html + a01635.html ac045800a193138e83cba719b3d4206f3 (ios_base &__base) iosfwd - a00083 - bits/c++config.h - bits/stringfwd.h - bits/postypes.h - std::basic_filebuf - std::basic_fstream - std::basic_ifstream - std::basic_ios - std::basic_iostream - std::basic_istream - std::basic_istringstream - std::basic_ofstream - std::basic_ostream - std::basic_ostringstream - std::basic_streambuf - std::basic_stringbuf - std::basic_stringstream - std::istreambuf_iterator - std::ostreambuf_iterator + a00104.html + bits/c++config.h + bits/stringfwd.h + bits/postypes.h std basic_filebuf< char > filebuf - a01476.html + a01558.html gaa33740c61965014b7bc0f229f73f65ad basic_fstream< char > fstream - a01476.html + a01558.html gabafb787f1b4ab7d00c500cefb554f632 basic_ifstream< char > ifstream - a01476.html + a01558.html ga58ca5f477d7afac57c22e9bdd90d323b basic_ios< char > ios - a01476.html + a01558.html gac1665745293037f1d1be9b144f27bc9d basic_iostream< char > iostream - a01476.html + a01558.html ga5eca2cc3d038099cf2465636dfb2ace6 basic_istream< char > istream - a01476.html + a01558.html ga9a51d9b711a836df9c086f3a5e30b8b2 basic_istringstream< char > istringstream - a01476.html + a01558.html ga6d8fb6942dcb39300db6a403f5ba1fe6 basic_ofstream< char > ofstream - a01476.html + a01558.html ga7a439605cbbc7d72fcefc9d6a59c4f0a basic_ostream< char > ostream - a01476.html + a01558.html ga55d4c0674fbacb7514ae76310aeb4bf8 basic_ostringstream< char > ostringstream - a01476.html + a01558.html gac2ba708c34afa6e120c07e56bfce9cd3 basic_streambuf< char > streambuf - a01476.html + a01558.html ga462cbd2938d4a2e7f0ffac97d2168f95 basic_stringbuf< char > stringbuf - a01476.html + a01558.html gad23290abd940b2cf3fa4e5f53669894e basic_stringstream< char > stringstream - a01476.html + a01558.html ga3be8e48d91a15a13829c028b195aad70 basic_filebuf< wchar_t > wfilebuf - a01476.html + a01558.html gaa472869f420152c83f15572ba49bcb65 basic_fstream< wchar_t > wfstream - a01476.html + a01558.html ga78053e152637924d995b5f2267275bc6 basic_ifstream< wchar_t > wifstream - a01476.html + a01558.html ga1dac763532685aaffbdc7add447f56fc basic_ios< wchar_t > wios - a01476.html + a01558.html ga5f215b95943a4eabc6f138b47fff37a9 basic_iostream< wchar_t > wiostream - a01476.html + a01558.html ga3ec2b5ea7f8649cff8ef668482dcf268 basic_istream< wchar_t > wistream - a01476.html + a01558.html ga9bfb52397cc747f9945d73a1f38e86e8 basic_istringstream< wchar_t > wistringstream - a01476.html + a01558.html ga74ca18b587f6f7dfc5677c8b774f2d71 basic_ofstream< wchar_t > wofstream - a01476.html + a01558.html gab5d4d2c5ad9ee70018becc9002629a71 basic_ostream< wchar_t > wostream - a01476.html + a01558.html ga9ad6702c06821cdd550e08ef2b70f3b7 basic_ostringstream< wchar_t > wostringstream - a01476.html + a01558.html ga811d6452576dc4c2fccd0ab26fd23f07 basic_streambuf< wchar_t > wstreambuf - a01476.html + a01558.html ga72040b852b537e306ce9c862698e0e07 basic_stringbuf< wchar_t > wstringbuf - a01476.html + a01558.html ga4e78c6817168947842caf24c3ffd5352 basic_stringstream< wchar_t > wstringstream - a01476.html + a01558.html gabd6a5fd8237370934ed97cc2e77b7021 iostream - a00086 - bits/c++config.h - ostream - istream + a00107.html + bits/c++config.h + ostream + istream std static ios_base::Init __ioinit - a01544.html + a01635.html a7f2a8c6d20dc1d386dd1cfd42f7e3530 - istream - cin - a01544.html + ostream + cerr + a01635.html + a7431d56d1e8cd7a9b854171294bd71c7 + + + + istream + cin + a01635.html afdcd7ecbf1544ef3f79b89f0dd06c3b7 ostream - cout - a01544.html - aaf93fdf0812752e0e02c501dea1b38f0 + clog + a01635.html + a7e2a2fc4b5924b7292c0566ca4c95463 ostream - cerr - a01544.html - a7431d56d1e8cd7a9b854171294bd71c7 + cout + a01635.html + aaf93fdf0812752e0e02c501dea1b38f0 - ostream - clog - a01544.html - a7e2a2fc4b5924b7292c0566ca4c95463 + wostream + wcerr + a01635.html + ae50854b2a6629e6504846f8aff472e7e wistream wcin - a01544.html + a01635.html ab1807d3145162e06150b063da4da2707 wostream - wcout - a01544.html - a2f5fc307ed84f0ecfbc36d2cda322040 + wclog + a01635.html + a09e3edb1609f2a7fb18370eab59ba8dc wostream - wcerr - a01544.html - ae50854b2a6629e6504846f8aff472e7e + wcout + a01635.html + a2f5fc307ed84f0ecfbc36d2cda322040 - wostream - wclog - a01544.html - a09e3edb1609f2a7fb18370eab59ba8dc + ostream + cerr + a01635.html + a7431d56d1e8cd7a9b854171294bd71c7 istream cin - a01544.html + a01635.html afdcd7ecbf1544ef3f79b89f0dd06c3b7 ostream - cout - a01544.html - aaf93fdf0812752e0e02c501dea1b38f0 + clog + a01635.html + a7e2a2fc4b5924b7292c0566ca4c95463 ostream - cerr - a01544.html - a7431d56d1e8cd7a9b854171294bd71c7 + cout + a01635.html + aaf93fdf0812752e0e02c501dea1b38f0 - ostream - clog - a01544.html - a7e2a2fc4b5924b7292c0566ca4c95463 + wostream + wcerr + a01635.html + ae50854b2a6629e6504846f8aff472e7e wistream wcin - a01544.html + a01635.html ab1807d3145162e06150b063da4da2707 wostream - wcout - a01544.html - a2f5fc307ed84f0ecfbc36d2cda322040 - - - - wostream - wcerr - a01544.html - ae50854b2a6629e6504846f8aff472e7e + wclog + a01635.html + a09e3edb1609f2a7fb18370eab59ba8dc wostream - wclog - a01544.html - a09e3edb1609f2a7fb18370eab59ba8dc + wcout + a01635.html + a2f5fc307ed84f0ecfbc36d2cda322040 istream - a00089 - ios - ostream - bits/istream.tcc + a00110.html + ios + ostream + bits/istream.tcc std::basic_iostream std::basic_istream std::basic_istream::sentry std - enable_if< __and_< __not_< is_lvalue_reference< _Istream > >, __is_convertible_to_basic_istream< _Istream >, __is_extractable< __rvalue_istream_type< _Istream >, _Tp && > >::value, __rvalue_istream_type< _Istream > >::type + __rvalue_stream_extraction_t< _Istream, _Tp > operator>> - a01544.html - acda683e8b3ae5f1dd425bb99774304a7 + a01635.html + a430620a9a7561ca90f1aafce50afff18 (_Istream &&__is, _Tp &&__x) basic_istream< _CharT, _Traits > & ws - a01544.html + a01635.html ad864c3d25c6f09088c3a6e8d22151a5d (basic_istream< _CharT, _Traits > &__is) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a8f6ffa961cd02381c76b3d3345641f4d (basic_istream< _CharT, _Traits > &__in, _CharT &__c) basic_istream< char, _Traits > & operator>> - a01544.html - ad29bf992665f01e4a3623420b87f40d3 - (basic_istream< char, _Traits > &__in, unsigned char &__c) + a01635.html + a257b6c1fab9276d9a9ca63c29279d48c + (basic_istream< char, _Traits > &__in, signed char &__c) basic_istream< char, _Traits > & operator>> - a01544.html - a257b6c1fab9276d9a9ca63c29279d48c - (basic_istream< char, _Traits > &__in, signed char &__c) + a01635.html + ad29bf992665f01e4a3623420b87f40d3 + (basic_istream< char, _Traits > &__in, unsigned char &__c) basic_istream< _CharT, _Traits > & operator>> - a01544.html - afd645e31e415b300d870dba3de0af813 + a01635.html + a5ddb9cad237ec0614a14ba7fcd628203 (basic_istream< _CharT, _Traits > &__in, _CharT *__s) - basic_istream< char > & + basic_istream< char, _Traits > & operator>> - a01544.html - a40a0021a5cf39a79c2ff66d3c31ae277 - (basic_istream< char > &__in, char *__s) + a01635.html + abcee0d0bbe61b8a00e0336411d295f79 + (basic_istream< char, _Traits > &__in, signed char *__s) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html aefcf45965f6bebc6083ba4d0207cca1d (basic_istream< char, _Traits > &__in, unsigned char *__s) - basic_istream< char, _Traits > & - operator>> - a01544.html - abcee0d0bbe61b8a00e0336411d295f79 - (basic_istream< char, _Traits > &__in, signed char *__s) - - basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a8f6ffa961cd02381c76b3d3345641f4d (basic_istream< _CharT, _Traits > &__in, _CharT &__c) basic_istream< char, _Traits > & operator>> - a01544.html - ad29bf992665f01e4a3623420b87f40d3 - (basic_istream< char, _Traits > &__in, unsigned char &__c) + a01635.html + a257b6c1fab9276d9a9ca63c29279d48c + (basic_istream< char, _Traits > &__in, signed char &__c) basic_istream< char, _Traits > & operator>> - a01544.html - a257b6c1fab9276d9a9ca63c29279d48c - (basic_istream< char, _Traits > &__in, signed char &__c) + a01635.html + ad29bf992665f01e4a3623420b87f40d3 + (basic_istream< char, _Traits > &__in, unsigned char &__c) basic_istream< _CharT, _Traits > & operator>> - a01544.html - afd645e31e415b300d870dba3de0af813 + a01635.html + a5ddb9cad237ec0614a14ba7fcd628203 (basic_istream< _CharT, _Traits > &__in, _CharT *__s) - basic_istream< char > & + basic_istream< char, _Traits > & operator>> - a01544.html - a40a0021a5cf39a79c2ff66d3c31ae277 - (basic_istream< char > &__in, char *__s) + a01635.html + abcee0d0bbe61b8a00e0336411d295f79 + (basic_istream< char, _Traits > &__in, signed char *__s) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html aefcf45965f6bebc6083ba4d0207cca1d (basic_istream< char, _Traits > &__in, unsigned char *__s) - - basic_istream< char, _Traits > & - operator>> - a01544.html - abcee0d0bbe61b8a00e0336411d295f79 - (basic_istream< char, _Traits > &__in, signed char *__s) - istream.tcc - a00380 - bits/cxxabi_forced.h + a00458.html + bits/cxxabi_forced.h std basic_istream< _CharT, _Traits > & ws - a01544.html + a01635.html ad864c3d25c6f09088c3a6e8d22151a5d (basic_istream< _CharT, _Traits > &__is) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a8f6ffa961cd02381c76b3d3345641f4d (basic_istream< _CharT, _Traits > &__in, _CharT &__c) basic_istream< _CharT, _Traits > & operator>> - a01544.html - afd645e31e415b300d870dba3de0af813 - (basic_istream< _CharT, _Traits > &__in, _CharT *__s) - - - basic_istream< _CharT, _Traits > & - operator>> - a01544.html + a01635.html a8f6ffa961cd02381c76b3d3345641f4d (basic_istream< _CharT, _Traits > &__in, _CharT &__c) - - basic_istream< _CharT, _Traits > & - operator>> - a01544.html - afd645e31e415b300d870dba3de0af813 - (basic_istream< _CharT, _Traits > &__in, _CharT *__s) - iterator - a00092 - bits/c++config.h - bits/stl_iterator_base_types.h - bits/stl_iterator_base_funcs.h - bits/stl_iterator.h - ostream - istream - bits/stream_iterator.h - bits/streambuf_iterator.h - bits/range_access.h + a00113.html + bits/c++config.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + iosfwd + bits/stream_iterator.h + bits/streambuf_iterator.h + bits/range_access.h ext/iterator - a15591 - bits/concept_check.h - iterator + a18050.html + bits/concept_check.h + iterator __gnu_cxx void distance - a01465.html + a01544.html gade7ee057985825bd6d67e7a1a682dd89 (_InputIterator __first, _InputIterator __last, _Distance &__n) experimental/iterator - a15594 - iterator - iosfwd - experimental/type_traits + a18047.html + iterator + iosfwd + experimental/type_traits std::experimental::fundamentals_v2::ostream_joiner std + std::experimental ostream_joiner< decay_t< _DelimT >, _CharT, _Traits > make_ostream_joiner - a15594.html + a01644.html a2e3192f5922ddde04c679b748e6093fc (basic_ostream< _CharT, _Traits > &__os, _DelimT &&__delimiter) iterator.h - a00893 - parallel/basic_iterator.h - bits/stl_pair.h + a00965.html + parallel/basic_iterator.h + bits/stl_pair.h __gnu_parallel::_IteratorPair __gnu_parallel::_IteratorTriple __gnu_parallel iterator.hpp - a01457 - iterator_ + a01535.html - iterator_fn_imps.hpp - a01304 + iterator_concepts.h + a00461.html + concepts + bits/ptr_traits.h + bits/ranges_cmp.h - iterator_tracker.h - a00800 - ext/type_traits.h - std - std::__profile + iterator_fn_imps.hpp + a01382.html binary_heap_/iterators_fn_imps.hpp - a15597 + a18056.html bin_search_tree_/iterators_fn_imps.hpp - a15600 + a18053.html cc_hash_table_map_/iterators_fn_imps.hpp - a15603 + a18059.html left_child_next_sibling_heap_/iterators_fn_imps.hpp - a15606 + a18062.html list_update_map_/iterators_fn_imps.hpp - a15609 + a18065.html ov_tree_map_/iterators_fn_imps.hpp - a15612 + a18068.html pat_trie_/iterators_fn_imps.hpp - a15615 + a18071.html + + + latch + a00116.html left_child_next_sibling_heap_.hpp - a01346 - iterator - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp - debug/debug.h - ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp + a01424.html + iterator + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp + debug/debug.h + ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp __gnu_pbds::detail::left_child_next_sibling_heap __gnu_pbds lfts_config.h - a01001 - bits/c++config.h + a01058.html + bits/c++config.h limits - a00095 - bits/c++config.h + a00119.html + bits/c++config.h std::__numeric_limits_base std::numeric_limits std::numeric_limits< bool > @@ -6156,215 +6284,209 @@ float_denorm_style - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbf denorm_indeterminate - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbfa33fdcd73e760174c19ab87389eb104ae denorm_absent - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbfad91095a64f12657bc911d2cecd4fab0d denorm_present - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbfa28c4fcc178853e4c66190bc2c5027de5 float_round_style - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18 round_toward_zero - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a16cd490308c5bcba330c09f844f92f1d round_to_nearest - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a43219e58bf0b1438dce779ae47760772 round_toward_infinity - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a39c9297336599616c46f98eaf73c6191 round_toward_neg_infinity - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a5e57d9d7178fe199cfd05b67e9d3c69d linear_probe_fn_imp.hpp - a01313 + a01391.html list - a00098 - bits/stl_algobase.h - bits/allocator.h - bits/range_access.h - bits/stl_list.h - bits/list.tcc + a00122.html + bits/stl_algobase.h + bits/allocator.h + bits/range_access.h + bits/stl_list.h + bits/list.tcc + std debug/list - a15618 - list - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h + a18074.html + bits/c++config.h + list + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h std::__debug::list __gnu_debug std std::__debug - profile/list - a15621 - list - profile/base.h - profile/iterator_tracker.h - std::__profile::list - std - std::__profile - - experimental/list - a15624 - list - experimental/memory_resource + a18077.html + list + experimental/memory_resource std + std::experimental list.tcc - a00383 + a00464.html std list_partition.h - a00896 - parallel/parallel.h - vector + a00968.html + parallel/parallel.h + vector __gnu_parallel void __shrink - a01576.html + a01673.html adf42868b36ffd42054d85449f63b12aa (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length) void __shrink_and_double - a01576.html + a01673.html ade684b015a28793b63a9e8f14c096066 (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length, const bool __make_twice) size_t list_partition - a01576.html + a01673.html ad3be0fcbf87a1f43b3ecd406841e7b0d (const _IIter __begin, const _IIter __end, _IIter *__starts, size_t *__lengths, const int __num_parts, _FunctorType &__f, int __oversampling=0) list_update_policy.hpp - a01121 - bits/c++config.h - cstdlib - ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp - ext/pb_ds/tag_and_trait.hpp + a01199.html + bits/c++config.h + cstdlib + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp + ext/pb_ds/tag_and_trait.hpp __gnu_pbds::lu_counter_policy __gnu_pbds::lu_move_to_front_policy __gnu_pbds locale - a00101 - bits/localefwd.h - bits/locale_classes.h - bits/locale_facets.h - bits/locale_facets_nonio.h - bits/locale_conv.h + a00125.html + bits/localefwd.h + bits/locale_classes.h + bits/locale_facets.h + bits/locale_facets_nonio.h + bits/locale_conv.h locale_classes.h - a00386 - bits/localefwd.h - string - ext/atomicity.h - bits/locale_classes.tcc + a00467.html + bits/localefwd.h + string + ext/atomicity.h + bits/locale_classes.tcc std::collate std::collate_byname - std::locale std::locale::facet std::locale::id + std::locale std locale_classes.tcc - a00389 + a00470.html std bool has_facet - a01495.html + a01579.html ga6b89e11cb621fe8ebd14969449a79271 (const locale &__loc) const _Facet & use_facet - a01495.html + a01579.html ga8c25296d7a1b85124de8ac561e8945cf (const locale &__loc) locale_conv.h - a00392 - streambuf - stringfwd.h - allocator.h - codecvt.h - unique_ptr.h + a00473.html + streambuf + bits/stringfwd.h + bits/allocator.h + bits/codecvt.h + bits/unique_ptr.h std::wbuffer_convert std::wstring_convert std locale_facets.h - a00395 - cwctype - cctype - bits/ctype_base.h - iosfwd - bits/ios_base.h - streambuf - bits/cpp_type_traits.h - ext/type_traits.h - ext/numeric_traits.h - bits/streambuf_iterator.h - bits/ctype_inline.h - bits/locale_facets.tcc + a00476.html + cwctype + cctype + bits/ctype_base.h + iosfwd + bits/ios_base.h + streambuf + bits/cpp_type_traits.h + ext/type_traits.h + ext/numeric_traits.h + bits/streambuf_iterator.h + bits/ctype_inline.h + bits/locale_facets.tcc std::__ctype_abstract_base std::ctype std::ctype< char > @@ -6379,115 +6501,115 @@ bool isalnum - a01544.html + a01635.html a5ed2f4fbd4906acc523688bd4413c0a7 (_CharT __c, const locale &__loc) bool isalpha - a01544.html + a01635.html ad9b540b5d331edca5e6b8c9ac0ae2b41 (_CharT __c, const locale &__loc) bool isblank - a01544.html + a01635.html a40d8b84052bcaa94888bad01890ce72c (_CharT __c, const locale &__loc) bool iscntrl - a01544.html + a01635.html adcec25eda0a6f12b4c9d7453f30a5a69 (_CharT __c, const locale &__loc) bool isdigit - a01544.html + a01635.html a385dc92279bd0d29a34d143be653d0e1 (_CharT __c, const locale &__loc) bool isgraph - a01544.html + a01635.html a03fa822c443ea8d03c55c7a4affc204f (_CharT __c, const locale &__loc) bool islower - a01544.html + a01635.html a21d54d07c27156b1bb5c49155cbd58d1 (_CharT __c, const locale &__loc) bool isprint - a01544.html + a01635.html acb62bfd8b68d18e2f7902f6bc953b5be (_CharT __c, const locale &__loc) bool ispunct - a01544.html + a01635.html a74f97c8b1d25427e90b431e45bfba150 (_CharT __c, const locale &__loc) bool isspace - a01544.html + a01635.html a1adaf858b8edfbfdfcb64f9f6086827e (_CharT __c, const locale &__loc) bool isupper - a01544.html + a01635.html a50bacb17f1babb86a1239cdc0cf66089 (_CharT __c, const locale &__loc) bool isxdigit - a01544.html + a01635.html a2176db62da3573c57096dfe6c2221cb3 (_CharT __c, const locale &__loc) _CharT tolower - a01544.html + a01635.html aba2090a5dfff15a593e3fea40eebed91 (_CharT __c, const locale &__loc) _CharT toupper - a01544.html + a01635.html a4578341d5a9a5b937351d2f976ab7180 (_CharT __c, const locale &__loc) locale_facets.tcc - a00398 + a00479.html std locale_facets_nonio.h - a00401 - ctime - bits/time_members.h - bits/messages_members.h - bits/codecvt.h - bits/locale_facets_nonio.tcc + a00482.html + ctime + bits/time_members.h + bits/messages_members.h + bits/codecvt.h + bits/locale_facets_nonio.tcc std::messages std::messages_base std::messages_byname @@ -6505,165 +6627,145 @@ locale_facets_nonio.tcc - a00404 + a00485.html std localefwd.h - a00407 - bits/c++config.h - bits/c++locale.h - iosfwd - cctype - std::codecvt - std::codecvt_byname - std::collate - std::collate_byname - std::ctype - std::ctype_byname - std::messages - std::messages_byname - std::money_get - std::money_put - std::moneypunct - std::moneypunct_byname - std::num_get - std::num_put - std::numpunct - std::numpunct_byname - std::time_get - std::time_get_byname - std::time_put - std::time_put_byname + a00488.html + bits/c++config.h + bits/c++locale.h + iosfwd + cctype std bool has_facet - a01495.html + a01579.html ga6b89e11cb621fe8ebd14969449a79271 (const locale &__loc) bool isalnum - a01544.html + a01635.html a5ed2f4fbd4906acc523688bd4413c0a7 (_CharT __c, const locale &__loc) bool isalpha - a01544.html + a01635.html ad9b540b5d331edca5e6b8c9ac0ae2b41 (_CharT __c, const locale &__loc) bool isblank - a01544.html + a01635.html a40d8b84052bcaa94888bad01890ce72c (_CharT __c, const locale &__loc) bool iscntrl - a01544.html + a01635.html adcec25eda0a6f12b4c9d7453f30a5a69 (_CharT __c, const locale &__loc) bool isdigit - a01544.html + a01635.html a385dc92279bd0d29a34d143be653d0e1 (_CharT __c, const locale &__loc) bool isgraph - a01544.html + a01635.html a03fa822c443ea8d03c55c7a4affc204f (_CharT __c, const locale &__loc) bool islower - a01544.html + a01635.html a21d54d07c27156b1bb5c49155cbd58d1 (_CharT __c, const locale &__loc) bool isprint - a01544.html + a01635.html acb62bfd8b68d18e2f7902f6bc953b5be (_CharT __c, const locale &__loc) bool ispunct - a01544.html + a01635.html a74f97c8b1d25427e90b431e45bfba150 (_CharT __c, const locale &__loc) bool isspace - a01544.html + a01635.html a1adaf858b8edfbfdfcb64f9f6086827e (_CharT __c, const locale &__loc) bool isupper - a01544.html + a01635.html a50bacb17f1babb86a1239cdc0cf66089 (_CharT __c, const locale &__loc) bool isxdigit - a01544.html + a01635.html a2176db62da3573c57096dfe6c2221cb3 (_CharT __c, const locale &__loc) _CharT tolower - a01544.html + a01635.html aba2090a5dfff15a593e3fea40eebed91 (_CharT __c, const locale &__loc) _CharT toupper - a01544.html + a01635.html a4578341d5a9a5b937351d2f976ab7180 (_CharT __c, const locale &__loc) const _Facet & use_facet - a01495.html + a01579.html ga8c25296d7a1b85124de8ac561e8945cf (const locale &__loc) losertree.h - a00899 - bits/stl_algobase.h - bits/stl_function.h - parallel/features.h - parallel/base.h + a00971.html + bits/stl_algobase.h + bits/stl_function.h + parallel/features.h + parallel/base.h + __gnu_parallel::_LoserTreeBase::_Loser + __gnu_parallel::_LoserTreePointerBase::_Loser __gnu_parallel::_LoserTree __gnu_parallel::_LoserTree< false, _Tp, _Compare > __gnu_parallel::_LoserTreeBase - __gnu_parallel::_LoserTreeBase::_Loser __gnu_parallel::_LoserTreePointer __gnu_parallel::_LoserTreePointer< false, _Tp, _Compare > __gnu_parallel::_LoserTreePointerBase - __gnu_parallel::_LoserTreePointerBase::_Loser __gnu_parallel::_LoserTreePointerUnguarded __gnu_parallel::_LoserTreePointerUnguarded< false, _Tp, _Compare > __gnu_parallel::_LoserTreePointerUnguardedBase @@ -6674,503 +6776,543 @@ lu_counter_metadata.hpp - a01358 + a01436.html __gnu_pbds::detail::lu_counter_metadata __gnu_pbds::detail::lu_counter_policy_base - __gnu_pbds::detail::lu_counter_policy_base __gnu_pbds lu_map_.hpp - a01355 - utility - iterator - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp - ext/pb_ds/exception.hpp - debug/debug.h - ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp - ext/pb_ds/detail/unordered_iterator/point_iterator.hpp - ext/pb_ds/detail/unordered_iterator/const_iterator.hpp - ext/pb_ds/detail/unordered_iterator/iterator.hpp - ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp - ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp + a01433.html + utility + iterator + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp + ext/pb_ds/exception.hpp + debug/debug.h + ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/point_iterator.hpp + ext/pb_ds/detail/unordered_iterator/const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/iterator.hpp + ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp __gnu_pbds::detail::lu_map __gnu_pbds macros.h - a00749 + a00869.html #define __glibcxx_check_erase - a00749.html + a00869.html a991c7e564ec0f174f81e0b65bdd236cf (_Position) #define __glibcxx_check_erase_after - a00749.html + a00869.html a1163c4caa47de6274b07329922c7fef5 (_Position) #define __glibcxx_check_erase_range - a00749.html + a00869.html a7f5f459ee711afceff11d342059a5bcd (_First, _Last) #define __glibcxx_check_erase_range_after - a00749.html + a00869.html afef6cd40efd0755ceefbda6499a27e78 (_First, _Last) #define __glibcxx_check_heap_pred - a00749.html + a00869.html a2f3402923321554f4e9e5e1f5e02e7df (_First, _Last, _Pred) #define __glibcxx_check_insert - a00749.html + a00869.html a14508f9347d4fb4566b1a16f8ce685d5 (_Position) #define __glibcxx_check_insert_after - a00749.html + a00869.html a0d4085848ee3a3f00e1ab06ef535565f (_Position) #define __glibcxx_check_insert_range - a00749.html + a00869.html af3d576c2f08ec3b6f9ee1880e4a495a1 (_Position, _First, _Last, _Dist) #define __glibcxx_check_insert_range_after - a00749.html + a00869.html a74088af7168ba8d52eb5d000b1bc7a19 (_Position, _First, _Last, _Dist) #define __glibcxx_check_partitioned_lower - a00749.html + a00869.html a509251efdabc63ef4a39a9c2b892c58c (_First, _Last, _Value) #define __glibcxx_check_partitioned_lower_pred - a00749.html + a00869.html ad6ba08219f25b99db407f7ff7dc2c595 (_First, _Last, _Value, _Pred) #define __glibcxx_check_partitioned_upper_pred - a00749.html + a00869.html acf798c501271ab717db55d658c67c9a5 (_First, _Last, _Value, _Pred) #define __glibcxx_check_sorted_pred - a00749.html + a00869.html a43708f78d7d3c93f88659ac067b89db0 (_First, _Last, _Pred) #define - _GLIBCXX_DEBUG_VERIFY_AT - a00749.html - a70a64c7020ea69a5dd594944f244e58a - (_Condition, _ErrorMessage, _File, _Line) + _GLIBCXX_DEBUG_VERIFY_COND_AT + a00869.html + a8228a265b64188eaf05a08e318bdbbca + (_Cond, _ErrMsg, _File, _Line, _Func) malloc_allocator.h - a01052 - cstdlib - cstddef - new - bits/functexcept.h - bits/move.h - type_traits + a01133.html + cstdlib + cstddef + new + bits/functexcept.h + bits/move.h + type_traits __gnu_cxx::malloc_allocator __gnu_cxx map - a00104 - bits/stl_tree.h - bits/stl_map.h - bits/stl_multimap.h - bits/range_access.h + a00128.html + bits/stl_tree.h + bits/stl_map.h + bits/stl_multimap.h + bits/range_access.h + bits/erase_if.h + std debug/map - a15627 - map - debug/map.h - debug/multimap.h - - - profile/map - a15630 - map - profile/map.h - profile/multimap.h + a18080.html + bits/c++config.h + map + debug/map.h + debug/multimap.h + std + std::__debug experimental/map - a15633 - map - experimental/bits/erase_if.h - experimental/memory_resource - std + a18083.html + map + bits/erase_if.h + experimental/memory_resource + std + std::experimental - debug/map.h - a15636 - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h - utility + map.h + a00872.html + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility std::__debug::map std std::__debug - profile/map.h - a15639 - profile/base.h - profile/ordered_base.h - std::__profile::map - std - std::__profile - - mask_array.h - a00410 + a00491.html std::mask_array std mask_based_range_hashing.hpp - a01316 + a01394.html __gnu_pbds::detail::mask_based_range_hashing __gnu_pbds math.h - a00011 - cmath + a00011.html + cmath + + + max_size_type.h + a00494.html memory - a00107 - bits/stl_algobase.h - bits/allocator.h - bits/stl_construct.h - bits/stl_uninitialized.h - bits/stl_tempbuf.h - bits/stl_raw_storage_iter.h - exception - typeinfo - iosfwd - ext/atomicity.h - ext/concurrence.h - bits/functexcept.h - bits/stl_function.h - type_traits - debug/debug.h - bits/unique_ptr.h - bits/shared_ptr.h - bits/shared_ptr_atomic.h - cstdint + a00131.html + bits/stl_algobase.h + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_tempbuf.h + bits/stl_raw_storage_iter.h + type_traits + bits/align.h + bits/alloc_traits.h + debug/debug.h + bits/unique_ptr.h + bits/shared_ptr.h + bits/shared_ptr_atomic.h std + + + pointer_safety + a01561.html + ga9fab6cf004cd3194f8b89580f6453106 + + relaxed + preferred + strict + - void * - align - a01544.html - a7a0544b4d4e49cb7f4668d8ce7b914d5 - (size_t __align, size_t __size, void *&__ptr, size_t &__space) noexcept + void + declare_no_pointers + a01561.html + ga872debabd0ef3ea27bb7630b863d1c76 + (char *, size_t) + + + void + declare_reachable + a01561.html + ga421683e1a5b7852a9b36a3ecfb635c42 + (void *) + + + pointer_safety + get_pointer_safety + a01561.html + ga5f87f54215cc4e65ba59d577194642b1 + () noexcept + + + void + undeclare_no_pointers + a01561.html + ga78ae0a9be22516ce79b23a8b1e57b994 + (char *, size_t) + + + _Tp * + undeclare_reachable + a01561.html + ga0d8dd4bb08dfc59d85173c713b8707b3 + (_Tp *__p) ext/memory - a15642 - memory - bits/stl_tempbuf.h + a18089.html + memory + bits/stl_tempbuf.h __gnu_cxx::temporary_buffer __gnu_cxx - pair< _InputIter, _ForwardIter > + std::pair< _InputIter, _ForwardIter > uninitialized_copy_n - a01465.html - ga9bd3520e93f2babe15918dec409a1745 + a01544.html + ga0ab74ae1150ce374c96e7296f724c570 (_InputIter __first, _Size __count, _ForwardIter __result) experimental/memory - a15645 - memory - type_traits - utility - experimental/bits/shared_ptr.h - bits/functional_hash.h + a18086.html + memory + type_traits + utility + experimental/bits/shared_ptr.h + bits/functional_hash.h std + std::experimental memory_resource - a01010 - memory - new - atomic - cstddef - bits/alloc_traits.h - experimental/bits/lfts_config.h + a00134.html + vector + cstddef + shared_mutex + bits/align.h + bits/functexcept.h + bits/uses_allocator_args.h + ext/numeric_traits.h + debug/assertions.h + utility + tuple + std::pmr::memory_resource + std::pmr::pool_options + std::pmr::synchronized_pool_resource + std::pmr::unsynchronized_pool_resource std + experimental/memory_resource + a18092.html + memory + experimental/utility + tuple + atomic + new + cstddef + ext/new_allocator.h + debug/assertions.h + std + std::experimental + + memory_resource * + get_default_resource + a18092.html + ab5facfd6c5e7d98fc73aeb1c70d43aa6 + () noexcept + + + memory_resource * + set_default_resource + a18092.html + a2221c037b4480899d21cd32b0d8b904f + (memory_resource *__r) noexcept + + + memoryfwd.h - a00413 - bits/c++config.h - std::allocator - std::uses_allocator + a00497.html + bits/c++config.h std merge.h - a00902 - parallel/basic_iterator.h - bits/stl_algo.h + a00974.html + parallel/basic_iterator.h + bits/stl_algo.h __gnu_parallel _OutputIterator __merge_advance - a01576.html + a01673.html a0059cd13cc6ab70692f8309ad92cb548 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _OutputIterator __merge_advance_movc - a01576.html + a01673.html a8deacd343b40dc77deeb1a8e515e7358 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _OutputIterator __merge_advance_usual - a01576.html + a01673.html a9a83f26ee291502fd0ccf83a566817c7 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _RAIter3 __parallel_merge_advance - a01576.html - af1626ed7bbe2eb745a31f18728d73f4e - (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + a01673.html + ac4196b48ff7ecf5ca0f8f2cdee8681c5 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter1 &__begin2, _RAIter1 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) _RAIter3 __parallel_merge_advance - a01576.html - ac4196b48ff7ecf5ca0f8f2cdee8681c5 - (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter1 &__begin2, _RAIter1 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + a01673.html + af1626ed7bbe2eb745a31f18728d73f4e + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) messages_members.h - a00695 + a00815.html std mod_based_range_hashing.hpp - a01319 + a01397.html __gnu_pbds::detail::mod_based_range_hashing __gnu_pbds move.h - a00416 - bits/c++config.h - bits/concept_check.h - type_traits + a00500.html + bits/c++config.h + type_traits std constexpr _Tp * __addressof - a01483.html + a01567.html ga1954d5552e24586051011312041033f6 (_Tp &__r) noexcept - _GLIBCXX17_CONSTEXPR _Tp * + constexpr _Tp * addressof - a01483.html - gafffcfc895d2cfa7c934ec045e884faec + a01567.html + gafa16df20cb107db9b4e3742de7e4f1f6 (_Tp &__r) noexcept constexpr _Tp && forward - a01483.html - gacb5baec338e12b99cb6bddea7506c7c6 - (typename std::remove_reference< _Tp >::type &__t) noexcept + a01567.html + gade8e8737b971a056c0ebba2de0295467 + (typename std::remove_reference< _Tp >::type &&__t) noexcept constexpr _Tp && forward - a01483.html - gade8e8737b971a056c0ebba2de0295467 - (typename std::remove_reference< _Tp >::type &&__t) noexcept + a01567.html + gacb5baec338e12b99cb6bddea7506c7c6 + (typename std::remove_reference< _Tp >::type &__t) noexcept constexpr std::remove_reference< _Tp >::type && move - a01483.html + a01567.html ga9f81219bfbfaac50d44f79095a639620 (_Tp &&__t) noexcept constexpr conditional< __move_if_noexcept_cond< _Tp >::value, const _Tp &, _Tp && >::type move_if_noexcept - a01483.html + a01567.html gad065507b1d170a56e1ee2c77251554a3 (_Tp &__x) noexcept - enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type + constexpr enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type swap - a01483.html - ga64d02d56df0a1870d63069c3562f3a29 - (_Tp &__a, _Tp &__b) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) + a01567.html + gac2ab8a3c4d4e47b3872ee056b6790df1 + (_Tp &__a, _Tp &__b) noexcept(/*conditional */) is_nothrow_move_assignable< _Tp >> - enable_if< __is_swappable< _Tp >::value >::type + constexpr enable_if< __is_swappable< _Tp >::value >::type swap - a01483.html - ga76e7ee159249bb3516885c6aa33ceb76 - (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + a01567.html + ga8ca49a3a23ce1e9c3748d0322b7e13ba + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(/*conditional */) mt_allocator.h - a01055 - new - cstdlib - bits/functexcept.h - ext/atomicity.h - bits/move.h - type_traits + a01136.html + new + cstdlib + bits/functexcept.h + ext/atomicity.h + bits/move.h + type_traits __gnu_cxx::__common_pool_policy __gnu_cxx::__mt_alloc __gnu_cxx::__mt_alloc_base __gnu_cxx::__per_type_pool_policy - __gnu_cxx::__pool __gnu_cxx::__pool< false > __gnu_cxx::__pool< true > __gnu_cxx::__pool_base __gnu_cxx - debug/multimap.h - a15648 - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h - utility + multimap.h + a00875.html + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility std::__debug::multimap std std::__debug - profile/multimap.h - a15651 - profile/base.h - profile/ordered_base.h - std::__profile::multimap - std - std::__profile - - multiseq_selection.h - a00905 - vector - queue - bits/stl_algo.h + a00977.html + vector + queue + bits/stl_algo.h __gnu_parallel::_Lexicographic __gnu_parallel::_LexicographicReverse __gnu_parallel void multiseq_partition - a01576.html + a01673.html ade1f4c5da0794c4f1a09465d4aee6c1d (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankIterator __begin_offsets, _Compare __comp=std::less< typename std::iterator_traits< typename std::iterator_traits< _RanSeqs >::value_type::first_type >::value_type >()) _Tp multiseq_selection - a01576.html + a01673.html a68f665a2f83172d9e12b8332ce573d5d (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankType &__offset, _Compare __comp=std::less< _Tp >()) - debug/multiset.h - a15654 - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h - utility + multiset.h + a00878.html + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility std::__debug::multiset std std::__debug - profile/multiset.h - a15657 - profile/base.h - profile/ordered_base.h - std::__profile::multiset - std - std::__profile - - multiway_merge.h - a00908 - vector - bits/stl_algo.h - parallel/features.h - parallel/parallel.h - parallel/losertree.h - parallel/multiseq_selection.h + a00980.html + vector + bits/stl_algo.h + parallel/features.h + parallel/parallel.h + parallel/losertree.h + parallel/multiseq_selection.h __gnu_parallel::__multiway_merge_3_variant_sentinel_switch __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > __gnu_parallel::__multiway_merge_4_variant_sentinel_switch @@ -7185,103 +7327,103 @@ #define _GLIBCXX_PARALLEL_LENGTH - a00908.html + a00980.html a2693f6e2ecfb03bdb564ca578f60b085 (__s) _OutputIterator __merge_advance - a01576.html + a01673.html a0059cd13cc6ab70692f8309ad92cb548 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _RAIter3 __sequential_multiway_merge - a01576.html + a01673.html a5ccf0d17d06a0cdd449939227e55bd9d (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) _RAIterOut multiway_merge - a01576.html + a01673.html a25294b0a47406aefa9ebc5e0c151d0ce (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) _RAIter3 multiway_merge_3_variant - a01576.html + a01673.html a7ee9d79b73a6f85ae97e472312ba411e (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) _RAIter3 multiway_merge_4_variant - a01576.html + a01673.html ac4af8f9977aa36823357bce35be6c946 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) void multiway_merge_exact_splitting - a01576.html + a01673.html a567621588e461a8759651e29cd964ab9 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) _RAIter3 multiway_merge_loser_tree - a01576.html + a01673.html a150b06a4da2cf1cff673d1b6242c27fa (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) _RAIter3 multiway_merge_loser_tree_sentinel - a01576.html + a01673.html a686704fa4da0a4fdbc6800fe46048366 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) _RAIter3 multiway_merge_loser_tree_unguarded - a01576.html + a01673.html a3ffd0c9da50da6118291d38f95d44b52 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) void multiway_merge_sampling_splitting - a01576.html + a01673.html a0e39d3891745fd0e244fb125bf34ce8b (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) _RAIterOut multiway_merge_sentinels - a01576.html + a01673.html a4d6e76ac42b48f0033139352dcb0418f (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) _RAIter3 parallel_multiway_merge - a01576.html + a01673.html a14c854d00d1321cf1ee7f6d12fb955c4 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _Splitter __splitter, _DifferenceTp __length, _Compare __comp, _ThreadIndex __num_threads) multiway_mergesort.h - a00911 - vector - parallel/basic_iterator.h - bits/stl_algo.h - parallel/parallel.h - parallel/multiway_merge.h + a00983.html + vector + parallel/basic_iterator.h + bits/stl_algo.h + parallel/parallel.h + parallel/multiway_merge.h __gnu_parallel::_Piece __gnu_parallel::_PMWMSSortingData __gnu_parallel::_SplitConsistently @@ -7291,368 +7433,198 @@ void __determine_samples - a01576.html + a01673.html a56184d12b3d8f441fc14150b15a091c7 (_PMWMSSortingData< _RAIter > *__sd, _DifferenceTp __num_samples) void parallel_sort_mwms - a01576.html + a01673.html ae193ac43730550b537828a117dd2797f (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void parallel_sort_mwms_pu - a01576.html + a01673.html aaf84903cd78722fcd19b20ccb69c47e4 (_PMWMSSortingData< _RAIter > *__sd, _Compare &__comp) mutex - a00110 - tuple - chrono - exception - type_traits - system_error - bits/std_mutex.h - condition_variable - thread + a00137.html + tuple + chrono + exception + type_traits + system_error + bits/std_mutex.h + bits/unique_lock.h + condition_variable + thread + ext/atomicity.h std::once_flag std::recursive_mutex std::recursive_timed_mutex + std::scoped_lock std::timed_mutex std - - __thread void * - __once_callable - a01544.html - affb34307b43f7ddcb7cca9c413fbeae5 - - - - __thread void(* - __once_call - a01544.html - ae1348cfe57f55c01d1da84840dc0b205 - )() - - - unique_lock< _Lock > - __try_to_lock - a01544.html - abb9e48fa9917aa6fb5da491ac6380b3c - (_Lock &__l) - - int - try_lock - a01544.html - ab431f6ac9476a921df98db8862be201a - (_Lock1 &__l1, _Lock2 &__l2, _Lock3 &... __l3) + void + call_once + a01585.html + gaf3415e3476b6a4ecb873675dd10a0237 + (once_flag &__once, _Callable &&__f, _Args &&... __args) void lock - a01544.html - a82fa606b1427f731ac64bb8ac49221f3 + a01585.html + ga82fa606b1427f731ac64bb8ac49221f3 (_L1 &__l1, _L2 &__l2, _L3 &... __l3) - void - __once_proxy - a01544.html - a2382c498b7b7d4ec955f33d0a7d3fc51 - (void) - - - void - call_once - a01544.html - af3415e3476b6a4ecb873675dd10a0237 - (once_flag &__once, _Callable &&__f, _Args &&... __args) + int + try_lock + a01585.html + gad0c0717949223b18e654fef1a52c432b + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) nested_exception.h - a00419 - bits/c++config.h - bits/move.h + a00503.html + bits/c++config.h + bits/move.h std::nested_exception std void rethrow_if_nested - a01492.html + a01576.html gab61c4f8fae83699092207e16594f6b35 (const _Ex &__ex) void throw_with_nested - a01492.html + a01576.html gae6e361189fc8333896bebb3523551209 (_Tp &&__t) + net.h + a01061.html + type_traits + system_error + std + std::experimental + + new - a00032 - bits/c++config.h - exception + a00035.html + bits/c++config.h + bits/exception.h std::bad_alloc std void(* new_handler - a01544.html + a01635.html abacda397e52027e3aac448f94b157208 )() new_handler get_new_handler - a01544.html + a01635.html a2aab280c9a87214e453f8f598827d13b () noexcept - new_handler - set_new_handler - a01544.html - a08ab821429d6f9fd2f16f642de3e9163 - (new_handler) - - - void * - operator new - a00032.html - a87dd0f2d68609d8cb10074e88a3f5616 - (std::size_t) __attribute__((__externally_visible__)) - - - void * - operator new[] - a00032.html - ab7d9eb6ec41693e1f516bdae8e2eab28 - (std::size_t) __attribute__((__externally_visible__)) - - - void - operator delete - a00032.html - a97d405b67ae977bca98e612fc9f81dd9 - (void *) noexcept __attribute__((__externally_visible__)) - - - void - operator delete[] - a00032.html - ac15dc62eb64a3db956da5b1c1b5615d3 - (void *) noexcept __attribute__((__externally_visible__)) - - - void * - operator new - a00032.html - a542c61605d4c51b703ff6a4780a7dfb4 - (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void * - operator new[] - a00032.html - a21bfcde67c743a1a2287e842bdc7af8d - (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void - operator delete - a00032.html - a3180b04385e1f798caf4af08c2e2dd9a - (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void - operator delete[] - a00032.html - a5cb154dbee09700b3e6a9be7f95e698e - (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void * - operator new - a00032.html - a7266c02fbd2a435679e6c07c93ad9979 - (std::size_t, void *__p) noexcept - - - void * - operator new[] - a00032.html - a64323ac4a634756c7892bf1f9702c486 - (std::size_t, void *__p) noexcept - - - void - operator delete - a00032.html - a39fac79c27e30348bee194c4fca4814c - (void *, void *) noexcept - - - void - operator delete[] - a00032.html - aa73513101c30d057abb0e9f683f67aa8 - (void *, void *) noexcept - - - void * - operator new - a00032.html - a87dd0f2d68609d8cb10074e88a3f5616 - (std::size_t) __attribute__((__externally_visible__)) - - - void * - operator new[] - a00032.html - ab7d9eb6ec41693e1f516bdae8e2eab28 - (std::size_t) __attribute__((__externally_visible__)) - - - void - operator delete - a00032.html - a97d405b67ae977bca98e612fc9f81dd9 - (void *) noexcept __attribute__((__externally_visible__)) - - - void - operator delete[] - a00032.html - ac15dc62eb64a3db956da5b1c1b5615d3 - (void *) noexcept __attribute__((__externally_visible__)) - - - void * - operator new - a00032.html - a542c61605d4c51b703ff6a4780a7dfb4 - (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void * - operator new[] - a00032.html - a21bfcde67c743a1a2287e842bdc7af8d - (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void - operator delete - a00032.html - a3180b04385e1f798caf4af08c2e2dd9a - (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - - void - operator delete[] - a00032.html - a5cb154dbee09700b3e6a9be7f95e698e - (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) - - void * operator new - a00032.html - a7266c02fbd2a435679e6c07c93ad9979 - (std::size_t, void *__p) noexcept - - - void * - operator new[] - a00032.html - a64323ac4a634756c7892bf1f9702c486 - (std::size_t, void *__p) noexcept - - - void - operator delete - a00032.html - a39fac79c27e30348bee194c4fca4814c - (void *, void *) noexcept + a00035.html + a1414bcdb34c39ce82fc84bc8d5287966 + (std::size_t) - void - operator delete[] - a00032.html - aa73513101c30d057abb0e9f683f67aa8 - (void *, void *) noexcept + new_handler + set_new_handler + a01635.html + a08ab821429d6f9fd2f16f642de3e9163 + (new_handler) new_allocator.h - a01058 - bits/c++config.h - new - bits/functexcept.h - bits/move.h - type_traits + a01139.html + bits/c++config.h + new + bits/functexcept.h + bits/move.h + type_traits __gnu_cxx::new_allocator __gnu_cxx left_child_next_sibling_heap_/node.hpp - a15660 + a18095.html + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::left_child_next_sibling_heap_node_ __gnu_pbds rb_tree_map_/node.hpp - a15663 - ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + a18098.html + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp __gnu_pbds::detail::rb_tree_node_ __gnu_pbds splay_tree_/node.hpp - a15666 + a18101.html __gnu_pbds::detail::splay_tree_node_ __gnu_pbds node_handle.h - a00422 + a00506.html + new + bits/alloc_traits.h + bits/ptr_traits.h + std::_Node_handle + std::_Node_handle< _Value, _Value, _NodeAlloc > + std::_Node_handle_common + std::_Node_insert_return + std bin_search_tree_/node_iterators.hpp - a15669 - ext/pb_ds/tag_and_trait.hpp + a18104.html + ext/pb_ds/tag_and_trait.hpp __gnu_pbds::detail::bin_search_tree_const_node_it_ __gnu_pbds::detail::bin_search_tree_node_it_ __gnu_pbds ov_tree_map_/node_iterators.hpp - a15672 - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/type_utils.hpp - debug/debug.h + a18107.html + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/type_utils.hpp + debug/debug.h __gnu_pbds::detail::ov_tree_node_const_it_ __gnu_pbds::detail::ov_tree_node_it_ __gnu_pbds tree_policy/node_metadata_selector.hpp - a15675 - ext/pb_ds/detail/branch_policy/null_node_metadata.hpp - ext/pb_ds/detail/types_traits.hpp - __gnu_pbds::detail::tree_metadata_helper + a18110.html + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > __gnu_pbds::detail::tree_node_metadata_dispatch @@ -7660,10 +7632,9 @@ trie_policy/node_metadata_selector.hpp - a15678 - ext/pb_ds/detail/branch_policy/null_node_metadata.hpp - ext/pb_ds/detail/types_traits.hpp - __gnu_pbds::detail::trie_metadata_helper + a18113.html + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > __gnu_pbds::detail::trie_node_metadata_dispatch @@ -7671,592 +7642,711 @@ null_node_metadata.hpp - a01235 - ext/pb_ds/detail/types_traits.hpp + a01313.html + ext/pb_ds/detail/types_traits.hpp __gnu_pbds::detail::dumnode_const_iterator __gnu_pbds + numbers + a00143.html + + numeric - a00113 - bits/c++config.h - bits/stl_iterator_base_types.h - bits/stl_numeric.h - type_traits + a00140.html + bits/c++config.h + bits/stl_iterator_base_types.h + bits/stl_numeric.h + type_traits + bit + bits/stl_function.h std std::__detail + constexpr _OutputIterator + exclusive_scan + a01596.html + gaa51085deb3c4692098b97d32eeddbc8e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) + + + constexpr _OutputIterator + exclusive_scan + a01596.html + ga61a9b34939ee5d0391a322bb56bdfcdf + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOperation __binary_op) + + constexpr common_type_t< _Mn, _Nn > - __lcm - a01545.html - a8d0e9c29e2da1a9162db469b99b2d792 - (_Mn __m, _Nn __n) + gcd + a01635.html + abbedcde044881f8421ceab16190c00a1 + (_Mn __m, _Nn __n) noexcept + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga540e844ba6c5fe2e9daf1269a885e9ad + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga595f419832752698e04564ecf013929e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga1d79b3e26a3c75a075e1585802f5c7cd + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _Tp __init) + + + constexpr common_type_t< _Mn, _Nn > + lcm + a01635.html + a91d53deec90c698887d8d1c0a31a1132 + (_Mn __m, _Nn __n) noexcept + + + constexpr iterator_traits< _InputIterator >::value_type + reduce + a01596.html + ga55282e5b31aa6fee5020851cbcff0a19 + (_InputIterator __first, _InputIterator __last) + + + constexpr _Tp + reduce + a01596.html + gafca8dc87b33e39f78d6b6ab8ccdc629c + (_InputIterator __first, _InputIterator __last, _Tp __init) + + + constexpr _Tp + reduce + a01596.html + gaef915fe46272db0b4de2062a965d99da + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + transform_exclusive_scan + a01596.html + ga9d5ca1f5df5964485762ce38e7849f09 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _OutputIterator + transform_inclusive_scan + a01596.html + ga2f10c28e6f385b2d73a0a207e128430c + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _OutputIterator + transform_inclusive_scan + a01596.html + ga73371f6cca271826894a5982cbfe950b + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op, _Tp __init) + + + constexpr _Tp + transform_reduce + a01596.html + gae863f426a71c7822dcbb86e7327b3886 + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _Tp + transform_reduce + a01596.html + ga32daf475195ccd8af36b498e2c1e3f43 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) + + + constexpr _Tp + transform_reduce + a01596.html + gacc069a4136d43548d5a6ef1c4308fb7b + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) ext/numeric - a15681 - bits/concept_check.h - numeric - ext/functional + a18119.html + bits/concept_check.h + numeric + ext/functional __gnu_cxx _Tp power - a01465.html - ga52a0d4d0aad4e35cbcc82c8be1dfcebe - (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) + a01544.html + ga2a1a321e469c0cafa50d1085b27ebbc3 + (_Tp __x, _Integer __n) _Tp power - a01465.html - ga2a1a321e469c0cafa50d1085b27ebbc3 - (_Tp __x, _Integer __n) + a01544.html + ga52a0d4d0aad4e35cbcc82c8be1dfcebe + (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) parallel/numeric - a15684 - numeric - bits/stl_function.h - parallel/numericfwd.h - parallel/iterator.h - parallel/for_each.h - parallel/for_each_selectors.h - parallel/partial_sum.h + a18122.html + numeric + bits/stl_function.h + parallel/numericfwd.h + parallel/iterator.h + parallel/for_each.h + parallel/for_each_selectors.h + parallel/partial_sum.h std std::__parallel experimental/numeric - a15687 - numeric - experimental/type_traits + a18116.html + numeric + experimental/type_traits std + std::experimental constexpr common_type_t< _Mn, _Nn > gcd - a15687.html - aa830d9c06e9340f9ea5e0edf90b77e0f - (_Mn __m, _Nn __n) + a01644.html + aff17d387510cfa8cbcdd2425c484b327 + (_Mn __m, _Nn __n) noexcept constexpr common_type_t< _Mn, _Nn > lcm - a15687.html + a01644.html accce3753a3228b2f3bb4caea33ee2bec (_Mn __m, _Nn __n) - numeric_traits.h - a01061 - bits/cpp_type_traits.h - ext/type_traits.h + ext/numeric_traits.h + a18128.html + bits/cpp_type_traits.h + ext/type_traits.h __gnu_cxx + + __numeric_traits_integer< _Tp > + __int_traits + a01641.html + a31ca153df4bfc0bcdd09f539b3415934 + + numericfwd.h - a00914 - parallel/tags.h - parallel/settings.h + a00986.html + parallel/tags.h + parallel/settings.h std std::__parallel omp_loop.h - a00917 - parallel/settings.h - parallel/basic_iterator.h - parallel/base.h + a00989.html + parallel/settings.h + parallel/basic_iterator.h + parallel/base.h __gnu_parallel _Op __for_each_template_random_access_omp_loop - a01576.html + a01673.html a6a5228179a033ede58cd143f66cdf354 (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) omp_loop_static.h - a00920 - parallel/settings.h - parallel/basic_iterator.h + a00992.html + parallel/settings.h + parallel/basic_iterator.h __gnu_parallel _Op __for_each_template_random_access_omp_loop_static - a01576.html + a01673.html adfc9f0a346a7f323e8a3ba07b772587d (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) opt_random.h - a00698 + a00818.html std optional - a01013 - utility - type_traits - stdexcept - new - initializer_list - bits/functexcept.h - bits/functional_hash.h - bits/enable_special_members.h - experimental/bits/lfts_config.h - std::experimental::fundamentals_v1::_Has_addressof - std::experimental::fundamentals_v1::_Optional_base - std::experimental::fundamentals_v1::_Optional_base< _Tp, false > + a00146.html + utility + type_traits + exception + new + initializer_list + bits/exception_defines.h + bits/functional_hash.h + bits/enable_special_members.h + std::_Optional_base + std::bad_optional_access + std::nullopt_t + std::optional + std + + constexpr nullopt_t + nullopt + a01567.html + gae44c84da6840ea5335e941bd9e46d4e8 + + + + + experimental/optional + a18131.html + utility + type_traits + stdexcept + new + initializer_list + bits/functexcept.h + bits/functional_hash.h + bits/enable_special_members.h + experimental/bits/lfts_config.h std::experimental::fundamentals_v1::bad_optional_access + std::hash< experimental::optional< _Tp > > std::experimental::fundamentals_v1::in_place_t std::experimental::fundamentals_v1::nullopt_t std::experimental::fundamentals_v1::optional - std::experimental::fundamentals_v1::optional - std::experimental::fundamentals_v1::optional std - - constexpr enable_if_t<!_Has_addressof< _Tp >::value, _Tp * > - __constexpr_addressof - a01521.html - gaec6098e9e49d3b1918c5de29086aeead - (_Tp &__t) - - - enable_if_t< _Has_addressof< _Tp >::value, _Tp * > - __constexpr_addressof - a01013.html - gaec6098e9e49d3b1918c5de29086aeead - (_Tp &__t) - + std::experimental constexpr in_place_t in_place - a01521.html + a01606.html ga69b3880c858acc1b7f88478d209b2fb3 constexpr nullopt_t nullopt - a01521.html + a01606.html ga2221e221b29838a39e88d176b5859900 tree_policy/order_statistics_imp.hpp - a15690 + a18134.html trie_policy/order_statistics_imp.hpp - a15693 - - - ordered_base.h - a00803 - std - std::__profile + a18137.html os_defines.h - a00701 - features.h + a00821.html + features.h ostream - a00116 - ios - bits/ostream_insert.h - bits/ostream.tcc + a00149.html + ios + bits/ostream_insert.h + bits/ostream.tcc std::basic_ostream std::basic_ostream::sentry std basic_ostream< _CharT, _Traits > & endl - a01544.html + a01635.html a8b3758bb8f17c440c7963363f42f69f3 (basic_ostream< _CharT, _Traits > &__os) basic_ostream< _CharT, _Traits > & ends - a01544.html + a01635.html ae870682737bc550409474930f055508b (basic_ostream< _CharT, _Traits > &__os) basic_ostream< _CharT, _Traits > & flush - a01544.html + a01635.html a8b74d0bc34dda8d29dd0950b4e5e661d (basic_ostream< _CharT, _Traits > &__os) - enable_if< __and_< __not_< is_lvalue_reference< _Ostream > >, __is_convertible_to_basic_ostream< _Ostream >, __is_insertable< __rvalue_ostream_type< _Ostream >, const _Tp & > >::value, __rvalue_ostream_type< _Ostream > >::type + __rvalue_stream_insertion_t< _Ostream, _Tp > operator<< - a01544.html - a8d0f4660661dc80ee079bdfa88eebd2b + a01635.html + a6b07dbda8f92d471e98bbedc19ae7f6a (_Ostream &&__os, const _Tp &__x) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a4162d00742462ffb4e5b792edd81e594 (basic_ostream< _CharT, _Traits > &__out, _CharT __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html afe8641d2d416e2c56bae3ae4294de5f9 (basic_ostream< _CharT, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html abb2dcd26142d2d22961a30d8407161be (basic_ostream< char, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a105a937bc8d1394e0bb683dea33b9f1b (basic_ostream< char, _Traits > &__out, signed char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a4b69f99d144efda14d0e97f2eda925a7 (basic_ostream< char, _Traits > &__out, unsigned char __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a6c05be9ccf056df69e524be5751af66b (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html aa6c746960bcd91f0e547628fb5f04cde (basic_ostream< _CharT, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a6d6a581dcdff7c878cd963e5f14c0c56 (basic_ostream< char, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html af3b2cf95d3db957b00a07c89c708fee2 (basic_ostream< char, _Traits > &__out, const signed char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a9d1f9961c2210c515937937c3a75b28e (basic_ostream< char, _Traits > &__out, const unsigned char *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a4162d00742462ffb4e5b792edd81e594 (basic_ostream< _CharT, _Traits > &__out, _CharT __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html afe8641d2d416e2c56bae3ae4294de5f9 (basic_ostream< _CharT, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html abb2dcd26142d2d22961a30d8407161be (basic_ostream< char, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a105a937bc8d1394e0bb683dea33b9f1b (basic_ostream< char, _Traits > &__out, signed char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a4b69f99d144efda14d0e97f2eda925a7 (basic_ostream< char, _Traits > &__out, unsigned char __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a6c05be9ccf056df69e524be5751af66b (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html aa6c746960bcd91f0e547628fb5f04cde (basic_ostream< _CharT, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a6d6a581dcdff7c878cd963e5f14c0c56 (basic_ostream< char, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html af3b2cf95d3db957b00a07c89c708fee2 (basic_ostream< char, _Traits > &__out, const signed char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a9d1f9961c2210c515937937c3a75b28e (basic_ostream< char, _Traits > &__out, const unsigned char *__s) ostream.tcc - a00425 - bits/cxxabi_forced.h + a00509.html + bits/cxxabi_forced.h std basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html aa6c746960bcd91f0e547628fb5f04cde (basic_ostream< _CharT, _Traits > &__out, const char *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html aa6c746960bcd91f0e547628fb5f04cde (basic_ostream< _CharT, _Traits > &__out, const char *__s) ostream_insert.h - a00428 - iosfwd - bits/cxxabi_forced.h + a00512.html + iosfwd + bits/cxxabi_forced.h + bits/exception_defines.h std ov_tree_map_.hpp - a01364 - map - set - ext/pb_ds/exception.hpp - ext/pb_ds/tree_policy.hpp - ext/pb_ds/detail/eq_fn/eq_by_less.hpp - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/tree_trace_base.hpp - utility - functional - algorithm - vector - debug/debug.h - ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp - ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp - ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp - ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp - ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp - ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp - ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp - __gnu_pbds::detail::ov_tree_map + a01442.html + map + set + ext/pb_ds/exception.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/detail/eq_fn/eq_by_less.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/tree_trace_base.hpp + utility + functional + algorithm + vector + debug/debug.h + ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp __gnu_pbds::detail::ov_tree_map::cond_dtor + __gnu_pbds::detail::ov_tree_map __gnu_pbds pairing_heap_.hpp - a01367 - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp - debug/debug.h - ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp - ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp - ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp - ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp - ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp + a01445.html + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp + debug/debug.h + ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp __gnu_pbds::detail::pairing_heap __gnu_pbds par_loop.h - a00923 - parallel/settings.h - parallel/base.h - parallel/equally_split.h + a00995.html + parallel/settings.h + parallel/base.h + parallel/equally_split.h __gnu_parallel _Op __for_each_template_random_access_ed - a01576.html + a01673.html a12c48efb47ea3e00a7ef666d595ae185 (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) parallel.h - a00926 - parallel/features.h - parallel/compiletime_settings.h - parallel/types.h - parallel/tags.h - parallel/settings.h + a00998.html + parallel/features.h + parallel/compiletime_settings.h + parallel/types.h + parallel/tags.h + parallel/settings.h parse_numbers.h - a00431 - limits + a00515.html + type_traits + ext/numeric_traits.h std partial_sum.h - a00929 - new - bits/stl_algobase.h - parallel/parallel.h - parallel/numericfwd.h + a01001.html + new + bits/stl_algobase.h + parallel/parallel.h + parallel/numericfwd.h __gnu_parallel _OutputIterator __parallel_partial_sum - a01576.html + a01673.html a0cf4a05b6f849cae06f9fb6098eb0628 (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op) _OutputIterator __parallel_partial_sum_basecase - a01576.html + a01673.html adeded88310546a7c54d73464bee998e2 (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::value_type __value) _OutputIterator __parallel_partial_sum_linear - a01576.html + a01673.html a63017e821c2b4ff9f90c3641bc45f001 (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::difference_type __n) partition.h - a00932 - parallel/basic_iterator.h - parallel/sort.h - parallel/random_number.h - bits/stl_algo.h - parallel/parallel.h + a01004.html + parallel/basic_iterator.h + parallel/sort.h + parallel/random_number.h + bits/stl_algo.h + parallel/parallel.h __gnu_parallel #define _GLIBCXX_VOLATILE - a00932.html + a01004.html a1c61e6ca8bdd220c11ec4b64f7539712 void __parallel_nth_element - a01576.html + a01673.html a1567c37a7562eaee17d13ebda1172586 (_RAIter __begin, _RAIter __nth, _RAIter __end, _Compare __comp) void __parallel_partial_sort - a01576.html + a01673.html abe60c5cc3788e1b1602175af0057d3f8 (_RAIter __begin, _RAIter __middle, _RAIter __end, _Compare __comp) std::iterator_traits< _RAIter >::difference_type __parallel_partition - a01576.html + a01673.html aa56788b479955dd136d6af173d2cae0b (_RAIter __begin, _RAIter __end, _Predicate __pred, _ThreadIndex __num_threads) pat_trie_.hpp - a01373 - iterator - utility - algorithm - functional - list - ext/pb_ds/exception.hpp - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/tree_policy.hpp - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/detail/eq_fn/eq_by_less.hpp - ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp - ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp - debug/debug.h - ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp - ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp + a01451.html + iterator + utility + algorithm + functional + list + ext/pb_ds/exception.hpp + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/eq_fn/eq_by_less.hpp + ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp + ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp + debug/debug.h + ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp __gnu_pbds::detail::pat_trie_map __gnu_pbds pat_trie_base.hpp - a01376 - debug/debug.h - __gnu_pbds::detail::pat_trie_base + a01454.html + debug/debug.h __gnu_pbds::detail::pat_trie_base::_CIter __gnu_pbds::detail::pat_trie_base::_Head __gnu_pbds::detail::pat_trie_base::_Inode - __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator - __gnu_pbds::detail::pat_trie_base::_Inode::iterator __gnu_pbds::detail::pat_trie_base::_Iter __gnu_pbds::detail::pat_trie_base::_Leaf __gnu_pbds::detail::pat_trie_base::_Metadata @@ -8264,61 +8354,62 @@ __gnu_pbds::detail::pat_trie_base::_Node_base __gnu_pbds::detail::pat_trie_base::_Node_citer __gnu_pbds::detail::pat_trie_base::_Node_iter + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + __gnu_pbds::detail::pat_trie_base::_Inode::iterator + __gnu_pbds::detail::pat_trie_base __gnu_pbds pod_char_traits.h - a01064 - string - __gnu_cxx::character + a01142.html + string std::char_traits< __gnu_cxx::character< _Value, _Int, _St > > + __gnu_cxx::character __gnu_cxx std binary_heap_/point_const_iterator.hpp - a15696 - ext/pb_ds/tag_and_trait.hpp - debug/debug.h + a18140.html + ext/pb_ds/tag_and_trait.hpp + debug/debug.h __gnu_pbds::detail::binary_heap_point_const_iterator_ __gnu_pbds left_child_next_sibling_heap_/point_const_iterator.hpp - a15699 - ext/pb_ds/tag_and_trait.hpp - debug/debug.h + a18143.html + ext/pb_ds/tag_and_trait.hpp + debug/debug.h __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ __gnu_pbds unordered_iterator/point_const_iterator.hpp - a15702 - point_const_iterator_ + a18146.html point_iterator.hpp - a01460 - point_iterator_ + a01538.html point_iterators.hpp - a01220 - ext/pb_ds/tag_and_trait.hpp - debug/debug.h + a01298.html + ext/pb_ds/tag_and_trait.hpp + debug/debug.h __gnu_pbds::detail::bin_search_tree_const_it_ __gnu_pbds::detail::bin_search_tree_it_ __gnu_pbds pointer.h - a01067 - iosfwd - bits/stl_iterator_base_types.h - ext/cast.h - ext/type_traits.h - bits/move.h - bits/ptr_traits.h + a01145.html + iosfwd + bits/stl_iterator_base_types.h + ext/cast.h + ext/type_traits.h + bits/move.h + bits/ptr_traits.h __gnu_cxx::_Invalid_type __gnu_cxx::_Pointer_adapter __gnu_cxx::_Relative_pointer_impl @@ -8330,137 +8421,138 @@ bool operator== - a01550.html + a01641.html ae7f71d536da5bf14e2d75305b4b88da5 (const _Pointer_adapter< _Tp > &__lhs, const _Pointer_adapter< _Tp > &__rhs) binary_heap_/policy_access_fn_imps.hpp - a15705 + a18152.html bin_search_tree_/policy_access_fn_imps.hpp - a15708 + a18149.html cc_hash_table_map_/policy_access_fn_imps.hpp - a15711 + a18155.html gp_hash_table_map_/policy_access_fn_imps.hpp - a15714 + a18158.html left_child_next_sibling_heap_/policy_access_fn_imps.hpp - a15717 + a18161.html ov_tree_map_/policy_access_fn_imps.hpp - a15720 + a18164.html pat_trie_/policy_access_fn_imps.hpp - a15723 + a18167.html pool_allocator.h - a01070 - bits/c++config.h - cstdlib - new - bits/functexcept.h - ext/atomicity.h - ext/concurrence.h - bits/move.h - type_traits + a01148.html + bits/c++config.h + cstdlib + new + bits/functexcept.h + ext/atomicity.h + ext/concurrence.h + bits/move.h + type_traits __gnu_cxx::__pool_alloc __gnu_cxx::__pool_alloc_base __gnu_cxx postypes.h - a00434 - cwchar + a00518.html + cwchar std::fpos std long long streamoff - a01544.html + a01635.html a48649c5c32f0251572b366063ee93032 fpos< mbstate_t > streampos - a01544.html + a01635.html a5894cfd4b461e2d4ed3b38402ff59c89 ptrdiff_t streamsize - a01544.html + a01635.html a05eef5582eb5de62b76db4916f7adb84 fpos< mbstate_t > u16streampos - a01544.html + a01635.html a96c9446fbbc8c9cab8ad5e1447e2d670 fpos< mbstate_t > u32streampos - a01544.html + a01635.html a195e60ba4b6b786c2e0182d06c2ebbbb fpos< mbstate_t > wstreampos - a01544.html + a01635.html a4c451a38ccf44b2ce7d8aadf02bb6309 bool operator== - a01544.html + a01635.html a50d898f211d37c5a47907f462b0b17f1 (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs) predefined_ops.h - a00437 + a00521.html + bits/move.h __gnu_cxx prefix_search_node_update_imp.hpp - a01442 + a01520.html priority_queue.hpp - a01124 - bits/c++config.h - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/priority_queue_base_dispatch.hpp - ext/pb_ds/detail/standard_policies.hpp + a01202.html + bits/c++config.h + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/priority_queue_base_dispatch.hpp + ext/pb_ds/detail/standard_policies.hpp __gnu_pbds::priority_queue __gnu_pbds priority_queue_base_dispatch.hpp - a01145 - ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp - ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp - ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp - ext/pb_ds/detail/binary_heap_/binary_heap_.hpp - ext/pb_ds/detail/thin_heap_/thin_heap_.hpp + a01223.html + ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp + ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp + ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp + ext/pb_ds/detail/binary_heap_/binary_heap_.hpp + ext/pb_ds/detail/thin_heap_/thin_heap_.hpp __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type > __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binomial_heap_tag, null_type > __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, pairing_heap_tag, null_type > @@ -8470,1074 +8562,967 @@ probe_fn_base.hpp - a01322 - functional + a01400.html + functional __gnu_pbds::detail::probe_fn_base __gnu_pbds - profiler.h - a00809 - bits/c++config.h - profile/impl/profiler_hash_func.h - profile/impl/profiler_hashtable_size.h - profile/impl/profiler_map_to_unordered_map.h - profile/impl/profiler_vector_size.h - profile/impl/profiler_vector_to_list.h - profile/impl/profiler_list_to_slist.h - profile/impl/profiler_list_to_vector.h - __gnu_profile::__reentrance_guard - __gnu_profile - - void - __report - a01574.html - abf47ab57be6daab4953b4e850bdea31b - () - - - - profiler_algos.h - a00812 - __gnu_profile - - - profiler_container_size.h - a00815 - sstream - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - __gnu_profile::__container_size_info - __gnu_profile::__container_size_stack_info - __gnu_profile::__trace_container_size - __gnu_profile - - - profiler_hash_func.h - a00818 - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - __gnu_profile::__hashfunc_info - __gnu_profile::__hashfunc_stack_info - __gnu_profile::__trace_hash_func - __gnu_profile - - - profiler_hashtable_size.h - a00821 - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - profile/impl/profiler_state.h - profile/impl/profiler_container_size.h - __gnu_profile::__trace_hashtable_size - __gnu_profile - - - profiler_list_to_slist.h - a00824 - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - __gnu_profile - - - profiler_list_to_vector.h - a00827 - sstream - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - __gnu_profile::__list2vector_info - __gnu_profile - - - profiler_map_to_unordered_map.h - a00830 - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - __gnu_profile::__map2umap_info - __gnu_profile::__map2umap_stack_info - __gnu_profile::__trace_map2umap - __gnu_profile - - - profiler_node.h - a00833 - cstdio - vector - __gnu_profile::__object_info_base - __gnu_profile::__stack_hash - __gnu_profile - - - profiler_state.h - a00836 - __gnu_profile - - - profiler_trace.h - a00839 - cstdio - cerrno - cstdlib - unordered_map - ext/concurrence.h - fstream - string - utility - vector - profile/impl/profiler_algos.h - profile/impl/profiler_state.h - profile/impl/profiler_node.h - __gnu_profile::__trace_base - __gnu_profile::__warning_data - __gnu_profile - - std::::unordered_map< std::string, std::string > - __env_t - a01574.html - a53b1237192736fe703f7639396e369b6 - - - - bool - __profcxx_init - a01574.html - a6f3654dc21d64a397fd3e146fd1aade4 - () - - - void - __report - a01574.html - abf47ab57be6daab4953b4e850bdea31b - () - - - - _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA - a01574.html - a517b9eb4a8fc5e5d135412092cb6783c - (__gnu_cxx::__mutex, __global_mutex) - - - - profiler_vector_size.h - a00842 - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - profile/impl/profiler_state.h - profile/impl/profiler_container_size.h - __gnu_profile::__trace_vector_size - __gnu_profile - - - profiler_vector_to_list.h - a00845 - profile/impl/profiler.h - profile/impl/profiler_node.h - profile/impl/profiler_trace.h - __gnu_profile::__trace_vector_to_list - __gnu_profile::__vector2list_info - __gnu_profile::__vector2list_stack_info - __gnu_profile - - propagate_const - a01016 - type_traits - bits/functional_hash.h - bits/move.h - bits/stl_function.h - experimental/bits/lfts_config.h + a01100.html + type_traits + bits/functional_hash.h + bits/move.h + bits/stl_function.h + experimental/bits/lfts_config.h std::experimental::fundamentals_v2::propagate_const std + std::experimental ptr_traits.h - a00440 - bits/move.h + a00524.html + bits/move.h std::pointer_traits std::pointer_traits< _Tp * > std typename pointer_traits< _Ptr >::template rebind< _Tp > __ptr_rebind - a01544.html + a01635.html a38aba5e1d3bc588b84ea3a970a90fd5f quadratic_probe_fn_imp.hpp - a01325 + a01403.html queue - a00119 - deque - vector - bits/stl_heap.h - bits/stl_function.h - bits/stl_queue.h + a00152.html + deque + vector + bits/stl_heap.h + bits/stl_function.h + bits/stl_queue.h queue.h - a00935 - parallel/types.h - parallel/base.h - parallel/compatibility.h + a01007.html + parallel/types.h + parallel/base.h + parallel/compatibility.h __gnu_parallel::_RestrictedBoundedConcurrentQueue __gnu_parallel #define _GLIBCXX_VOLATILE - a00935.html + a01007.html a1c61e6ca8bdd220c11ec4b64f7539712 quicksort.h - a00938 - parallel/parallel.h - parallel/partition.h + a01010.html + parallel/parallel.h + parallel/partition.h __gnu_parallel void __parallel_sort_qs - a01576.html + a01673.html ac416a1c7e347b429bbf7a8fb17e847b2 (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void __parallel_sort_qs_conquer - a01576.html + a01673.html a06c506308856b684737d24944a93a42e (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) std::iterator_traits< _RAIter >::difference_type __parallel_sort_qs_divide - a01576.html + a01673.html a55defa3d8e8ca7b4e52330b9afc0b1ce (_RAIter __begin, _RAIter __end, _Compare __comp, typename std::iterator_traits< _RAIter >::difference_type __pivot_rank, typename std::iterator_traits< _RAIter >::difference_type __num_samples, _ThreadIndex __num_threads) quoted_string.h - a00443 - sstream + a00527.html + sstream std::__detail::_Quoted_string std std::__detail std::basic_ostream< _CharT, _Traits > & operator<< - a01545.html - a5e78e46b4d59d40bf8839a5cb176fa6a - (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< const _CharT *, _CharT > &__str) + a01636.html + a75a3eb00bb313c120599e8341bf27d16 + (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< _String, _CharT > &__str) std::basic_ostream< _CharT, _Traits > & operator<< - a01545.html - a75a3eb00bb313c120599e8341bf27d16 - (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< _String, _CharT > &__str) + a01636.html + a5e78e46b4d59d40bf8839a5cb176fa6a + (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< const _CharT *, _CharT > &__str) std::basic_istream< _CharT, _Traits > & operator>> - a01545.html + a01636.html a9dc7b861adff63cefa05b539068f727e (std::basic_istream< _CharT, _Traits > &__is, const _Quoted_string< basic_string< _CharT, _Traits, _Alloc > &, _CharT > &__str) bin_search_tree_/r_erase_fn_imps.hpp - a15726 + a18170.html pat_trie_/r_erase_fn_imps.hpp - a15729 + a18173.html random - a00122 - cmath - cstdlib - string - iosfwd - limits - debug/debug.h - type_traits - cstdint - bits/random.h - bits/opt_random.h - bits/random.tcc + a00155.html + cmath + cstdlib + string + iosfwd + limits + debug/debug.h + type_traits + cstdint + bits/random.h + bits/opt_random.h + bits/random.tcc experimental/random - a15732 - random - experimental/bits/lfts_config.h + a18176.html + random + experimental/bits/lfts_config.h std + std::experimental random.h - a00446 - vector - bits/uniform_int_dist.h + a00530.html + vector + bits/uniform_int_dist.h std::bernoulli_distribution - std::bernoulli_distribution::param_type std::binomial_distribution - std::binomial_distribution::param_type std::cauchy_distribution - std::cauchy_distribution::param_type std::chi_squared_distribution - std::chi_squared_distribution::param_type std::discard_block_engine std::discrete_distribution - std::discrete_distribution::param_type std::exponential_distribution - std::exponential_distribution::param_type std::extreme_value_distribution - std::extreme_value_distribution::param_type std::fisher_f_distribution - std::fisher_f_distribution::param_type std::gamma_distribution - std::gamma_distribution::param_type std::geometric_distribution - std::geometric_distribution::param_type std::independent_bits_engine std::linear_congruential_engine std::lognormal_distribution - std::lognormal_distribution::param_type std::mersenne_twister_engine std::negative_binomial_distribution - std::negative_binomial_distribution::param_type std::normal_distribution + std::exponential_distribution::param_type + std::weibull_distribution::param_type + std::poisson_distribution::param_type + std::extreme_value_distribution::param_type + std::negative_binomial_distribution::param_type + std::discrete_distribution::param_type + std::piecewise_constant_distribution::param_type + std::geometric_distribution::param_type + std::piecewise_linear_distribution::param_type + std::student_t_distribution::param_type + std::bernoulli_distribution::param_type + std::uniform_real_distribution::param_type std::normal_distribution::param_type + std::lognormal_distribution::param_type + std::gamma_distribution::param_type + std::chi_squared_distribution::param_type + std::cauchy_distribution::param_type + std::fisher_f_distribution::param_type + std::binomial_distribution::param_type std::piecewise_constant_distribution - std::piecewise_constant_distribution::param_type std::piecewise_linear_distribution - std::piecewise_linear_distribution::param_type std::poisson_distribution - std::poisson_distribution::param_type std::random_device std::seed_seq std::shuffle_order_engine std::student_t_distribution - std::student_t_distribution::param_type std::subtract_with_carry_engine std::uniform_real_distribution - std::uniform_real_distribution::param_type std::weibull_distribution - std::weibull_distribution::param_type std - std::__detail linear_congruential_engine< uint_fast32_t, 48271UL, 0UL, 2147483647UL > minstd_rand - a01537.html + a01627.html ga06944ee85abb11c4d8332728514da20a linear_congruential_engine< uint_fast32_t, 16807UL, 0UL, 2147483647UL > minstd_rand0 - a01537.html + a01627.html ga70e14a580880f05e94a51c6e103e1cd1 mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > mt19937 - a01537.html + a01627.html ga887bdc65ea12ca4f83aa79f5bd9fce03 mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL > mt19937_64 - a01537.html + a01627.html ga9606c7ecfbdedbd7ee5d8b908f4e2275 _RealType generate_canonical - a01497.html + a01581.html ga2f17f21ce71bab2f3de9353f2ab02f13 (_UniformRandomNumberGenerator &__g) bool operator!= - a01537.html - gafb9c9578afd0299fc357581cb848f2fd - (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) + a01631.html + ga1b42c0c69b003733630addb17455e78c + (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) bool operator!= - a01537.html - ga08598cac266ed03507603ca6d6c27ce2 - (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) + a01631.html + ga03255c2d29292408f9e417d8c19749d5 + (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) bool operator!= - a01537.html - ga58cddddd716e5fe8d9ef54732399b68f - (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) + a01630.html + gaf8d44ddbae75bc9aac07aca501130b3a + (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) bool operator!= - a01537.html - ga223f7056b37b325f9d70eda843982dff - (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) + a01630.html + gac4dbdb98454ba9eac4efedb236380fff + (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) bool operator!= - a01537.html - ga8ad332f998832aa3bbf426abf441c34a - (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) + a01627.html + ga223f7056b37b325f9d70eda843982dff + (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) bool operator!= - a01537.html - ga47c5a5d9835e00a60a76f4be7ea0f671 - (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) + a01632.html + gaf7323b91cdc741135f4099930580987b + (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) bool operator!= - a01539.html - gaca2a091ac2ef5b09deba9d1d185b16ad - (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) + a01632.html + gadb6734dde139796b0c17ab7da2092000 + (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) bool operator!= - a01539.html - gae4180334ebfbfbbae6f1f9901819a52e - (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) + a01632.html + ga7cb0e95ae2658e8fbce52e9b83969955 + (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) bool operator!= - a01540.html - ga227eec7c437a7d893172e4387a0fb041 - (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) + a01630.html + gabeee8cc21eaf2d1ac14d819e56e933ee + (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) bool operator!= - a01540.html - ga611caefadf0614ec3e3a5bd8a95c11ac - (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) + a01630.html + gafdf8a737eaa64e171fd0617603e7a6a7 + (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) bool operator!= - a01540.html - gafdf8a737eaa64e171fd0617603e7a6a7 - (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) + a01631.html + gada2797560998107294e60ece46615d73 + (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) bool operator!= - a01540.html - gac4dbdb98454ba9eac4efedb236380fff - (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) + a01627.html + ga8ad332f998832aa3bbf426abf441c34a + (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) bool operator!= - a01540.html - gaf8d44ddbae75bc9aac07aca501130b3a - (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) + a01627.html + gafb9c9578afd0299fc357581cb848f2fd + (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) bool operator!= - a01540.html - gabeee8cc21eaf2d1ac14d819e56e933ee - (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) + a01630.html + ga611caefadf0614ec3e3a5bd8a95c11ac + (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) bool operator!= - a01540.html - ga9f65157c0c5e6316e415b7fbf5edbad4 - (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) + a01627.html + ga08598cac266ed03507603ca6d6c27ce2 + (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) bool operator!= - a01541.html - ga1b42c0c69b003733630addb17455e78c - (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) + a01631.html + ga0ecd009cd763508bbac68e62a14fa73c + (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) bool operator!= - a01541.html - ga03255c2d29292408f9e417d8c19749d5 - (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) + a01630.html + ga227eec7c437a7d893172e4387a0fb041 + (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) bool operator!= - a01541.html - gada2797560998107294e60ece46615d73 - (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) + a01632.html + ga1c4c402db457c46e730ba427efda1f5a + (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) bool operator!= - a01541.html - ga0ecd009cd763508bbac68e62a14fa73c - (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) + a01632.html + ga34f4ca07d82381cbfd41b4563b5f265e + (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) bool operator!= - a01542.html + a01632.html ga16e064b3a8822c1a5b84e0b146b2a701 (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) bool operator!= - a01542.html - gadb6734dde139796b0c17ab7da2092000 - (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) + a01627.html + ga47c5a5d9835e00a60a76f4be7ea0f671 + (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) bool operator!= - a01542.html - ga93a5f8cbd4387728796f825a8004f3fe - (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) + a01630.html + ga9f65157c0c5e6316e415b7fbf5edbad4 + (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) bool operator!= - a01542.html - ga7cb0e95ae2658e8fbce52e9b83969955 - (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) + a01627.html + ga58cddddd716e5fe8d9ef54732399b68f + (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) bool operator!= - a01542.html - gaf7323b91cdc741135f4099930580987b - (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) + a01629.html + gaca2a091ac2ef5b09deba9d1d185b16ad + (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) bool operator!= - a01542.html - ga1c4c402db457c46e730ba427efda1f5a - (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) + a01629.html + gae4180334ebfbfbbae6f1f9901819a52e + (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) bool operator!= - a01542.html - ga34f4ca07d82381cbfd41b4563b5f265e - (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) - - - std::basic_ostream< _CharT, _Traits > & - operator<< - a01537.html - ga1e56f8bee410b0ebf924661d35faf834 - (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + a01632.html + ga93a5f8cbd4387728796f825a8004f3fe + (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html ga268e36f52e1a1ba938eeaa95509796ca (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html gad31a64335591da810bc4719b847783ec (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) std::basic_ostream< _CharT, _Traits > & operator<< - a01540.html + a01631.html + ga17d284660a1656bc205dd834125e5543 + (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01630.html gabc0fe37b26c3b5de242cd4261cde3aed (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html - ga17d284660a1656bc205dd834125e5543 - (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) + a01632.html + ga24847f7a1a655893e956f636db4e9f3a + (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html - ga50ccdd252598b9c017837d26588463d2 - (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + a01632.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga24847f7a1a655893e956f636db4e9f3a - (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) + a01631.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga5d78bcb5583afa9e1871301f9d6d9c68 - (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + a01627.html + ga1e56f8bee410b0ebf924661d35faf834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga65897cd1a592c0a6c399072ec1ef7192 - (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + a01632.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gab49649ed7cc5cb819ce52620f227b1a7 (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gafb5c87acd910ec70edaedef33cf32aee (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01540.html - ga63a43b47a5315c8b1b55002af2eb1669 - (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) - - - std::basic_istream< _CharT, _Traits > & - operator>> - a01541.html + a01631.html ga2a24c2f5da07f3a713e036875355ad57 (std::basic_istream< _CharT, _Traits > &__is, std::bernoulli_distribution &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01541.html - ga30ec0007b5169ab3c6847033db603493 - (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + a01630.html + ga63a43b47a5315c8b1b55002af2eb1669 + (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html + a01632.html ga5dbbb1871bc0160e0b9cf609e222fb18 (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - gae0fa60823d48bfd5b1d7a7c0063826ba - (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + a01632.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - ga391e8f9fb533a5fb81f4099e9b03ff6a - (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + a01631.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01632.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) bits/random.tcc - a15735 - numeric + a18179.html + numeric std std::__detail _RealType generate_canonical - a01497.html + a01581.html ga2f17f21ce71bab2f3de9353f2ab02f13 (_UniformRandomNumberGenerator &__g) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html ga268e36f52e1a1ba938eeaa95509796ca (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html gad31a64335591da810bc4719b847783ec (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) std::basic_ostream< _CharT, _Traits > & operator<< - a01540.html - gabc0fe37b26c3b5de242cd4261cde3aed - (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) - - - std::basic_ostream< _CharT, _Traits > & - operator<< - a01541.html + a01631.html ga17d284660a1656bc205dd834125e5543 (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html - ga50ccdd252598b9c017837d26588463d2 - (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + a01630.html + gabc0fe37b26c3b5de242cd4261cde3aed + (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html + a01632.html ga24847f7a1a655893e956f636db4e9f3a (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga5d78bcb5583afa9e1871301f9d6d9c68 - (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + a01632.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga65897cd1a592c0a6c399072ec1ef7192 - (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + a01631.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01632.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gab49649ed7cc5cb819ce52620f227b1a7 (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gafb5c87acd910ec70edaedef33cf32aee (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01540.html + a01630.html ga63a43b47a5315c8b1b55002af2eb1669 (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01541.html - ga30ec0007b5169ab3c6847033db603493 - (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + a01632.html + ga5dbbb1871bc0160e0b9cf609e222fb18 + (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - ga5dbbb1871bc0160e0b9cf609e222fb18 - (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) + a01632.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - gae0fa60823d48bfd5b1d7a7c0063826ba - (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + a01631.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - ga391e8f9fb533a5fb81f4099e9b03ff6a - (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + a01632.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) ext/random.tcc - a15738 + a18182.html __gnu_cxx random_number.h - a00941 - parallel/types.h - limits + a01013.html + parallel/types.h + limits __gnu_parallel::_RandomNumber __gnu_parallel random_shuffle.h - a00944 - limits - bits/stl_numeric.h - parallel/parallel.h - parallel/random_number.h + a01016.html + limits + bits/stl_numeric.h + parallel/parallel.h + parallel/random_number.h __gnu_parallel::_DRandomShufflingGlobalData __gnu_parallel::_DRSSorterPU __gnu_parallel unsigned short _BinIndex - a01576.html + a01673.html ad8a0790a8380d657d3e238ec3f26d584 void __parallel_random_shuffle - a01576.html + a01673.html a6e78b59cb50c8e14ebf6990016af7342 (_RAIter __begin, _RAIter __end, _RandomNumberGenerator __rng=_RandomNumber()) void __parallel_random_shuffle_drs - a01576.html + a01673.html a9152bade9629217427f065780bc3f4c2 (_RAIter __begin, _RAIter __end, typename std::iterator_traits< _RAIter >::difference_type __n, _ThreadIndex __num_threads, _RandomNumberGenerator &__rng) void __parallel_random_shuffle_drs_pu - a01576.html + a01673.html ab52b56076dd965bea099a7187e621d0b (_DRSSorterPU< _RAIter, _RandomNumberGenerator > *__pus) int __random_number_pow2 - a01576.html + a01673.html a06421834042f49edbb2abb2dd931315d (int __logp, _RandomNumberGenerator &__rng) _Tp __round_up_to_pow2 - a01576.html + a01673.html a9105a85041ac81dba62d60dc669ec169 (_Tp __x) void __sequential_random_shuffle - a01576.html + a01673.html aa9ee237cbbdd03ed217714a05e5a8868 (_RAIter __begin, _RAIter __end, _RandomNumberGenerator &__rng) range_access.h - a00452 - initializer_list - std::valarray + a00536.html + initializer_list + type_traits + bits/stl_iterator.h std - _GLIBCXX17_CONSTEXPR auto + constexpr auto begin - a01544.html - a26491f1c1a3fbeb8dbd7a3dd1ab0b6ea + a01635.html + aaaba74cd3497aa42ebee164091d89fce (_Container &__cont) -> decltype(__cont.begin()) - _GLIBCXX17_CONSTEXPR auto + constexpr _Tp * begin - a01544.html - aac96503a947620420a31cf060e5397a7 + a01635.html + a4caf8d4f1c639ab0428aca15962c6544 + (_Tp(&__arr)[_Nm]) noexcept + + + constexpr auto + begin + a01635.html + a90da8e02be81196df6f5df8468d59295 (const _Container &__cont) -> decltype(__cont.begin()) - _GLIBCXX14_CONSTEXPR _Tp * + const _Tp * begin - a01544.html - aac6066eb0a3b3969dd0a549816613782 - (_Tp(&__arr)[_Nm]) + a01568.html + ga27f2d9026b541b9d219da941459e768e + (const valarray< _Tp > &__va) _Tp * begin - a01484.html + a01568.html ga2b9285c84fd9d9ee4ac2e4d6f590960c (valarray< _Tp > &__va) - const _Tp * - begin - a01484.html - ga27f2d9026b541b9d219da941459e768e - (const valarray< _Tp > &__va) - - constexpr auto cbegin - a01544.html + a01635.html ac10e18b5c09f39bc07430a9d47e584a5 (const _Container &__cont) noexcept(noexcept(std::begin(__cont))) -> decltype(std::begin(__cont)) constexpr auto cend - a01544.html + a01635.html a6cd5aaabed869c9d96801743fb4d7f6f (const _Container &__cont) noexcept(noexcept(std::end(__cont))) -> decltype(std::end(__cont)) - _GLIBCXX17_CONSTEXPR auto + constexpr auto crbegin - a01544.html - ab429cfdfbcbf489aa4e0d1fbdd3e1c75 + a01635.html + aacab67fdf7ce41710fe3c21cd9538ec3 (const _Container &__cont) -> decltype(std::rbegin(__cont)) - _GLIBCXX17_CONSTEXPR auto + constexpr auto crend - a01544.html - a302a9b43f7a45e54827072d23d6682f5 + a01635.html + a4825eaf692d7123ceb266ecfe729b102 (const _Container &__cont) -> decltype(std::rend(__cont)) - _GLIBCXX17_CONSTEXPR auto - end - a01544.html - a11ed6eea7e5fa38dfb88d84bce3c16b9 - (_Container &__cont) -> decltype(__cont.end()) + constexpr auto + data + a01635.html + aba9b31054eec50310ef02c998663e27b + (_Container &__cont) noexcept(noexcept(__cont.data())) -> decltype(__cont.data()) + + + constexpr _Tp * + data + a01635.html + a6964a310b6641defbb3b028c4712b032 + (_Tp(&__array)[_Nm]) noexcept + + + constexpr auto + data + a01635.html + ae06eec698a1f26418e9a200b636d5eff + (const _Container &__cont) noexcept(noexcept(__cont.data())) -> decltype(__cont.data()) + + + constexpr const _Tp * + data + a01635.html + a4a0b2b9455f1e2025d77ba49b3863e33 + (initializer_list< _Tp > __il) noexcept + + + constexpr auto + empty + a01635.html + a788934275ced1ae617bfa372ced6e076 + (const _Container &__cont) noexcept(noexcept(__cont.empty())) -> decltype(__cont.empty()) + + + constexpr bool + empty + a01635.html + a4554f606b89ff0ab58de646abfed018e + (const _Tp(&)[_Nm]) noexcept + + + constexpr bool + empty + a01635.html + a7508c11b3bbc61619ad8e2a1dc996864 + (initializer_list< _Tp > __il) noexcept - _GLIBCXX17_CONSTEXPR auto + constexpr auto end - a01544.html - ad4f45049099b6f3387d8f542201d28d5 - (const _Container &__cont) -> decltype(__cont.end()) + a01635.html + aaf6b4883d69cf5ba182f4f29a103cc4b + (_Container &__cont) -> decltype(__cont.end()) - _GLIBCXX14_CONSTEXPR _Tp * + constexpr _Tp * end - a01544.html - ab0db204cc11475513f0c7013ed51d406 - (_Tp(&__arr)[_Nm]) + a01635.html + a3bd062212bd297262804f5c85fced3ea + (_Tp(&__arr)[_Nm]) noexcept - _Tp * + constexpr auto end - a01484.html - ga3541bf5385594aac72a9424aa6dd86e1 - (valarray< _Tp > &__va) + a01635.html + a3158b38d688d6f04daceff66eccd5619 + (const _Container &__cont) -> decltype(__cont.end()) const _Tp * end - a01484.html + a01568.html gab777d802b5dfa668d030039c2fd78b3b (const valarray< _Tp > &__va) - _GLIBCXX17_CONSTEXPR auto + _Tp * + end + a01568.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + + constexpr auto rbegin - a01544.html - ae16f6e3954ee80febd7a13ca23c0cb69 + a01635.html + aa41b81445247c3d7f8fcd2c2aba6fb51 (_Container &__cont) -> decltype(__cont.rbegin()) - _GLIBCXX17_CONSTEXPR auto + constexpr reverse_iterator< _Tp * > rbegin - a01544.html - a82b4f328583bc1eacb96e1916d2499a4 - (const _Container &__cont) -> decltype(__cont.rbegin()) + a01635.html + a61d6e869a914a31d57192eee8ecfdf7e + (_Tp(&__arr)[_Nm]) noexcept - _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + constexpr auto rbegin - a01544.html - adc3d2e80cfd605a4d419e5ea94847f03 - (_Tp(&__arr)[_Nm]) + a01635.html + ab3298039f7486f78afedc79df5da8597 + (const _Container &__cont) -> decltype(__cont.rbegin()) - _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + constexpr reverse_iterator< const _Tp * > rbegin - a01544.html - aa98b19c718d53cb983cff800ffe2fdaf - (initializer_list< _Tp > __il) + a01635.html + a22ff34d608e31d7d690390e5253b4def + (initializer_list< _Tp > __il) noexcept - _GLIBCXX17_CONSTEXPR auto + constexpr auto rend - a01544.html - ac61454493a9b25de6eb36656e6e4213e + a01635.html + a4bd3dffe39e80223248bf65c84d089bc (_Container &__cont) -> decltype(__cont.rend()) - _GLIBCXX17_CONSTEXPR auto + constexpr reverse_iterator< _Tp * > rend - a01544.html - a8d5191632dac9ebbb502815e5a96db58 - (const _Container &__cont) -> decltype(__cont.rend()) + a01635.html + ace8be51cc702372058b4c11da136ad0b + (_Tp(&__arr)[_Nm]) noexcept - _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + constexpr auto rend - a01544.html - a77a0e2f60fbc43ae0c7ffd07b104558d - (_Tp(&__arr)[_Nm]) + a01635.html + a6bf04ef54e56907cfbcae30ce77111cd + (const _Container &__cont) -> decltype(__cont.rend()) - _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + constexpr reverse_iterator< const _Tp * > rend - a01544.html - abf2be64d2e615a35f2357a527dbe4d6a - (initializer_list< _Tp > __il) + a01635.html + a587bb8f44d1a2d5954d9ce06f4caa5e1 + (initializer_list< _Tp > __il) noexcept + + + constexpr auto + size + a01635.html + a86f849fa422e14fa194d390bdcc1d2cd + (const _Container &__cont) noexcept(noexcept(__cont.size())) -> decltype(__cont.size()) + + + constexpr size_t + size + a01635.html + adb3be2da36cdca468435099f48c1adda + (const _Tp(&)[_Nm]) noexcept ranged_hash_fn.hpp - a01328 - utility - debug/debug.h - __gnu_pbds::detail::ranged_hash_fn + a01406.html + utility + ext/pb_ds/detail/types_traits.hpp + debug/debug.h __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false > __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true > __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, false > @@ -9546,147 +9531,203 @@ ranged_probe_fn.hpp - a01331 - utility - debug/debug.h - __gnu_pbds::detail::ranged_probe_fn + a01409.html + utility + debug/debug.h __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false > __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true > __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > __gnu_pbds + ranges + a00158.html + + + ranges_algo.h + a00539.html + + + ranges_algobase.h + a00542.html + + + ranges_base.h + a00545.html + + + ranges_cmp.h + a00548.html + + + ranges_uninitialized.h + a00551.html + + + ranges_util.h + a00554.html + + ratio - a00125 - type_traits - cstdint + a00161.html + type_traits + cstdint std::ratio std::ratio_equal + std::ratio_greater + std::ratio_greater_equal + std::ratio_less + std::ratio_less_equal std::ratio_not_equal std + typename __ratio_add< _R1, _R2 >::type + ratio_add + a01563.html + ga23d1b896676b4d0da9e5c965a846be5f + + + typename __ratio_divide< _R1, _R2 >::type ratio_divide - a01480.html + a01563.html gab89b6a439b3582240985f372bc381666 typename __ratio_multiply< _R1, _R2 >::type ratio_multiply - a01480.html + a01563.html gaa0eb766f5844bb5f3ccbeaae9b994257 + + typename __ratio_subtract< _R1, _R2 >::type + ratio_subtract + a01563.html + ga5ac081878546c2e681475dac0d0b9648 + + tr2/ratio - a15741 - ratio + a18188.html + ratio std std::tr2 experimental/ratio - a15744 - ratio - experimental/bits/lfts_config.h + a18185.html + ratio + experimental/bits/lfts_config.h std + std::experimental rb_tree - a00848 - bits/stl_tree.h + a00917.html + bits/stl_tree.h __gnu_cxx::rb_tree __gnu_cxx rb_tree_.hpp - a01388 - ext/pb_ds/detail/standard_policies.hpp - utility - vector - debug/debug.h - ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp - ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp - ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp - ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp - ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp + a01466.html + ext/pb_ds/detail/standard_policies.hpp + utility + vector + debug/debug.h + ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp __gnu_pbds::detail::rb_tree_map __gnu_pbds rc.hpp - a01391 + a01469.html __gnu_pbds::detail::rc __gnu_pbds rc_binomial_heap_.hpp - a01394 - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp - ext/pb_ds/detail/rc_binomial_heap_/rc.hpp - debug/debug.h - ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp - ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp - ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp - ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp - ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp + a01472.html + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp + ext/pb_ds/detail/rc_binomial_heap_/rc.hpp + debug/debug.h + ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp __gnu_pbds::detail::rc_binomial_heap __gnu_pbds rc_string_base.h - a01073 - ext/atomicity.h - bits/stl_iterator_base_funcs.h + a01151.html + ext/atomicity.h + ext/alloc_traits.h + bits/stl_iterator_base_funcs.h __gnu_cxx::__rc_string_base __gnu_cxx + refwrap.h + a00557.html + bits/move.h + bits/invoke.h + bits/stl_function.h + std::reference_wrapper + std + + regex - a00128 - algorithm - bitset - iterator - locale - memory - sstream - stack - stdexcept - string - utility - vector - map - cstring - ext/aligned_buffer.h - bits/regex_constants.h - bits/regex_error.h - bits/regex_automaton.h - bits/regex_scanner.h - bits/regex_compiler.h - bits/regex.h - bits/regex_executor.h + a00164.html + algorithm + bitset + iterator + locale + memory + sstream + stack + stdexcept + string + utility + vector + map + cstring + ext/aligned_buffer.h + ext/numeric_traits.h + bits/std_function.h + bits/regex_constants.h + bits/regex_error.h + bits/regex_automaton.h + bits/regex_scanner.h + bits/regex_compiler.h + bits/regex.h + bits/regex_executor.h experimental/regex - a15747 - regex - experimental/string + a18191.html + regex + experimental/string std + std::experimental regex.h - a00458 - bits/regex.tcc - std::__detail::_Executor + a00560.html + bits/regex.tcc std::basic_regex - std::basic_regex - std::match_results std::match_results std::regex_iterator std::regex_token_iterator @@ -9697,1222 +9738,894 @@ regex_token_iterator< const char * > cregex_token_iterator - a01499.html + a01583.html ga2b025ba2913cd0f7266ddbea7eb2c915 sub_match< const char * > csub_match - a01499.html + a01583.html ga29090c6f0fdf0d3241cf79e759838eeb basic_regex< char > regex - a01499.html + a01583.html ga8fceaea413a55303731b390fbd660163 regex_token_iterator< string::const_iterator > sregex_token_iterator - a01499.html + a01583.html gaa39e71a0a921a1f5b6e106613346195c sub_match< string::const_iterator > ssub_match - a01499.html + a01583.html ga1339fbccc0b05ed8cfe8c3afa83e9a4b regex_token_iterator< const wchar_t * > wcregex_token_iterator - a01499.html + a01583.html ga5b2a538a8ce2fb132701282a685e04cb sub_match< const wchar_t * > wcsub_match - a01499.html + a01583.html gaa0c750b2841582cefabadec3f0683bb9 basic_regex< wchar_t > wregex - a01499.html + a01583.html gae16f87e70ea5847b0399a396c637615f regex_token_iterator< wstring::const_iterator > wsregex_token_iterator - a01499.html + a01583.html ga45d6a7c3f216b9e231d6bfbe2f405821 sub_match< wstring::const_iterator > wssub_match - a01499.html + a01583.html ga093a1ad2914d74a3fafb7baa78a3deb6 bool operator!= - a01499.html - ga82e9b319feda06c3f9bbc8c501d7ed5c - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + a01583.html + gabaac77113d0fd8c575e3a955eff37e10 + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) bool - operator!= - a01499.html - ga26b97c6b57337790d75c65c39461d57b - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + operator== + a01583.html + gab03e70e48f17f27c9e74d12c63bc315a + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) - bool - operator!= - a01499.html - ga4c4c0391a3cd864c981a2752bbb39e87 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + void + swap + a01583.html + ga82e4c5e4d115e26e6d2e4adf552d9a90 + (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) noexcept bool - operator!= - a01499.html - ga4c5fbbe825fb3b00793f87d5b0f84b37 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + regex_match + a01583.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator!= - a01499.html - gaeffd353ea0720cf2338ac2cd23511b9f - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + regex_match + a01583.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator!= - a01499.html - gafd4ac060b48dc528864dcb79b7ac47b9 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_match + a01583.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator!= - a01499.html - ga4a40078467f136b65820875414060d72 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + regex_match + a01583.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator!= - a01499.html - gabaac77113d0fd8c575e3a955eff37e10 - (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + regex_match + a01583.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool - operator< - a01499.html - gad9079e03d834c2dfd61dfae4f73f0031 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + regex_match + a01583.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator< - a01499.html - ga341b35e5b4af405e08d5c2abb676cf39 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_match + a01583.html + gac9bdb8370891a6588cf4f75850236e53 + (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) - bool - operator< - a01499.html - ga20182f0fe24d991ad8a8daede16933fa - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + _Out_iter + regex_replace + a01583.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator< - a01499.html - ga11e1ee39f1b05e646abe2caea0565967 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator< - a01499.html - ga01622c3d750044cf92cd8a1eaa89ca5b - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - - bool - operator< - a01499.html - ga1862d7e70ac15663db23831edbc4d06f - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator< - a01499.html - gabc00ef86c05a9226d2007dd587c196f3 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - - basic_ostream< _Ch_type, _Ch_traits > & - operator<< - a01499.html - ga3e80f96ee978fcba07dec04a3d9e1f3b - (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) - - - bool - operator<= - a01499.html - ga6d0ebab63e2fcfb19ad69237091d4d7f - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - - bool - operator<= - a01499.html - ga4fd4bec06d2b472f7002ee98aea643af - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator<= - a01499.html - gac012e10e6bb4ba58875ad515b9b9f05d - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - - bool - operator<= - a01499.html - ga490e9054301cbb70120a6b0202cee45d - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator<= - a01499.html - ga5620ce8b20ede9f7494a66af23212304 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - - bool - operator<= - a01499.html - ga84b53be86a6dfea454c23d5207d0864d - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator<= - a01499.html - gaeb2fd054122ecce964976201c05a73cc - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - - bool - operator== - a01499.html - ga89f3784efc6a944b4857408f1fcf7f3b - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - - bool - operator== - a01499.html - ga811c7e6a67b83ef003e899c4ea93b910 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator== - a01499.html - gae583f778cadadef72db1f8afaa7bc4a1 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - - bool - operator== - a01499.html - ga472d58de0896c76b3d402dbf27aa75c8 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator== - a01499.html - gae4390d0b1712ee5334c61da6e0576d08 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - - bool - operator== - a01499.html - ga51b1c9a2beb5254d11c13dbc22a8e379 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator== - a01499.html - gaac6078c1098e92d740d6d226f1c5e3dd - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - - bool - operator== - a01499.html - gab03e70e48f17f27c9e74d12c63bc315a - (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) - - - bool - operator> - a01499.html - gaec6e1b27604a07cb7a1158c0a1da0810 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - - bool - operator> - a01499.html - ga61879ec22c8f941d3bc5a6f57f094779 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + _Out_iter + regex_replace + a01583.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator> - a01499.html - ga20e59f399d0143cf0517ed705d5f095a - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + basic_string< _Ch_type > + regex_replace + a01583.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator> - a01499.html - ga5554501d29b4f818450c37cbf8e3b403 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + basic_string< _Ch_type > + regex_replace + a01583.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator> - a01499.html - ga99794cccf99b31cbb9c80f20ff638cc0 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01583.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator> - a01499.html - gaaee0b4d314905566d4d083f1f3cabfa4 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01583.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator> - a01499.html - ga1bdb78aca267183451bbd59a262f52c9 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + regex_search + a01583.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator>= - a01499.html - ga9ee66c57996b60af8514834ba5054af4 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + regex_search + a01583.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator>= - a01499.html - ga81455a2af5c1721d3340fa06eaccfe06 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_search + a01583.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator>= - a01499.html - gaa4a816fd640e88c0b2e9b0bb6cc4cb19 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + regex_search + a01583.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator>= - a01499.html - ga86523db2bbd873f4bc26c42a77f443b3 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + regex_search + a01583.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool - operator>= - a01499.html - ga1225fba40c8af2c834e8201af601829b - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + regex_search + a01583.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator>= - a01499.html - ga71a6363d6cad986521d5f5a1537a1e06 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_search + a01583.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (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) bool - operator>= - a01499.html - ga4fdb938850a723e8e447fce21fc0b7c2 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - - void - swap - a01499.html - ga8cdf0d24423573721c4bdb9b2ffd8a7d - (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) - - - void - swap - a01499.html - ga6fe1f90a0adfa7ded7d28f737893642c - (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) + regex_match + a01583.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html gaa55e272e1102f2c2d62d44bc39ca4ed3 (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html - ga56856a210c4b6150bb0b64dddcdc9578 - (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + a01583.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_match - a01499.html - ga23ab0d8ecb63ccfb2f2130947f977c32 - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - bool - regex_match - a01499.html + a01583.html ga79853ee819b851413b45e03e066c6b7b (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool regex_match - a01499.html - ga975d1c6755647e1b45bddb5a6c3736bc - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + a01583.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html gac9bdb8370891a6588cf4f75850236e53 (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) - bool - regex_search - a01499.html - gabe7986685f56116bf30c2f91d72ab9b6 - (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - bool - regex_search - a01499.html - ga66522d5eacabc953cc2e2512018b1eaf - (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - bool - regex_search - a01499.html - ga1c7c948a359f622835764f0c739095d1 - (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) - - - bool - regex_search - a01499.html - ga74001d5fb6cc2788210770519eceed7d - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) - - - bool - regex_search - a01499.html - ga295b45a2979a0b78d1f8cf3958a1a1a0 - (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) - - - bool - regex_search - a01499.html - ga5d9b5360c3e14ab995f44a4f25a58b5e - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) - - - bool - regex_search - a01499.html - ga5b3d18a746c2b6e12058e6769214a38c - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete - - - _Out_iter - regex_replace - a01499.html - ga92fc4fdd0f158a2779495ff609213cee - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - _Out_iter regex_replace - a01499.html + a01583.html ga5e4ce407b27fd6d1d4502b6a47f48baa (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - basic_string< _Ch_type, _St, _Sa > + _Out_iter regex_replace - a01499.html - ga3bcb11315d31d20f37b9c1b78e030f90 - (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + a01583.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - basic_string< _Ch_type, _St, _Sa > + basic_string< _Ch_type > regex_replace - a01499.html - gab2a4f515157ae835a3b2bfddc3d5ad5e - (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + a01583.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type > regex_replace - a01499.html + a01583.html gacd17678735431a5df3f0109050c15200 (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - basic_string< _Ch_type > + basic_string< _Ch_type, _St, _Sa > regex_replace - a01499.html - ga90ecc0db56fc72636b31613801f8e738 - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + a01583.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - regex_match - a01499.html - gaa55e272e1102f2c2d62d44bc39ca4ed3 - (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01583.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - regex_match - a01499.html - ga56856a210c4b6150bb0b64dddcdc9578 + regex_search + a01583.html + ga66522d5eacabc953cc2e2512018b1eaf (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - regex_match - a01499.html - ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb - (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) - - - bool - regex_match - a01499.html - ga23ab0d8ecb63ccfb2f2130947f977c32 - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - bool - regex_match - a01499.html - ga79853ee819b851413b45e03e066c6b7b - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete - - - bool - regex_match - a01499.html - ga975d1c6755647e1b45bddb5a6c3736bc - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) - - - bool - regex_match - a01499.html - gac9bdb8370891a6588cf4f75850236e53 - (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) - - - bool regex_search - a01499.html + a01583.html gabe7986685f56116bf30c2f91d72ab9b6 (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_search - a01499.html - ga66522d5eacabc953cc2e2512018b1eaf - (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + a01583.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga1c7c948a359f622835764f0c739095d1 (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html - ga74001d5fb6cc2788210770519eceed7d - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) - - - bool - regex_search - a01499.html - ga295b45a2979a0b78d1f8cf3958a1a1a0 - (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) + a01583.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool regex_search - a01499.html + a01583.html ga5d9b5360c3e14ab995f44a4f25a58b5e (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html - ga5b3d18a746c2b6e12058e6769214a38c - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete - - - _Out_iter - regex_replace - a01499.html - ga92fc4fdd0f158a2779495ff609213cee - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - _Out_iter - regex_replace - a01499.html - ga5e4ce407b27fd6d1d4502b6a47f48baa - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - basic_string< _Ch_type, _St, _Sa > - regex_replace - a01499.html - ga3bcb11315d31d20f37b9c1b78e030f90 - (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - basic_string< _Ch_type, _St, _Sa > - regex_replace - a01499.html - gab2a4f515157ae835a3b2bfddc3d5ad5e - (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - basic_string< _Ch_type > - regex_replace - a01499.html - gacd17678735431a5df3f0109050c15200 - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - basic_string< _Ch_type > - regex_replace - a01499.html - ga90ecc0db56fc72636b31613801f8e738 - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + a01583.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (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) regex.tcc - a00461 + a00563.html std std::__detail - - _Out_iter - regex_replace - a01499.html - ga5e4ce407b27fd6d1d4502b6a47f48baa - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - - _Out_iter - regex_replace - a01499.html - ga5e4ce407b27fd6d1d4502b6a47f48baa - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - regex_automaton.h - a00464 - bits/regex_automaton.tcc + a00566.html + bits/regex_automaton.tcc std::__detail::_StateSeq std std::__detail _Opcode - a01498.html + a01582.html ga120dd4593bf78fa33d97a55b8f5ff393 regex_automaton.tcc - a00467 + a00569.html std std::__detail regex_compiler.h - a00470 - bits/regex_compiler.tcc - std::__detail::_BracketMatcher + a00572.html + bits/regex_compiler.tcc std::__detail::_BracketMatcher std::__detail::_Compiler - std::regex_traits std std::__detail regex_compiler.tcc - a00473 + a00575.html std std::__detail regex_constants.h - a00476 + a00578.html std std::regex_constants - - - __syntax_option - a01568.html - a7156b0c6206290633e6793d43a3d9c3d + + constexpr syntax_option_type + __polynomial + a01664.html + a07da2d084ca6d08ff73440bca041f8e6 - syntax_option_type - a01568.html - a510caedb3e640b81620023a85c1280bb - - - - _GLIBCXX17_INLINE constexpr syntax_option_type - icase - a01568.html - a21c1f7289167aa3d0a40b24e39a80f00 + __syntax_option + a01664.html + a7156b0c6206290633e6793d43a3d9c3d - _GLIBCXX17_INLINE constexpr syntax_option_type - nosubs - a01568.html - a29777ae2dd2358f4faf29cb604c3fb85 + constexpr syntax_option_type + awk + a01664.html + a861153b438007df51dbc43cc58ec4d8b - _GLIBCXX17_INLINE constexpr syntax_option_type - optimize - a01568.html - a77f83de09c72048a75a66344f0bfb2f3 + constexpr syntax_option_type + basic + a01664.html + aa09fe132bad48a764d307fd88b8b9325 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type collate - a01568.html - a9a757dec2b2f903771da2427c292804a + a01664.html + a1e164c649a05eb8a93d64427b45541e6 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type ECMAScript - a01568.html - af95882ac8ac4454e386d29f45ea5bbbf + a01664.html + a44c0e825f131209047520d6951379593 - _GLIBCXX17_INLINE constexpr syntax_option_type - basic - a01568.html - a195f47d5fe8ab2a35c240cf7cb012b88 + constexpr syntax_option_type + egrep + a01664.html + a4abb15fdbae8f0593dc7662f727e9f0d - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type extended - a01568.html - af6c55a7ee994437667dd9b8b5a0580e0 + a01664.html + a91ad12778523062eaef0df2a35fa82bf - _GLIBCXX17_INLINE constexpr syntax_option_type - awk - a01568.html - a1de0f54830ba2d86ca5244f8609fef2c - - - - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type grep - a01568.html - afa201fcaeca378cea22d0cb2a27dd87f + a01664.html + aff87c3e46ff7278cb6067e653e88103d - _GLIBCXX17_INLINE constexpr syntax_option_type - egrep - a01568.html - a20359992d27c0743cae90e4bae7f8129 + constexpr syntax_option_type + icase + a01664.html + abdc0c254047958096e4a15d438450286 - _GLIBCXX17_INLINE constexpr syntax_option_type - __polynomial - a01568.html - a5beb02024da71cad08b124851240493a + constexpr syntax_option_type + nosubs + a01664.html + ad272d952090cdb2922bb67cbd8cdda26 constexpr syntax_option_type - operator & - a01568.html - aa181d58777df9e46fdd8b6cf08dd12c3 + operator& + a01664.html + a0eeb348981b9790a4f1fd9691e54953e (syntax_option_type __a, syntax_option_type __b) - constexpr syntax_option_type - operator| - a01568.html - aed34b3d93916973cfea2af94c22ac505 - (syntax_option_type __a, syntax_option_type __b) + syntax_option_type & + operator&= + a01664.html + ad345f99a1539836553ab17d054ba623b + (syntax_option_type &__a, syntax_option_type __b) constexpr syntax_option_type operator^ - a01568.html + a01664.html a99429d2419718d6f9cf98153cb104a57 (syntax_option_type __a, syntax_option_type __b) - constexpr syntax_option_type - operator~ - a01568.html - ad3de70b7c5c74267276903c86628e239 - (syntax_option_type __a) - - syntax_option_type & - operator &= - a01568.html - a0ac5601f07c5581e7cc3efd6ce6a9d4f + operator^= + a01664.html + a782f3bd1b71adf5bc9f337b74ccb169d (syntax_option_type &__a, syntax_option_type __b) + constexpr syntax_option_type + operator| + a01664.html + aed34b3d93916973cfea2af94c22ac505 + (syntax_option_type __a, syntax_option_type __b) + + syntax_option_type & operator|= - a01568.html + a01664.html a4bd5dcfb1f0eead5b8f66233f45638f4 (syntax_option_type &__a, syntax_option_type __b) - syntax_option_type & - operator^= - a01568.html - a782f3bd1b71adf5bc9f337b74ccb169d - (syntax_option_type &__a, syntax_option_type __b) + constexpr syntax_option_type + operator~ + a01664.html + ad3de70b7c5c74267276903c86628e239 + (syntax_option_type __a) - - - __match_flag - a01568.html - a37dcdeaf2d2a34d88f1ec2defc7ba041 + + constexpr syntax_option_type + optimize + a01664.html + aca95b9eb242ccfc9700dfb187e74d55a - match_flag_type - a01568.html - aaa717c7c94d1075dfb06f79feb4ca11c + syntax_option_type + a01664.html + a510caedb3e640b81620023a85c1280bb - - _GLIBCXX17_INLINE constexpr match_flag_type - match_default - a01568.html - ac070d8adb9f48dcfad7f69f4f2373708 + + + __match_flag + a01664.html + a37dcdeaf2d2a34d88f1ec2defc7ba041 - _GLIBCXX17_INLINE constexpr match_flag_type - match_not_bol - a01568.html - af0a051640e6d5b7be783ecef1bd6057c + constexpr match_flag_type + format_default + a01664.html + acf3e89be394e8e8efb9dc007691a04d8 - _GLIBCXX17_INLINE constexpr match_flag_type - match_not_eol - a01568.html - a2fa4bcec54ff420f477a7bbfe6f9925b + constexpr match_flag_type + format_first_only + a01664.html + a8481fef1c709021110cc6058b8574c79 - _GLIBCXX17_INLINE constexpr match_flag_type - match_not_bow - a01568.html - ae61a11ae1d6998a161bdbb50c63dd0e2 + constexpr match_flag_type + format_no_copy + a01664.html + af9d33d2b168c7c80c7d7f715b16759ea - _GLIBCXX17_INLINE constexpr match_flag_type - match_not_eow - a01568.html - a7e422c4098322e3bf17eafd35fc16c7e + constexpr match_flag_type + format_sed + a01664.html + ae04376615a7b2c2f4175406a8aceb658 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_any - a01568.html - af78cac45372ace2e9fdd8bcf7eb27399 - - - - _GLIBCXX17_INLINE constexpr match_flag_type - match_not_null - a01568.html - aa135ecb11f0299ff447a7133a91d73e3 + a01664.html + a499d226890940325a38a2f326ebf7a34 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_continuous - a01568.html - a372e043458fd815d130056e1225a00a5 + a01664.html + a905d343797be96365d8d663cfc7411f2 - _GLIBCXX17_INLINE constexpr match_flag_type - match_prev_avail - a01568.html - ad48b9cdb07f0c311ec5ffeb093c209d5 + constexpr match_flag_type + match_default + a01664.html + a790496799d7cd836ab2c01c59a05cf5b + + + + + match_flag_type + a01664.html + aaa717c7c94d1075dfb06f79feb4ca11c - _GLIBCXX17_INLINE constexpr match_flag_type - format_default - a01568.html - ae8280c4746ec140dd2ad2106cbf787ad + constexpr match_flag_type + match_not_bol + a01664.html + a446ff6a595e71e6649c0b816064fb6ed - _GLIBCXX17_INLINE constexpr match_flag_type - format_sed - a01568.html - a3553e3ac3560a881732c367dcf567549 + constexpr match_flag_type + match_not_bow + a01664.html + a3f995fe4c885c05599fe0495f659d253 - _GLIBCXX17_INLINE constexpr match_flag_type - format_no_copy - a01568.html - a65253b87e3f2138870e2d827ea5b4ea9 + constexpr match_flag_type + match_not_eol + a01664.html + aa95cb0d1f20d22e0a5c2dab045febee7 - _GLIBCXX17_INLINE constexpr match_flag_type - format_first_only - a01568.html - a0fc5b8b99c305b71cd713055afc983f9 + constexpr match_flag_type + match_not_eow + a01664.html + af23b92e4bceadee2beb477ddbe79111d - + constexpr match_flag_type - operator & - a01568.html - a91f43c51d82f4484019c321d420a9fa3 - (match_flag_type __a, match_flag_type __b) + match_not_null + a01664.html + af6753cbcbf0322f1cdf7fa2adf6ab75e + + + + constexpr match_flag_type + match_prev_avail + a01664.html + ad730b04e961da111de1dc350953f48ba + constexpr match_flag_type - operator| - a01568.html - a510d0810f0fe55a65a1f3ad142e95e2c + operator& + a01664.html + a58aa59015163e03b960f295b9f2f0a37 (match_flag_type __a, match_flag_type __b) + match_flag_type & + operator&= + a01664.html + a6a9ccecd9a407e2f0dad9bee226c4e03 + (match_flag_type &__a, match_flag_type __b) + + constexpr match_flag_type operator^ - a01568.html + a01664.html ac6b912c67d2cdd494a770cd23c1b4f98 (match_flag_type __a, match_flag_type __b) - constexpr match_flag_type - operator~ - a01568.html - a2aeb16521b6691e19cb344505b084271 - (match_flag_type __a) - - match_flag_type & - operator &= - a01568.html - adf8b32ecec86f9328d9e77ea918d5bd7 + operator^= + a01664.html + a6edeffe99c8db99f7d365da413e65c34 (match_flag_type &__a, match_flag_type __b) + constexpr match_flag_type + operator| + a01664.html + a510d0810f0fe55a65a1f3ad142e95e2c + (match_flag_type __a, match_flag_type __b) + + match_flag_type & operator|= - a01568.html + a01664.html a1cc70d79ada227928c10a6ae955a5527 (match_flag_type &__a, match_flag_type __b) - match_flag_type & - operator^= - a01568.html - a6edeffe99c8db99f7d365da413e65c34 - (match_flag_type &__a, match_flag_type __b) + constexpr match_flag_type + operator~ + a01664.html + a2aeb16521b6691e19cb344505b084271 + (match_flag_type __a) regex_error.h - a00479 + a00581.html std::regex_error std std::regex_constants - - - error_type - a01568.html - afe4178e24e6fad9f043d52b9de32e488 - - constexpr error_type - error_collate - a01568.html - ade164916507884ce776bba031f7bce60 - (_S_error_collate) + error_backref + a01664.html + acc0f88e638558f5c3bb64ea44832493b + (_S_error_backref) constexpr error_type - error_ctype - a01568.html - a19db2783be8034b2dd52e99657184670 - (_S_error_ctype) + error_badbrace + a01664.html + a272600147c8274c0d78fcda6b53eb0c6 + (_S_error_badbrace) constexpr error_type - error_escape - a01568.html - a27917cafce40928457c789313f8e7ba6 - (_S_error_escape) + error_badrepeat + a01664.html + a47399faadc6f427a172a84d78945394c + (_S_error_badrepeat) constexpr error_type - error_backref - a01568.html - acc0f88e638558f5c3bb64ea44832493b - (_S_error_backref) + error_brace + a01664.html + a23b6569c17f71c8b1c00b515b8e02a0d + (_S_error_brace) constexpr error_type error_brack - a01568.html + a01664.html ac9ef78846632df7d0916b933191e3bcc (_S_error_brack) constexpr error_type - error_paren - a01568.html - a828988901e2b5aafb2ad06adde9e581b - (_S_error_paren) + error_collate + a01664.html + ade164916507884ce776bba031f7bce60 + (_S_error_collate) constexpr error_type - error_brace - a01568.html - a23b6569c17f71c8b1c00b515b8e02a0d - (_S_error_brace) + error_complexity + a01664.html + acdf6decf6d03ea2275dcec3961719d9a + (_S_error_complexity) constexpr error_type - error_badbrace - a01568.html - a272600147c8274c0d78fcda6b53eb0c6 - (_S_error_badbrace) + error_ctype + a01664.html + a19db2783be8034b2dd52e99657184670 + (_S_error_ctype) constexpr error_type - error_range - a01568.html - a38aa5041411e6e3d98057811eb691cd0 - (_S_error_range) + error_escape + a01664.html + a27917cafce40928457c789313f8e7ba6 + (_S_error_escape) constexpr error_type - error_space - a01568.html - a1200d5e70723aa0ae0153c74fd3d02e0 - (_S_error_space) + error_paren + a01664.html + a828988901e2b5aafb2ad06adde9e581b + (_S_error_paren) constexpr error_type - error_badrepeat - a01568.html - a47399faadc6f427a172a84d78945394c - (_S_error_badrepeat) + error_range + a01664.html + a38aa5041411e6e3d98057811eb691cd0 + (_S_error_range) constexpr error_type - error_complexity - a01568.html - acdf6decf6d03ea2275dcec3961719d9a - (_S_error_complexity) + error_space + a01664.html + a1200d5e70723aa0ae0153c74fd3d02e0 + (_S_error_space) constexpr error_type error_stack - a01568.html + a01664.html ac625782ad8167c9f36b1e32b65df2159 (_S_error_stack) + + + error_type + a01664.html + afe4178e24e6fad9f043d52b9de32e488 + + regex_executor.h - a00482 - bits/regex_executor.tcc + a00584.html + bits/regex_executor.tcc std::__detail::_Executor std std::__detail regex_executor.tcc - a00485 + a00587.html std std::__detail regex_scanner.h - a00488 - bits/regex_scanner.tcc + a00590.html + bits/regex_scanner.tcc std::__detail::_Scanner std std::__detail regex_scanner.tcc - a00491 + a00593.html std std::__detail cc_hash_table_map_/resize_fn_imps.hpp - a15750 - ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp - ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp + a18194.html gp_hash_table_map_/resize_fn_imps.hpp - a15753 - ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp - ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp + a18197.html cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp - a15756 + a18200.html gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp - a15759 + a18203.html resize_policy.hpp - a01199 - debug/debug.h + a01277.html + debug/debug.h __gnu_pbds::detail::resize_policy __gnu_pbds cc_hash_table_map_/resize_store_hash_fn_imps.hpp - a15762 + a18206.html gp_hash_table_map_/resize_store_hash_fn_imps.hpp - a15765 + a18209.html rope - a00851 - algorithm - iosfwd - bits/stl_construct.h - bits/stl_uninitialized.h - bits/stl_function.h - bits/stl_numeric.h - bits/allocator.h - ext/memory - ext/ropeimpl.h - __gnu_cxx::rope + a00920.html + algorithm + iosfwd + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_function.h + bits/stl_numeric.h + bits/allocator.h + ext/alloc_traits.h + ext/memory + ext/ropeimpl.h __gnu_cxx::rope __gnu_cxx __gnu_cxx::__detail @@ -10921,128 +10634,102 @@ ropeimpl.h - a01076 - cstdio - ostream - bits/functexcept.h - ext/algorithm - ext/memory - ext/numeric + a01154.html + cstdio + ostream + bits/functexcept.h + ext/algorithm + ext/memory + ext/numeric __gnu_cxx bin_search_tree_/rotate_fn_imps.hpp - a15768 + a18212.html pat_trie_/rotate_fn_imps.hpp - a15771 + a18215.html safe_base.h - a00761 - ext/concurrence.h + a00881.html + ext/concurrence.h __gnu_debug::_Safe_iterator_base __gnu_debug::_Safe_sequence_base __gnu_debug bool __check_singular_aux - a01572.html + a01671.html a86fc27f40fe8d866f9aff4a411dadc74 (const _Safe_iterator_base *__x) safe_container.h - a00764 - ext/alloc_traits.h + a00884.html + ext/alloc_traits.h __gnu_debug::_Safe_container __gnu_debug safe_iterator.h - a00767 - debug/assertions.h - debug/macros.h - debug/functions.h - debug/safe_base.h - bits/stl_pair.h - ext/type_traits.h - debug/safe_iterator.tcc + a00887.html + debug/assertions.h + debug/macros.h + debug/functions.h + debug/safe_base.h + bits/stl_pair.h + ext/type_traits.h + debug/safe_iterator.tcc __gnu_debug::_BeforeBeginHelper __gnu_debug::_Safe_iterator __gnu_debug::_Sequence_traits __gnu_debug bool - __check_dereferenceable - a01572.html - abb0a9d353b8510bbf1d0df6bf8537986 - (const _Safe_iterator< _Iterator, _Sequence > &__x) - - - _Distance_traits< _Iterator >::__type - __get_distance - a01572.html - a59d3469122badad27fce9ef0adecb75c - (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, std::random_access_iterator_tag) - - - bool __valid_range - a01572.html - a3f1198e6f02698e00b56c259186370fa - (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist) + a01671.html + a23a2f44a339d7a9a6ef227cce451e9cd + (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &, typename _Distance_traits< _Iterator >::__type &) safe_iterator.tcc - a00770 + a00890.html + bits/stl_algobase.h __gnu_debug + std safe_local_iterator.h - a00773 - debug/safe_unordered_base.h - debug/safe_local_iterator.tcc + a00893.html + debug/safe_unordered_base.h + debug/safe_local_iterator.tcc __gnu_debug::_Safe_local_iterator __gnu_debug bool - __check_dereferenceable - a01572.html - a2bb2a2986f4b7118b5f6f6b5db8af519 - (const _Safe_local_iterator< _Iterator, _Sequence > &__x) - - - std::pair< typename std::iterator_traits< _Iterator >::difference_type, _Distance_precision > - __get_distance - a01572.html - a7c44624755d513a2e6c13f1d4873e18e - (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, std::input_iterator_tag) - - - bool __valid_range - a01572.html - ada0ed4cd9ec02fd9fed5e674e88a956e - (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist_info) + a01671.html + ab01cd3a2e655dbe55050b414ed2927d7 + (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &, typename _Distance_traits< _Iterator >::__type &) safe_local_iterator.tcc - a00776 + a00896.html __gnu_debug safe_sequence.h - a00779 - debug/assertions.h - debug/macros.h - debug/functions.h - debug/safe_base.h - debug/safe_sequence.tcc + a00899.html + debug/assertions.h + debug/macros.h + debug/functions.h + debug/safe_base.h + debug/safe_sequence.tcc __gnu_debug::_After_nth_from __gnu_debug::_Equal_to __gnu_debug::_Not_equal_to @@ -11052,1293 +10739,1000 @@ safe_sequence.tcc - a00782 + a00902.html __gnu_debug safe_unordered_base.h - a00785 - debug/safe_base.h + a00905.html + debug/safe_base.h __gnu_debug::_Safe_local_iterator_base __gnu_debug::_Safe_unordered_container_base __gnu_debug safe_unordered_container.h - a00788 - debug/assertions.h - debug/macros.h - debug/functions.h - debug/safe_unordered_base.h - debug/safe_unordered_container.tcc + a00908.html + debug/assertions.h + debug/macros.h + debug/functions.h + debug/safe_unordered_base.h + debug/safe_unordered_container.tcc __gnu_debug::_Safe_unordered_container __gnu_debug safe_unordered_container.tcc - a00791 + a00911.html __gnu_debug sample_probe_fn.hpp - a01334 + a01412.html __gnu_pbds::sample_probe_fn __gnu_pbds sample_range_hashing.hpp - a01337 + a01415.html __gnu_pbds::sample_range_hashing __gnu_pbds sample_ranged_hash_fn.hpp - a01340 + a01418.html __gnu_pbds::sample_ranged_hash_fn __gnu_pbds sample_ranged_probe_fn.hpp - a01343 + a01421.html __gnu_pbds::sample_ranged_probe_fn __gnu_pbds sample_resize_policy.hpp - a01415 + a01493.html __gnu_pbds::sample_resize_policy __gnu_pbds sample_resize_trigger.hpp - a01418 + a01496.html __gnu_pbds::sample_resize_trigger __gnu_pbds sample_size_policy.hpp - a01421 + a01499.html __gnu_pbds::sample_size_policy __gnu_pbds sample_tree_node_update.hpp - a01439 + a01517.html __gnu_pbds::sample_tree_node_update __gnu_pbds sample_trie_access_traits.hpp - a01445 + a01523.html __gnu_pbds::sample_trie_access_traits __gnu_pbds sample_trie_node_update.hpp - a01448 + a01526.html __gnu_pbds::sample_trie_node_update __gnu_pbds sample_update_policy.hpp - a01361 + a01439.html __gnu_pbds::sample_update_policy __gnu_pbds scoped_allocator - a00131 - utility - tuple - bits/alloc_traits.h - std::scoped_allocator_adaptor + a00167.html + tuple + bits/alloc_traits.h + bits/stl_pair.h std::scoped_allocator_adaptor std search.h - a00947 - bits/stl_algobase.h - parallel/parallel.h - parallel/equally_split.h + a01019.html + bits/stl_algobase.h + parallel/parallel.h + parallel/equally_split.h __gnu_parallel void __calc_borders - a01576.html + a01673.html ab9807ee5cc58530be7b997207e2bf1f3 (_RAIter __elements, _DifferenceTp __length, _DifferenceTp *__off) __RAIter1 __search_template - a01576.html + a01673.html af1e654f03e48e80a0c73db7ad88e8a86 (__RAIter1 __begin1, __RAIter1 __end1, __RAIter2 __begin2, __RAIter2 __end2, _Pred __pred) - set - a00134 - bits/stl_tree.h - bits/stl_set.h - bits/stl_multiset.h - bits/range_access.h - - - debug/set - a15774 - set - debug/set.h - debug/multiset.h + semaphore + a00170.html - profile/set - a15777 - set - profile/set.h - profile/multiset.h + semaphore_base.h + a00596.html + bits/atomic_base.h + chrono + type_traits + std - experimental/set - a15780 - set - experimental/bits/erase_if.h - experimental/memory_resource + set + a00173.html + bits/stl_tree.h + bits/stl_set.h + bits/stl_multiset.h + bits/range_access.h + bits/erase_if.h std - debug/set.h - a15783 - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h - utility - std::__debug::set + debug/set + a18218.html + bits/c++config.h + set + debug/set.h + debug/multiset.h std std::__debug - profile/set.h - a15786 - profile/base.h - profile/ordered_base.h - std::__profile::set + experimental/set + a18221.html + set + bits/erase_if.h + experimental/memory_resource + std + std::experimental + + + set.h + a00914.html + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility + std::__debug::set std - std::__profile + std::__debug set_operations.h - a00950 - parallel/settings.h - parallel/multiseq_selection.h + a01022.html + parallel/settings.h + parallel/multiseq_selection.h __gnu_parallel settings.h - a00953 - parallel/types.h + a01025.html + parallel/types.h __gnu_parallel::_Settings __gnu_parallel #define _GLIBCXX_PARALLEL_CONDITION - a00953.html + a01025.html ad816e8f52b933c9300598977cada7d18 (__c) - parallelization_decision + parallelization_decision shared_mutex - a00137 - bits/c++config.h - condition_variable - bits/functexcept.h - std::__shared_mutex_cv + a00176.html + chrono + bits/functexcept.h + bits/move.h + bits/std_mutex.h + condition_variable std::shared_lock + std::shared_mutex std::shared_timed_mutex std - - #define - __cpp_lib_shared_timed_mutex - a01501.html - ga00b5fb3f3bf333cc396bd38d3b069d85 - - - - __shared_mutex_cv - __shared_timed_mutex_base - a01501.html - gab3c86906b8d29085ce9876aa6baab8e7 - - - - void - swap - a01501.html - ga0d3de8f7ff80877e53d25ca9057e1c0f - (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept - bits/shared_ptr.h - a15789 - bits/shared_ptr_base.h + a18224.html + iosfwd + bits/shared_ptr_base.h std::enable_shared_from_this std::hash< shared_ptr< _Tp > > - std::owner_less std::owner_less< shared_ptr< _Tp > > std::owner_less< void > std::owner_less< weak_ptr< _Tp > > std::shared_ptr std::weak_ptr std - - shared_ptr< _Tp > - allocate_shared - a01478.html - ga84894e14d771a93b933577b3f8f191cc - (const _Alloc &__a, _Args &&... __args) - - - _Del * - get_deleter - a01478.html - ga6f732e9d75b33511b0d0f8f8cc1c84e3 - (const __shared_ptr< _Tp, _Lp > &__p) noexcept - - - shared_ptr< _Tp > - make_shared - a01478.html - ga1f3ad1c876ee5b203367e06d74fe0bf2 - (_Args &&... __args) - - - std::basic_ostream< _Ch, _Tr > & - operator<< - a01478.html - ga8f7159a55b4df5308fa03b531586fb2b - (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) - + std::__detail experimental/bits/shared_ptr.h - a15792 - memory - experimental/type_traits + a18227.html + memory + experimental/type_traits + std::hash< experimental::shared_ptr< _Tp > > std::experimental::fundamentals_v2::owner_less< shared_ptr< _Tp > > std::experimental::fundamentals_v2::owner_less< weak_ptr< _Tp > > - std::hash< experimental::shared_ptr< _Tp > > std + std::experimental _Del * get_deleter - a15792.html + a01644.html adc5e7f8e3a02f8ae2dbf4d5b86d90260 (const shared_ptr< _Tp > &__p) noexcept shared_ptr_atomic.h - a00497 - bits/atomic_base.h + a00602.html + bits/atomic_base.h std - - bool - atomic_is_lock_free - a01478.html - ga26f0b2f2e5e143c43b9ac86853cdb495 - (const __shared_ptr< _Tp, _Lp > *__p) - - - bool - atomic_is_lock_free - a01478.html - ga5fe925503fa03a8132ab6ac8c3d05017 - (const shared_ptr< _Tp > *__p) - - - shared_ptr< _Tp > - atomic_load_explicit - a01478.html - gac5834272ab3ee80d5263ec71c30d4e40 - (const shared_ptr< _Tp > *__p, memory_order) - - - shared_ptr< _Tp > - atomic_load - a01478.html - gaa1f2f437e65f14cbc39dc5aa9c7787cb - (const shared_ptr< _Tp > *__p) - - - __shared_ptr< _Tp, _Lp > - atomic_load_explicit - a01478.html - gac10fed73419a9afc7442fcf685c9f4ef - (const __shared_ptr< _Tp, _Lp > *__p, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_load - a01478.html - ga068286dfd18be5a7656c478f4b23ea11 - (const __shared_ptr< _Tp, _Lp > *__p) - - - void - atomic_store_explicit - a01478.html - gac459811f24dfa61ca04dff98c59b0433 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - void - atomic_store - a01478.html - gaad7c9077082544dc2454ef66eb252cad - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - void - atomic_store_explicit - a01478.html - ga4fb42f2c743388ba4dcf24abf0cc2701 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - void - atomic_store - a01478.html - gaf607a58027ea400e7688daa2832c67ef - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) - - - shared_ptr< _Tp > - atomic_exchange_explicit - a01478.html - ga663e97cb5020aa674934c4eda56ea7a0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - shared_ptr< _Tp > - atomic_exchange - a01478.html - ga0e05e0e96f4b0cfdce2e7f6143976070 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - __shared_ptr< _Tp, _Lp > - atomic_exchange_explicit - a01478.html - gac73bf6a6160e468fc776581bcecd5424 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_exchange - a01478.html - ga419348e5a13dcd7fdccd244f6c15bd35 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) - - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga7b812df2cdd0c01f09d65168d22418c9 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) - - - bool - atomic_compare_exchange_strong - a01478.html - ga8b4c27092fe0543d16aa24679ab64f35 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) - - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga8ddc9b0002afbe0001718de9c8ca931e - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) - - - bool - atomic_compare_exchange_weak - a01478.html - ga6aa9828191cf7749c72581e719dde0b0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) - - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga8ac0b3f7aae34919ebc25fc54ff6b9c8 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) - - - bool - atomic_compare_exchange_strong - a01478.html - ga7f9e658275d4a2cdbf1b6a00d02adcc7 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) - - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga31df9efdf79235d0f8e112d245deb431 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) - - - bool - atomic_compare_exchange_weak - a01478.html - ga6860aafd01c4daf71cca0efe5193437f - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) - - - bool - atomic_is_lock_free - a01478.html - ga26f0b2f2e5e143c43b9ac86853cdb495 - (const __shared_ptr< _Tp, _Lp > *__p) - - - bool - atomic_is_lock_free - a01478.html - ga5fe925503fa03a8132ab6ac8c3d05017 - (const shared_ptr< _Tp > *__p) - - - shared_ptr< _Tp > - atomic_load_explicit - a01478.html - gac5834272ab3ee80d5263ec71c30d4e40 - (const shared_ptr< _Tp > *__p, memory_order) - - - shared_ptr< _Tp > - atomic_load - a01478.html - gaa1f2f437e65f14cbc39dc5aa9c7787cb - (const shared_ptr< _Tp > *__p) - - - __shared_ptr< _Tp, _Lp > - atomic_load_explicit - a01478.html - gac10fed73419a9afc7442fcf685c9f4ef - (const __shared_ptr< _Tp, _Lp > *__p, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_load - a01478.html - ga068286dfd18be5a7656c478f4b23ea11 - (const __shared_ptr< _Tp, _Lp > *__p) - - - void - atomic_store_explicit - a01478.html - gac459811f24dfa61ca04dff98c59b0433 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - void - atomic_store - a01478.html - gaad7c9077082544dc2454ef66eb252cad - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - void - atomic_store_explicit - a01478.html - ga4fb42f2c743388ba4dcf24abf0cc2701 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - void - atomic_store - a01478.html - gaf607a58027ea400e7688daa2832c67ef - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) - - - shared_ptr< _Tp > - atomic_exchange_explicit - a01478.html - ga663e97cb5020aa674934c4eda56ea7a0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - shared_ptr< _Tp > - atomic_exchange - a01478.html - ga0e05e0e96f4b0cfdce2e7f6143976070 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - __shared_ptr< _Tp, _Lp > - atomic_exchange_explicit - a01478.html - gac73bf6a6160e468fc776581bcecd5424 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_exchange - a01478.html - ga419348e5a13dcd7fdccd244f6c15bd35 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) - - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga7b812df2cdd0c01f09d65168d22418c9 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) - - - bool - atomic_compare_exchange_strong - a01478.html - ga8b4c27092fe0543d16aa24679ab64f35 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) - - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga8ddc9b0002afbe0001718de9c8ca931e - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) - - - bool - atomic_compare_exchange_weak - a01478.html - ga6aa9828191cf7749c72581e719dde0b0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) - - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga8ac0b3f7aae34919ebc25fc54ff6b9c8 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) - - - bool - atomic_compare_exchange_strong - a01478.html - ga7f9e658275d4a2cdbf1b6a00d02adcc7 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) - - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga31df9efdf79235d0f8e112d245deb431 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) - - - bool - atomic_compare_exchange_weak - a01478.html - ga6860aafd01c4daf71cca0efe5193437f - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) - shared_ptr_base.h - a00500 - typeinfo - bits/allocated_ptr.h - bits/stl_function.h - ext/aligned_buffer.h + a00605.html + typeinfo + bits/allocated_ptr.h + bits/allocator.h + bits/exception_defines.h + bits/functional_hash.h + bits/refwrap.h + bits/stl_function.h + bits/unique_ptr.h + ext/aligned_buffer.h + ext/atomicity.h + ext/concurrence.h std::_Sp_ebo_helper< _Nm, _Tp, false > std::_Sp_ebo_helper< _Nm, _Tp, true > std::bad_weak_ptr - std::enable_shared_from_this std::hash< __shared_ptr< _Tp, _Lp > > - std::owner_less - std::shared_ptr - std::weak_ptr std __shared_ptr< _Tp, _Lp > const_pointer_cast - a01544.html + a01635.html aa2f97c555285b7c2e771b789ccd7b126 (const __shared_ptr< _Tp1, _Lp > &__r) noexcept __shared_ptr< _Tp, _Lp > dynamic_pointer_cast - a01544.html + a01635.html aea22d7ec8d3648b381cf98d0ba570e9b (const __shared_ptr< _Tp1, _Lp > &__r) noexcept __shared_ptr< _Tp, _Lp > static_pointer_cast - a01544.html + a01635.html a6a221c308f0ca0e44b5fffa32a6d4595 (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + simd + a01103.html + + size_fn_imps.hpp - a01289 + a01367.html slice_array.h - a00503 + a00608.html std::slice std::slice_array std slist - a00854 - algorithm - bits/allocator.h - bits/stl_construct.h - bits/stl_uninitialized.h - bits/concept_check.h + a00923.html + algorithm + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/concept_check.h + ext/alloc_traits.h __gnu_cxx::slist __gnu_cxx std sort.h - a00956 - parallel/basic_iterator.h - parallel/features.h - parallel/parallel.h - parallel/multiway_mergesort.h - parallel/quicksort.h - parallel/balanced_quicksort.h + a01028.html + parallel/basic_iterator.h + parallel/features.h + parallel/parallel.h + parallel/multiway_mergesort.h + parallel/quicksort.h + parallel/balanced_quicksort.h __gnu_parallel void __parallel_sort - a01576.html - a1edbc983766e29af55322f9c983277ac - (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_tag __parallelism) + a01673.html + a000f037b08d237d140dd6144a11fb73f + (_RAIter __begin, _RAIter __end, _Compare __comp, balanced_quicksort_tag __parallelism) void __parallel_sort - a01576.html - ac609a343c5522586ce1561c1390fab46 - (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_exact_tag __parallelism) + a01673.html + af2c2fb5ed2754de7c1acc336b62b57b0 + (_RAIter __begin, _RAIter __end, _Compare __comp, default_parallel_tag __parallelism) void __parallel_sort - a01576.html - a81d9cc449b9b4122d5f4471dfdf02a78 - (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_sampling_tag __parallelism) + a01673.html + ac609a343c5522586ce1561c1390fab46 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_exact_tag __parallelism) void __parallel_sort - a01576.html - aceaaa622c34d2f28ba6bf79241fcee36 - (_RAIter __begin, _RAIter __end, _Compare __comp, quicksort_tag __parallelism) + a01673.html + a81d9cc449b9b4122d5f4471dfdf02a78 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_sampling_tag __parallelism) void __parallel_sort - a01576.html - a000f037b08d237d140dd6144a11fb73f - (_RAIter __begin, _RAIter __end, _Compare __comp, balanced_quicksort_tag __parallelism) + a01673.html + a1edbc983766e29af55322f9c983277ac + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_tag __parallelism) void __parallel_sort - a01576.html - af2c2fb5ed2754de7c1acc336b62b57b0 - (_RAIter __begin, _RAIter __end, _Compare __comp, default_parallel_tag __parallelism) + a01673.html + aa47b469dd82347dd63c3996eda2e237b + (_RAIter __begin, _RAIter __end, _Compare __comp, parallel_tag __parallelism) void __parallel_sort - a01576.html - aa47b469dd82347dd63c3996eda2e237b - (_RAIter __begin, _RAIter __end, _Compare __comp, parallel_tag __parallelism) + a01673.html + aceaaa622c34d2f28ba6bf79241fcee36 + (_RAIter __begin, _RAIter __end, _Compare __comp, quicksort_tag __parallelism) + source_location + a00179.html + + + span + a00182.html + + specfun.h - a00506 - bits/c++config.h - bits/stl_algobase.h - limits - type_traits + a00611.html + bits/c++config.h + bits/stl_algobase.h + limits + type_traits __gnu_cxx std __gnu_cxx::__promote< _Tp >::__type + airy_ai + a01584.html + ga3dc92fbf0a20f425585e811e9adb432d + (_Tp __x) + + + float + airy_aif + a01584.html + gaf317ba724c44b3a8271fe341d9870173 + (float __x) + + + long double + airy_ail + a01584.html + ga800fdb61c672ae1831f4ca4250d657de + (long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + airy_bi + a01584.html + gaccafc84b7c86a0c99b82f88eb4b1a43e + (_Tp __x) + + + float + airy_bif + a01584.html + ga2ade465827bdba7370abbcce78e54912 + (float __x) + + + long double + airy_bil + a01584.html + ga59240b3f40177e5187f3f194f624f0f8 + (long double __x) + + + __gnu_cxx::__promote< _Tp >::__type assoc_laguerre - a01500.html + a01584.html ga377bb7e038c464a27dfe0573fd2d7b33 (unsigned int __n, unsigned int __m, _Tp __x) float assoc_laguerref - a01500.html + a01584.html gaf83d98f350a1cfcebee6a1f723cf90d2 (unsigned int __n, unsigned int __m, float __x) long double assoc_laguerrel - a01500.html + a01584.html gac8e245671fb2df5de5fd978d03081f6c (unsigned int __n, unsigned int __m, long double __x) __gnu_cxx::__promote< _Tp >::__type assoc_legendre - a01500.html + a01584.html ga355349f79119c1fd1e2a9351cec57f0f (unsigned int __l, unsigned int __m, _Tp __x) float assoc_legendref - a01500.html + a01584.html ga3ced07ddd24bf4af56e2712d148e7f57 (unsigned int __l, unsigned int __m, float __x) long double assoc_legendrel - a01500.html + a01584.html ga55977b425a539146f060dec1c8003344 (unsigned int __l, unsigned int __m, long double __x) __gnu_cxx::__promote_2< _Tpa, _Tpb >::__type beta - a01500.html + a01584.html ga6a7220c87c942db48b18b527d92bbd2d (_Tpa __a, _Tpb __b) float betaf - a01500.html + a01584.html ga12dc61ee4c09172151cf092ed387e203 (float __a, float __b) long double betal - a01500.html + a01584.html ga8caca1cef099f41a88111209c36ce06c (long double __a, long double __b) __gnu_cxx::__promote< _Tp >::__type comp_ellint_1 - a01500.html + a01584.html gac559500c604c43ea943d593c9ad9d289 (_Tp __k) float comp_ellint_1f - a01500.html + a01584.html ga7fb5be999a8125cf7e55e630eb8444a1 (float __k) long double comp_ellint_1l - a01500.html + a01584.html ga7247d3dd77c1ff5df3c059fed862dc48 (long double __k) __gnu_cxx::__promote< _Tp >::__type comp_ellint_2 - a01500.html + a01584.html ga22fcc678829f0daf2de257896378e7e0 (_Tp __k) float comp_ellint_2f - a01500.html + a01584.html ga21700f2f125c42b1f1da1f9c7eea1135 (float __k) long double comp_ellint_2l - a01500.html + a01584.html ga47b647ec386c8d4b18a030c97842df18 (long double __k) __gnu_cxx::__promote_2< _Tp, _Tpn >::__type comp_ellint_3 - a01500.html + a01584.html gad833404645e24b7f0598a640ff92d623 (_Tp __k, _Tpn __nu) float comp_ellint_3f - a01500.html + a01584.html ga76834d3112f777703330892303267a39 (float __k, float __nu) long double comp_ellint_3l - a01500.html + a01584.html ga1ca081fee102cd0d4d6b091285e495e5 (long double __k, long double __nu) __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type conf_hyperg - a01550.html - a2e17ccbbc4cbb99c987e875531d4a3de + a01584.html + ga2e17ccbbc4cbb99c987e875531d4a3de (_Tpa __a, _Tpc __c, _Tp __x) float conf_hypergf - a01550.html - abd18e600aa78c3f2b2f835039506c810 + a01584.html + gabd18e600aa78c3f2b2f835039506c810 (float __a, float __c, float __x) long double conf_hypergl - a01550.html - a0a9853f30d8fa515a12cd45a92da832e + a01584.html + ga0a9853f30d8fa515a12cd45a92da832e (long double __a, long double __c, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_i - a01500.html + a01584.html ga1c9b5a5c36f000a4f0a55f7fcc486cb0 (_Tpnu __nu, _Tp __x) float cyl_bessel_if - a01500.html + a01584.html gaaf738427d4da0bda66bc2274dfb853a7 (float __nu, float __x) long double cyl_bessel_il - a01500.html + a01584.html gab7962629216d03efb8ecaa3f70c6878f (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_j - a01500.html + a01584.html ga47e21a13b6d68d0d7f057699bd3b3ce0 (_Tpnu __nu, _Tp __x) float cyl_bessel_jf - a01500.html + a01584.html ga15731a7bccd6351d28353e3c4c2a2d23 (float __nu, float __x) long double cyl_bessel_jl - a01500.html + a01584.html gade8e94a80520a8b628b2d658755b25c0 (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_k - a01500.html + a01584.html ga76dcd3884620955680112aca0d327ada (_Tpnu __nu, _Tp __x) float cyl_bessel_kf - a01500.html + a01584.html ga1f50047f9aab0ec8b1a1615fe9fbe32f (float __nu, float __x) long double cyl_bessel_kl - a01500.html + a01584.html gac35194b926270d7857d651e06198c7d3 (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_neumann - a01500.html + a01584.html ga5b7c72ab85e361cbd73f1a3b5f0725a6 (_Tpnu __nu, _Tp __x) float cyl_neumannf - a01500.html + a01584.html ga604c13e8f2bb7cd3c7c91d8b19d6b13a (float __nu, float __x) long double cyl_neumannl - a01500.html + a01584.html gaf8986bae9a523c48d861d233835bda8f (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_1 - a01500.html + a01584.html gae6b3df5556f38a7d72f9b4457d856f9c (_Tp __k, _Tpp __phi) float ellint_1f - a01500.html + a01584.html ga308d23d70f4b5e848eb7a4173628ef3b (float __k, float __phi) long double ellint_1l - a01500.html + a01584.html ga795383fa51e02351000b410b478d824f (long double __k, long double __phi) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_2 - a01500.html + a01584.html gad6dd71db2b3f90d24ff49bf8cf37bc37 (_Tp __k, _Tpp __phi) float ellint_2f - a01500.html + a01584.html ga594a730163c6228c75b152462700062b (float __k, float __phi) long double ellint_2l - a01500.html + a01584.html ga5c791332d374a809d8ca16c69a1a30f5 (long double __k, long double __phi) __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type ellint_3 - a01500.html + a01584.html ga20832e3a67d25cc3d415cafc88019ac3 (_Tp __k, _Tpn __nu, _Tpp __phi) float ellint_3f - a01500.html + a01584.html ga1a80bd2c15bc9fbecda2630a9e9409e7 (float __k, float __nu, float __phi) long double ellint_3l - a01500.html + a01584.html gaa8c0e5864df8769021a7f3e21a30c5d2 (long double __k, long double __nu, long double __phi) __gnu_cxx::__promote< _Tp >::__type expint - a01500.html + a01584.html ga88ba17f5d050a6973ca4db1bf6e90590 (_Tp __x) float expintf - a01500.html + a01584.html ga5842816f6eed2594e0a327df4e4a2a47 (float __x) long double expintl - a01500.html + a01584.html ga1329130b32328d0666e290ee5931fa4f (long double __x) __gnu_cxx::__promote< _Tp >::__type hermite - a01500.html + a01584.html ga97632b8bf77c323b2369e8d327965bdf (unsigned int __n, _Tp __x) float hermitef - a01500.html + a01584.html ga94dae7444bb349e33057a92932db8abe (unsigned int __n, float __x) long double hermitel - a01500.html + a01584.html ga21f8e312ee3e65286f86bf141b0f32e0 (unsigned int __n, long double __x) __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type hyperg - a01550.html - af52cf49736c63b0bb000be98b53c221f + a01584.html + gaf52cf49736c63b0bb000be98b53c221f (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) float hypergf - a01550.html - ac4c81e4ea9cef149fe40291ca10d7e15 + a01584.html + gac4c81e4ea9cef149fe40291ca10d7e15 (float __a, float __b, float __c, float __x) long double hypergl - a01550.html - a9961967087216e97f76283f29e1be152 + a01584.html + ga9961967087216e97f76283f29e1be152 (long double __a, long double __b, long double __c, long double __x) __gnu_cxx::__promote< _Tp >::__type laguerre - a01500.html + a01584.html gacae65579b397fddcd27954380d364a58 (unsigned int __n, _Tp __x) float laguerref - a01500.html + a01584.html gada763419b0e21b38e38daa8b6eb56a8c (unsigned int __n, float __x) long double laguerrel - a01500.html + a01584.html gaaf8b141edf9163b37ea4f2ed3e0191fc (unsigned int __n, long double __x) __gnu_cxx::__promote< _Tp >::__type legendre - a01500.html + a01584.html gaf6eac7fcb98e25b8f3f7d1b95fa7add8 (unsigned int __l, _Tp __x) float legendref - a01500.html + a01584.html gaed94e3c664c99f5204da75be75aeac21 (unsigned int __l, float __x) long double legendrel - a01500.html + a01584.html ga1b39bc22e3cc4860d08eb54099460391 (unsigned int __l, long double __x) __gnu_cxx::__promote< _Tp >::__type riemann_zeta - a01500.html + a01584.html ga67a6bfed9b6ab692e8c798b674431424 (_Tp __s) float riemann_zetaf - a01500.html + a01584.html gaf92063315061a56d3e2c4053156d968e (float __s) long double riemann_zetal - a01500.html + a01584.html ga1e92da3b878d75270f38d3ec9b513086 (long double __s) __gnu_cxx::__promote< _Tp >::__type sph_bessel - a01500.html + a01584.html ga478e517ed975bcb256de230e64f0fda5 (unsigned int __n, _Tp __x) float sph_besself - a01500.html + a01584.html ga534e36e1dcefad8daec98920db16eec4 (unsigned int __n, float __x) long double sph_bessell - a01500.html + a01584.html ga11d72b1af81ce9da3c878a25087ee927 (unsigned int __n, long double __x) __gnu_cxx::__promote< _Tp >::__type sph_legendre - a01500.html + a01584.html ga573842c12247b87746b548f1945755a8 (unsigned int __l, unsigned int __m, _Tp __theta) float sph_legendref - a01500.html + a01584.html gaae635d28c06a3be2679901b382090852 (unsigned int __l, unsigned int __m, float __theta) long double sph_legendrel - a01500.html + a01584.html ga2f6618dea1847f09fd67f3c974c1910d (unsigned int __l, unsigned int __m, long double __theta) __gnu_cxx::__promote< _Tp >::__type sph_neumann - a01500.html + a01584.html ga1cf4362a67ab5bae9e6b69c867e85371 (unsigned int __n, _Tp __x) float sph_neumannf - a01500.html + a01584.html ga789143122fa99536329bc2d1b1aac2f0 (unsigned int __n, float __x) long double sph_neumannl - a01500.html + a01584.html ga3cededa9b6e4601f190c3811e6aabfd6 (unsigned int __n, long double __x) splay_fn_imps.hpp - a01424 + a01502.html splay_tree_.hpp - a01427 - utility - vector - debug/debug.h - ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp - ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp - ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp - ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp - ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp - ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp + a01505.html + utility + vector + debug/debug.h + ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp __gnu_pbds::detail::splay_tree_map __gnu_pbds split_fn_imps.hpp - a01379 + a01457.html binary_heap_/split_join_fn_imps.hpp - a15795 + a18233.html binomial_heap_base_/split_join_fn_imps.hpp - a15798 + a18236.html bin_search_tree_/split_join_fn_imps.hpp - a15801 + a18230.html ov_tree_map_/split_join_fn_imps.hpp - a15804 + a18239.html pairing_heap_/split_join_fn_imps.hpp - a15807 + a18242.html rb_tree_map_/split_join_fn_imps.hpp - a15810 + a18245.html rc_binomial_heap_/split_join_fn_imps.hpp - a15813 + a18248.html splay_tree_/split_join_fn_imps.hpp - a15816 + a18251.html thin_heap_/split_join_fn_imps.hpp - a15819 + a18254.html sso_string_base.h - a01079 + a01157.html __gnu_cxx sstream - a00140 - istream - ostream - bits/sstream.tcc + a00185.html + istream + ostream + bits/alloc_traits.h + bits/sstream.tcc std::basic_istringstream std::basic_ostringstream std::basic_stringbuf @@ -12347,199 +11741,277 @@ void swap - a01544.html - a87939e8186f838ff337074e945c78b6d - (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) - - - void - swap - a01544.html + a01635.html a4dedd893b6faf3eb2e6c6aa0ca0f2e32 (basic_istringstream< _CharT, _Traits, _Allocator > &__x, basic_istringstream< _CharT, _Traits, _Allocator > &__y) void swap - a01544.html + a01635.html ab7f8e65ad7deb2a81c9178499d71731a (basic_ostringstream< _CharT, _Traits, _Allocator > &__x, basic_ostringstream< _CharT, _Traits, _Allocator > &__y) void swap - a01544.html + a01635.html + a9f3174e6e4d970cd74342c3b09cba231 + (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) noexcept(noexcept(__x.swap(__y))) + + + void + swap + a01635.html a85a913837de066af6c23b0f4f28e02a0 (basic_stringstream< _CharT, _Traits, _Allocator > &__x, basic_stringstream< _CharT, _Traits, _Allocator > &__y) sstream.tcc - a00509 + a00614.html std stack - a00143 - deque - bits/stl_stack.h + a00188.html + deque + bits/stl_stack.h standard_policies.hpp - a01148 - memory - ext/pb_ds/hash_policy.hpp - ext/pb_ds/list_update_policy.hpp - ext/pb_ds/detail/branch_policy/null_node_metadata.hpp - ext/pb_ds/tree_policy.hpp - ext/pb_ds/trie_policy.hpp - ext/pb_ds/tag_and_trait.hpp + a01226.html + memory + ext/pb_ds/hash_policy.hpp + ext/pb_ds/list_update_policy.hpp + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/trie_policy.hpp + ext/pb_ds/tag_and_trait.hpp __gnu_pbds::detail::default_comb_hash_fn __gnu_pbds::detail::default_eq_fn __gnu_pbds::detail::default_hash_fn __gnu_pbds::detail::default_probe_fn __gnu_pbds::detail::default_resize_policy - __gnu_pbds::detail::default_trie_access_traits __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > > __gnu_pbds::detail::default_update_policy __gnu_pbds std_abs.h - a00512 - bits/c++config.h + a00617.html + bits/c++config.h std - std_mutex.h - a00518 - system_error - bits/functexcept.h - bits/move.h - std::adopt_lock_t - std::defer_lock_t - std::lock_guard - std::mutex - std::try_to_lock_t - std::unique_lock + std_function.h + a00620.html + typeinfo + bits/stl_function.h + bits/invoke.h + bits/refwrap.h + bits/functexcept.h + std::__is_location_invariant + std::_Function_base + std::bad_function_call + std::function< _Res(_ArgTypes...)> std + std::__detail - void - swap - a01501.html - gac58580a65df691769770684cc985719d - (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept + bool + operator!= + a01635.html + a48d985ba8cc72e159372b14b9114da73 + (const function< _Res(_Args...)> &__f, nullptr_t) noexcept + + bool + operator!= + a01635.html + ac0daaa77f5550fd185352175aa05fc89 + (nullptr_t, const function< _Res(_Args...)> &__f) noexcept + + + bool + operator== + a01635.html + ad2629e7ee31ca36d6d593639e698db6b + (const function< _Res(_Args...)> &__f, nullptr_t) noexcept + + + bool + operator== + a01635.html + a225870d9721816ebaa535af4e19d0cc1 + (nullptr_t, const function< _Res(_Args...)> &__f) noexcept + + + void + swap + a01635.html + a4d5a9efe4608a61cb6c74ddda7f8728f + (function< _Res(_Args...)> &__x, function< _Res(_Args...)> &__y) noexcept + + + + std_mutex.h + a00623.html + system_error + bits/functexcept.h + std::adopt_lock_t + std::defer_lock_t + std::lock_guard + std::mutex + std::try_to_lock_t + std - _GLIBCXX17_INLINE constexpr adopt_lock_t + constexpr adopt_lock_t adopt_lock - a01501.html - ga742a9b4798379cd99d03bbf298d3685c + a01585.html + gad21e19f3b9b1166718c228219723e130 - _GLIBCXX17_INLINE constexpr defer_lock_t + constexpr defer_lock_t defer_lock - a01501.html - ga70a73adf8c062ea682cd99580d0a39be + a01585.html + gaef1e52b34e2d2d6e3850bbd28ff7546a - _GLIBCXX17_INLINE constexpr try_to_lock_t + constexpr try_to_lock_t try_to_lock - a01501.html - ga05e641e1ecba98edb6fa4714a6c03e0d + a01585.html + ga845da3c3459b8dc4c6f690039b797dfc + std_thread.h + a00626.html + bits/c++config.h + exception + iosfwd + tuple + bits/functional_hash.h + bits/invoke.h + bits/refwrap.h + bits/unique_ptr.h + std::hash< thread::id > + std::thread::id + std::thread + std + std::this_thread + + thread::id + get_id + a01665.html + ad4ed754e0d5a61283cf36f4918ab3444 + () noexcept + + + void + yield + a01665.html + a2a1ecebfe73aaa3eb40e909991bbd16e + () noexcept + + + stdc++.h - a00704 - cassert - cctype - cerrno - cfloat - ciso646 - climits - clocale - cmath - csetjmp - csignal - cstdarg - cstddef - cstdio - cstdlib - cstring - ctime - ccomplex - cfenv - cinttypes - cstdalign - cstdbool - cstdint - ctgmath - cuchar - cwchar - cwctype - algorithm - bitset - complex - deque - exception - fstream - functional - iomanip - ios - iosfwd - iostream - istream - iterator - limits - list - locale - map - memory - new - numeric - ostream - queue - set - sstream - stack - stdexcept - streambuf - string - typeinfo - utility - valarray - vector - array - atomic - chrono - codecvt - condition_variable - forward_list - future - initializer_list - mutex - random - ratio - regex - scoped_allocator - system_error - thread - tuple - typeindex - type_traits - unordered_map - unordered_set - shared_mutex + a00824.html + cassert + cctype + cerrno + cfloat + ciso646 + climits + clocale + cmath + csetjmp + csignal + cstdarg + cstddef + cstdio + cstdlib + cstring + ctime + cwchar + cwctype + ccomplex + cfenv + cinttypes + cstdalign + cstdbool + cstdint + ctgmath + cuchar + algorithm + bitset + complex + deque + exception + fstream + functional + iomanip + ios + iosfwd + iostream + istream + iterator + limits + list + locale + map + memory + new + numeric + ostream + queue + set + sstream + stack + stdexcept + streambuf + string + typeinfo + utility + valarray + vector + array + atomic + chrono + codecvt + condition_variable + forward_list + future + initializer_list + mutex + random + ratio + regex + scoped_allocator + system_error + thread + tuple + typeindex + type_traits + unordered_map + unordered_set + shared_mutex + any + charconv + filesystem + optional + memory_resource + string_view + variant stdexcept - a00146 - exception - string + a00191.html + exception + string std::domain_error std::invalid_argument std::length_error @@ -12553,1261 +12025,1288 @@ stdio_filebuf.h - a01082 - fstream + a01160.html + fstream __gnu_cxx::stdio_filebuf __gnu_cxx stdio_sync_filebuf.h - a01085 - streambuf - cstdio - bits/c++io.h - bits/move.h - cwchar + a01163.html + streambuf + cstdio + bits/c++io.h + bits/move.h + cwchar __gnu_cxx::stdio_sync_filebuf __gnu_cxx stdlib.h - a00014 - cstdlib + a00014.html + cstdlib stdtr1c++.h - a00707 - bits/stdc++.h - tr1/cctype - tr1/cfenv - tr1/cfloat - tr1/cinttypes - tr1/climits - tr1/cmath - tr1/complex - tr1/cstdarg - tr1/cstdbool - tr1/cstdint - tr1/cstdio - tr1/cstdlib - tr1/ctgmath - tr1/ctime - tr1/cwchar - tr1/cwctype + a00827.html + bits/stdc++.h + tr1/cctype + tr1/cfenv + tr1/cfloat + tr1/cinttypes + tr1/climits + tr1/cmath + tr1/complex + tr1/cstdarg + tr1/cstdbool + tr1/cstdint + tr1/cstdio + tr1/cstdlib + tr1/ctgmath + tr1/ctime + tr1/cwchar + tr1/cwctype stl_algo.h - a00521 - cstdlib - bits/algorithmfwd.h - bits/stl_heap.h - bits/stl_tempbuf.h - bits/predefined_ops.h - bits/uniform_int_dist.h + a00629.html + cstdlib + bits/algorithmfwd.h + bits/stl_heap.h + bits/stl_tempbuf.h + bits/predefined_ops.h + bits/uniform_int_dist.h std - void + constexpr void __final_insertion_sort - a01544.html - ae096236f11685545855cb64a2a01c805 + a01635.html + ad47aa829adf2194d6da07b95f29e41b2 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _InputIterator - __find_if - a01544.html - a089224d4383696a6b69844cf0efc09fc - (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag) - - - _RandomAccessIterator - __find_if - a01544.html - af7cb63fad814408f5986e99c8193d24f - (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag) - - - _InputIterator + constexpr _InputIterator __find_if_not - a01544.html - afb46fafe8518ec73399f340920d50f23 + a01635.html + ae6e45d3d29fd484571ceb7078dd6f7d3 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _InputIterator + constexpr _InputIterator __find_if_not_n - a01544.html - a589037988302a4734977f8294a989cfd + a01635.html + a1867e70ae39dbff101339d8d1e7b6c32 (_InputIterator __first, _Distance &__len, _Predicate __pred) - _EuclideanRingElement + constexpr _EuclideanRingElement __gcd - a01544.html - a64690c88f80577f3052168f0322749e6 + a01635.html + a7f3d3dd82fa95d1a53af5d860135af8f (_EuclideanRingElement __m, _EuclideanRingElement __n) pair< _IntType, _IntType > __gen_two_uniform_ints - a01544.html + a01635.html acb9f8bf65addb84e0d02f036c51d3b42 (_IntType __b0, _IntType __b1, _UniformRandomBitGenerator &&__g) - void + constexpr void __heap_select - a01544.html - a477b8fea51f854556255aace8fdf9dca + a01635.html + a4967bf74b71b17a557a13e7c2958b29e (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) void __inplace_stable_sort - a01544.html + a01635.html a6d7c4a05285f443112dbd3dc14a50f6c (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void __insertion_sort - a01544.html - aa4e10ddb9a4c3ad0b0de3e5cea9e65cf + a01635.html + a89633e23a5ca10fd8d933aaab0cb16f6 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void __introsort_loop - a01544.html - a1c04c6be26780067467b0b56e7da8f4b + a01635.html + a79be7241d44434170ab69b130f9af74c (_RandomAccessIterator __first, _RandomAccessIterator __last, _Size __depth_limit, _Compare __comp) void __merge_adaptive - a01544.html + a01635.html a4cc388dc8e10b03ac038cc0b12dc6240 (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) void __merge_without_buffer - a01544.html + a01635.html a26ce47f96abf2adba83d660cb214448d (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Compare __comp) - void + constexpr void __move_median_to_first - a01544.html - a3828327f606af064075b98b04bf027ed + a01635.html + ab7653f904a14b9b43c3e702cc8042966 (_Iterator __result, _Iterator __a, _Iterator __b, _Iterator __c, _Compare __comp) _OutputIterator __move_merge - a01544.html + a01635.html aeaf96144e1b69ee30db93d03b2229c0d (_InputIterator __first1, _InputIterator __last1, _InputIterator __first2, _InputIterator __last2, _OutputIterator __result, _Compare __comp) void __move_merge_adaptive - a01544.html + a01635.html a940945d2d27db3c1e4ae3e33dce8f320 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) void __move_merge_adaptive_backward - a01544.html + a01635.html ad03b2580591077ced2891d1913fec665 (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, _BidirectionalIterator3 __result, _Compare __comp) - _ForwardIterator + constexpr _BidirectionalIterator __partition - a01544.html - a31278bba4e0a3ada88ea23ac04c0cdb2 - (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) + a01635.html + a303f3af137529c6a76b13a5d08772f24 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag) - _BidirectionalIterator + constexpr _ForwardIterator __partition - a01544.html - a648f2a003c9c1e3bd5120f0f01d06412 - (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag) + a01635.html + a7f755bbf5fc9bf42cff816cf9bacb502 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) - void + constexpr void __reverse - a01544.html - a546f9a96d5345719bde5e04d08a805c2 + a01635.html + a9489e568854c6d29d6335a928a232f5c (_BidirectionalIterator __first, _BidirectionalIterator __last, bidirectional_iterator_tag) - void + constexpr void __reverse - a01544.html - aeeef1adae0e33963efabeeb229c5b029 + a01635.html + a7c9e001f66b2a7e672c4916f537f6e06 (_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_tag) - _ForwardIterator + constexpr _BidirectionalIterator __rotate - a00521.html - a9831bfd5fb5e938ebc17f22eabe080e0 - (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, forward_iterator_tag) + a01635.html + a1fb50e3d319e1e6c56605c154b652caa + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, bidirectional_iterator_tag) - _BidirectionalIterator + constexpr _ForwardIterator __rotate - a00521.html - a84f6a6c9d0ca57db3d68a92414a4526f - (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, bidirectional_iterator_tag) + a01635.html + a6e90e5c02095d62e5763117617791868 + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, forward_iterator_tag) - _RandomAccessIterator + constexpr _RandomAccessIterator __rotate - a00521.html - a9f6926011e131ac695d630e89f3b3c41 + a01635.html + a64ca914e48b4855388a61a1661e41ce9 (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, random_access_iterator_tag) _BidirectionalIterator1 __rotate_adaptive - a01544.html + a01635.html a02899bd1f77dda6d0032cf376440b1e0 (_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size) - _RandomAccessIterator - __sample - a01544.html - a05a1fc441c3dfe4a8d561e947d716837 - (_InputIterator __first, _InputIterator __last, input_iterator_tag, _RandomAccessIterator __out, random_access_iterator_tag, _Size __n, _UniformRandomBitGenerator &&__g) - - _OutputIterator __sample - a01544.html + a01635.html a6857f9e44fd8856c684fdcac53dfa362 (_ForwardIterator __first, _ForwardIterator __last, forward_iterator_tag, _OutputIterator __out, _Cat, _Size __n, _UniformRandomBitGenerator &&__g) - _ForwardIterator + _RandomAccessIterator + __sample + a01635.html + a05a1fc441c3dfe4a8d561e947d716837 + (_InputIterator __first, _InputIterator __last, input_iterator_tag, _RandomAccessIterator __out, random_access_iterator_tag, _Size __n, _UniformRandomBitGenerator &&__g) + + + constexpr _ForwardIterator __search_n_aux - a01544.html - abf5f4a3dc084b0e3b2d15cd21205b1cf + a01635.html + abbefbc765a70a9ef24ec4c5e5dde5395 (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, _UnaryPredicate __unary_pred, std::forward_iterator_tag) - _RandomAccessIter + constexpr _RandomAccessIter __search_n_aux - a01544.html - a9548d105c7309bb491fdeea779120081 + a01635.html + a4449a659bbed67e80bebe41410dbc820 (_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, _UnaryPredicate __unary_pred, std::random_access_iterator_tag) _ForwardIterator __stable_partition_adaptive - a01544.html + a01635.html ae310bd5b01ec7ac05fd5b1bd2011fd8d (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) - void + constexpr void __unguarded_insertion_sort - a01544.html - ae92110070de8c2dcc9196df0ae3cde6c + a01635.html + a3df58e4385d256259616d8f4bbb6b8e1 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void __unguarded_linear_insert - a01544.html - ac27b28daebf341a05400469830fa73d9 + a01635.html + a1af5a3089880db7dc6e4e92d391e404b (_RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator __unguarded_partition - a01544.html - a0a564913e4321fcd2e52f2e2a486ee79 + a01635.html + a79d64dc205d21eb6eebed06784c9ce11 (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __pivot, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator __unguarded_partition_pivot - a01544.html - a63fb6c261c1ccb981dbab395b550f3fb + a01635.html + a4eecf8bbcd8a931ea164e74639520b51 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _OutputIterator + constexpr _OutputIterator __unique_copy - a01544.html - a6bba95a84e90f8d4d402d8f538a7d3ef + a01635.html + a268690dd15e7403d88355ba671fcfff1 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, forward_iterator_tag, output_iterator_tag) - _OutputIterator + constexpr _ForwardIterator __unique_copy - a01544.html - a3bfcb89de336f84fc2d8c12e602eb9d0 - (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag) + a01635.html + a4e387da98795b6fe0a0dc530e64e284d + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag) - _ForwardIterator + constexpr _OutputIterator __unique_copy - a01544.html - afd19d3d26a6ca8d0f6c2dba6562a9eb5 - (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag) + a01635.html + a6d60da3b74da341935aba392bb87003b + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag) - _ForwardIterator + constexpr _ForwardIterator adjacent_find - a01487.html - ga094e6f312833388e6a97159b5d2c4177 + a01571.html + ga9947aefb98647043bc1e6fb7be7b77a7 (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator adjacent_find - a01487.html - ga29b281099618951de1ab1315ac9e7737 + a01571.html + gacd4b6428a016f4d76cfbf9387d418edc (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) - bool + constexpr bool all_of - a01487.html - gaaef2d0f2f0d6942636f6f42eb940b850 + a01571.html + ga17c3134ac82616508a419bd6f175ac5b (_InputIterator __first, _InputIterator __last, _Predicate __pred) - bool + constexpr bool any_of - a01487.html - gaa8fada47994395ec51bb54536d6a87f9 + a01571.html + ga9b398613867eeb30a7fdc043775db128 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - bool + constexpr bool binary_search - a01490.html - ga8272a9835bf987be37a4203e336fffe4 + a01574.html + ga5cd1d108f075ff88a726bda6a02121bc (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - bool + constexpr bool binary_search - a01490.html - ga97bd3506e0ba43028e0d816a841d39cf + a01574.html + gaa3cbedc36006c6b05679be8794dd8edc (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _OutputIterator + constexpr const _Tp & + clamp + a01572.html + ga927cfd3e8df8c15df3fcec6c2af59a82 + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi) + + + constexpr const _Tp & + clamp + a01572.html + ga00e7d39a4bbac23967d87e1dbd763e1e + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi, _Compare __comp) + + + constexpr _OutputIterator copy_if - a01486.html - ga0450d291c012c315181300fb83de8501 + a01570.html + ga5f99a17b2ea1ef3c5383baf211eba03e (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) - _OutputIterator + constexpr _OutputIterator copy_n - a01486.html - ga6b6a2a5b1c55fb141030b8e6c8aad212 + a01570.html + ga637f091d55c988fe8347446337f6de47 (_InputIterator __first, _Size __n, _OutputIterator __result) - iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type count - a01487.html - gad2f89a1340c43c8451e522d045aaa1b6 + a01571.html + gaac8d83292f8c124ec62a2b9d5e6046d6 (_InputIterator __first, _InputIterator __last, const _Tp &__value) - iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type count_if - a01487.html - gab17add9e8922a4e8a9893d0d094f5e4e + a01571.html + ga36d17b6b93a0b5d369780ef94e45aef6 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > equal_range - a01490.html - ga67b70af6f618f2c566d2f1849735fb6e + a01574.html + ga70394a0c38991926e22757da8f0621fd (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > equal_range - a01490.html - ga2d3802f907c482a269e17ec3714d3df0 + a01574.html + gacb95170e3e91dbafea219afad2bc6805 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _InputIterator + constexpr _InputIterator find - a01487.html - ga346cc7c0b794d9a487a11b44b6b238ab + a01571.html + gabcb0c1e78b0d3abf6113a1bd3828235b (_InputIterator __first, _InputIterator __last, const _Tp &__val) - _ForwardIterator1 + constexpr _ForwardIterator1 find_end - a01487.html - gaf97d3d3c35f24541246e9d222fd45d44 + a01571.html + ga15d63dd9d82b9abfc8470ee93c302677 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - _ForwardIterator1 + constexpr _ForwardIterator1 find_end - a01487.html - gac12e9d93b9b26024222cc645d2a4a8d5 + a01571.html + gac87ec318bc02e705d66d5fd0fa39ef9b (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp) - _InputIterator + constexpr _InputIterator find_first_of - a01487.html - ga5f2c547c925b080c25f17765a755a0cb + a01571.html + gaea8fc4800a95b8265fa9cb95fa59bd0f (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2) - _InputIterator + constexpr _InputIterator find_first_of - a01487.html - ga4f6564022032cfc6ea5c24b6dce5b4a7 + a01571.html + gaf199abbf0999abcad6961a03e1e281a2 (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp) - _InputIterator + constexpr _InputIterator find_if - a01487.html - gaaf6e9995ebbd27994d7c73b375f86088 + a01571.html + gade6b6b32f46014ba584f31888251ff8f (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _InputIterator + constexpr _InputIterator find_if_not - a01487.html - gaa0bfffb70439c7d2cab9e917e8d604a6 + a01571.html + gaa1e095b7d34e95787fc4f826f6e588d9 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _Function + constexpr _Function for_each - a01487.html - ga36d3b88a382b4ad3bf55aff3f597522d + a01571.html + gae6cd08fec028e3f3f194d4f7896ee53a (_InputIterator __first, _InputIterator __last, _Function __f) - void + constexpr _InputIterator + for_each_n + a01571.html + gadcf7d53917685606012e763edd290a6a + (_InputIterator __first, _Size __n, _Function __f) + + + constexpr void generate - a01486.html - ga691c5789ea06238032ea649bf4b81855 + a01570.html + gab74c6d3ba1f5667d3efa65784096ad57 (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) - _OutputIterator + constexpr _OutputIterator generate_n - a01486.html - gae428f053e61ca88f817152bd0f44c5fb + a01570.html + ga32129cb793a15f89f2c8df8631bfcaee (_OutputIterator __first, _Size __n, _Generator __gen) - bool + constexpr bool includes - a01489.html - ga67c9386f01daa7763952b9096ab94c96 + a01573.html + ga42787512adf6d9653abbb2ce26aed9fe (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) - bool + constexpr bool includes - a01489.html - gaeffeb80fabc63883a4d5e907ca922913 + a01573.html + ga93ad6e95e1d392f83ec1ce7d20892c57 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) void inplace_merge - a01488.html + a01572.html ga5e5479e1ac5e92b0c1f77bcf762d07e9 (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last) void inplace_merge - a01488.html + a01572.html gaf6a8379ab8a648fd05d52ed0632081fa (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp) - bool + constexpr bool is_partitioned - a01486.html - gaba1a020bbd42810ce065fa9e239652d6 + a01570.html + ga4b6777120ebee50005d9b44e53dbeb35 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - bool - is_permutation - a01487.html - gadc446c7587539490a05da590d6c51a58 - (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) - - - bool + constexpr bool is_permutation - a01487.html - ga714d45aee3d18a5e281557b48d092b8e + a01571.html + gab0f190fd29edcd68d795ede92d3335ca (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _BinaryPredicate __pred) - bool + constexpr bool is_permutation - a01487.html - ga1ce2f1378028db705f805394b6e150a7 + a01571.html + gaf45561caae23ad398330e25945aba8bd (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - bool + constexpr bool is_permutation - a01487.html - gad8c1b9d831347f0795b364b59b5c9daf + a01571.html + gad272d7d10f9a23c8ce39ea30d286609c (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) - bool + constexpr bool is_sorted - a01488.html - ga3a5337f3b4d2394123033a6c6279abbb + a01572.html + ga3a18da5fbc7d6f2b56f43156e13d02d2 (_ForwardIterator __first, _ForwardIterator __last) - bool + constexpr bool is_sorted - a01488.html - gaba6fffa1d87bd34155dcd980bbe02a53 + a01572.html + gae2dd5c04be65e5bf5419776aeac1eda2 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator is_sorted_until - a01488.html - ga76cfb20887dfce8ce554053b6b6935c9 + a01572.html + ga1373b346c799069f5c45c05993aeaf7f (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator is_sorted_until - a01488.html - ga07069e2148fa7ce5fc6df47a43fd8240 + a01572.html + ga1e8cc41416bcbf277d408aa81bf1f051 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator lower_bound - a01490.html - ga80229c3a1e83296551a68c44bda48696 + a01574.html + ga0a333aa6885cb45137c84b2839f3326f (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator max_element - a01488.html - ga6c310c6d1db64624d3097dd06838ef9b + a01572.html + gacf8e17bbc480ed6676ec0d1a326f4a05 (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator max_element - a01488.html - gab0bc7a1a77eead2e4af61c6506230104 + a01572.html + ga672a1736a849c3f4675f4c13a3068884 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _OutputIterator + constexpr _OutputIterator merge - a01488.html - gabb18bc670a27e539246a2eb154f60351 + a01572.html + ga0d39bebd559751b145e409dd2e41ab1d (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator merge - a01488.html - ga7f7771648d074e296d019153633efa8d + a01572.html + ga7d075968551b0f77f71052e8832a5b88 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator min_element - a01488.html - ga1de5df2bd9b3d6e5716e82c95ae6df2a + a01572.html + ga1bc18030e0f9d1b83be2e8f0718fe72c (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator min_element - a01488.html - gaef494344047573854d8e2d34070fd2b4 + a01572.html + ga0c580be620f774d1b197c9db950b42ce (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga67c7bf4c4b3c5cbf251a3812e06e0308 + a01572.html + gae02c72c1390894648ba6d61ab8990db6 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga74c98df71fd53702699434040aacb249 + a01572.html + gad98dfb06baec2f6d60027e169853a05d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > minmax_element - a01488.html - gabaec6cf28af83896d2253693d08d4cfe + a01572.html + gafae0b4df34a950ed0c4f9f57cd9180f6 (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > minmax_element - a01488.html - gaa8e6bf20463e0f605a548e7d7efb099d + a01572.html + ga5aced643e81b2410a783b9795b9bde0e (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - bool + constexpr bool next_permutation - a01488.html - ga0a84cc794bbfca40a0664edaedd05c34 + a01572.html + ga7cce728835fcad7eed2570eb759131d8 (_BidirectionalIterator __first, _BidirectionalIterator __last) - bool + constexpr bool next_permutation - a01488.html - ga84b626c10da677e22bdbbb058cc8e7da + a01572.html + ga1f1bd3ed6c1fbd4ba5f8b24fc7caf820 (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) - bool + constexpr bool none_of - a01487.html - ga245f9003d26e4ca6c9b304c4cca2c77f + a01571.html + gac29843ee5bba1e64ad95375984c37010 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - void + constexpr void nth_element - a01488.html - ga3a4f2ca9c1c627576aeeaa99181c8c63 + a01572.html + gad2d11e737b96371885931c3ba8e3645e (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) - void + constexpr void nth_element - a01488.html - ga6d43f0d62204409f18762c8e1bf1867b + a01572.html + ga0b77881d58e25fdfd0536dc100bfe635 (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void partial_sort - a01488.html - ga91f25d546637f075de3958a25928b687 + a01572.html + ga268b5bc10a3f5dac87c6e6e547e70f88 (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) - void + constexpr void partial_sort - a01488.html - ga6401ff7e25d2ef7a6119d894cb40eec0 + a01572.html + gaca0a8c56ac512c78bbf5ccee6de8539b (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator partial_sort_copy - a01488.html - ga7b262260421978833cc1b1c6b3969bb4 + a01572.html + ga071176a89f62f2c99841332f9fd9aa0f (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last) - _RandomAccessIterator + constexpr _RandomAccessIterator partial_sort_copy - a01488.html - gaf53e3f9d5e3c9cd4d36a0801d411e324 + a01572.html + ga97179dae819b2c8f96367a14d3607bc4 (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator partition - a01486.html - ga64c8d89411856cea58194aa69a3c37f3 + a01570.html + gadc8d031e65e4307c571526e0bd9a04e8 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - pair< _OutputIterator1, _OutputIterator2 > + constexpr pair< _OutputIterator1, _OutputIterator2 > partition_copy - a01486.html - ga15ed8c195c2228b62770f24b4fd9de05 + a01570.html + gab0b2384322f4551bb6c22533e88c15c8 (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred) - _ForwardIterator + constexpr _ForwardIterator partition_point - a01486.html - gaca57a24221766660c3b9d83e2b3f8f97 + a01570.html + ga67728ba609039bfa4b90283f8a8e79a1 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - bool + constexpr bool prev_permutation - a01488.html - ga0b0e35a43f5f87ea1c66363be3a34619 + a01572.html + ga8521ac56216e486d761d239b2d59085e (_BidirectionalIterator __first, _BidirectionalIterator __last) - bool + constexpr bool prev_permutation - a01488.html - ga44e9b1d39001f68fa9fcb408b25a77f0 + a01572.html + gaf1304617e63648825d90a5e186d41fbe (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) void random_shuffle - a01486.html + a01570.html gabf4e555bd94a923ad7d263703b4ab2bc (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &&__rand) - _ForwardIterator + constexpr _ForwardIterator remove - a01486.html - ga166f118ed07d6a2dd58c9bbdd7c0f5b5 + a01570.html + gae6ec72c0c6dc0ee8996066b5e50bc472 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) - _OutputIterator + constexpr _OutputIterator remove_copy - a01486.html - ga6118d2d397ae6ad3b11604c6eb843a31 + a01570.html + ga86a1b13efaaeecca3d010d942c9ce7a1 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value) - _OutputIterator + constexpr _OutputIterator remove_copy_if - a01486.html - ga80d825ff82bc980758c885296cec1fb1 + a01570.html + ga503c001bc1c1d80fe79c7045396faf73 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) - _ForwardIterator + constexpr _ForwardIterator remove_if - a01486.html - ga80cc02d9d8e0975b92933a90579b3678 + a01570.html + ga7bdd7c382561d1d749f4e129658e18a5 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - void + constexpr void replace - a01486.html - ga77aa7f436223611f545f84715a30ffeb + a01570.html + gaaa8637a7be56ce2578b83682a3fdf0ee (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value) - _OutputIterator + constexpr _OutputIterator replace_copy - a01544.html - a306bbe037bd6196bbe5e9c78b1108d13 + a01635.html + a143bd79cec5c3ac896602a06031ba64a (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__old_value, const _Tp &__new_value) - _OutputIterator + constexpr _OutputIterator replace_copy_if - a01486.html - gaf42cb56a0d7dfd9124bddc4194cb53a4 + a01570.html + gac84edecb0fb1d0e5cf847a55fd74634f (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value) - void + constexpr void replace_if - a01486.html - ga0afa1177a761d23ec3ec965207144455 + a01570.html + gae26921bd1b038b5ef5dcd40f024c12e2 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value) - void + constexpr void reverse - a01486.html - gaeee34a9f7380d22d29f0e895d1c014e0 + a01570.html + ga8e7ff99a606d89406c0a9f5ec215b041 (_BidirectionalIterator __first, _BidirectionalIterator __last) - _OutputIterator + constexpr _OutputIterator reverse_copy - a01486.html - gaea264a482d59bc9c99edca7595f025eb + a01570.html + ga20e081bb649e8d217b88c32236e29c02 (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) - _ForwardIterator + constexpr _ForwardIterator rotate - a01486.html - ga52864eec5d415d353701192a9db44f7c + a01570.html + ga65ec63c7ee20742c1186105222d81b1f (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) - _OutputIterator + constexpr _OutputIterator rotate_copy - a01486.html - gaf2a738ab86e393c9c8689708fd9afbf0 + a01570.html + ga46dd8941091696e7b653044da57a11e1 (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result) - _ForwardIterator1 + _SampleIterator + sample + a01635.html + a98f338db8c93f5bf58e152b4c646612d + (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n, _UniformRandomBitGenerator &&__g) + + + constexpr _ForwardIterator + search + a01635.html + a62505098594d1e67c89c88df7ce743a9 + (_ForwardIterator __first, _ForwardIterator __last, const _Searcher &__searcher) + + + constexpr _ForwardIterator1 search - a01487.html - ga37e40c12374da3b76f2af5d2025b3018 + a01571.html + ga14978d1be4cc96df88c228f4ca884349 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - _ForwardIterator1 + constexpr _ForwardIterator1 search - a01487.html - gab76055789d1a598394f609cf19724220 + a01571.html + ga06ddce7bee4af69da9a53de1eca385b2 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate) - _ForwardIterator + constexpr _ForwardIterator search_n - a01487.html - ga98baadb721fcb143396118e3a678cd0e + a01571.html + gac3ed6cdaf87857588954bb89f22de04b (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator search_n - a01487.html - ga4fd2241c480f56cb4fef2ae7da4d36b0 + a01571.html + gae4482975f81c459e9493144da27d7d35 (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred) - _OutputIterator + constexpr _OutputIterator set_difference - a01489.html - ga35787a357982adc415c29c036f7aada7 + a01573.html + gaeda7f7fc958ec5102e7b71b1c3a119d8 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_difference - a01489.html - ga7cbebc70e1550ea9939c9269d7c7c289 + a01573.html + ga22ae513ec23ac080ec7249dfa853c728 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_intersection - a01489.html - gad7a7b81513c68b856c0a2699c29532d0 + a01573.html + gabb02b03b6c3e50e779be4fa4f40631d9 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_intersection - a01489.html - ga63b5280a2c5009456a51d38084ce1062 + a01573.html + ga0921b524e1d77d94a38a3fec0e4dafd2 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_symmetric_difference - a01489.html - ga3b7e12cbdb1a0d4e7691e9730e1924c5 + a01573.html + ga4cd8c968dfab17a153a97a8f45fa9155 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_symmetric_difference - a01489.html - gabd18017e018c3090eacd4509e28cc432 + a01573.html + gae7d67fcef1d12e89eb2fc8313400b095 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_union - a01489.html - ga45c2e77ca73dabf6b1ccabbecf0291a6 + a01573.html + ga5fbc5a413bc4f82af7749896bb38254a (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_union - a01489.html - ga3d54d31bc70a0ff4596f5171ec728906 + a01573.html + ga99155c621a1e1e77bdd2eca5759622a6 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) void shuffle - a01486.html + a01570.html ga9c197f83f8612241f91e0a44703fdeaf (_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator &&__g) - void + constexpr void sort - a01488.html - ga4ea03048647c50ea7cbdd5da30e82755 + a01572.html + ga56b01b6148c1610ce928e662a5e97f0f (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void sort - a01488.html - gae3c0067ae83db1824367ded659a960b2 + a01572.html + gaf82f396bc6a1d4a9209e2aade9a57a39 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) _ForwardIterator stable_partition - a01486.html + a01570.html ga4396b91f26c7aaf0ae150a79ebd965b7 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) void stable_sort - a01488.html + a01572.html ga7d8bb8e52b7b0e80301dcbec17225b4a (_RandomAccessIterator __first, _RandomAccessIterator __last) void stable_sort - a01488.html + a01572.html ga3a3ce3aa8ac2297f8290939a7988596d (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _OutputIterator + constexpr _OutputIterator transform - a01486.html - ga475f12632a75f77b41aa843dfddfe422 + a01570.html + ga8c943ad5f85ce0c2f69a074bb42591dd (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) - _OutputIterator + constexpr _OutputIterator transform - a01486.html - ga92e41473c3907d39cbc98ab6bea346fe + a01570.html + gaef5a202b512e1d8a9a6e0a2739290bc1 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op) - _ForwardIterator + constexpr _ForwardIterator unique - a01486.html - ga84999f9a9f647b18e3ec9e9e9aaa81f4 + a01570.html + gabedeb9daeefd95379cf49b7e52cafc25 (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator unique - a01486.html - ga7db53d49590370140ef23f2c9bf7b225 + a01570.html + ga7a3e26d485c4745ffd5dc1ca26c35a78 (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) - _OutputIterator + constexpr _OutputIterator unique_copy - a01486.html - ga6e0563edcc7414a3f1ee52d1c3e9e1e0 + a01570.html + ga7bb85887d232506d4c3242cc3fff15a0 (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator unique_copy - a01486.html - gae33ff01e114f7384a462a242a75dd311 + a01570.html + ga1dd1e4d1c78160b672f0c904fd3d2f89 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred) - _ForwardIterator + constexpr _ForwardIterator upper_bound - a01490.html - ga0a8fc99be7f8267b6eb97ff9c712c75f + a01574.html + gace0d7c107aaa5f170887eb2c95af9b7e (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator upper_bound - a01490.html - ga639d56cfebd6f1fbabf344c49a5c5539 + a01574.html + ga20119ce2926c803982e9c530d7b947bd (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) stl_algobase.h - a00524 - bits/c++config.h - bits/functexcept.h - bits/cpp_type_traits.h - ext/type_traits.h - ext/numeric_traits.h - bits/stl_pair.h - bits/stl_iterator_base_types.h - bits/stl_iterator_base_funcs.h - bits/stl_iterator.h - bits/concept_check.h - debug/debug.h - bits/move.h - bits/predefined_ops.h - std::char_traits - std::istreambuf_iterator - std::ostreambuf_iterator + a00632.html + bits/c++config.h + bits/functexcept.h + bits/cpp_type_traits.h + ext/type_traits.h + ext/numeric_traits.h + bits/stl_pair.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + bits/concept_check.h + debug/debug.h + bits/move.h + bits/predefined_ops.h + type_traits std + constexpr _InputIterator + __find_if + a01635.html + a7a3a4b0b263f90fac8b5fdc5aa089f36 + (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag) + + + constexpr _RandomAccessIterator + __find_if + a01635.html + ab4ee387d5502d97b1bfa8ef6ba7a66d4 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag) + + constexpr int __lg - a01544.html + a01635.html a95f3b611c88f611e8bf7662d6b8db444 (int __n) - _OI + constexpr _OI copy - a01486.html - ga894f503412130680dc19c87af289f4f4 + a01570.html + ga76cd6d1a042c96e883b2fed2d16bdce2 (_II __first, _II __last, _OI __result) - _BI2 + constexpr _BI2 copy_backward - a01486.html - gaf0de0305e64a82131960e2769624a740 + a01570.html + gad6cb383fd3bfaf0a68d886a1ac7f246f (_BI1 __first, _BI1 __last, _BI2 __result) - bool + constexpr bool equal - a01487.html - ga444f163947d0a55953d1c317b31aee89 - (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + a01571.html + gaaed2fda1991d604d055467746c690cf5 + (_II1 __first1, _II1 __last1, _II2 __first2) - bool + constexpr bool equal - a01487.html - gad9f16258cd8b86bb63165c004cf660d5 - (_II1 __first1, _II1 __last1, _II2 __first2) + a01571.html + gaaf3d839822c78d538257a0f749f13dcc + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) - bool + constexpr bool equal - a01487.html - ga89c2fd41282045655b0edaa54773d4db - (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + a01571.html + ga4286bc1aaad106cc84b98920d9d164c4 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) - bool + constexpr bool equal - a01487.html - ga8e56a22bed21e9134369f4b2a47ba407 + a01571.html + ga5ffc8d7e5f6ce6db54c6ffe9e202e00a (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _IIter2 __last2, _BinaryPredicate __binary_pred) - void + constexpr void fill - a01486.html - gab2e4bb5cc3300aaf6c0e5bdc3371bf06 + a01570.html + ga134fa4440441a428ac3e792633d537f6 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) - _OI + constexpr _OI fill_n - a01486.html - ga0af400b776b8486401daf6ecf91bacca + a01570.html + gaec50b0b878a1178418bad7ea70add994 (_OI __first, _Size __n, const _Tp &__value) - void + constexpr bool + is_permutation + a01571.html + gadb5c9b3733f74ddb34f5d6b85539091d + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + constexpr void iter_swap - a01486.html - gad93e66478d9a63e5777733be09931388 + a01570.html + ga1a4776ef39f6174250c03233358482df (_ForwardIterator1 __a, _ForwardIterator2 __b) - bool + constexpr bool lexicographical_compare - a01488.html - ga869d1fd6bb4929ef491edbfdbcc9f7b9 + a01572.html + ga8eff9effc89d8fd28bce9a6951b81f5d (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) - bool + constexpr bool lexicographical_compare - a01488.html - gae179ce2d015dc0908973644687dce4c6 + a01572.html + ga9cd54bcbe68e78e8751c700263ae6ef5 (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator lower_bound - a01490.html - ga6f1d41eed9a1fabbae1d54b384b07061 + a01574.html + ga29dbb510baabe37e875632324fe79030 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga84d30d8c4b3f2cbe8ec2055c34a578da + a01572.html + gab98f0838f871a26317aaa71211b65a9c (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + a01572.html + gacd491cbbfc0452492f8fe4b7c3760b0d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - gad48656de2f272a953455e1fff2532125 + a01572.html + gae9cf068dc91c8779040669efa4a8cf65 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - ga6499dc0f7db12560643a3b79db5357f6 + a01572.html + ga7909b7a198cc9c418432b4b2b138cac1 (const _Tp &__a, const _Tp &__b, _Compare __comp) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga44ee120346d18fb398be3891eb4a8c0c + a01571.html + ga42c6486a4ecbe99a5c9f0c35476c3dfd (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - gad3cb7460f4803c1073882c89456bb75c + a01571.html + gadb3a35d203f3cabb80b29280326d228f (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga67d3e43b97d25f32dd1661a93aa85ff1 + a01571.html + ga9c98f3d33806548286d03d46d63d46e5 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga07f5690e64fb9ece316f84ec99c28e5d + a01571.html + ga9d57eabf2ccbc15190c47b17b6b0b495 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred) - _OI + constexpr _OI move - a01486.html - gaedffc88b77674cbf9966e30a9c275bb6 + a01570.html + gac49c576614909405700e37ae1f48a946 (_II __first, _II __last, _OI __result) - _BI2 + constexpr _BI2 move_backward - a01486.html - ga1743475fe627f5302b98ae41f8bf0ad5 + a01570.html + gae2059ffdbdafd630dc5d7071295f8287 (_BI1 __first, _BI1 __last, _BI2 __result) - _ForwardIterator2 + constexpr _ForwardIterator2 swap_ranges - a01486.html - gae9603907c05659cb5cfc6ea20be9ae01 + a01570.html + gaf1b9a02d1ca7a1622e424d8d912c75bb (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) stl_bvector.h - a00527 - initializer_list - bits/stl_vector.h - bits/functional_hash.h + a00635.html + initializer_list + bits/functional_hash.h std::hash<::vector< bool, _Alloc > > std::vector< bool, _Alloc > std stl_construct.h - a00530 - new - bits/move.h - ext/alloc_traits.h + a00638.html + new + bits/move.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h std void _Construct - a01544.html - ae0f6a1883f4e98bc2ca573c992447fc2 - (_T1 *__p, _Args &&... __args) - - - void - _Destroy - a01544.html - a468dae7cc599699643eafa95cc9999af - (_Tp *__pointer) + a01635.html + a3b1a826e5c84b71a66eb4c2a695db562 + (_Tp *__p, _Args &&... __args) - void + constexpr void _Destroy - a01544.html - a861bec05eddf4c399633ec8ac1d20844 + a01635.html + aca847f3f099399daf1ae37d72135efb1 (_ForwardIterator __first, _ForwardIterator __last) - void + constexpr void _Destroy - a01544.html - aaebc2b9c5255ef8ceb7851484e83e0fa - (_ForwardIterator __first, _ForwardIterator __last, _Allocator &__alloc) + a01635.html + a832ad61ac81841c0cf56fc4240386745 + (_Tp *__pointer) - _ForwardIterator + constexpr _ForwardIterator _Destroy_n - a01544.html - aa2c8dbc3c44d5ffc170cd6cff9afd5b4 + a01635.html + a63695393bfbb7c92478a07933af5a4b6 (_ForwardIterator __first, _Size __count) stl_deque.h - a00533 - bits/concept_check.h - bits/stl_iterator_base_types.h - bits/stl_iterator_base_funcs.h - initializer_list - debug/assertions.h + a00641.html + bits/concept_check.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + initializer_list + bits/stl_uninitialized.h + debug/assertions.h std::_Deque_base std::_Deque_iterator std::deque @@ -13815,64 +13314,64 @@ #define _GLIBCXX_DEQUE_BUF_SIZE - a00533.html + a00641.html a87949eb8a238d15bbc7d30d84cd3b8cf bool operator!= - a01544.html + a01635.html a01fe16a0529fecdacda453c5cb1ce28a (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator< - a01544.html + a01635.html a15c710c3bf507d1a7bdf5f8de40cafe2 (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator<= - a01544.html + a01635.html a8921c2d57c14b7e9702a9500bde8aba9 (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator== - a01544.html + a01635.html a60c2de42339c226dbeaeb60ef54b7bd2 (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator> - a01544.html + a01635.html af745511bf2598950056525a3fd7a346b (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator>= - a01544.html + a01635.html a5e3f58e54e9cbbcda75328fada9fa1a5 (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) void swap - a01544.html + a01635.html a7e6765b86dfe7f33455aec5b8a7f7e2e (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &__y) noexcept(/*conditional */) stl_function.h - a00536 - bits/move.h + a00644.html + bits/move.h std::binary_function std::binary_negate std::const_mem_fun1_ref_t @@ -13880,186 +13379,173 @@ std::const_mem_fun_ref_t std::const_mem_fun_t std::divides - std::divides std::divides< void > std::equal_to - std::equal_to std::equal_to< void > std::greater - std::greater std::greater< void > std::greater_equal - std::greater_equal std::greater_equal< void > std::less - std::less std::less< void > std::less_equal - std::less_equal std::less_equal< void > std::logical_and - std::logical_and std::logical_and< void > std::logical_not - std::logical_not std::logical_not< void > std::logical_or - std::logical_or std::logical_or< void > std::mem_fun1_ref_t std::mem_fun1_t std::mem_fun_ref_t std::mem_fun_t std::minus - std::minus std::minus< void > std::modulus - std::modulus std::modulus< void > std::multiplies - std::multiplies std::multiplies< void > std::negate - std::negate std::negate< void > std::not_equal_to - std::not_equal_to std::not_equal_to< void > std::plus - std::plus std::pointer_to_binary_function std::pointer_to_unary_function std::unary_function std::unary_negate std - _GLIBCXX14_CONSTEXPR unary_negate< _Predicate > + constexpr unary_negate< _Predicate > not1 - a01506.html - gaa48ba7f453a3e4aec335c304eab89d3b + a01590.html + ga0d131aa8d78b6d5e6b78c4e463cfbdd2 (const _Predicate &__pred) - _GLIBCXX14_CONSTEXPR binary_negate< _Predicate > + constexpr binary_negate< _Predicate > not2 - a01506.html - ga1244dfac05a74c4665bef243704f51b1 + a01590.html + gac769580fe6668a296d79a3c3db4b346d (const _Predicate &__pred) pointer_to_unary_function< _Arg, _Result > ptr_fun - a01507.html + a01591.html gaee61fcee12458d9d61b10f07de908134 (_Result(*__x)(_Arg)) pointer_to_binary_function< _Arg1, _Arg2, _Result > ptr_fun - a01507.html + a01591.html ga2c95cd7ca955ae3a4cbf98593456bd8e (_Result(*__x)(_Arg1, _Arg2)) stl_heap.h - a00539 - debug/debug.h - bits/move.h - bits/predefined_ops.h + a00647.html + debug/debug.h + bits/move.h + bits/predefined_ops.h std - bool + constexpr bool is_heap - a01509.html - ga33b76a74543508747285e182dce4e7ba + a01593.html + ga3785c38d395797416caf65c13fc05fe1 (_RandomAccessIterator __first, _RandomAccessIterator __last) - bool + constexpr bool is_heap - a01509.html - ga37f2af54af0ffe3b364736c8bd84314e + a01593.html + ga23ae1c196f637559cfc2bc40413cc10f (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator is_heap_until - a01509.html - gad3cf2f5b736b585f20dfd29ba24293e1 + a01593.html + ga0b7e907bc18cc48c1f9ef0992267e0d7 (_RandomAccessIterator __first, _RandomAccessIterator __last) - _RandomAccessIterator + constexpr _RandomAccessIterator is_heap_until - a01509.html - gac559e3fbb78b63111a38545f7f530f23 + a01593.html + gae716536e51944e32f2f043c696a47213 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void make_heap - a01509.html - ga3de7da79c8fb3f306ce06ed566235b28 + a01593.html + gad3d50b3f215e8552b845b7e243a00183 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void make_heap - a01509.html - ga84545d446162758eb0dc4a9ea5fa5cbc + a01593.html + ga2a685c934e85086e5ac372026e8064f6 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void pop_heap - a01509.html - ga92aecc13151c6b58598e3dd9e54064b7 + a01593.html + ga1279e4ea0cf04fb37767b2e2a82291b3 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void pop_heap - a01509.html - ga27b771598145e151f01281b5cb0fdbbb + a01593.html + ga0a57ba46981d46e0f3ebd4703d0ad18b (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void push_heap - a01509.html - gad2a3e8fb6069d9cd1b14c186ec125102 + a01593.html + ga2014a079254029f8236e02570f908fd7 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void push_heap - a01509.html - gac0d64c0744947b3d233779d9e9f656cc + a01593.html + gab628ce505c9574f8929a0fa49ed514b3 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void sort_heap - a01509.html - ga7e302d6652402edae355b8726b2b7e27 + a01593.html + gad1bb943f6c15eec75a77491f78ba8b2d (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void sort_heap - a01509.html - ga441060fda917c1aed4e8fab9c860f706 + a01593.html + ga927756f3213d10e0662be57d14d9131d (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) bits/stl_iterator.h - a15822 - bits/cpp_type_traits.h - ext/type_traits.h - bits/move.h - bits/ptr_traits.h + a18257.html + bits/cpp_type_traits.h + bits/stl_iterator_base_types.h + ext/type_traits.h + bits/move.h + bits/ptr_traits.h + type_traits std::back_insert_iterator std::front_insert_iterator std::insert_iterator @@ -14067,81 +13553,80 @@ std::reverse_iterator __gnu_cxx std + std::__detail - back_insert_iterator< _Container > + constexpr back_insert_iterator< _Container > back_inserter - a01510.html - ga59459a8d387b04212f0f270cf24269ff + a01594.html + gaf046e72d51c69750e4218b6ad9f671e1 (_Container &__x) - front_insert_iterator< _Container > + constexpr front_insert_iterator< _Container > front_inserter - a01510.html - ga3042ef36dac917905beccc35389af1cb + a01594.html + gaab7f94ed4330b48ca9f1eccbc0850a51 (_Container &__x) insert_iterator< _Container > inserter - a01510.html - ga289787d62ed6190c55ce9f2ea65aaa41 - (_Container &__x, _Iterator __i) + a01594.html + ga7c6a23630cd701a2d7c7b31e9879c0a6 + (_Container &__x, typename _Container::iterator __i) - _GLIBCXX17_CONSTEXPR reverse_iterator< _Iterator > + constexpr reverse_iterator< _Iterator > make_reverse_iterator - a01510.html - ga9e3e5a1381a184399ee52df0068818ae + a01594.html + ga121f5acaaa4ea7a7c3ba5647fbcba176 (_Iterator __i) - _GLIBCXX17_CONSTEXPR bool + constexpr bool operator== - a01510.html - gaadf1270d8fcc1bdae9a699e3d85c7986 + a01594.html + gaa2772e6f5a3be15ea9b5d2bbf9760fab (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) debug/stl_iterator.h - a15825 - debug/helper_functions.h + a18260.html + debug/helper_functions.h __gnu_debug stl_iterator_base_funcs.h - a00545 - bits/concept_check.h - debug/assertions.h - std::_List_const_iterator - std::_List_iterator + a00653.html + bits/concept_check.h + debug/assertions.h std - _GLIBCXX17_CONSTEXPR void + constexpr void advance - a01544.html - aeb89c7ad75934cae5b0970b922879fdb + a01635.html + aa1125c4de56cbd6726787fe2831b05c5 (_InputIterator &__i, _Distance __n) - _GLIBCXX17_CONSTEXPR iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type distance - a01544.html - a99b049793a96260d190d781f847038bc + a01635.html + a15753c9fda94df141450ffa3689c301a (_InputIterator __first, _InputIterator __last) stl_iterator_base_types.h - a00548 - bits/c++config.h - type_traits - std::__iterator_traits + a00656.html + bits/c++config.h + type_traits std::bidirectional_iterator_tag std::forward_iterator_tag std::input_iterator_tag std::iterator + std::iterator_traits std::iterator_traits< _Tp * > std::iterator_traits< const _Tp * > std::output_iterator_tag @@ -14150,930 +13635,970 @@ constexpr iterator_traits< _Iter >::iterator_category __iterator_category - a01510.html + a01594.html ga89d3a7d239086516917bb7f6f9da213c (const _Iter &) stl_list.h - a00551 - bits/concept_check.h - ext/alloc_traits.h - initializer_list - bits/allocated_ptr.h - ext/aligned_buffer.h - std::__detail::_List_node_base + a00659.html + bits/concept_check.h + ext/alloc_traits.h + initializer_list + bits/allocated_ptr.h + ext/aligned_buffer.h std::_List_base std::_List_const_iterator std::_List_iterator std::_List_node + std::__detail::_List_node_base + std::__detail::_List_node_header std::list std std::__detail bool operator!= - a01544.html + a01635.html a44ba4a39615cc57e58325da2c9a2372c (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator< - a01544.html + a01635.html a7b31ae4487ff01fcb215071c0f521caa (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator<= - a01544.html + a01635.html ab0de944941fcbe6618dba4837b31deaa (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) - _GLIBCXX_END_NAMESPACE_CXX11 bool + bool operator== - a01544.html - aa2053d06d62313a4cde70f0f1d1f04c0 + a01635.html + a2d1ffe80e43a0913799f0c31461be499 (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator> - a01544.html + a01635.html a7788944c30c3070441dc376df8beb210 (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator>= - a01544.html + a01635.html a628eda81f6cb2988d8f5908f631cdb46 (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) void swap - a01544.html + a01635.html a335bd8d8bfd13a75e2e5c34552ec3daf (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y) noexcept(/*conditional */) stl_map.h - a00554 - bits/functexcept.h - bits/concept_check.h - initializer_list - tuple + a00662.html + bits/functexcept.h + bits/concept_check.h + initializer_list + tuple std::map - std::multimap std bool operator!= - a01544.html + a01635.html a6b5d199f9e89bfca5738b76671a4118b (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator< - a01544.html + a01635.html a3cbf6143f4ce61b7174408e06a4181f0 (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator<= - a01544.html + a01635.html a407132a3a46dfa53d8f1e7810ee5b54d (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator== - a01544.html + a01635.html a2cc59dba70d0427b9e006411b37aee81 (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator> - a01544.html + a01635.html ac70654ce03713da520f19dc5a9a87edc (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator>= - a01544.html + a01635.html a03f03b3697da916e95a09b1488df52df (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) void swap - a01544.html + a01635.html a520781978c7299c8f0e206542178d09c (map< _Key, _Tp, _Compare, _Alloc > &__x, map< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) stl_multimap.h - a00557 - bits/concept_check.h - initializer_list - std::map + a00665.html + bits/concept_check.h + initializer_list std::multimap std bool operator!= - a01544.html + a01635.html a376c99e0db4e24c69c2beecd6c11b54e (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator< - a01544.html + a01635.html a64f0c6157f108a5bfe4ac5096e5bc4b2 (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator<= - a01544.html + a01635.html a54c920ed5017335b380d77d540169c76 (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator== - a01544.html + a01635.html a5d6c242794f6d1866eb9cc58678ce8b1 (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator> - a01544.html + a01635.html a14156f76400cead9187280c59587a8f1 (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator>= - a01544.html + a01635.html a69dd44d827cf392b3490c7498d47cd5b (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) void swap - a01544.html + a01635.html ae448a7aacea236579e3f239c9448482f (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) stl_multiset.h - a00560 - bits/concept_check.h - initializer_list + a00668.html + bits/concept_check.h + initializer_list std::multiset - std::set std bool operator!= - a01544.html + a01635.html a20729b0ed4cf42aa7dba9c24e71243f0 (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator< - a01544.html + a01635.html a203ef17a8b706e78acfa3d05f30e20ca (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator<= - a01544.html + a01635.html adb3e9ff06db8a5cc1105aaea9e01abd2 (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator== - a01544.html + a01635.html ada60c841e9fe08814304ae79d35267de (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator> - a01544.html + a01635.html afd4ebca607a5d77bce0ce62ed7c86fb9 (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator>= - a01544.html + a01635.html acddc46a5f1205d53f5f682a89259c38e (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) void swap - a01544.html + a01635.html a4007a6b034645ec64b2d436df27a03ec (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) stl_numeric.h - a00563 - bits/concept_check.h - debug/debug.h - bits/move.h + a00671.html + bits/concept_check.h + debug/debug.h + bits/move.h std - _Tp + constexpr _Tp accumulate - a01544.html - aa0acc8476d79019e12bb3eab3702a352 + a01596.html + ga1ab9deae5b1fb5b1f44e11200e7ed692 (_InputIterator __first, _InputIterator __last, _Tp __init) - _Tp + constexpr _Tp accumulate - a01544.html - a9fada48f61b8df42473d9b97f10f5094 + a01596.html + ga1a36d8691b0b4b72b32ea9ac57156c17 (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) - _OutputIterator + constexpr _OutputIterator adjacent_difference - a01544.html - aa32b49ada366c1b4175cd0f9d0d3329d + a01596.html + ga76306a74ff39e25f64d4edb438c09642 (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator adjacent_difference - a01544.html - a4039c3686e6968c94da56cf037d078ae + a01596.html + gad9f0dd3e246adea056b3591d776bd761 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) - _Tp + constexpr _Tp inner_product - a01544.html - a721f223f1581a1054b7f55c4b456dd57 + a01596.html + gaee19c7558ac11a31ab3bb2dd390f4a82 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) - _Tp + constexpr _Tp inner_product - a01544.html - a20b37d44d13d779f7eab4a1ac98ca674 + a01596.html + gaab0eef2f424aef434aa167c329ef4a24 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) - void + constexpr void iota - a01544.html - ae2511dfcafd338758fa6670e3055bec1 + a01596.html + ga854ad160d17fe9e284d784acd491e69f (_ForwardIterator __first, _ForwardIterator __last, _Tp __value) - _OutputIterator + constexpr _OutputIterator partial_sum - a01544.html - a9151a0519f8c180edbef22197f39dd5e + a01596.html + gad80570b71def65f6c121ab87d1a30a2f (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator partial_sum - a01544.html - a17bad49fa9fb1c5c41d019b16970fe9e + a01596.html + ga12a68a0208860c08aeefe4101afb86de (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) stl_pair.h - a00566 - bits/move.h - type_traits + a00674.html + bits/move.h + type_traits std::pair std::piecewise_construct_t - std::tuple std - - constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > - make_pair - a01483.html - ga0409e288f07b697cb6885d1002df0bd6 - (_T1 &&__x, _T2 &&__y) + + constexpr piecewise_construct_t + piecewise_construct + a01567.html + ga9251cc200339814c062d2bda48994255 + + + + stl_queue.h + a00677.html + bits/concept_check.h + debug/debug.h + std::priority_queue + std::queue + std - constexpr bool + bool operator!= - a01483.html - ga226dae1d9406b9c3804f20d31c15e21a - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + a01635.html + a98c391c7d64a5a01cf0d162c4fb959ca + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - constexpr bool + bool operator< - a01483.html - ga69e152dbea8e3ca77b307634084fb164 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + a01635.html + a7d32b48a9dc0ee1316aedbde00a1a8fd + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - constexpr bool + bool operator<= - a01483.html - ga9e2bd7d69af9d03b7df4858595a3202e - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - constexpr bool - operator== - a01483.html - ga5559f33b5ba6dbf83e961888d324dd40 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - constexpr bool - operator> - a01483.html - ga00de6fe7684f71fc08bad81b4bc65c52 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - constexpr bool - operator>= - a01483.html - ga4abfa75dbeb7ee6922ab97aaaba57d47 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type - swap - a01483.html - ga9d75305041fc556b922d4b3bd2667742 - (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) - - - enable_if<!__and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type - swap - a01483.html - ga9d75305041fc556b922d4b3bd2667742 - (pair< _T1, _T2 > &, pair< _T1, _T2 > &)=delete - - - _GLIBCXX17_INLINE constexpr piecewise_construct_t - piecewise_construct - a01483.html - ga4be4b722e942cd646f19614bcff7a328 - - - - - stl_queue.h - a00569 - bits/concept_check.h - debug/debug.h - std::priority_queue - std::queue - std - - bool - operator!= - a01544.html - a98c391c7d64a5a01cf0d162c4fb959ca - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - - - bool - operator< - a01544.html - a7d32b48a9dc0ee1316aedbde00a1a8fd - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - - - bool - operator<= - a01544.html + a01635.html a8d12abc1fb7e7cd1c53769a0fc5ff75f (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator== - a01544.html + a01635.html a7aeb223367d887a2b7f358a50e15e6f2 (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator> - a01544.html + a01635.html a6116f2ba6a75587900983e4a6662a528 (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator>= - a01544.html + a01635.html ac65d320a052a5d4d1477ef25b5627be5 (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) stl_raw_storage_iter.h - a00572 + a00680.html std::raw_storage_iterator std stl_relops.h - a00575 + a00683.html std std::rel_ops bool operator!= - a01569.html + a01666.html a90a8bcb2378458899b902c6eb8834bd2 (const _Tp &__x, const _Tp &__y) bool operator<= - a01569.html + a01666.html aaf5340c412fb69ca76ea39d768f04ce4 (const _Tp &__x, const _Tp &__y) bool operator> - a01569.html + a01666.html a05cd508a43f05f31e7fb298edd7a84e1 (const _Tp &__x, const _Tp &__y) bool operator>= - a01569.html + a01666.html ac93a7559412662f6dfd7c206ecb98f99 (const _Tp &__x, const _Tp &__y) stl_set.h - a00578 - bits/concept_check.h - initializer_list - std::multiset + a00686.html + bits/concept_check.h + initializer_list std::set std bool operator!= - a01544.html + a01635.html a2855896e6ac169748344ed4e2f064ccb (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator< - a01544.html + a01635.html a7f56f6da4d4f20444cbbab54a95e99e5 (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator<= - a01544.html + a01635.html a5b152596ab130d1c97908b694e5fd761 (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator== - a01544.html + a01635.html aeed20ec23d92debc5bd1a0c0ee6c1b52 (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator> - a01544.html + a01635.html a76a6b1542f3e854da212df3a9046cd05 (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator>= - a01544.html + a01635.html abf5b635cc4dfc9f737e9a3933b6d7e06 (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) void swap - a01544.html + a01635.html a9bbb29387dfd4bfad2ef30fb555f649a (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) stl_stack.h - a00581 - bits/concept_check.h - debug/debug.h + a00689.html + bits/concept_check.h + debug/debug.h std::stack std bool operator!= - a01544.html + a01635.html a481ee02f06a7c42bd2762516975d7082 (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator< - a01544.html + a01635.html a53d215eee36632ee43c5039c54d648ae (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator<= - a01544.html + a01635.html a930dd0467ade4b159f585b09a918c395 (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator== - a01544.html + a01635.html a05fbef1e7e15558f5933ed15a339e97d (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator> - a01544.html + a01635.html a886fc839debeebe4e1453774a028d1e3 (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator>= - a01544.html + a01635.html a11bb9b3800196c309babae27f4b4a900 (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) stl_tempbuf.h - a00584 - bits/stl_algobase.h - bits/stl_construct.h + a00692.html + bits/stl_algobase.h + bits/stl_construct.h std::_Temporary_buffer std + std::__detail pair< _Tp *, ptrdiff_t > get_temporary_buffer - a01544.html + a01635.html ae302e2095436090c1181b9fac877be51 (ptrdiff_t __len) noexcept void return_temporary_buffer - a01544.html + a01635.html a8033d777ccff23b31daf2feec4dd46ec (_Tp *__p) stl_tree.h - a00587 - bits/stl_algobase.h - bits/allocator.h - bits/stl_function.h - bits/cpp_type_traits.h - ext/alloc_traits.h - ext/aligned_buffer.h + a00695.html + bits/stl_algobase.h + bits/allocator.h + bits/stl_function.h + bits/cpp_type_traits.h + ext/alloc_traits.h + ext/aligned_buffer.h + bits/node_handle.h std stl_uninitialized.h - a00590 - type_traits + a00698.html + type_traits + bits/stl_algobase.h + ext/alloc_traits.h + bits/stl_pair.h std _ForwardIterator uninitialized_copy - a01544.html - a9166c966d7525f4bda824700e5122c44 + a01559.html + ga9166c966d7525f4bda824700e5122c44 (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) _ForwardIterator uninitialized_copy_n - a01544.html - a0ebdef0da5f05e59240160b42eec594b + a01559.html + ga0ebdef0da5f05e59240160b42eec594b (_InputIterator __first, _Size __n, _ForwardIterator __result) void + uninitialized_default_construct + a01559.html + ga7cef7c87d40cd575be24b9f532a9bc63 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + uninitialized_default_construct_n + a01559.html + ga60d59f59ee38554c25746bfd41e87353 + (_ForwardIterator __first, _Size __count) + + + void uninitialized_fill - a01544.html - a212218423340e07f199776decd3584b2 + a01559.html + ga212218423340e07f199776decd3584b2 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x) _ForwardIterator uninitialized_fill_n - a01544.html - a5f41b525d7eea5fe6a955406fddc7b8e + a01559.html + ga5f41b525d7eea5fe6a955406fddc7b8e (_ForwardIterator __first, _Size __n, const _Tp &__x) + + _ForwardIterator + uninitialized_move + a01559.html + ga5749380b5482c0f9039e2ecd7aa55206 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) + + + pair< _InputIterator, _ForwardIterator > + uninitialized_move_n + a01559.html + ga04144c76a1ac9942991dc29fa7f53423 + (_InputIterator __first, _Size __count, _ForwardIterator __result) + + + void + uninitialized_value_construct + a01559.html + gae5b5c62dee3e58064e240f0923635bd9 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + uninitialized_value_construct_n + a01559.html + ga531a361592702ba5c0855f86094055fb + (_ForwardIterator __first, _Size __count) + stl_vector.h - a00593 - bits/stl_iterator_base_funcs.h - bits/functexcept.h - bits/concept_check.h - initializer_list - debug/assertions.h + a00701.html + bits/stl_iterator_base_funcs.h + bits/functexcept.h + bits/concept_check.h + initializer_list + debug/assertions.h std::_Vector_base std::vector std + std::__detail bool operator!= - a01544.html + a01635.html aa8e4871fc2d47ad1f14e43949b9ce938 (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator< - a01544.html + a01635.html a8fcefae1f44d9e5656f2231d04742454 (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator<= - a01544.html + a01635.html acc2c10d2a7234cc66fd327a6f65954f7 (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator== - a01544.html + a01635.html aa823b88deb57ba1b2494ea0dbcc028a8 (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator> - a01544.html + a01635.html a3a727df15fd08af612b872262e50a95f (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator>= - a01544.html + a01635.html a9a32938be630f180eddc69f0402d13ca (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) void swap - a01544.html + a01635.html a89a3a6f9c11a9ade523d0be6e5b3a190 (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept(/*conditional */) + stop_token + a00194.html + + stream_iterator.h - a00596 - debug/debug.h + a00704.html + debug/debug.h std::istream_iterator std::ostream_iterator std - - bool - operator!= - a01510.html - ga51a6d053b3eb004ee172b8e7ef066854 - (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) - - - bool - operator== - a01510.html - ga0431ac39f84ec7f88d6bdb9db72bd5b9 - (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) - streambuf - a00149 - bits/c++config.h - iosfwd - bits/localefwd.h - bits/ios_base.h - bits/cpp_type_traits.h - ext/type_traits.h - bits/streambuf.tcc + a00197.html + bits/c++config.h + iosfwd + bits/localefwd.h + bits/ios_base.h + bits/cpp_type_traits.h + ext/type_traits.h + bits/streambuf.tcc std::basic_streambuf std streambuf.tcc - a00599 + a00707.html std streambuf_iterator.h - a00602 - streambuf - debug/debug.h + a00710.html + streambuf + debug/debug.h std::istreambuf_iterator std::ostreambuf_iterator std string - a00152 - bits/c++config.h - bits/stringfwd.h - bits/char_traits.h - bits/allocator.h - bits/cpp_type_traits.h - bits/localefwd.h - bits/ostream_insert.h - bits/stl_iterator_base_types.h - bits/stl_iterator_base_funcs.h - bits/stl_iterator.h - bits/stl_function.h - ext/numeric_traits.h - bits/stl_algobase.h - bits/range_access.h - bits/basic_string.h - bits/basic_string.tcc + a00200.html + bits/c++config.h + bits/stringfwd.h + bits/char_traits.h + bits/allocator.h + bits/cpp_type_traits.h + bits/localefwd.h + bits/ostream_insert.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + bits/stl_function.h + ext/numeric_traits.h + bits/stl_algobase.h + bits/range_access.h + bits/basic_string.h + bits/basic_string.tcc debug/string - a15828 - string - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h + a18263.html + string + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h __gnu_debug::basic_string + std::hash< __gnu_debug::basic_string< _CharT > > __gnu_debug + std + + basic_string< char16_t > + u16string + a01671.html + aef3c8e847f215659e3683b70ee91e67a + + + + basic_string< char32_t > + u32string + a01671.html + a091f6ed6a3cd94e7fb166a7f0e88c36e + + + + const _CharT * + __check_string + a01671.html + a3f36b6ad19036799fa7e813495605e1a + (const _CharT *__s, _Integer __n, const char *__file, unsigned int __line, const char *__function) + + + const _CharT * + __check_string + a01671.html + aaa014c9e4d8281a58feb812d489c273f + (const _CharT *__s, const char *__file, unsigned int __line, const char *__function) + experimental/string - a15831 - string - algorithm - experimental/memory_resource + a18266.html + string + algorithm + experimental/memory_resource std + std::experimental string_conversions.h - a01088 - bits/c++config.h - ext/numeric_traits.h - bits/functexcept.h - cstdlib - cwchar - cstdio - cerrno + a01166.html + bits/c++config.h + ext/numeric_traits.h + bits/functexcept.h + cstdlib + cwchar + cstdio + cerrno __gnu_cxx string_view - a01019 - string - limits - experimental/bits/lfts_config.h - experimental/bits/string_view.tcc + a00203.html + iosfwd + bits/char_traits.h + bits/functional_hash.h + bits/range_access.h + bits/ranges_base.h + bits/ostream_insert.h + ext/numeric_traits.h + bits/string_view.tcc + std::basic_string_view + std + + + experimental/string_view + a18269.html + string + limits + bits/ranges_base.h + experimental/bits/lfts_config.h + experimental/bits/string_view.tcc std::experimental::fundamentals_v1::basic_string_view - std::hash + std + std::experimental + + + bits/string_view.tcc + a18272.html std experimental/bits/string_view.tcc - a15837 + a18275.html std + std::experimental stringfwd.h - a00608 - bits/c++config.h - bits/memoryfwd.h - std::basic_string - std::char_traits + a00716.html + bits/c++config.h + bits/memoryfwd.h std basic_string< char > string - a01512.html + a01597.html ga32db3d9898c44d3b3a578b560f7758cc basic_string< char16_t > u16string - a01512.html + a01597.html ga957ec6dee9435a81e37f7f70e711bf09 basic_string< char32_t > u32string - a01512.html + a01597.html ga83ce9bd7fd0896013d6ef39113119bf5 basic_string< wchar_t > wstring - a01512.html + a01597.html gacc5a707e71ec50089cb9f653282f22f7 strstream - a00731 - backward_warning.h - iosfwd - ios - istream - ostream + a00851.html + backward/backward_warning.h + iosfwd + ios + istream + ostream std + syncstream + a00206.html + + synth_access_traits.hpp - a01382 - ext/pb_ds/detail/type_utils.hpp + a01460.html + ext/pb_ds/detail/type_utils.hpp __gnu_pbds::detail::synth_access_traits __gnu_pbds system_error - a00155 - bits/c++config.h - bits/error_constants.h - iosfwd - stdexcept - bits/functional_hash.h + a00209.html + bits/c++config.h + bits/error_constants.h + iosfwd + stdexcept + bits/functional_hash.h std::_V2::error_category - std::error_code - std::error_condition - std::hash + std::error_code + std::error_condition std::hash< error_code > + std::hash< error_condition > std::is_error_code_enum std::is_error_condition_enum std::system_error std + + const error_category & + generic_category + a01549.html + ga2d722fa379aab45a027a595a2274c26c + () noexcept + + + const error_category & + system_category + a01549.html + gab1c0eed7e05dea2f32a865457d6c89d1 + () noexcept + experimental/system_error - a15840 - system_error - experimental/bits/lfts_config.h + a18278.html + system_error + experimental/bits/lfts_config.h std + std::experimental tag_and_trait.hpp - a01127 - bits/c++config.h - ext/pb_ds/detail/type_utils.hpp + a01205.html + bits/c++config.h + ext/pb_ds/detail/type_utils.hpp __gnu_pbds::associative_tag __gnu_pbds::basic_branch_tag __gnu_pbds::basic_hash_tag @@ -15083,7 +14608,6 @@ __gnu_pbds::cc_hash_tag __gnu_pbds::container_tag __gnu_pbds::container_traits - __gnu_pbds::container_traits_base __gnu_pbds::container_traits_base< binary_heap_tag > __gnu_pbds::container_traits_base< binomial_heap_tag > __gnu_pbds::container_traits_base< cc_hash_tag > @@ -15096,7 +14620,6 @@ __gnu_pbds::container_traits_base< rc_binomial_heap_tag > __gnu_pbds::container_traits_base< splay_tree_tag > __gnu_pbds::container_traits_base< thin_heap_tag > - __gnu_pbds::detail::container_base_dispatch __gnu_pbds::gp_hash_tag __gnu_pbds::list_update_tag __gnu_pbds::null_node_update @@ -15120,15 +14643,15 @@ void trivial_iterator_difference_type - a01533.html + a01623.html ga3a45dab56a44f762c97eb0eaee17f6f2 tags.h - a00959 - parallel/types.h + a01031.html + parallel/types.h __gnu_parallel::balanced_quicksort_tag __gnu_parallel::balanced_tag __gnu_parallel::constant_size_blocks_tag @@ -15151,227 +14674,213 @@ tgmath.h - a00017 - bits/c++config.h - ctgmath + a00017.html + bits/c++config.h + ctgmath thin_heap_.hpp - a01430 - algorithm - ext/pb_ds/detail/cond_dealtor.hpp - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp - debug/debug.h - ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp - ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp - ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp - ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp - ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp - ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp - ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp + a01508.html + algorithm + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp + debug/debug.h + ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp __gnu_pbds::detail::thin_heap __gnu_pbds - thread - a00158 - chrono - memory - tuple - cerrno - bits/functexcept.h - bits/functional_hash.h - bits/invoke.h - std::hash< thread::id > - std::thread - std::thread::id + this_thread_sleep.h + a00719.html + bits/c++config.h + chrono + cerrno std std::this_thread - thread::id - get_id - a01562.html - ad4ed754e0d5a61283cf36f4918ab3444 - () noexcept - - void sleep_for - a01562.html + a01665.html a7ddb6a2d48e0bb2cace6dd67c4c38596 (const chrono::duration< _Rep, _Period > &__rtime) void sleep_until - a01562.html + a01665.html a277096a2cdd1fc66b7569f457b731bfb (const chrono::time_point< _Clock, _Duration > &__atime) - - void - yield - a01562.html - a2a1ecebfe73aaa3eb40e909991bbd16e - () noexcept - + + + thread + a00212.html + bits/std_thread.h + bits/this_thread_sleep.h + std throw_allocator.h - a01091 - cmath - ctime - map - string - ostream - stdexcept - utility - bits/functexcept.h - bits/move.h - functional - bits/functional_hash.h + a01169.html + cmath + ctime + map + string + ostream + stdexcept + utility + bits/functexcept.h + bits/move.h + functional + ext/alloc_traits.h + cstdio + bits/functional_hash.h + __gnu_cxx::limit_condition::always_adjustor + __gnu_cxx::random_condition::always_adjustor __gnu_cxx::annotate_base __gnu_cxx::condition_base __gnu_cxx::forced_error - __gnu_cxx::limit_condition - __gnu_cxx::limit_condition::always_adjustor + __gnu_cxx::random_condition::group_adjustor + std::hash< __gnu_cxx::throw_value_limit > + std::hash< __gnu_cxx::throw_value_random > __gnu_cxx::limit_condition::limit_adjustor + __gnu_cxx::limit_condition + __gnu_cxx::random_condition::never_adjustor __gnu_cxx::limit_condition::never_adjustor __gnu_cxx::random_condition - __gnu_cxx::random_condition::always_adjustor - __gnu_cxx::random_condition::group_adjustor - __gnu_cxx::random_condition::never_adjustor __gnu_cxx::throw_allocator_base __gnu_cxx::throw_allocator_limit __gnu_cxx::throw_allocator_random __gnu_cxx::throw_value_base __gnu_cxx::throw_value_limit __gnu_cxx::throw_value_random - std::hash< __gnu_cxx::throw_value_limit > - std::hash< __gnu_cxx::throw_value_random > __gnu_cxx std time_members.h - a00710 + a00830.html std binary_heap_/trace_fn_imps.hpp - a15843 + a18281.html cc_hash_table_map_/trace_fn_imps.hpp - a15846 + a18284.html gp_hash_table_map_/trace_fn_imps.hpp - a15849 + a18287.html left_child_next_sibling_heap_/trace_fn_imps.hpp - a15852 + a18290.html list_update_map_/trace_fn_imps.hpp - a15855 + a18293.html pat_trie_/trace_fn_imps.hpp - a15858 + a18296.html rc_binomial_heap_/trace_fn_imps.hpp - a15861 + a18299.html thin_heap_/trace_fn_imps.hpp - a15864 + a18302.html bin_search_tree_/traits.hpp - a15867 - ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp - ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp + a18305.html + ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp + ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp __gnu_pbds::detail::bin_search_tree_traits __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > __gnu_pbds branch_policy/traits.hpp - a15870 - ext/pb_ds/detail/types_traits.hpp - ext/pb_ds/detail/bin_search_tree_/traits.hpp - ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp - ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp - ext/pb_ds/detail/rb_tree_map_/traits.hpp - ext/pb_ds/detail/splay_tree_/traits.hpp - ext/pb_ds/detail/ov_tree_map_/traits.hpp - ext/pb_ds/detail/pat_trie_/traits.hpp - __gnu_pbds::detail::tree_traits - __gnu_pbds::detail::trie_traits + a18308.html + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/bin_search_tree_/traits.hpp + ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp + ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp + ext/pb_ds/detail/rb_tree_map_/traits.hpp + ext/pb_ds/detail/splay_tree_/traits.hpp + ext/pb_ds/detail/ov_tree_map_/traits.hpp + ext/pb_ds/detail/pat_trie_/traits.hpp __gnu_pbds ov_tree_map_/traits.hpp - a15873 - ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp + a18311.html + ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > __gnu_pbds pat_trie_/traits.hpp - a15876 - ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp - ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp + a18314.html + ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp + ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > __gnu_pbds rb_tree_map_/traits.hpp - a15879 - ext/pb_ds/detail/rb_tree_map_/node.hpp + a18317.html + ext/pb_ds/detail/rb_tree_map_/node.hpp __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > __gnu_pbds splay_tree_/traits.hpp - a15882 - ext/pb_ds/detail/splay_tree_/node.hpp + a18320.html + ext/pb_ds/detail/splay_tree_/node.hpp __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > __gnu_pbds tree_policy.hpp - a01130 - bits/c++config.h - iterator - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/branch_policy/branch_policy.hpp - ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp + a01208.html + bits/c++config.h + iterator + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/branch_policy/branch_policy.hpp + ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp __gnu_pbds::tree_order_statistics_node_update __gnu_pbds tree_trace_base.hpp - a01151 + a01229.html trie_policy.hpp - a01133 - bits/c++config.h - string - ext/pb_ds/detail/type_utils.hpp - ext/pb_ds/detail/trie_policy/trie_policy_base.hpp - ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp - ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp - ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp + a01211.html + bits/c++config.h + string + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/trie_policy/trie_policy_base.hpp + ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp + ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp + ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp __gnu_pbds::trie_order_statistics_node_update __gnu_pbds::trie_prefix_search_node_update __gnu_pbds::trie_string_access_traits @@ -15379,25 +14888,23 @@ trie_policy_base.hpp - a01451 - ext/pb_ds/detail/branch_policy/branch_policy.hpp + a01529.html + ext/pb_ds/detail/branch_policy/branch_policy.hpp __gnu_pbds::detail::trie_policy_base __gnu_pbds trie_string_access_traits_imp.hpp - a01454 + a01532.html tuple - a00161 - utility - array - bits/invoke.h - std::_Tuple_impl + a00215.html + utility + array + bits/invoke.h std::_Tuple_impl< _Idx, _Head, _Tail... > std::tuple - std::tuple std::tuple< _T1, _T2 > std::tuple_element< 0, tuple< _Head, _Tail... > > std::tuple_element< __i, tuple< _Head, _Tail... > > @@ -15406,111 +14913,169 @@ std::uses_allocator< tuple< _Types... >, _Alloc > std - constexpr __tuple_element_t< __i, tuple< _Elements... > > & - get - a01483.html - ga7f7d7109f98b031678c904fdd2a3613c - (tuple< _Elements... > &__t) noexcept + constexpr tuple< _Elements &&... > + forward_as_tuple + a01567.html + gabb17aea09199e2c250d78b7657837144 + (_Elements &&... __args) noexcept + + + constexpr const __tuple_element_t< __i, tuple< _Elements... > > && + get + a01567.html + ga806a6004413f8b57ac2a1540711e2843 + (const tuple< _Elements... > &&__t) noexcept constexpr const __tuple_element_t< __i, tuple< _Elements... > > & get - a01483.html + a01567.html ga0387c70ab722f736a4ba52998469f1b3 (const tuple< _Elements... > &__t) noexcept + constexpr const _Tp && + get + a01567.html + gabf19639570c7f6a7025361d7f2d41ed7 + (const tuple< _Types... > &&__t) noexcept + + + constexpr const _Tp & + get + a01567.html + gadaa769abd0441f45a1c3968555cd9a21 + (const tuple< _Types... > &__t) noexcept + + constexpr __tuple_element_t< __i, tuple< _Elements... > > && get - a01483.html + a01567.html ga2403a27abb7055649be4b8176a87944f (tuple< _Elements... > &&__t) noexcept - constexpr _Tp & + constexpr __tuple_element_t< __i, tuple< _Elements... > > & get - a01483.html - ga1a04510341e660eac4f8f6b062e935dc - (tuple< _Types... > &__t) noexcept + a01567.html + ga7f7d7109f98b031678c904fdd2a3613c + (tuple< _Elements... > &__t) noexcept constexpr _Tp && get - a01483.html + a01567.html ga3f34a08fe13bed7a1d605c7ca6647ecc (tuple< _Types... > &&__t) noexcept - constexpr const _Tp & + constexpr _Tp & get - a01483.html - gadaa769abd0441f45a1c3968555cd9a21 - (const tuple< _Types... > &__t) noexcept + a01567.html + ga1a04510341e660eac4f8f6b062e935dc + (tuple< _Types... > &__t) noexcept - enable_if< __and_< __is_swappable< _Elements >... >::value >::type + constexpr enable_if<!__and_< __is_swappable< _Elements >... >::value >::type swap - a01483.html - ga77f74f34f378f6d6b5b987ab9a684c2d - (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) + a01567.html + ga119984241e510c8dcc5cb9205a3cd18c + (tuple< _Elements... > &, tuple< _Elements... > &)=delete - enable_if<!__and_< __is_swappable< _Elements >... >::value >::type + constexpr enable_if< __and_< __is_swappable< _Elements >... >::value >::type swap - a01483.html - ga77f74f34f378f6d6b5b987ab9a684c2d - (tuple< _Elements... > &, tuple< _Elements... > &)=delete + a01567.html + ga119984241e510c8dcc5cb9205a3cd18c + (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) constexpr tuple< _Elements &... > tie - a01483.html + a01567.html ga2445a380e4367c31c737e4a1f1855950 (_Elements &... __args) noexcept constexpr auto tuple_cat - a01483.html + a01567.html ga23a2e3e40fefd39ffe278df7ebbd52a0 (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type experimental/tuple - a15885 - tuple - bits/invoke.h - experimental/bits/lfts_config.h + a18323.html + tuple + bits/invoke.h + experimental/bits/lfts_config.h std + std::experimental type_traits - a00167 - bits/c++config.h - cstdint + a00221.html + bits/c++config.h std::__is_nullptr_t + std::add_const + std::add_cv + std::add_lvalue_reference + std::add_pointer + std::add_rvalue_reference + std::add_volatile + std::aligned_storage + std::aligned_union + std::alignment_of + std::conditional + std::decay + std::enable_if + std::extent + std::has_virtual_destructor std::integral_constant + std::invoke_result std::is_abstract std::is_arithmetic std::is_array + std::is_assignable + std::is_base_of std::is_class std::is_compound std::is_const + std::is_constructible + std::is_convertible + std::is_copy_assignable + std::is_copy_constructible + std::is_default_constructible + std::is_destructible std::is_empty std::is_enum std::is_final std::is_floating_point std::is_function - std::is_function std::is_fundamental std::is_integral + std::is_invocable + std::is_invocable_r std::is_literal_type std::is_lvalue_reference std::is_member_function_pointer std::is_member_object_pointer std::is_member_pointer - std::is_member_pointer + std::is_move_assignable + std::is_move_constructible + std::is_nothrow_assignable + std::is_nothrow_constructible + std::is_nothrow_copy_assignable + std::is_nothrow_copy_constructible + std::is_nothrow_default_constructible + std::is_nothrow_destructible + std::is_nothrow_invocable + std::is_nothrow_invocable_r + std::is_nothrow_move_assignable + std::is_nothrow_move_constructible + std::is_nothrow_swappable + std::is_nothrow_swappable_with std::is_null_pointer std::is_object std::is_pod @@ -15518,34 +15083,282 @@ std::is_polymorphic std::is_reference std::is_rvalue_reference + std::is_same std::is_scalar + std::is_signed std::is_standard_layout + std::is_swappable + std::is_swappable_with std::is_trivial + std::is_trivially_assignable + std::is_trivially_constructible + std::is_trivially_copy_assignable + std::is_trivially_copy_constructible + std::is_trivially_copyable + std::is_trivially_default_constructible + std::is_trivially_destructible + std::is_trivially_move_assignable + std::is_trivially_move_constructible std::is_union + std::is_unsigned std::is_void std::is_volatile + std::make_signed + std::make_unsigned + std::rank + std::remove_all_extents + std::remove_const + std::remove_cv + std::remove_extent + std::remove_pointer + std::remove_reference + std::remove_volatile + std::underlying_type std + typename add_const< _Tp >::type + add_const_t + a01565.html + ga448c469269c4f85f992d8df206bbcdda + + + + typename add_cv< _Tp >::type + add_cv_t + a01565.html + ga499a5ffa196b61f4d828c79614694749 + + + + typename add_lvalue_reference< _Tp >::type + add_lvalue_reference_t + a01565.html + ga766559a87f1db8dbe7c960199aefc082 + + + + typename add_pointer< _Tp >::type + add_pointer_t + a01565.html + ga9933b95376df066b14b257ada1d42a6f + + + + typename add_rvalue_reference< _Tp >::type + add_rvalue_reference_t + a01565.html + ga0e375bf83b6789f02faabf487cd9146b + + + + typename add_volatile< _Tp >::type + add_volatile_t + a01565.html + ga71c54f472cfbdadab49bac0fc56a7736 + + + + typename aligned_storage< _Len, _Align >::type + aligned_storage_t + a01565.html + ga333ed0641a23a64d26590875fab8bd64 + + + + integral_constant< bool, __v > + bool_constant + a01565.html + ga0fc310a3541eda8f7f65e0d001b20977 + + + + typename common_type< _Tp... >::type + common_type_t + a01565.html + ga3ef38e934006ae2422e5a7f136238d22 + + + + typename conditional< _Cond, _Iftrue, _Iffalse >::type + conditional_t + a01565.html + ga3f79e9f15004fc524ff345fc510a2813 + + + + typename decay< _Tp >::type + decay_t + a01565.html + gabe26c12710bb4c683badfaf0a586c5be + + + + typename enable_if< _Cond, _Tp >::type + enable_if_t + a01565.html + gaccc2a55dff256e901d69f67ef213d12c + + + integral_constant< bool, false > false_type - a01482.html - gaebe6729ab5488ecc76c762873d226857 + a01565.html + ga4e14e891e1c8009e2831363ef629aed5 + + + + typename invoke_result< _Fn, _Args... >::type + invoke_result_t + a01565.html + gad44acbad909dab41f9a485cb0c88fa6d + + + + typename make_signed< _Tp >::type + make_signed_t + a01565.html + gabfa3034ef517a7ff731ae2074604a8f2 + + + + typename make_unsigned< _Tp >::type + make_unsigned_t + a01565.html + ga211e17d720e36c51d2528c3a166d8ba9 + + + + typename remove_all_extents< _Tp >::type + remove_all_extents_t + a01565.html + ga3bc0ff8d42850eabb6bcbe2440a844ff + + + + typename remove_const< _Tp >::type + remove_const_t + a01565.html + ga4e79124b56e4ce8037d87387898b9d1f + + + + typename remove_cv< _Tp >::type + remove_cv_t + a01565.html + ga33d8994a84545d04adc29f8be0d12122 + + + + typename remove_extent< _Tp >::type + remove_extent_t + a01565.html + gaa9f31e8838657e142868524eca599817 + + + + typename remove_pointer< _Tp >::type + remove_pointer_t + a01565.html + ga46cd3040e1bdad121ab1668a69a662ff + + + + typename remove_reference< _Tp >::type + remove_reference_t + a01565.html + ga05f704b8440a5839204308c83a07748f + + + + typename remove_volatile< _Tp >::type + remove_volatile_t + a01565.html + ga7227cba5288e88d88468df26c3200885 + + + + typename result_of< _Tp >::type + result_of_t + a01565.html + ga09f3b216a4c36c4d4070a9acbf7eebbb integral_constant< bool, true > true_type - a01482.html - ga6a860513044e23d34e553ea986e83fa1 + a01565.html + ga335b07f3ec94445842d1dacdfbdfc861 + + + + typename underlying_type< _Tp >::type + underlying_type_t + a01565.html + gab714a99dbbeb7066e9d741a4d936e885 + + + + void + void_t + a01565.html + ga22cbeb48987e9b7ee87a626eb5f1d6dc + + + + auto + declval + a01567.html + ga2b4e53aac9e7c7024ad03eaf21c57471 + () noexcept -> decltype(__declval< _Tp >(0)) + + + constexpr _Require< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > > + swap + a01565.html + gae0e5b4bafe7e92622a36508e6735a6cd + (_Tp &, _Tp &) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) + + + constexpr __enable_if_t< __is_swappable< _Tp >::value > + swap + a01565.html + gaf546886a936295c121aaa8c8b129777b + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + + + constexpr bool + is_nothrow_swappable_v + a01565.html + ga0a1108d3a9e77e0bc0d0d43718cfd423 + + + + constexpr bool + is_nothrow_swappable_with_v + a01565.html + gafb9d40d4713bc60f67d2a5ba0cba7510 + + + + constexpr bool + is_swappable_v + a01565.html + ga3134e7b34ee38369c01a10ba21630f87 + + + + constexpr bool + is_swappable_with_v + a01565.html + ga55aee8b93ae0c5ccf144198a7005e1fc tr2/type_traits - a15888 - type_traits - bits/c++config.h - std::tr2::__reflection_typelist + a18329.html + type_traits + bits/c++config.h std::tr2::__reflection_typelist< _First, _Rest... > std::tr2::__reflection_typelist<> std::tr2::bases @@ -15555,41 +15368,118 @@ experimental/type_traits - a15891 - type_traits - experimental/bits/lfts_config.h + a18326.html + type_traits + experimental/bits/lfts_config.h std + std::experimental + + #define + __cpp_lib_experimental_detect + a01611.html + gae00325ed0e2ddcb5d81e9923fed56f99 + + + + std::__detected_or< _Default, _Op, _Args... > + detected_or + a01611.html + ga6272ad52b5572089648745f0030f3dc0 + + + + typename detected_or< _Default, _Op, _Args... >::type + detected_or_t + a01611.html + ga57c6d3eb040850277a749d2994749009 + + + + typename std::__detector< nonesuch, void, _Op, _Args... >::type + detected_t + a01611.html + gaad463e4e8e3894fb78745a8b7988f26a + + + + typename std::__detector< nonesuch, void, _Op, _Args... >::value_t + is_detected + a01611.html + ga736b0e0aa936cdb502b7fc40e3fde7ec + + + + is_convertible< detected_t< _Op, _Args... >, _To > + is_detected_convertible + a01611.html + ga729789eafb6b9a5c6facae06d648047c + + + + constexpr bool + is_detected_convertible_v + a01611.html + gaaf601cb42b4c780f7941741d99b26bd6 + + + + is_same< _Expected, detected_t< _Op, _Args... > > + is_detected_exact + a01611.html + ga61e0c9ab435a963929ba77aaf0e91f24 + + + + constexpr bool + is_detected_exact_v + a01611.html + ga17096c0578347407ead0d02f3978fefe + + + + constexpr bool + is_detected_v + a01611.html + gaf03d468192ad09dd98e08c468d177026 + + + + void + void_t + a01611.html + ga871838aea6e9722b1d111dfb83878b0e + + type_traits.h - a01094 - bits/c++config.h - bits/cpp_type_traits.h + a01172.html + bits/c++config.h + bits/cpp_type_traits.h __gnu_cxx type_utils.hpp - a01154 - cstddef - utility - ext/type_traits.h - ext/numeric_traits.h + a01232.html + cstddef + utility + ext/type_traits.h + ext/numeric_traits.h __gnu_pbds typeindex - a00164 - typeinfo - std::hash + a00218.html + typeinfo std::hash< type_index > std::type_index std typeinfo - a00035 - bits/exception.h - bits/hash_bytes.h + a00038.html + bits/exception.h + bits/hash_bytes.h std::bad_cast std::bad_typeid std::type_info @@ -15597,586 +15487,578 @@ typelist.h - a01097 - ext/type_traits.h + a01175.html + ext/type_traits.h __gnu_cxx __gnu_cxx::typelist void apply_generator - a01592.html + a01694.html a901aed464640d1d4b48ea99ef8456964 (Gn &, Typelist) types.h - a00962 - cstdlib - limits - tr1/cstdint + a01034.html + cstdlib + limits + tr1/cstdint __gnu_parallel int64_t _CASable - a01576.html + a01673.html aa1171c39f9e5afad6392c7aeefb81115 uint64_t _SequenceIndex - a01576.html + a01673.html a1cbb61a4863a306daa23823d89f9bef1 uint16_t _ThreadIndex - a01576.html + a01673.html a05e502e51bfc3233671730f74a44dc6a _AlgorithmStrategy - a01576.html + a01673.html abfff682f83a1eacf1b43ad2b33a1954f _FindAlgorithm - a01576.html + a01673.html a1a75203febda4d2e4fab646bf6a94252 _MultiwayMergeAlgorithm - a01576.html + a01673.html abf16f5ba3af149689c7ed95309b7e91d _Parallelism - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8 sequential - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8a7e6aa054fd848be925726fcf7b4eb3ce parallel_unbalanced - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8ac530f35e669c50e9676af20454e1676f parallel_balanced - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8a44044e5486122945728060ea6de7d32c parallel_omp_loop - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8ad1e39d5a03b2603328b50ada20730bd0 parallel_omp_loop_static - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8aa5624cdd99806daed0060c56908fd043 parallel_taskqueue - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8aec9d9a6b7777354079bb906baaec2ff4 _PartialSumAlgorithm - a01576.html + a01673.html a6a4a811c81e2fb4a7722ee69762c7380 _SortAlgorithm - a01576.html + a01673.html a35bfabad218af713f172257aecd8414e _SplittingAlgorithm - a01576.html + a01673.html ace24b9f316fde5ea598815403cfd02bb static const int _CASable_bits - a01576.html + a01673.html add7da76e5782016cb1271e7537f0e94b static const _CASable _CASable_mask - a01576.html + a01673.html ad26f1c0a23abae27911dfbd0560a6048 types_traits.hpp - a01157 - algorithm - utility - ext/pb_ds/tag_and_trait.hpp - ext/pb_ds/detail/type_utils.hpp + a01235.html + algorithm + utility + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/type_utils.hpp + memory + __gnu_pbds::detail::maybe_null_type + __gnu_pbds::detail::maybe_null_type< Key, null_type, _Alloc, Store_Hash > __gnu_pbds::detail::no_throw_copies __gnu_pbds::detail::no_throw_copies< Key, null_type > + __gnu_pbds::detail::rebind_traits + __gnu_pbds::detail::select_value_type + __gnu_pbds::detail::select_value_type< Key, null_type > __gnu_pbds::detail::stored_data - __gnu_pbds::detail::stored_data< _Tv, null_type > + __gnu_pbds::detail::stored_data< _Tv, _Th, false > __gnu_pbds::detail::stored_hash __gnu_pbds::detail::stored_value - __gnu_pbds::detail::type_base - __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > - __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, true > - __gnu_pbds::detail::type_base< Key, null_type, _Alloc, false > - __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true > - __gnu_pbds::detail::type_dispatch __gnu_pbds::detail::types_traits __gnu_pbds uniform_int_dist.h - a00611 - type_traits - limits - std::uniform_int_distribution + a00722.html + type_traits + ext/numeric_traits.h + bits/concept_check.h std::uniform_int_distribution::param_type + std::uniform_int_distribution std std::__detail unique_copy.h - a00965 - parallel/parallel.h - parallel/multiseq_selection.h + a01037.html + parallel/parallel.h + parallel/multiseq_selection.h __gnu_parallel _OutputIterator __parallel_unique_copy - a01576.html - a15f31ee1c15e180d0d838571cd6c8b24 - (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + a01673.html + a3b3bd19508b4e34708a1dc647f5bc131 + (_IIter __first, _IIter __last, _OutputIterator __result) _OutputIterator __parallel_unique_copy - a01576.html - a3b3bd19508b4e34708a1dc647f5bc131 - (_IIter __first, _IIter __last, _OutputIterator __result) + a01673.html + a15f31ee1c15e180d0d838571cd6c8b24 + (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + unique_lock.h + a00725.html + chrono + bits/move.h + bits/std_mutex.h + std::unique_lock + std + + unique_ptr.h - a00614 - bits/c++config.h - debug/assertions.h - type_traits - utility - tuple - bits/stl_function.h - bits/functional_hash.h + a00728.html + bits/c++config.h + debug/assertions.h + type_traits + utility + tuple + bits/stl_function.h + bits/functional_hash.h std::default_delete std::default_delete< _Tp[]> std::hash< unique_ptr< _Tp, _Dp > > std::unique_ptr std::unique_ptr< _Tp[], _Dp > std - - _MakeUniq< _Tp >::__single_object - make_unique - a01478.html - gab72611d8b399709730dd7be9a90edd50 - (_Args &&... __args) - - - _MakeUniq< _Tp >::__array - make_unique - a01478.html - ga09f53b8490110f541d003bf411412060 - (size_t __num) + std::__detail + + #define + __cpp_lib_make_unique + a01560.html + ga535c3432b51655f9828df78d38812206 + - - _MakeUniq< _Tp >::__invalid_type - make_unique - a01478.html - ga387ad6ac7691e01c380813a870d6483e - (_Args &&...)=delete + + #define + __cpp_lib_make_unique + a01560.html + ga535c3432b51655f9828df78d38812206 + - unordered_base.h - a00806 - std - std::__profile - - unordered_map - a00170 - utility - type_traits - initializer_list - tuple - bits/allocator.h - ext/alloc_traits.h - ext/aligned_buffer.h - bits/stl_function.h - bits/functional_hash.h - bits/hashtable.h - bits/unordered_map.h - bits/range_access.h + a00224.html + type_traits + initializer_list + bits/allocator.h + ext/alloc_traits.h + ext/aligned_buffer.h + bits/stl_pair.h + bits/stl_function.h + bits/functional_hash.h + bits/hashtable.h + bits/unordered_map.h + bits/range_access.h + bits/erase_if.h + std debug/unordered_map - a15894 - unordered_map - debug/safe_unordered_container.h - debug/safe_container.h - debug/safe_iterator.h - debug/safe_local_iterator.h + a18332.html + bits/c++config.h + unordered_map + debug/safe_unordered_container.h + debug/safe_container.h + debug/safe_iterator.h + debug/safe_local_iterator.h std::__debug::unordered_map std::__debug::unordered_multimap std std::__debug - profile/unordered_map - a15897 - unordered_map - profile/base.h - profile/unordered_base.h - std::__profile::unordered_map - std::__profile::unordered_multimap - std - std::__profile - - experimental/unordered_map - a15900 - unordered_map - experimental/bits/erase_if.h - experimental/memory_resource + a18335.html + unordered_map + bits/erase_if.h + experimental/memory_resource std + std::experimental unordered_map.h - a00617 + a00731.html std::unordered_map std::unordered_multimap - std::unordered_multimap std __detail::_Hashtable_traits< _Cache, false, true > __umap_traits - a01544.html + a01635.html a84b02064179c0ef21d0189a7bf15803b __detail::_Hashtable_traits< _Cache, false, false > __ummap_traits - a01544.html + a01635.html a1a55f2ace43a0a61a859367d227d245f unordered_set - a00173 - utility - type_traits - initializer_list - tuple - bits/allocator.h - ext/alloc_traits.h - ext/aligned_buffer.h - bits/stl_function.h - bits/functional_hash.h - bits/hashtable.h - bits/unordered_set.h - bits/range_access.h + a00227.html + type_traits + initializer_list + bits/allocator.h + ext/alloc_traits.h + ext/aligned_buffer.h + bits/stl_pair.h + bits/stl_function.h + bits/functional_hash.h + bits/hashtable.h + bits/unordered_set.h + bits/range_access.h + bits/erase_if.h + std debug/unordered_set - a15903 - unordered_set - debug/safe_unordered_container.h - debug/safe_container.h - debug/safe_iterator.h - debug/safe_local_iterator.h + a18338.html + bits/c++config.h + unordered_set + debug/safe_unordered_container.h + debug/safe_container.h + debug/safe_iterator.h + debug/safe_local_iterator.h std::__debug::unordered_multiset std::__debug::unordered_set std std::__debug - profile/unordered_set - a15906 - unordered_set - profile/base.h - profile/unordered_base.h - std::__profile::unordered_multiset - std::__profile::unordered_set - std - std::__profile - - experimental/unordered_set - a15909 - unordered_set - experimental/bits/erase_if.h - experimental/memory_resource + a18341.html + unordered_set + bits/erase_if.h + experimental/memory_resource std + std::experimental unordered_set.h - a00620 - std::unordered_multiset + a00734.html std::unordered_multiset std::unordered_set std __detail::_Hashtable_traits< _Cache, true, false > __umset_traits - a01544.html + a01635.html a82ea41b760d4cfe35fb4ce095415a24a __detail::_Hashtable_traits< _Cache, true, true > __uset_traits - a01544.html + a01635.html a39fcc5869a652c651d6911a64a020e21 update_fn_imps.hpp - a01385 + a01463.html + + + uses_allocator_args.h + a00740.html utility - a00176 - bits/c++config.h - bits/stl_relops.h - bits/stl_pair.h - type_traits - bits/move.h - initializer_list - std::__is_tuple_like_impl< std::pair< _T1, _T2 > > + a00230.html + bits/c++config.h + bits/stl_relops.h + bits/stl_pair.h + type_traits + bits/move.h + initializer_list + std::__is_tuple_like_impl< pair< _T1, _T2 > > std::integer_sequence - std::tuple_element - std::tuple_element< 0, std::pair< _Tp1, _Tp2 > > - std::tuple_element< 1, std::pair< _Tp1, _Tp2 > > - std::tuple_size - std::tuple_size< std::pair< _Tp1, _Tp2 > > + std::tuple_element< 0, pair< _Tp1, _Tp2 > > + std::tuple_element< 1, pair< _Tp1, _Tp2 > > + std::tuple_size< pair< _Tp1, _Tp2 > > std integer_sequence< size_t, _Idx... > index_sequence - a01544.html + a01635.html acdfada06a9fb47abbf52c264b95e689e make_index_sequence< sizeof...(_Types)> index_sequence_for - a01544.html + a01635.html af540abd32f95a08e48ea6ca00a5a8ad3 make_integer_sequence< size_t, _Num > make_index_sequence - a01544.html + a01635.html a52f9da82a634cff032d6df672cd9a25d - typename _Make_integer_sequence< _Tp, _Num >::__type + integer_sequence< _Tp, __integer_pack(_Num)... > make_integer_sequence - a01544.html - a23e82d341331dd9ab30e8176c34d4932 + a01635.html + a655c95c83b8065fcc9245539a8b94c2a - _Tp + constexpr _Tp exchange - a01544.html - a38a02a658328c056688ab79c7ab7bbf6 + a01635.html + a25805408e711defbb29ee82ef3c32052 (_Tp &__obj, _Up &&__new_val) experimental/utility - a15912 - utility - experimental/bits/lfts_config.h + a18344.html + utility + experimental/bits/lfts_config.h std + std::experimental valarray - a00179 - bits/c++config.h - cmath - algorithm - debug/debug.h - initializer_list - bits/valarray_array.h - bits/valarray_before.h - bits/valarray_after.h - bits/slice_array.h - bits/gslice.h - bits/gslice_array.h - bits/mask_array.h - bits/indirect_array.h - std::gslice_array - std::indirect_array - std::mask_array - std::slice_array - std::valarray + a00233.html + bits/c++config.h + cmath + algorithm + debug/debug.h + initializer_list + bits/valarray_array.h + bits/valarray_before.h + bits/valarray_after.h + bits/slice_array.h + bits/gslice.h + bits/gslice_array.h + bits/mask_array.h + bits/indirect_array.h std::valarray std - - _Tp * - begin - a01484.html - ga2b9285c84fd9d9ee4ac2e4d6f590960c - (valarray< _Tp > &__va) - + std::__detail const _Tp * begin - a01484.html + a01568.html ga27f2d9026b541b9d219da941459e768e (const valarray< _Tp > &__va) _Tp * - end - a01484.html - ga3541bf5385594aac72a9424aa6dd86e1 + begin + a01568.html + ga2b9285c84fd9d9ee4ac2e4d6f590960c (valarray< _Tp > &__va) const _Tp * end - a01484.html + a01568.html gab777d802b5dfa668d030039c2fd78b3b (const valarray< _Tp > &__va) + + _Tp * + end + a01568.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + valarray_after.h - a00626 + a00743.html std + std::__detail valarray_array.h - a00629 - bits/c++config.h - bits/cpp_type_traits.h - cstdlib - new - bits/valarray_array.tcc + a00746.html + bits/c++config.h + bits/cpp_type_traits.h + cstdlib + new + bits/valarray_array.tcc std valarray_array.tcc - a00632 + a00749.html std valarray_before.h - a00635 - bits/slice_array.h + a00752.html + bits/slice_array.h + std + std::__detail + + + variant + a00236.html + type_traits + utility + bits/enable_special_members.h + bits/functexcept.h + bits/move.h + bits/functional_hash.h + bits/invoke.h + ext/aligned_buffer.h + bits/parse_numbers.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_construct.h std + std::__detail vector - a00182 - bits/stl_algobase.h - bits/allocator.h - bits/stl_construct.h - bits/stl_uninitialized.h - bits/stl_vector.h - bits/stl_bvector.h - bits/range_access.h - bits/vector.tcc + a00239.html + bits/stl_algobase.h + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_vector.h + bits/stl_bvector.h + bits/range_access.h + bits/vector.tcc + std debug/vector - a15915 - vector - utility - debug/safe_sequence.h - debug/safe_container.h - debug/safe_iterator.h + a18347.html + bits/c++config.h + vector + utility + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h __gnu_debug::_Safe_vector - std::__debug::vector std::hash< __debug::vector< bool, _Alloc > > + std::__debug::vector __gnu_debug std std::__debug - - - profile/vector - a15918 - vector - utility - profile/base.h - profile/iterator_tracker.h - std::hash< __profile::vector< bool, _Alloc > > - std - std::__profile + std::__detail experimental/vector - a15921 - vector - algorithm - experimental/memory_resource + a18350.html + vector + algorithm + experimental/memory_resource std + std::experimental vector.tcc - a00638 + a00755.html std vstring.h - a01100 - initializer_list - ext/vstring_util.h - ext/rc_string_base.h - ext/sso_string_base.h - ext/string_conversions.h - bits/functional_hash.h - vstring.tcc + a01178.html + initializer_list + ext/vstring_util.h + ext/rc_string_base.h + ext/sso_string_base.h + ext/string_conversions.h + bits/functional_hash.h + ext/vstring.tcc __gnu_cxx::__versa_string std::hash< __gnu_cxx::__u16vstring > std::hash< __gnu_cxx::__u32vstring > @@ -16187,7626 +16069,8803 @@ basic_istream< _CharT, _Traits > & getline - a01544.html - a35decf46238ae28699f1a8adccae8577 - (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) + a01635.html + a566ff30345f38dddfaf335a25088f5f7 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) basic_istream< _CharT, _Traits > & getline - a01544.html - a566ff30345f38dddfaf335a25088f5f7 - (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + a01635.html + a35decf46238ae28699f1a8adccae8577 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) bool operator!= - a01550.html + a01641.html ab051cea08cf039852e3351b93b8c5a81 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator!= - a01550.html - a1181402b4656a1da4bf2e9608aed3c38 - (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a9deee1071e354ea98296b431b4643511 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator!= - a01550.html - a9deee1071e354ea98296b431b4643511 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + a01641.html + a1181402b4656a1da4bf2e9608aed3c38 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - a7e943cfd42382fe2fcba3fd5b4fc1476 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + acc9338b2661112c05017dbdeb21df9c7 + (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - ab2b89b39ac900719a3a14e634ec860a5 - (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a72c2b3659c31815c11e1d6b1a1d7e924 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - acc9338b2661112c05017dbdeb21df9c7 - (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a7e943cfd42382fe2fcba3fd5b4fc1476 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html + a01641.html ab0f3593c273db1a2619a43db92c66efe (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - a72c2b3659c31815c11e1d6b1a1d7e924 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) + a01641.html + ab2b89b39ac900719a3a14e634ec860a5 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator< - a01550.html + a01641.html a322f7449964a51cfe95142e14db0ef72 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator< - a01550.html + a01641.html ad7d9e389800dcea7b1748d08f70f0358 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator< - a01550.html + a01641.html afdc865f8e1dd5fb8be54c6a608d6ca17 (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html ac4faea5494eaad9201d45d8687792782 (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) bool operator<= - a01550.html + a01641.html a8002d09a2b548cf3abc2bd4aeafbce78 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator<= - a01550.html + a01641.html a08ad6f0a285af9120e6d882594281672 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator<= - a01550.html + a01641.html a3672b11b2bb1fc3a4b22f6d29473af87 (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator== - a01550.html + a01641.html acbaf9ba3f0e9c26a8239a313ad714fa8 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator== - a01550.html - ad0ff7d116cd8134193d3d843552d750c - (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a20ca06133e85c3a0ea49857488a5b94c + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator== - a01550.html - a20ca06133e85c3a0ea49857488a5b94c - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + a01641.html + ad0ff7d116cd8134193d3d843552d750c + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator> - a01550.html + a01641.html a4888830ee6fb21e7bb62e14a2ab70ba2 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator> - a01550.html + a01641.html a15ea80c5370562c6713c383c5277c3c0 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator> - a01550.html + a01641.html a3137c36cfc4f7bc7580eb06bc8d2845c (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator>= - a01550.html + a01641.html a1ec2deb39f1b5127f5a8bb2b26450c03 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator>= - a01550.html + a01641.html a9fd2a7c53cf7d775379e0d6097658545 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator>= - a01550.html + a01641.html aa626858a9a44d7932ad8c38fb4905b34 (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a113f151882a47755a4b297813977bbdc (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) void swap - a01550.html + a01641.html ac29506dd75ee99d6a88ade595233c6f8 (__versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) vstring.tcc - a01103 - bits/cxxabi_forced.h + a01181.html + bits/cxxabi_forced.h __gnu_cxx std basic_istream< _CharT, _Traits > & getline - a01544.html + a01635.html a35decf46238ae28699f1a8adccae8577 (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - a7e943cfd42382fe2fcba3fd5b4fc1476 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + acc9338b2661112c05017dbdeb21df9c7 + (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - ab2b89b39ac900719a3a14e634ec860a5 - (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a72c2b3659c31815c11e1d6b1a1d7e924 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - acc9338b2661112c05017dbdeb21df9c7 - (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a7e943cfd42382fe2fcba3fd5b4fc1476 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html + a01641.html ab0f3593c273db1a2619a43db92c66efe (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - a72c2b3659c31815c11e1d6b1a1d7e924 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) + a01641.html + ab2b89b39ac900719a3a14e634ec860a5 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a113f151882a47755a4b297813977bbdc (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) vstring_fwd.h - a01106 - bits/c++config.h - bits/char_traits.h - bits/allocator.h - __gnu_cxx::__rc_string_base - __gnu_cxx::__versa_string + a01184.html + bits/c++config.h + bits/char_traits.h + bits/allocator.h __gnu_cxx vstring_util.h - a01109 - ext/vstring_fwd.h - debug/debug.h - bits/stl_function.h - bits/functexcept.h - bits/localefwd.h - bits/ostream_insert.h - bits/stl_iterator.h - ext/numeric_traits.h - bits/move.h - bits/range_access.h + a01187.html + ext/vstring_fwd.h + debug/debug.h + bits/stl_function.h + bits/functexcept.h + bits/localefwd.h + bits/ostream_insert.h + bits/stl_iterator.h + ext/numeric_traits.h + ext/alloc_traits.h + bits/move.h + bits/range_access.h __gnu_cxx workstealing.h - a00968 - parallel/parallel.h - parallel/random_number.h - parallel/compatibility.h + a01040.html + parallel/parallel.h + parallel/random_number.h + parallel/compatibility.h __gnu_parallel::_Job __gnu_parallel _Op __for_each_template_random_access_workstealing - a01576.html + a01673.html a14bdca2e9c62cde7dd8478d972f60272 (_RAIter __begin, _RAIter __end, _Op __op, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + __gnu_parallel::__accumulate_binop_reduct + a09041.html + + + + __gnu_parallel::__accumulate_selector + a09009.html + + __gnu_parallel::__generic_for_each_selector + + std::iterator_traits< _It >::value_type + operator() + a09009.html + a3cf37f56d2b37200d0708f75f872ada7 + (_Op __o, _It __i) + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__adjacent_difference_selector + a09021.html + + __gnu_parallel::__generic_for_each_selector + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__adjacent_find_selector + a08957.html + __gnu_parallel::__generic_find_selector + + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08957.html + a89987a97e4d94cb47f92c113de4a1a48 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + + + bool + operator() + a08957.html + afba73305cf46d20618b0deb3cbd4a1ba + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + + __gnu_cxx::__alloc_traits + a10833.html + + + std::allocator_traits + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a04497.html + a5a9cb47519e4840523e38e45cf56bf1d + + + + __detected_or_t< typename is_empty< _Alloc >::type, __equal, _Alloc > + is_always_equal + a04497.html + afae6957b1a6d68084b2b6114dff01ae8 + + + + __detected_or_t< false_type, __pocca, _Alloc > + propagate_on_container_copy_assignment + a04497.html + acd5ad3d84299a655ad2c59e2345b7796 + + + + __detected_or_t< false_type, __pocma, _Alloc > + propagate_on_container_move_assignment + a04497.html + a1db75f5aec19020544743134c961f607 + + + + __detected_or_t< false_type, __pocs, _Alloc > + propagate_on_container_swap + a04497.html + adad7997e545350e38d1b44d01568741a + + + + typename _Ptr< __v_pointer, void >::type + void_pointer + a04497.html + a242e530b7ee8e5d17a017983cc7cc705 + + + + static constexpr pointer + allocate + a04497.html + a4a2a60729cda237481c8daf3bf78533d + (_Alloc &__a, size_type __n) + + + static constexpr pointer + allocate + a10833.html + a4a2a60729cda237481c8daf3bf78533d + (_Alloc &__a, size_type __n) + + + static constexpr pointer + allocate + a04497.html + a527c35b6eadc86a180800efe3dbae019 + (_Alloc &__a, size_type __n, const_void_pointer __hint) + + + static constexpr pointer + allocate + a10833.html + a527c35b6eadc86a180800efe3dbae019 + (_Alloc &__a, size_type __n, const_void_pointer __hint) + + + static constexpr auto + construct + a04497.html + a0483d0be76ba4c4ee3adf330582c5529 + (_Alloc &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static constexpr auto + construct + a10833.html + a0483d0be76ba4c4ee3adf330582c5529 + (_Alloc &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static constexpr void + deallocate + a04497.html + aad5b2825d4904f3ce659f8c5255d5fb0 + (_Alloc &__a, pointer __p, size_type __n) + + + static constexpr void + deallocate + a10833.html + aad5b2825d4904f3ce659f8c5255d5fb0 + (_Alloc &__a, pointer __p, size_type __n) + + + static constexpr void + destroy + a04497.html + acf173bd4ad6e9f9fe3c4864d4e5a2470 + (_Alloc &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0))) + + + static constexpr void + destroy + a10833.html + acf173bd4ad6e9f9fe3c4864d4e5a2470 + (_Alloc &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0))) + + + static constexpr size_type + max_size + a04497.html + ac88bd1b341749d7053101a40d3ea76b2 + (const _Alloc &__a) noexcept + + + static constexpr size_type + max_size + a10833.html + ac88bd1b341749d7053101a40d3ea76b2 + (const _Alloc &__a) noexcept + + + static constexpr _Alloc + select_on_container_copy_construction + a04497.html + adab15a11771bcce345133777329478e6 + (const _Alloc &__rhs) + + __alloc_traits< _Tp_alloc_type > - a09156.html + a10833.html allocator_traits< _Tp_alloc_type > typename _Ptr< __cv_pointer, const void >::type const_void_pointer - a03788.html + a04497.html a5a9cb47519e4840523e38e45cf56bf1d __detected_or_t< typename is_empty< _Tp_alloc_type >::type, __equal, _Tp_alloc_type > is_always_equal - a03788.html + a04497.html afae6957b1a6d68084b2b6114dff01ae8 __detected_or_t< false_type, __pocca, _Tp_alloc_type > propagate_on_container_copy_assignment - a03788.html + a04497.html acd5ad3d84299a655ad2c59e2345b7796 __detected_or_t< false_type, __pocma, _Tp_alloc_type > propagate_on_container_move_assignment - a03788.html + a04497.html a1db75f5aec19020544743134c961f607 __detected_or_t< false_type, __pocs, _Tp_alloc_type > propagate_on_container_swap - a03788.html + a04497.html adad7997e545350e38d1b44d01568741a typename _Ptr< __v_pointer, void >::type void_pointer - a03788.html + a04497.html a242e530b7ee8e5d17a017983cc7cc705 - static pointer + static constexpr pointer + allocate + a04497.html + a4a2a60729cda237481c8daf3bf78533d + (_Tp_alloc_type &__a, size_type __n) + + + static constexpr pointer allocate - a03788.html - a1afbf725286c9e82ba6166dcc04b10bc + a10833.html + a4a2a60729cda237481c8daf3bf78533d (_Tp_alloc_type &__a, size_type __n) - static pointer + static constexpr pointer + allocate + a04497.html + a527c35b6eadc86a180800efe3dbae019 + (_Tp_alloc_type &__a, size_type __n, const_void_pointer __hint) + + + static constexpr pointer allocate - a03788.html - a79296fdf0f48ef0a49f2d5de6193f867 + a10833.html + a527c35b6eadc86a180800efe3dbae019 (_Tp_alloc_type &__a, size_type __n, const_void_pointer __hint) - static auto + static constexpr auto construct - a03788.html - aad7d7b8604439d1ecf953a1b9a426e7b - (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + a04497.html + a0483d0be76ba4c4ee3adf330582c5529 + (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) - static void + static constexpr auto + construct + a10833.html + a0483d0be76ba4c4ee3adf330582c5529 + (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static constexpr void deallocate - a03788.html - ae5f6b86b98b17e2ba39243ca8eaf4ee1 + a04497.html + aad5b2825d4904f3ce659f8c5255d5fb0 (_Tp_alloc_type &__a, pointer __p, size_type __n) - static void + static constexpr void + deallocate + a10833.html + aad5b2825d4904f3ce659f8c5255d5fb0 + (_Tp_alloc_type &__a, pointer __p, size_type __n) + + + static constexpr void destroy - a03788.html - ac73f3d164cf01c9d61b44d42c30db3d3 - (_Tp_alloc_type &__a, _Tp *__p) + a04497.html + acf173bd4ad6e9f9fe3c4864d4e5a2470 + (_Tp_alloc_type &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0))) - static size_type + static constexpr void + destroy + a10833.html + acf173bd4ad6e9f9fe3c4864d4e5a2470 + (_Tp_alloc_type &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0))) + + + static constexpr size_type max_size - a03788.html - a29c306bcb6a7676a516430a0e50b990a + a04497.html + ac88bd1b341749d7053101a40d3ea76b2 (const _Tp_alloc_type &__a) noexcept - static _Tp_alloc_type + static constexpr size_type + max_size + a10833.html + ac88bd1b341749d7053101a40d3ea76b2 + (const _Tp_alloc_type &__a) noexcept + + + static constexpr _Tp_alloc_type select_on_container_copy_construction - a03788.html - ac324d9065f45f7ae2dd1e0014c73f218 + a04497.html + adab15a11771bcce345133777329478e6 (const _Tp_alloc_type &__rhs) + + std::__allocated_ptr + a04565.html + + + + __allocated_ptr + a04565.html + a039de128ed7917b07a0a0b10e491a6af + (__allocated_ptr &&__gd) noexcept + + + + __allocated_ptr + a04565.html + a966c17e818aa46f93c352e1ae4bf872a + (_Alloc &__a, _Ptr __ptr) + + + + __allocated_ptr + a04565.html + aa6dc842b0059cbc04204b7b85c0739ed + (_Alloc &__a, pointer __ptr) noexcept + + + + ~__allocated_ptr + a04565.html + aa88dd0de1ff3b4586cde0906dc41645f + () + + + value_type * + get + a04565.html + a8c2790a1ba48d3f00a77feb0eda93b19 + () + + + __allocated_ptr & + operator= + a04565.html + af6ed2d0a405aee06f81dda8452a6e2ce + (std::nullptr_t) noexcept + + + + std::__atomic_base + a04621.html + + + + std::__atomic_base< _PTp * > + a04633.html + + __atomic_base< _Tp * > - a03880.html + a04621.html __atomic_base< bool > - a03880.html + a04621.html __atomic_base< char > - a03880.html + a04621.html __atomic_base< char16_t > - a03880.html + a04621.html __atomic_base< char32_t > - a03880.html + a04621.html __atomic_base< int > - a03880.html + a04621.html __atomic_base< long > - a03880.html + a04621.html __atomic_base< long long > - a03880.html + a04621.html __atomic_base< short > - a03880.html + a04621.html __atomic_base< signed char > - a03880.html + a04621.html __atomic_base< unsigned char > - a03880.html + a04621.html __atomic_base< unsigned int > - a03880.html + a04621.html __atomic_base< unsigned long > - a03880.html + a04621.html __atomic_base< unsigned long long > - a03880.html + a04621.html __atomic_base< unsigned short > - a03880.html + a04621.html __atomic_base< wchar_t > - a03880.html + a04621.html + + + std::__atomic_flag_base + a04625.html + + + std::__basic_future + a02485.html + + std::__future_base + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + + + + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + - __basic_future< _Res &> - a02452.html + __basic_future< _Res & > + a02485.html std::__future_base unique_ptr< _Res, _Result_base::_Deleter > _Ptr - a02364.html + a02397.html a832cc3cad4729e395bea2475e1b3a741 __result_type _M_get_result - a02452.html + a02485.html a71d62e5218e561c5c4507eb3e7f70474 () const __basic_future< void > - a02452.html + a02485.html std::__future_base unique_ptr< _Res, _Result_base::_Deleter > _Ptr - a02364.html + a02397.html a832cc3cad4729e395bea2475e1b3a741 __result_type _M_get_result - a02452.html + a02485.html a71d62e5218e561c5c4507eb3e7f70474 () const + __gnu_parallel::__binder1st + a08905.html + + + + + unary_function< _SecondArgumentType, _ResultType > + + _SecondArgumentType + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _ResultType + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_parallel::__binder2nd + a08909.html + + + + + unary_function< _FirstArgumentType, _ResultType > + + _FirstArgumentType + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _ResultType + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::__codecvt_abstract_base + a05045.html + + + + std::locale::facet + std::codecvt_base + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05045.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const =0 + + + __codecvt_abstract_base< _InternT, _ExternT, encoding_state > - a04264.html + a05045.html std::locale::facet std::codecvt_base result in - a04264.html + a05045.html a38117d39e9725f52735f51f4f4b72354 (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const result out - a04264.html + a05045.html a3a2b1f2da1bc0d89ccd1eceaa66bb79f (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const result unshift - a04264.html + a05045.html a4da56b36b489eded5053172e9f6c0bff (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const virtual result do_out - a04264.html + a05045.html aa969d1e16dd100e737c5d777aa0cdf02 (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 __codecvt_abstract_base< char, char, mbstate_t > - a04264.html + a05045.html std::locale::facet std::codecvt_base result in - a04264.html + a05045.html a38117d39e9725f52735f51f4f4b72354 (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const result out - a04264.html + a05045.html a3a2b1f2da1bc0d89ccd1eceaa66bb79f (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const result unshift - a04264.html + a05045.html a4da56b36b489eded5053172e9f6c0bff (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const virtual result do_out - a04264.html + a05045.html aa969d1e16dd100e737c5d777aa0cdf02 (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 __codecvt_abstract_base< char16_t, char, mbstate_t > - a04264.html + a05045.html std::locale::facet std::codecvt_base result in - a04264.html + a05045.html a38117d39e9725f52735f51f4f4b72354 (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const result out - a04264.html + a05045.html a3a2b1f2da1bc0d89ccd1eceaa66bb79f (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const result unshift - a04264.html + a05045.html a4da56b36b489eded5053172e9f6c0bff (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const virtual result do_out - a04264.html + a05045.html aa969d1e16dd100e737c5d777aa0cdf02 (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 __codecvt_abstract_base< char32_t, char, mbstate_t > - a04264.html + a05045.html std::locale::facet std::codecvt_base result in - a04264.html + a05045.html a38117d39e9725f52735f51f4f4b72354 (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const result out - a04264.html + a05045.html a3a2b1f2da1bc0d89ccd1eceaa66bb79f (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const result unshift - a04264.html + a05045.html a4da56b36b489eded5053172e9f6c0bff (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const virtual result do_out - a04264.html + a05045.html aa969d1e16dd100e737c5d777aa0cdf02 (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 __codecvt_abstract_base< wchar_t, char, mbstate_t > - a04264.html + a05045.html std::locale::facet std::codecvt_base result in - a04264.html + a05045.html a38117d39e9725f52735f51f4f4b72354 (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const result out - a04264.html + a05045.html a3a2b1f2da1bc0d89ccd1eceaa66bb79f (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const result unshift - a04264.html + a05045.html a4da56b36b489eded5053172e9f6c0bff (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const virtual result do_out - a04264.html + a05045.html aa969d1e16dd100e737c5d777aa0cdf02 (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 + + __gnu_cxx::__common_pool_policy + a11053.html + _PoolTp + _Thread + + + __gnu_parallel::__count_if_selector + a09005.html + + + __gnu_parallel::__generic_for_each_selector + + _Diff + operator() + a09005.html + a56b55a96d25ead3f5a39c062913f7804 + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__count_selector + a09001.html + + + __gnu_parallel::__generic_for_each_selector + + _Diff + operator() + a09001.html + a0e1e5ee862269d12a04fd59864f07e66 + (_ValueType &__v, _It __i) + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + - __ctype_abstract_base< wchar_t > - a04988.html + std::__ctype_abstract_base + a05881.html + std::locale::facet std::ctype_base - wchar_t + _CharT char_type - a04988.html + a05881.html a6b04fb1c6b10871f93cd4f60d0f78f8d - bool - is - a04988.html - af6d5ac31c2da7cd350672e88a4b6c89e - (mask __m, char_type __c) const - - const char_type * is - a04988.html + a05881.html a98b93b10d5d0700394d0dbd2dd1a3742 (const char_type *__lo, const char_type *__hi, mask *__vec) const + bool + is + a05881.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + char narrow - a04988.html + a05881.html a6d7dfa83561cc124e75a25b7b311f7db (char_type __c, char __dfault) const const char_type * narrow - a04988.html + a05881.html a5bf8de5d297e81cd4812c5754e1b70a6 (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const const char_type * scan_is - a04988.html + a05881.html ad6c3f07029e022d82a459a12693fab50 (mask __m, const char_type *__lo, const char_type *__hi) const const char_type * scan_not - a04988.html + a05881.html a083176729448869cdc7b5353299efac8 (mask __m, const char_type *__lo, const char_type *__hi) const - char_type - tolower - a04988.html - a0ebd233aadf12ec7725b961c469855cf - (char_type __c) const - - const char_type * tolower - a04988.html + a05881.html a60b8b7de0aed52f3e98e3b4103e088f8 (char_type *__lo, const char_type *__hi) const char_type - toupper - a04988.html - a3308c7447a3a2c54ab8cb344f502baff + tolower + a05881.html + a0ebd233aadf12ec7725b961c469855cf (char_type __c) const const char_type * toupper - a04988.html + a05881.html ae8000f95414789f7a5cba135b3b1e7b8 (char_type *__lo, const char_type *__hi) const char_type + toupper + a05881.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + char_type widen - a04988.html + a05881.html a48efd45b6e1d43d5120ffd37884b9f83 (char __c) const const char * widen - a04988.html + a05881.html a2dc39e55a8ed1c402dcfbd8b4cb01207 (const char *__lo, const char *__hi, char_type *__to) const - virtual bool + virtual const char_type * do_is - a04988.html - a13f6a9df12541e794f95b69dd7c12d8d - (mask __m, char_type __c) const=0 + a05881.html + a11e40e753bfcc987db52294dc0c99878 + (const char_type *__lo, const char_type *__hi, mask *__vec) const =0 - virtual const char_type * + virtual bool do_is - a04988.html - a11e40e753bfcc987db52294dc0c99878 - (const char_type *__lo, const char_type *__hi, mask *__vec) const=0 + a05881.html + a13f6a9df12541e794f95b69dd7c12d8d + (mask __m, char_type __c) const =0 virtual char do_narrow - a04988.html + a05881.html ab2c37d0e04ecf5a71d618ca97478c893 - (char_type __c, char __dfault) const=0 + (char_type __c, char __dfault) const =0 virtual const char_type * do_narrow - a04988.html + a05881.html a5bd09acf78baf8b8ae9cff1938cf6668 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const=0 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const =0 virtual const char_type * do_scan_is - a04988.html + a05881.html a6d63444db4c605c256c36343394bb883 - (mask __m, const char_type *__lo, const char_type *__hi) const=0 + (mask __m, const char_type *__lo, const char_type *__hi) const =0 virtual const char_type * do_scan_not - a04988.html + a05881.html a40c1314bb60f9b9795ec8e628ffbcc34 - (mask __m, const char_type *__lo, const char_type *__hi) const=0 - - - virtual char_type - do_tolower - a04988.html - a322123706f52d8c72b9c8bee3f612676 - (char_type __c) const=0 + (mask __m, const char_type *__lo, const char_type *__hi) const =0 virtual const char_type * do_tolower - a04988.html + a05881.html afe5fc2040092e4f8fb6e88d253f4d3c3 - (char_type *__lo, const char_type *__hi) const=0 + (char_type *__lo, const char_type *__hi) const =0 virtual char_type - do_toupper - a04988.html - af90fbcc9340edf7ca0002520cccb0b8f - (char_type __c) const=0 + do_tolower + a05881.html + a322123706f52d8c72b9c8bee3f612676 + (char_type __c) const =0 virtual const char_type * do_toupper - a04988.html + a05881.html a51eeaf4fefdd3a85b0706028cec0c5e7 - (char_type *__lo, const char_type *__hi) const=0 + (char_type *__lo, const char_type *__hi) const =0 + + + virtual char_type + do_toupper + a05881.html + af90fbcc9340edf7ca0002520cccb0b8f + (char_type __c) const =0 virtual char_type do_widen - a04988.html + a05881.html a0f4951419f48a08bd975cb49a81995a5 - (char __c) const=0 + (char __c) const =0 virtual const char * do_widen - a04988.html + a05881.html a289ae9e9ce16c7c26a8356b4610c7dee - (const char *__lo, const char *__hi, char_type *__to) const=0 + (const char *__lo, const char *__hi, char_type *__to) const =0 - __cxxabiv1::__forced_unwind - a04464.html - - - __gnu_cxx::__alloc_traits - a09156.html - _Alloc - std::allocator_traits + __ctype_abstract_base< wchar_t > + a05881.html + std::locale::facet + std::ctype_base - typename _Ptr< __cv_pointer, const void >::type - const_void_pointer - a03788.html - a5a9cb47519e4840523e38e45cf56bf1d + wchar_t + char_type + a05881.html + a6b04fb1c6b10871f93cd4f60d0f78f8d - - __detected_or_t< typename is_empty< _Alloc >::type, __equal, _Alloc > - is_always_equal - a03788.html - afae6957b1a6d68084b2b6114dff01ae8 - + + const char_type * + is + a05881.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const - - __detected_or_t< false_type, __pocca, _Alloc > - propagate_on_container_copy_assignment - a03788.html - acd5ad3d84299a655ad2c59e2345b7796 - + + bool + is + a05881.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const - - __detected_or_t< false_type, __pocma, _Alloc > - propagate_on_container_move_assignment - a03788.html - a1db75f5aec19020544743134c961f607 - + + char + narrow + a05881.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const - - __detected_or_t< false_type, __pocs, _Alloc > - propagate_on_container_swap - a03788.html - adad7997e545350e38d1b44d01568741a - - - - typename _Ptr< __v_pointer, void >::type - void_pointer - a03788.html - a242e530b7ee8e5d17a017983cc7cc705 - - - - static pointer - allocate - a03788.html - a1afbf725286c9e82ba6166dcc04b10bc - (_Alloc &__a, size_type __n) - - - static pointer - allocate - a03788.html - a79296fdf0f48ef0a49f2d5de6193f867 - (_Alloc &__a, size_type __n, const_void_pointer __hint) - - - static auto - construct - a03788.html - aad7d7b8604439d1ecf953a1b9a426e7b - (_Alloc &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) - - - static void - deallocate - a03788.html - ae5f6b86b98b17e2ba39243ca8eaf4ee1 - (_Alloc &__a, pointer __p, size_type __n) - - - static void - destroy - a03788.html - ac73f3d164cf01c9d61b44d42c30db3d3 - (_Alloc &__a, _Tp *__p) - - - static size_type - max_size - a03788.html - a29c306bcb6a7676a516430a0e50b990a - (const _Alloc &__a) noexcept - - - static _Alloc - select_on_container_copy_construction - a03788.html - ac324d9065f45f7ae2dd1e0014c73f218 - (const _Alloc &__rhs) - - - - __gnu_cxx::__common_pool_policy - a09388.html - _PoolTp - _Thread - - - __gnu_cxx::__detail::__mini_vector - a09176.html - - - - __gnu_cxx::__detail::_Bitmap_counter - a09200.html - _Tp - - - __gnu_cxx::__detail::_Ffit_finder - a09196.html - - unary_function< std::pair< _Tp, _Tp >, bool > - - std::pair< _Tp, _Tp > - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - - - - __gnu_cxx::__mt_alloc - a09424.html - _Tp - _Poolp - __gnu_cxx::__mt_alloc_base - - - __gnu_cxx::__mt_alloc_base - a09420.html - - - - __gnu_cxx::__per_type_pool_policy - a09412.html - - _PoolTp - _Thread - - - __gnu_cxx::__pool - a09340.html - _Thread - - - __gnu_cxx::__pool< false > - a09344.html - __gnu_cxx::__pool_base - - - __gnu_cxx::__pool< true > - a09356.html - __gnu_cxx::__pool_base - - - __gnu_cxx::__pool_alloc - a09520.html - - __gnu_cxx::__pool_alloc_base - - - __gnu_cxx::__pool_alloc_base - a09512.html - - - __gnu_cxx::__pool_base - a09328.html - - - __gnu_cxx::__rc_string_base - a09548.html - _CharT - _Traits - _Alloc - - - __gnu_cxx::__scoped_lock - a09280.html - - - __gnu_cxx::__versa_string - a09992.html - _CharT - _Traits - _Alloc - _Base - - __versa_string - a09992.html - a5a2e6f8b7e941094312ca04f6183895c - (const _Alloc &__a=_Alloc()) noexcept + const char_type * + narrow + a05881.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const - - __versa_string - a09992.html - aea0b07c6aa21a88d3901301e5a2b88eb - (const __versa_string &__str) + const char_type * + scan_is + a05881.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const - - __versa_string - a09992.html - a939fa808865a72fea2e565d1df874b4b - (__versa_string &&__str) noexcept + const char_type * + scan_not + a05881.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const - - __versa_string - a09992.html - a6c16bfef8fe51b28730c8cfd95c7f3a5 - (std::initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + const char_type * + tolower + a05881.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const - - __versa_string - a09992.html - aba9d18b5003b1134600125503d20aca9 - (const __versa_string &__str, size_type __pos, size_type __n=npos) + char_type + tolower + a05881.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const - - __versa_string - a09992.html - abc0815a50d229e07ae85b8bb2090674b - (const __versa_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + const char_type * + toupper + a05881.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const - - __versa_string - a09992.html - a9e8157dc234be1b120e4bbedaa8ac0a0 - (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + char_type + toupper + a05881.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const - - __versa_string - a09992.html - ab8705bfd60091cb1de24fea419bdea67 - (const _CharT *__s, const _Alloc &__a=_Alloc()) + char_type + widen + a05881.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const - - __versa_string - a09992.html - a9960793ce81ffc0589a9ad74f5ed6090 - (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + const char * + widen + a05881.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const - - - __versa_string - a09992.html - a55b4287fd4a6be0228f2faaf6ae9eede - (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + virtual const char_type * + do_is + a05881.html + a11e40e753bfcc987db52294dc0c99878 + (const char_type *__lo, const char_type *__hi, mask *__vec) const=0 - - - ~__versa_string - a09992.html - a891d66d5c8927e2a762aa8a7025a211d - () noexcept + + virtual bool + do_is + a05881.html + a13f6a9df12541e794f95b69dd7c12d8d + (mask __m, char_type __c) const=0 - - __versa_string & - append - a09992.html - a951ff9afc9f61474a79b0233ff010289 - (const __versa_string &__str) + + virtual char + do_narrow + a05881.html + ab2c37d0e04ecf5a71d618ca97478c893 + (char_type __c, char __dfault) const=0 - - __versa_string & - append - a09992.html - ae5b284367d022a51a33e4118e25866bb - (const __versa_string &__str, size_type __pos, size_type __n) + + virtual const char_type * + do_narrow + a05881.html + a5bd09acf78baf8b8ae9cff1938cf6668 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const=0 - - __versa_string & - append - a09992.html - aea54d824534ee9f125a58ec9033cdd48 - (const _CharT *__s, size_type __n) + + virtual const char_type * + do_scan_is + a05881.html + a6d63444db4c605c256c36343394bb883 + (mask __m, const char_type *__lo, const char_type *__hi) const=0 - - __versa_string & - append - a09992.html - ae6d34116930903e7bc8354fe92ef8593 - (const _CharT *__s) + + virtual const char_type * + do_scan_not + a05881.html + a40c1314bb60f9b9795ec8e628ffbcc34 + (mask __m, const char_type *__lo, const char_type *__hi) const=0 - - __versa_string & - append - a09992.html - a3fb56cb34ced33afd4b5c53b30c10a46 - (size_type __n, _CharT __c) + + virtual const char_type * + do_tolower + a05881.html + afe5fc2040092e4f8fb6e88d253f4d3c3 + (char_type *__lo, const char_type *__hi) const=0 - - __versa_string & - append - a09992.html - a4f19cd669d7f21d93f5fb36ba8384e65 - (std::initializer_list< _CharT > __l) + + virtual char_type + do_tolower + a05881.html + a322123706f52d8c72b9c8bee3f612676 + (char_type __c) const=0 - - __versa_string & - append - a09992.html - a9f84dceb2e21c9e61ca067d54c2957ad - (_InputIterator __first, _InputIterator __last) + + virtual const char_type * + do_toupper + a05881.html + a51eeaf4fefdd3a85b0706028cec0c5e7 + (char_type *__lo, const char_type *__hi) const=0 - - __versa_string & - assign - a09992.html - a2f8201f5e82e07e27c2f39f13a1c04a9 - (const __versa_string &__str) + + virtual char_type + do_toupper + a05881.html + af90fbcc9340edf7ca0002520cccb0b8f + (char_type __c) const=0 - - __versa_string & - assign - a09992.html - a34d8c156d115ee2ee8ec527d324581b1 - (__versa_string &&__str) noexcept + + virtual char_type + do_widen + a05881.html + a0f4951419f48a08bd975cb49a81995a5 + (char __c) const=0 - - __versa_string & - assign - a09992.html - ab5ba7120a3e81545fcbdbf055c8e392d - (const __versa_string &__str, size_type __pos, size_type __n) + + virtual const char * + do_widen + a05881.html + a289ae9e9ce16c7c26a8356b4610c7dee + (const char *__lo, const char *__hi, char_type *__to) const=0 - - __versa_string & - assign - a09992.html - a861c4286beece654abd5b3a828f4ff49 - (const _CharT *__s, size_type __n) + + + std::filesystem::__directory_iterator_proxy + a05449.html + + + std::tr2::__dynamic_bitset_base + a09329.html + + + + std::vector< block_type, allocator_type > + _M_w + a09329.html + abc7e61e9d07120ebbc6fa2e351fc3af6 + - - __versa_string & - assign - a09992.html - a9faa9dc311635300ef2e2fee77262b61 - (const _CharT *__s) + + + __dynamic_bitset_base< unsigned long long, std::allocator< unsigned long long > > + a09329.html + + std::vector< block_type, allocator_type > + _M_w + a09329.html + abc7e61e9d07120ebbc6fa2e351fc3af6 + + + + __gnu_parallel::__fill_selector + a08981.html + + __gnu_parallel::__generic_for_each_selector - __versa_string & - assign - a09992.html - acf5a7b1fd517200f124373026b7bd807 - (size_type __n, _CharT __c) + bool + operator() + a08981.html + a1e3e5bf39d889705dbb9424ac1a4fc01 + (_ValueType &__v, _It __i) - - __versa_string & - assign - a09992.html - a0cd3b8029b8958b6f02852e240b50899 - (_InputIterator __first, _InputIterator __last) + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + __gnu_parallel::__find_first_of_selector + a08965.html + + __gnu_parallel::__generic_find_selector - __versa_string & - assign - a09992.html - ab375104c3d2ef95f7d2b56a25d91bef8 - (std::initializer_list< _CharT > __l) + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08965.html + a1b4029217a30dbc7e06ed2d022f30727 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) - const_reference - at - a09992.html - a1dbcd4e782ab5ac789de302889097f4d - (size_type __n) const + bool + operator() + a08965.html + ab86537005f7f266bbaebc18f9d44b077 + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + __gnu_parallel::__find_if_selector + a08953.html + __gnu_parallel::__generic_find_selector - reference - at - a09992.html - a918448764b4f015d1ef5823415115db0 - (size_type __n) + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08953.html + a63d5cc3dfce9c02f30dd7c4cc468d157 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) - reference - back - a09992.html - a8b57e6342b28e0d5e2b8c7441946dd04 - () noexcept + bool + operator() + a08953.html + ab5c063395b4e4f3e1be257ac5327f8b2 + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + __gnu_parallel::__for_each_selector + a08973.html + + __gnu_parallel::__generic_for_each_selector - const_reference - back - a09992.html - aa670e1b5630bf0d6ba75cc1f99b6f55d - () const noexcept + bool + operator() + a08973.html + a96ab04030fc97ceace13df652312cca7 + (_Op &__o, _It __i) - - iterator - begin - a09992.html - a09add145f97333c7ecc22d2591f0fd6a - () noexcept + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + - - const_iterator - begin - a09992.html - aad48e43cd6894b4e646dc90e5079727a - () const noexcept + + + __cxxabiv1::__forced_unwind + a05313.html + + + std::__future_base + a02397.html + std::__future_base::_Result + std::__future_base::_Result< _Res & > + std::__future_base::_Result< void > + std::__future_base::_Result_alloc + std::__future_base::_Result_base + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + + + + __gnu_parallel::__generate_selector + a08977.html + + __gnu_parallel::__generic_for_each_selector - const _CharT * - c_str - a09992.html - a74426cc065679e05d5b3f279d1440fe3 - () const noexcept + bool + operator() + a08977.html + aace006f0e22d008dbfbd4170ec504ff4 + (_Op &__o, _It __i) - - size_type - capacity - a09992.html - a7875f908db08e3d0940ab928eb160268 - () const noexcept + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + - - const_iterator - cbegin - a09992.html - acd9303d9a1eea900367172706bbea0fc - () const noexcept + + + __gnu_parallel::__generic_find_selector + a08949.html + + + __gnu_parallel::__generic_for_each_selector + a08969.html + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + __gnu_parallel::__identity_selector + a09017.html + + __gnu_parallel::__generic_for_each_selector - const_iterator - cend - a09992.html - a48e703791d3549f4e4c84af68b382f99 - () const noexcept + _It + operator() + a09017.html + a5a619614699498f9a13f1c64d27005e6 + (_Op __o, _It __i) - - void - clear - a09992.html - ab778e468351ba1d0365bccda523e1eba - () noexcept - - - int - compare - a09992.html - a967b5317590fba87cc166bb8d03a1f2b - (const __versa_string &__str) const - - - int - compare - a09992.html - ac72042b419538e58816048f02d8a939c - (size_type __pos, size_type __n, const __versa_string &__str) const - - - int - compare - a09992.html - a75d59248b3ce3544737ae337ec0e45e6 - (size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) const - - - int - compare - a09992.html - a43985f2d884a45395bfad2efc5c6e8cf - (const _CharT *__s) const + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + __gnu_parallel::__inner_product_selector + a09013.html + + + + __gnu_parallel::__generic_for_each_selector - int - compare - a09992.html - a03ec24fe3c64fb1b05ff8e9de14c086f - (size_type __pos, size_type __n1, const _CharT *__s) const + + __inner_product_selector + a09013.html + a25f2715c4f3a97fc90884d9eaa458a71 + (_It __b1, _It2 __b2) - int - compare - a09992.html - a7e89f6009dd81acd8a93cedef5e88e65 - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + _Tp + operator() + a09013.html + aa518cf31e5b678e0ad8ed27ec50b995f + (_Op __mult, _It __current) - - size_type - copy - a09992.html - ad4a99dc8d3755b195b89f4d0e2b5bb49 - (_CharT *__s, size_type __n, size_type __pos=0) const + + _It + __begin1_iterator + a09013.html + a41d6aec1a243a4cd10c8beca20d3de75 + - - const_reverse_iterator - crbegin - a09992.html - aac8666029362e1d65769694f28f28d7a - () const noexcept + + _It2 + __begin2_iterator + a09013.html + a11bb81ff8c7ccd4d5e4437e606e138bc + - - const_reverse_iterator - crend - a09992.html - af1e98d795f3b288cff0e0ead0b882634 - () const noexcept + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + std::__is_location_invariant + a06893.html + + + + std::__is_nullptr_t + a03373.html + + std::is_null_pointer + + + std::__is_tuple_like_impl< pair< _T1, _T2 > > + a03993.html + + + std::integral_constant + + + __gnu_parallel::__max_element_reduct + a09037.html + + + + + __gnu_parallel::__min_element_reduct + a09033.html + + + + + __gnu_cxx::__detail::__mini_vector + a10841.html + + + + __gnu_parallel::__mismatch_selector + a08961.html + __gnu_parallel::__generic_find_selector - const _CharT * - data - a09992.html - a4dd3ac918e886a29d8a0bf9331f2e8d9 - () const noexcept + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08961.html + a9c307c47e6a7d2b3211c92c767d2a448 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) bool - empty - a09992.html - a9b10c593f3b534c91f16fa6c91db3d76 - () const noexcept + operator() + a08961.html + acce7eaf03f5dcb028e255f8b40ad9dfd + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) - - iterator - end - a09992.html - a0acafbbfa0d432074373506cc9ed631f - () noexcept + + + __gnu_cxx::__mt_alloc + a11089.html + + + __gnu_cxx::__mt_alloc_base + + + __gnu_cxx::__mt_alloc_base + a11085.html + + + + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch + a09137.html + __sentinels + + + + + + + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + a09141.html + + + + + + + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch + a09145.html + __sentinels + + + + + + + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + a09149.html + + + + + + + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch + a09153.html + __sentinels + __stable + + + + + + + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch< false, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + a09157.html + __stable + + + + + + + std::__numeric_limits_base + a02633.html + + static constexpr int + digits + a02633.html + a6e3cb3ba2f8a6742d4759b989e5e3fed + - - const_iterator - end - a09992.html - ac99321a98ffc407b9747352bec9551c2 - () const noexcept + + static constexpr int + digits10 + a02633.html + acc2df72b67282d8ad4ca54cbb4826475 + - - __versa_string & - erase - a09992.html - ad63b0c68fd53a88dd84b88151da790e3 - (size_type __pos=0, size_type __n=npos) + + static constexpr float_denorm_style + has_denorm + a02633.html + afc9f9982a8b1c62c901eccdb07fcb5d9 + - - iterator - erase - a09992.html - a76c619cf8a8209bc94c50da98772326f - (const_iterator __position) + + static constexpr bool + has_denorm_loss + a02633.html + a73f0cc2531cddced5d6e83310f7889f8 + - - iterator - erase - a09992.html - a936fb32c88d2acb1e3d318cbb53c91a2 - (const_iterator __first, const_iterator __last) + + static constexpr bool + has_infinity + a02633.html + af40ebac2e757c3a671a25493ca2ef1e7 + - - size_type - find - a09992.html - a1cd14e7fb27530a1859047f74e7262f9 - (const _CharT *__s, size_type __pos, size_type __n) const + + static constexpr bool + has_quiet_NaN + a02633.html + a0a8471dcf6287585eae04a539926c324 + - - size_type - find - a09992.html - a68746de47d8142951be577a34bad453f - (const __versa_string &__str, size_type __pos=0) const noexcept + + static constexpr bool + has_signaling_NaN + a02633.html + ab9e32618933910efd38857f2b4c112f9 + - - size_type - find - a09992.html - aff1f1c68135474bef1e118d9f90a0624 - (const _CharT *__s, size_type __pos=0) const + + static constexpr bool + is_bounded + a02633.html + a73d31de0788cee8f432f0a9075e97a76 + - - size_type - find - a09992.html - a68d1fb6f098a29470128421c04605a18 - (_CharT __c, size_type __pos=0) const noexcept + + static constexpr bool + is_exact + a02633.html + a81640a55cbeb9fccfbedd74ce954a439 + - - size_type - find_first_not_of - a09992.html - a1cc1fe69137d69e0d691c83a8b7a877a - (const __versa_string &__str, size_type __pos=0) const noexcept + + static constexpr bool + is_iec559 + a02633.html + a76fdc688c82a37689f4920a9776fc593 + - - size_type - find_first_not_of - a09992.html - a2a9d4a0f8ffbcaca7a55c874ca69bcaf - (const _CharT *__s, size_type __pos, size_type __n) const + + static constexpr bool + is_integer + a02633.html + a1080a407fe101570ab1a619fe8071396 + - - size_type - find_first_not_of - a09992.html - a911f590a4037fa8c455eeb69836b83b6 - (const _CharT *__s, size_type __pos=0) const + + static constexpr bool + is_modulo + a02633.html + a05f7c8b3b2be44d621e3fd1f0e738461 + - - size_type - find_first_not_of - a09992.html - aa02fafa27ba203b3ebc29fa52c093865 - (_CharT __c, size_type __pos=0) const noexcept + + static constexpr bool + is_signed + a02633.html + ac9fad027d1b91ec445d58e5036e8ea0b + - - size_type - find_first_of - a09992.html - a51b79cb3c4f9cd8af4cead91f4faa39c - (const __versa_string &__str, size_type __pos=0) const noexcept + + static constexpr bool + is_specialized + a02633.html + ac5f6c4f5343b7060e87d95c2ddb406eb + - - size_type - find_first_of - a09992.html - ac9799d12f46f0c9ec33d0fd311e1b3c1 - (const _CharT *__s, size_type __pos, size_type __n) const + + static constexpr int + max_digits10 + a02633.html + a1c62958a09eb69aba2a03a6e03b1574f + - - size_type - find_first_of - a09992.html - add4cabafc8f7d3a89e6317b1e690b095 - (const _CharT *__s, size_type __pos=0) const + + static constexpr int + max_exponent + a02633.html + ac68694be9c73ac6e36c3fe2ab1f18da4 + - - size_type - find_first_of - a09992.html - a291c0f4c8db9612efad3c478a3a0619d - (_CharT __c, size_type __pos=0) const noexcept + + static constexpr int + max_exponent10 + a02633.html + afa984ea44c90b032e00779a960af64ff + - - size_type - find_last_not_of - a09992.html - a44ea35572c1492b236ddc2b5977309bb - (const __versa_string &__str, size_type __pos=npos) const noexcept + + static constexpr int + min_exponent + a02633.html + a2552b13ee696d6a61a0a037fef1dc1e0 + - - size_type - find_last_not_of - a09992.html - a85e9808581c06885d492a7dc230b9c3d - (const _CharT *__s, size_type __pos, size_type __n) const + + static constexpr int + min_exponent10 + a02633.html + ad10027037371bb1138225df2876d5e6c + - - size_type - find_last_not_of - a09992.html - a69d482699c2e775c7f62dcb9392c7ada - (const _CharT *__s, size_type __pos=npos) const + + static constexpr int + radix + a02633.html + af69d3e469fe6b7e0de143494703ab04a + - - size_type - find_last_not_of - a09992.html - a2e8dd285274cf21efe56bb58792ac67a - (_CharT __c, size_type __pos=npos) const noexcept + + static constexpr float_round_style + round_style + a02633.html + ae94127c8af226c7ebe44e9b39b80813b + - - size_type - find_last_of - a09992.html - a14963706e6c95eea43af12f44d9b95ad - (const __versa_string &__str, size_type __pos=npos) const noexcept + + static constexpr bool + tinyness_before + a02633.html + ad43f706bb453627342a50e9891ae8027 + - - size_type - find_last_of - a09992.html - add62aca46b830b7b503354a0e5da6dfc - (const _CharT *__s, size_type __pos, size_type __n) const + + static constexpr bool + traps + a02633.html + aada3546b2e0b32ecaef18c00e2b0dcfd + + + + __gnu_cxx::__per_type_pool_policy + a11077.html + + _PoolTp + _Thread + + + __gnu_cxx::__pool + a11005.html + _Thread + + + __gnu_cxx::__pool< false > + a11009.html + __gnu_cxx::__pool_base + + + __gnu_cxx::__pool< true > + a11021.html + __gnu_cxx::__pool_base + + + __gnu_cxx::__pool_alloc + a11201.html + + __gnu_cxx::__pool_alloc_base + + + __gnu_cxx::__pool_alloc_base + a11193.html + + + __gnu_cxx::__pool_base + a10993.html + + + __gnu_cxx::__rc_string_base + a11229.html + + + + + + std::tr2::__reflection_typelist + a09341.html + _Elements + + + std::tr2::__reflection_typelist< _First, _Rest... > + a09349.html + + _Rest + + + std::tr2::__reflection_typelist<> + a09345.html + + + __gnu_parallel::__replace_if_selector + a08997.html + + + + __gnu_parallel::__generic_for_each_selector - size_type - find_last_of - a09992.html - a12fc7455ac41d07a9350824d71d5ab3a - (const _CharT *__s, size_type __pos=npos) const + + __replace_if_selector + a08997.html + adbc9d0217ad343205522064b78116f27 + (const _Tp &__new_val) - size_type - find_last_of - a09992.html - ae533d7eec1df0fb48aeaf38195134214 - (_CharT __c, size_type __pos=npos) const noexcept + bool + operator() + a08997.html + aac84e11aceb0e9a3a784639d4df228c3 + (_Op &__o, _It __i) - - reference - front - a09992.html - ae5b6f85c316a0f9007f76047ad424a4b - () noexcept + + const _Tp & + __new_val + a08997.html + ae1c51abc88821f95a5cb95ae9736d021 + - - const_reference - front - a09992.html - a2d530a251f3c1e3d9e1b6163bda94df8 - () const noexcept + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + __gnu_parallel::__replace_selector + a08993.html + + + __gnu_parallel::__generic_for_each_selector - allocator_type - get_allocator - a09992.html - a75580d8f4a1ff6bd7e58136436894673 - () const noexcept + + __replace_selector + a08993.html + a0fc622ae3902dd1b6c81541545262db7 + (const _Tp &__new_val) - iterator - insert - a09992.html - ae2330468c2acd43907a611293334baf0 - (const_iterator __p, size_type __n, _CharT __c) + bool + operator() + a08993.html + af3f1faaa44808a57f241b03a0f9be9a5 + (_Tp &__v, _It __i) + + + const _Tp & + __new_val + a08993.html + a64e384e0d3c57b0f0a545f56262fa012 + + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + __gnu_cxx::__scoped_lock + a10945.html + + + __gnu_parallel::__transform1_selector + a08985.html + + __gnu_parallel::__generic_for_each_selector - iterator - insert - a09992.html - a9f4193d5c08023732ca08b2e3b069b55 - (const_iterator __p, _InputIterator __beg, _InputIterator __end) + bool + operator() + a08985.html + a8292d668f885bee0747c9d154fb9a77e + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + __gnu_parallel::__transform2_selector + a08989.html + + __gnu_parallel::__generic_for_each_selector - iterator - insert - a09992.html - a801fdd1dc9aaa55ef858fcf5414ae385 - (const_iterator __p, std::initializer_list< _CharT > __l) + bool + operator() + a08989.html + a4e0226a0b61723e0e8e716fb3a8be78f + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08969.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__unary_negate + a08901.html + + + unary_function< argument_type, bool > + + argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + __gnu_cxx::__versa_string + a11673.html + + + + _Base - __versa_string & - insert - a09992.html - a3f98b8577d9a4c1a9d01216e4c308136 - (size_type __pos1, const __versa_string &__str) + + __versa_string + a11673.html + a939fa808865a72fea2e565d1df874b4b + (__versa_string &&__str) noexcept - __versa_string & - insert - a09992.html - a5a80f90cbf0f3913738a1480b3a1bd86 - (size_type __pos1, const __versa_string &__str, size_type __pos2, size_type __n) + + __versa_string + a11673.html + a55b4287fd4a6be0228f2faaf6ae9eede + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) - __versa_string & - insert - a09992.html - a90943cd50dde194d35e6efb62165a53d - (size_type __pos, const _CharT *__s, size_type __n) + + __versa_string + a11673.html + aea0b07c6aa21a88d3901301e5a2b88eb + (const __versa_string &__str) - __versa_string & - insert - a09992.html - a99de3540d81c73d650f605329019a161 - (size_type __pos, const _CharT *__s) + + __versa_string + a11673.html + abc0815a50d229e07ae85b8bb2090674b + (const __versa_string &__str, size_type __pos, size_type __n, const _Alloc &__a) - __versa_string & - insert - a09992.html - a2f59bd59e348597a85efa6b068013b33 - (size_type __pos, size_type __n, _CharT __c) + + __versa_string + a11673.html + aba9d18b5003b1134600125503d20aca9 + (const __versa_string &__str, size_type __pos, size_type __n=npos) - iterator - insert - a09992.html - a11bac87efc12b1fc97b0508ce66a4eff - (const_iterator __p, _CharT __c) + + __versa_string + a11673.html + a5a2e6f8b7e941094312ca04f6183895c + (const _Alloc &__a=_Alloc()) noexcept - size_type - length - a09992.html - a9409606a0963903c52cc2cb72f21fb27 - () const noexcept + + __versa_string + a11673.html + ab8705bfd60091cb1de24fea419bdea67 + (const _CharT *__s, const _Alloc &__a=_Alloc()) - size_type - max_size - a09992.html - ac8315ed08ac178584cf4a80ff4f7346a - () const noexcept + + __versa_string + a11673.html + a9e8157dc234be1b120e4bbedaa8ac0a0 + (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + __versa_string + a11673.html + a9960793ce81ffc0589a9ad74f5ed6090 + (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + + + + __versa_string + a11673.html + a6c16bfef8fe51b28730c8cfd95c7f3a5 + (std::initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + + + + ~__versa_string + a11673.html + a891d66d5c8927e2a762aa8a7025a211d + () noexcept __versa_string & - operator+= - a09992.html - a4b8715fc8f6a53505b98b9b19b512453 + append + a11673.html + a9f84dceb2e21c9e61ca067d54c2957ad + (_InputIterator __first, _InputIterator __last) + + + __versa_string & + append + a11673.html + a951ff9afc9f61474a79b0233ff010289 (const __versa_string &__str) __versa_string & - operator+= - a09992.html - a79d20017299bbfc786b2d5540e5af61d + append + a11673.html + ae5b284367d022a51a33e4118e25866bb + (const __versa_string &__str, size_type __pos, size_type __n) + + + __versa_string & + append + a11673.html + ae6d34116930903e7bc8354fe92ef8593 (const _CharT *__s) __versa_string & - operator+= - a09992.html - ac14c7143cc1a4ed1ad31593b4a8da43b - (_CharT __c) + append + a11673.html + aea54d824534ee9f125a58ec9033cdd48 + (const _CharT *__s, size_type __n) __versa_string & - operator+= - a09992.html - a1a409030e39ba995df18fefc38525c2a - (std::initializer_list< _CharT > __l) + append + a11673.html + a3fb56cb34ced33afd4b5c53b30c10a46 + (size_type __n, _CharT __c) __versa_string & - operator= - a09992.html - a7bee901f7465419633250caa04983ef6 - (const __versa_string &__str) + append + a11673.html + a4f19cd669d7f21d93f5fb36ba8384e65 + (std::initializer_list< _CharT > __l) __versa_string & - operator= - a09992.html - a46713802e19d9139db7468030060ebaf + assign + a11673.html + a34d8c156d115ee2ee8ec527d324581b1 (__versa_string &&__str) noexcept __versa_string & - operator= - a09992.html - aa833376e55c1b6c75179e976043e6dd6 - (std::initializer_list< _CharT > __l) + assign + a11673.html + a0cd3b8029b8958b6f02852e240b50899 + (_InputIterator __first, _InputIterator __last) __versa_string & - operator= - a09992.html - a01f0f4f2476992da89a882cb4f35c52e + assign + a11673.html + a2f8201f5e82e07e27c2f39f13a1c04a9 + (const __versa_string &__str) + + + __versa_string & + assign + a11673.html + ab5ba7120a3e81545fcbdbf055c8e392d + (const __versa_string &__str, size_type __pos, size_type __n) + + + __versa_string & + assign + a11673.html + a9faa9dc311635300ef2e2fee77262b61 (const _CharT *__s) __versa_string & - operator= - a09992.html - aa1d106b3b5ff8313d6d646f9aec5adc6 - (_CharT __c) + assign + a11673.html + a861c4286beece654abd5b3a828f4ff49 + (const _CharT *__s, size_type __n) - const_reference - operator[] - a09992.html - ab2b57e74d31d0fc2340d2cece8700b4a - (size_type __pos) const noexcept + __versa_string & + assign + a11673.html + acf5a7b1fd517200f124373026b7bd807 + (size_type __n, _CharT __c) + + + __versa_string & + assign + a11673.html + ab375104c3d2ef95f7d2b56a25d91bef8 + (std::initializer_list< _CharT > __l) reference - operator[] - a09992.html - a9b58791d4ef7809989f8eaf599f980f1 - (size_type __pos) noexcept + at + a11673.html + a918448764b4f015d1ef5823415115db0 + (size_type __n) - void - pop_back - a09992.html - afa3b9e5ebf3b075576d5f9d8a4b9aa18 - () + const_reference + at + a11673.html + a1dbcd4e782ab5ac789de302889097f4d + (size_type __n) const - void - push_back - a09992.html - ae447c4a9eff875257d755a7f8f6d15f4 - (_CharT __c) + const_reference + back + a11673.html + aa670e1b5630bf0d6ba75cc1f99b6f55d + () const noexcept - reverse_iterator - rbegin - a09992.html - afafcdd90aee602e7dee77c634b27604d + reference + back + a11673.html + a8b57e6342b28e0d5e2b8c7441946dd04 () noexcept - const_reverse_iterator - rbegin - a09992.html - a68dfba201272143f3b4bffcd6377b110 + const_iterator + begin + a11673.html + aad48e43cd6894b4e646dc90e5079727a () const noexcept - reverse_iterator - rend - a09992.html - a08cc9cc1c8df58728f94b5533b643073 + iterator + begin + a11673.html + a09add145f97333c7ecc22d2591f0fd6a () noexcept - const_reverse_iterator - rend - a09992.html - aad836eb6a1c101e4a27defcaefb7e5cf + const _CharT * + c_str + a11673.html + a74426cc065679e05d5b3f279d1440fe3 () const noexcept - __versa_string & - replace - a09992.html - ab198c2154e2446b3800221546fa5c49a - (size_type __pos, size_type __n, const __versa_string &__str) + size_type + capacity + a11673.html + a7875f908db08e3d0940ab928eb160268 + () const noexcept - __versa_string & - replace - a09992.html - a2baedb7b7e66fa32852e1e5f7b03f839 - (size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) + const_iterator + cbegin + a11673.html + acd9303d9a1eea900367172706bbea0fc + () const noexcept - __versa_string & - replace - a09992.html - a3c9f1deec90a0bc60fd256a104da92ce - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + const_iterator + cend + a11673.html + a48e703791d3549f4e4c84af68b382f99 + () const noexcept - __versa_string & - replace - a09992.html - ae54741e836d397dd56e21e5e62d1ccbf - (size_type __pos, size_type __n1, const _CharT *__s) + void + clear + a11673.html + ab778e468351ba1d0365bccda523e1eba + () noexcept - __versa_string & - replace - a09992.html - acc1eff3a64f7840cbef6f6fe3b5429f5 - (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + int + compare + a11673.html + a967b5317590fba87cc166bb8d03a1f2b + (const __versa_string &__str) const - __versa_string & - replace - a09992.html - a2c79e5c619c0d549e5f014fc5e28b9a3 - (const_iterator __i1, const_iterator __i2, const __versa_string &__str) + int + compare + a11673.html + a43985f2d884a45395bfad2efc5c6e8cf + (const _CharT *__s) const - __versa_string & - replace - a09992.html - a4a87e0419fea6c1548e867619a8544e4 - (const_iterator __i1, const_iterator __i2, const _CharT *__s, size_type __n) + int + compare + a11673.html + ac72042b419538e58816048f02d8a939c + (size_type __pos, size_type __n, const __versa_string &__str) const - __versa_string & - replace - a09992.html - aacd71b513fe378c6e44f7a85a9d9335b - (const_iterator __i1, const_iterator __i2, const _CharT *__s) + int + compare + a11673.html + a03ec24fe3c64fb1b05ff8e9de14c086f + (size_type __pos, size_type __n1, const _CharT *__s) const - __versa_string & - replace - a09992.html - af5b9f5d9b9d4e6d8d3acedc2d9f8b113 - (const_iterator __i1, const_iterator __i2, size_type __n, _CharT __c) + int + compare + a11673.html + a7e89f6009dd81acd8a93cedef5e88e65 + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const - __versa_string & - replace - a09992.html - a98e9ff42df6157eed9db5bfd9a7604ed - (const_iterator __i1, const_iterator __i2, _InputIterator __k1, _InputIterator __k2) + int + compare + a11673.html + a75d59248b3ce3544737ae337ec0e45e6 + (size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) const - __versa_string & - replace - a09992.html - a9ade44d5751cd139715d603036d24683 - (const_iterator __i1, const_iterator __i2, std::initializer_list< _CharT > __l) + size_type + copy + a11673.html + ad4a99dc8d3755b195b89f4d0e2b5bb49 + (_CharT *__s, size_type __n, size_type __pos=0) const - void - reserve - a09992.html - aec0611cbd406403c883086089c95a512 - (size_type __res_arg=0) + const_reverse_iterator + crbegin + a11673.html + aac8666029362e1d65769694f28f28d7a + () const noexcept - void - resize - a09992.html - a71062fb582528519cd66bbe96a89be13 - (size_type __n, _CharT __c) + const_reverse_iterator + crend + a11673.html + af1e98d795f3b288cff0e0ead0b882634 + () const noexcept - void - resize - a09992.html - aab92cb1d9ba7c14d17cbf4a6a6578bbd - (size_type __n) + const _CharT * + data + a11673.html + a4dd3ac918e886a29d8a0bf9331f2e8d9 + () const noexcept + + + bool + empty + a11673.html + a9b10c593f3b534c91f16fa6c91db3d76 + () const noexcept + + + const_iterator + end + a11673.html + ac99321a98ffc407b9747352bec9551c2 + () const noexcept + + + iterator + end + a11673.html + a0acafbbfa0d432074373506cc9ed631f + () noexcept + + + iterator + erase + a11673.html + a936fb32c88d2acb1e3d318cbb53c91a2 + (const_iterator __first, const_iterator __last) + + + iterator + erase + a11673.html + a76c619cf8a8209bc94c50da98772326f + (const_iterator __position) + + + __versa_string & + erase + a11673.html + ad63b0c68fd53a88dd84b88151da790e3 + (size_type __pos=0, size_type __n=npos) size_type - rfind - a09992.html - aed303c4b352ab6457acd8951c36a8b43 - (const __versa_string &__str, size_type __pos=npos) const noexcept + find + a11673.html + a68d1fb6f098a29470128421c04605a18 + (_CharT __c, size_type __pos=0) const noexcept size_type - rfind - a09992.html - a8f8e404eff65c29c463d5f9ec77b71ea - (const _CharT *__s, size_type __pos, size_type __n) const + find + a11673.html + a68746de47d8142951be577a34bad453f + (const __versa_string &__str, size_type __pos=0) const noexcept size_type - rfind - a09992.html - ad21072d1890f3b24181b0781ca1eb1e9 - (const _CharT *__s, size_type __pos=npos) const + find + a11673.html + a1cd14e7fb27530a1859047f74e7262f9 + (const _CharT *__s, size_type __pos, size_type __n) const size_type - rfind - a09992.html - a6a0ee375ebadab1446301069152851e7 - (_CharT __c, size_type __pos=npos) const noexcept + find + a11673.html + aff1f1c68135474bef1e118d9f90a0624 + (const _CharT *__s, size_type __pos=0) const - void - shrink_to_fit - a09992.html - a979da4f0d7e764ee55fbafbce4ea9a3e - () noexcept + size_type + find_first_not_of + a11673.html + aa02fafa27ba203b3ebc29fa52c093865 + (_CharT __c, size_type __pos=0) const noexcept size_type - size - a09992.html - a942b15c04edb2c0c0635d22b50dfa338 - () const noexcept + find_first_not_of + a11673.html + a1cc1fe69137d69e0d691c83a8b7a877a + (const __versa_string &__str, size_type __pos=0) const noexcept - __versa_string - substr - a09992.html - ab38b3bdb3cf4f19355202b28b8424997 - (size_type __pos=0, size_type __n=npos) const + size_type + find_first_not_of + a11673.html + a2a9d4a0f8ffbcaca7a55c874ca69bcaf + (const _CharT *__s, size_type __pos, size_type __n) const - void - swap - a09992.html - a05eed1a275b62f425fe4843edb708956 - (__versa_string &__s) noexcept + size_type + find_first_not_of + a11673.html + a911f590a4037fa8c455eeb69836b83b6 + (const _CharT *__s, size_type __pos=0) const - - static const size_type - npos - a09992.html - a8ae69d8d271de80c7989283cd34a1790 - + + size_type + find_first_of + a11673.html + a291c0f4c8db9612efad3c478a3a0619d + (_CharT __c, size_type __pos=0) const noexcept - - - __gnu_cxx::_Caster - a09236.html - - - - __gnu_cxx::_Char_types - a04232.html - _CharT - - - __gnu_cxx::_ExtPtr_allocator - a09304.html - _Tp - - - __gnu_cxx::_Invalid_type - a09472.html - - - __gnu_cxx::_Pointer_adapter - a09504.html - _Storage_policy - - - __gnu_cxx::_Relative_pointer_impl - a09464.html - - - - __gnu_cxx::_Relative_pointer_impl< const _Tp > - a09468.html - - - - __gnu_cxx::_Std_pointer_impl - a09460.html - - - - __gnu_cxx::_Unqualified_type - a09496.html - - - - __gnu_cxx::annotate_base - a09600.html - - - __gnu_cxx::array_allocator - a09168.html - - - __gnu_cxx::array_allocator_base - - - __gnu_cxx::array_allocator_base - a09164.html - - - - __gnu_cxx::binary_compose - a08088.html - _Operation1 - _Operation2 - _Operation3 - std::unary_function - - _Arg - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _Result - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + size_type + find_first_of + a11673.html + a51b79cb3c4f9cd8af4cead91f4faa39c + (const __versa_string &__str, size_type __pos=0) const noexcept - - - __gnu_cxx::bitmap_allocator - a09212.html - _Tp - __gnu_cxx::free_list - pointer - _M_allocate_single_object - a09212.html - ac77b949a33d56571818a29d403d29c0f - () + size_type + find_first_of + a11673.html + ac9799d12f46f0c9ec33d0fd311e1b3c1 + (const _CharT *__s, size_type __pos, size_type __n) const - void - _M_deallocate_single_object - a09212.html - ae0ef4419b8cbba9cb3dd18f54767011b - (pointer __p) + size_type + find_first_of + a11673.html + add4cabafc8f7d3a89e6317b1e690b095 + (const _CharT *__s, size_type __pos=0) const - void - _M_clear - a09204.html - aa818ab5db6cd984caf19488acd99e773 - () + size_type + find_last_not_of + a11673.html + a2e8dd285274cf21efe56bb58792ac67a + (_CharT __c, size_type __pos=npos) const noexcept - size_t * - _M_get - a09204.html - a97b71b00432393bcd261e184762ca39a - (size_t __sz) + size_type + find_last_not_of + a11673.html + a44ea35572c1492b236ddc2b5977309bb + (const __versa_string &__str, size_type __pos=npos) const noexcept - void - _M_insert - a09204.html - ae74ae06db0ef7dad012081a3c73e6483 - (size_t *__addr) + size_type + find_last_not_of + a11673.html + a85e9808581c06885d492a7dc230b9c3d + (const _CharT *__s, size_type __pos, size_type __n) const - - - __gnu_cxx::char_traits - a04236.html - - - - __gnu_cxx::character - a09452.html - _Value - _Int - _St - - - __gnu_cxx::condition_base - a09604.html - - - __gnu_cxx::constant_binary_fun - a08140.html - - - - - - __gnu_cxx::constant_unary_fun - a08136.html - - - - - __gnu_cxx::constant_void_fun - a08132.html - - - - __gnu_cxx::debug_allocator - a09284.html - _Alloc - - - __gnu_cxx::enc_filebuf - a09300.html - - basic_filebuf< _CharT, encoding_char_traits< _CharT > > - __filebuf_type * - close - a02072.html - a5e13a128abb0a5dd8ef1e3d10597031f - () + size_type + find_last_not_of + a11673.html + a69d482699c2e775c7f62dcb9392c7ada + (const _CharT *__s, size_type __pos=npos) const - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + size_type + find_last_of + a11673.html + ae533d7eec1df0fb48aeaf38195134214 + (_CharT __c, size_type __pos=npos) const noexcept - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + size_type + find_last_of + a11673.html + a14963706e6c95eea43af12f44d9b95ad + (const __versa_string &__str, size_type __pos=npos) const noexcept - bool - is_open - a02072.html - a56ddf5ebdff55e7aaf51077a51c4d42f - () const + size_type + find_last_of + a11673.html + add62aca46b830b7b503354a0e5da6dfc + (const _CharT *__s, size_type __pos, size_type __n) const - __filebuf_type * - open - a02072.html - ad72dc61561f4420b36f9e626b4426433 - (const char *__s, ios_base::openmode __mode) + size_type + find_last_of + a11673.html + a12fc7455ac41d07a9350824d71d5ab3a + (const _CharT *__s, size_type __pos=npos) const - __filebuf_type * - open - a02072.html - a541062313b01b7bb74af2582f88a365f - (const std::string &__s, ios_base::openmode __mode) + const_reference + front + a11673.html + a2d530a251f3c1e3d9e1b6163bda94df8 + () const noexcept - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + reference + front + a11673.html + ae5b6f85c316a0f9007f76047ad424a4b + () noexcept - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + allocator_type + get_allocator + a11673.html + a75580d8f4a1ff6bd7e58136436894673 + () const noexcept - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + iterator + insert + a11673.html + a11bac87efc12b1fc97b0508ce66a4eff + (const_iterator __p, _CharT __c) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + iterator + insert + a11673.html + a9f4193d5c08023732ca08b2e3b069b55 + (const_iterator __p, _InputIterator __beg, _InputIterator __end) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + iterator + insert + a11673.html + ae2330468c2acd43907a611293334baf0 + (const_iterator __p, size_type __n, _CharT __c) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + iterator + insert + a11673.html + a801fdd1dc9aaa55ef858fcf5414ae385 + (const_iterator __p, std::initializer_list< _CharT > __l) - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + __versa_string & + insert + a11673.html + a99de3540d81c73d650f605329019a161 + (size_type __pos, const _CharT *__s) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + __versa_string & + insert + a11673.html + a90943cd50dde194d35e6efb62165a53d + (size_type __pos, const _CharT *__s, size_type __n) - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + __versa_string & + insert + a11673.html + a2f59bd59e348597a85efa6b068013b33 + (size_type __pos, size_type __n, _CharT __c) - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + __versa_string & + insert + a11673.html + a3f98b8577d9a4c1a9d01216e4c308136 + (size_type __pos1, const __versa_string &__str) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + __versa_string & + insert + a11673.html + a5a80f90cbf0f3913738a1480b3a1bd86 + (size_type __pos1, const __versa_string &__str, size_type __pos2, size_type __n) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + size_type + length + a11673.html + a9409606a0963903c52cc2cb72f21fb27 + () const noexcept - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + size_type + max_size + a11673.html + ac8315ed08ac178584cf4a80ff4f7346a + () const noexcept - - void - _M_create_pback - a02072.html - ac4c7480aea8087a568d10b87a06b4d4e - () + + __versa_string & + operator+= + a11673.html + ac14c7143cc1a4ed1ad31593b4a8da43b + (_CharT __c) - - void - _M_destroy_pback - a02072.html - a7b95d650e7a161b18ca9fcbd3f792253 - () + + __versa_string & + operator+= + a11673.html + a4b8715fc8f6a53505b98b9b19b512453 + (const __versa_string &__str) - - void - _M_set_buffer - a02072.html - af3d033b08f1641d4594fb5d21eb2db89 - (streamsize __off) + + __versa_string & + operator+= + a11673.html + a79d20017299bbfc786b2d5540e5af61d + (const _CharT *__s) - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + + __versa_string & + operator+= + a11673.html + a1a409030e39ba995df18fefc38525c2a + (std::initializer_list< _CharT > __l) - - virtual void - imbue - a02072.html - a4e8214d23c9895a180231de6cf463449 - (const locale &__loc) + + __versa_string & + operator= + a11673.html + a46713802e19d9139db7468030060ebaf + (__versa_string &&__str) noexcept - - virtual int_type - overflow - a02072.html - ac1941000c0d1480052cc8ee84fd8a665 - (int_type __c=encoding_char_traits< _CharT > ::eof()) + + __versa_string & + operator= + a11673.html + aa1d106b3b5ff8313d6d646f9aec5adc6 + (_CharT __c) - - virtual int_type - pbackfail - a02072.html - a98e6cafd6256f907c4fff74afa49be3e - (int_type __c=encoding_char_traits< _CharT > ::eof()) + + __versa_string & + operator= + a11673.html + a7bee901f7465419633250caa04983ef6 + (const __versa_string &__str) - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + + __versa_string & + operator= + a11673.html + a01f0f4f2476992da89a882cb4f35c52e + (const _CharT *__s) - - virtual pos_type - seekoff - a02072.html - a0152beebcac8c9542b6b0efe3de5bbfb - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + __versa_string & + operator= + a11673.html + aa833376e55c1b6c75179e976043e6dd6 + (std::initializer_list< _CharT > __l) - - virtual pos_type - seekpos - a02072.html - a91365d684bb298cb7ad42e3c73cd0252 - (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + const_reference + operator[] + a11673.html + ab2b57e74d31d0fc2340d2cece8700b4a + (size_type __pos) const noexcept - - virtual __streambuf_type * - setbuf - a02072.html - afdc468aedafb80e43f14569d09485e6b - (char_type *__s, streamsize __n) + + reference + operator[] + a11673.html + a9b58791d4ef7809989f8eaf599f980f1 + (size_type __pos) noexcept - + void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + pop_back + a11673.html + afa3b9e5ebf3b075576d5f9d8a4b9aa18 + () - + void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + push_back + a11673.html + ae447c4a9eff875257d755a7f8f6d15f4 + (_CharT __c) - - virtual streamsize - showmanyc - a02072.html - a0e8e4218ba9766e34b74e69b17fb28b3 - () + + const_reverse_iterator + rbegin + a11673.html + a68dfba201272143f3b4bffcd6377b110 + () const noexcept - - virtual int - sync - a02072.html - af42cd30ec66c6eb0df56026098b6e04f - () + + reverse_iterator + rbegin + a11673.html + afafcdd90aee602e7dee77c634b27604d + () noexcept - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + const_reverse_iterator + rend + a11673.html + aad836eb6a1c101e4a27defcaefb7e5cf + () const noexcept - - virtual int_type - underflow - a02072.html - a051ec9d0aa68d3bbf3a2b8cb2e41c93b - () + + reverse_iterator + rend + a11673.html + a08cc9cc1c8df58728f94b5533b643073 + () noexcept - - virtual streamsize - xsgetn - a02072.html - a4fb6d662a8351a9c790be9fbe78be8b4 - (char_type *__s, streamsize __n) + + __versa_string & + replace + a11673.html + a98e9ff42df6157eed9db5bfd9a7604ed + (const_iterator __i1, const_iterator __i2, _InputIterator __k1, _InputIterator __k2) - - virtual streamsize - xsputn - a02072.html - a9e78a1d5dec2c7eea816ada4e43d7576 - (const char_type *__s, streamsize __n) + + __versa_string & + replace + a11673.html + a2c79e5c619c0d549e5f014fc5e28b9a3 + (const_iterator __i1, const_iterator __i2, const __versa_string &__str) - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + __versa_string & + replace + a11673.html + aacd71b513fe378c6e44f7a85a9d9335b + (const_iterator __i1, const_iterator __i2, const _CharT *__s) - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + __versa_string & + replace + a11673.html + a4a87e0419fea6c1548e867619a8544e4 + (const_iterator __i1, const_iterator __i2, const _CharT *__s, size_type __n) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + __versa_string & + replace + a11673.html + af5b9f5d9b9d4e6d8d3acedc2d9f8b113 + (const_iterator __i1, const_iterator __i2, size_type __n, _CharT __c) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + __versa_string & + replace + a11673.html + a9ade44d5751cd139715d603036d24683 + (const_iterator __i1, const_iterator __i2, std::initializer_list< _CharT > __l) - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const - - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const - - - char_type * - _M_buf - a02072.html - a981a6d9fa6672d57f94dc2578f3d4b07 - - - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - - - - size_t - _M_buf_size - a02072.html - a59de9f582ce410ea2c7583eaf4228e2f - - - - char * - _M_ext_buf - a02072.html - a65f15e25bc11ffc20ca24e1c437ee5c0 - - - - streamsize - _M_ext_buf_size - a02072.html - a284d196740028e4047586fe923e7a595 - - - - const char * - _M_ext_next - a02072.html - af4a3bae8038d32dffd03676c93feccbc - - - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - - - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - - - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 - - - - ios_base::openmode - _M_mode - a02072.html - a14cdd23152cee458aaa655cf9508f9a6 - - - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 - - - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 - - - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe - - - - bool - _M_reading - a02072.html - acde765e7a5ddaca79683176fe981cec1 - - - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 - - - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 - + + __versa_string & + replace + a11673.html + ab198c2154e2446b3800221546fa5c49a + (size_type __pos, size_type __n, const __versa_string &__str) - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c - + + __versa_string & + replace + a11673.html + ae54741e836d397dd56e21e5e62d1ccbf + (size_type __pos, size_type __n1, const _CharT *__s) - - bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - + + __versa_string & + replace + a11673.html + a3c9f1deec90a0bc60fd256a104da92ce + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 - + + __versa_string & + replace + a11673.html + acc1eff3a64f7840cbef6f6fe3b5429f5 + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 - + + __versa_string & + replace + a11673.html + a2baedb7b7e66fa32852e1e5f7b03f839 + (size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c - + + void + reserve + a11673.html + aec0611cbd406403c883086089c95a512 + (size_type __res_arg=0) - - bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - + + void + resize + a11673.html + aab92cb1d9ba7c14d17cbf4a6a6578bbd + (size_type __n) - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + void + resize + a11673.html + a71062fb582528519cd66bbe96a89be13 + (size_type __n, _CharT __c) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + size_type + rfind + a11673.html + a6a0ee375ebadab1446301069152851e7 + (_CharT __c, size_type __pos=npos) const noexcept - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + size_type + rfind + a11673.html + aed303c4b352ab6457acd8951c36a8b43 + (const __versa_string &__str, size_type __pos=npos) const noexcept - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + size_type + rfind + a11673.html + a8f8e404eff65c29c463d5f9ec77b71ea + (const _CharT *__s, size_type __pos, size_type __n) const - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + size_type + rfind + a11673.html + ad21072d1890f3b24181b0781ca1eb1e9 + (const _CharT *__s, size_type __pos=npos) const - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + void + shrink_to_fit + a11673.html + a979da4f0d7e764ee55fbafbce4ea9a3e + () noexcept - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + size_type + size + a11673.html + a942b15c04edb2c0c0635d22b50dfa338 + () const noexcept - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + __versa_string + substr + a11673.html + ab38b3bdb3cf4f19355202b28b8424997 + (size_type __pos=0, size_type __n=npos) const - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + void + swap + a11673.html + a05eed1a275b62f425fe4843edb708956 + (__versa_string &__s) noexcept - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + static const size_type + npos + a11673.html + a8ae69d8d271de80c7989283cd34a1790 + - - __gnu_cxx::encoding_char_traits - a09248.html - - std::char_traits - - __gnu_cxx::encoding_state - a09244.html + __gnu_debug::_After_nth_from + a08541.html + - __gnu_cxx::forced_error - a09596.html - std::exception - - virtual const char * - what - a01492.html - gab115ebeb6ac845ab4f4336617ad33165 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + std::_Base_bitset + a01921.html + _Nw + + _WordT + _M_w + a01921.html + a935cf17f91719fcd39d284151064f170 + [_Nw] + + std::_Base_bitset< 0 > + a01929.html + + + std::_Base_bitset< 1 > + a01925.html + - __gnu_cxx::free_list - a09204.html - - void - _M_clear - a09204.html - aa818ab5db6cd984caf19488acd99e773 - () - - - size_t * - _M_get - a09204.html - a97b71b00432393bcd261e184762ca39a - (size_t __sz) - - - void - _M_insert - a09204.html - ae74ae06db0ef7dad012081a3c73e6483 - (size_t *__addr) + _Base_bitset<((_Nb)/(__CHAR_BIT__ *__SIZEOF_LONG__)+((_Nb) %(__CHAR_BIT__ *__SIZEOF_LONG__)==0 ? 0 :1))> + a01921.html + + _WordT + _M_w + a01921.html + a935cf17f91719fcd39d284151064f170 + [_Nw] - - __gnu_cxx::hash_map - a07528.html - _Key - _Tp - _HashFn - _EqualKey - _Alloc + + __gnu_debug::_BeforeBeginHelper + a08509.html + - __gnu_cxx::hash_multimap - a07532.html - _Key - _Tp - _HashFn - _EqualKey - _Alloc + std::_Bind + a02253.html + - __gnu_cxx::hash_multiset - a07548.html - _Value - _HashFcn - _EqualKey - _Alloc + std::_Bind_result + a02261.html + + - __gnu_cxx::hash_set - a07544.html - _Value - _HashFcn - _EqualKey - _Alloc + __gnu_cxx::__detail::_Bitmap_counter + a10865.html + - - __gnu_cxx::limit_condition - a09608.html - __gnu_cxx::condition_base - __gnu_cxx::limit_condition::always_adjustor - __gnu_cxx::limit_condition::limit_adjustor - __gnu_cxx::limit_condition::never_adjustor + + _Bitmap_counter< _Alloc_block * > + a10865.html - __gnu_cxx::limit_condition::always_adjustor - a09620.html + std::__detail::_BracketMatcher + a06577.html + + __icase + __collate - __gnu_cxx::limit_condition::limit_adjustor - a09624.html + __gnu_cxx::_Caster + a10901.html + - __gnu_cxx::limit_condition::never_adjustor - a09616.html + __gnu_cxx::_Char_types + a05013.html + - __gnu_cxx::malloc_allocator - a09320.html + __gnu_pbds::detail::pat_trie_base::_CIter + a12489.html + + + + Is_Forward_Iterator - __gnu_cxx::new_allocator - a09432.html + std::__detail::_Compiler + a06581.html - __gnu_cxx::project1st - a08112.html - + std::__parallel::_CRandNumber + a08889.html - - _Arg1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Result - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Arg2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - __gnu_cxx::project2nd - a08116.html + std::__detail::_Default_ranged_hash + a05709.html + + + std::_Deque_base + a07133.html - - _Arg1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Result - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Arg2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + void + _M_initialize_map + a07133.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) - - __gnu_cxx::random_condition - a09628.html - __gnu_cxx::condition_base - __gnu_cxx::random_condition::always_adjustor - __gnu_cxx::random_condition::group_adjustor - __gnu_cxx::random_condition::never_adjustor - - - __gnu_cxx::random_condition::always_adjustor - a09644.html - - - __gnu_cxx::random_condition::group_adjustor - a09636.html - - - __gnu_cxx::random_condition::never_adjustor - a09640.html + + _Deque_base< _Tp, std::allocator< _Tp > > + a07133.html + + void + _M_initialize_map + a07133.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) + - __gnu_cxx::rb_tree - a08152.html - - + std::_Deque_iterator + a07033.html - - - __gnu_cxx::recursive_init_error - a01648.html - std::exception - - virtual const char * - what - a01492.html - gab115ebeb6ac845ab4f4336617ad33165 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + void + _M_set_node + a07033.html + a8d2581de34cff0de15953128185cbe55 + (_Map_pointer __new_node) noexcept - __gnu_cxx::rope - a08168.html - _CharT - _Alloc + _Deque_iterator< _Tp, _Tp &, _Ptr > + a07033.html + + void + _M_set_node + a07033.html + a8d2581de34cff0de15953128185cbe55 + (_Map_pointer __new_node) noexcept + - __gnu_cxx::select1st - a08096.html + __gnu_parallel::_DRandomShufflingGlobalData + a09221.html - - _Pair - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + + + _DRandomShufflingGlobalData + a09221.html + a49c246799f069b451b53333929d4084b + (_RAIter &__source) + + + _ThreadIndex * + _M_bin_proc + a09221.html + ab8ca1d69017a8d989c2a6513f7ee5dff - - _Pair::first_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + + _DifferenceType ** + _M_dist + a09221.html + a3daea3a567c0812cbd6f952f09cf749e - - - __gnu_cxx::select2nd - a08100.html - - - _Pair - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + + int + _M_num_bins + a09221.html + a97f25c495ee3f15f536662ab66ed3090 - - _Pair::second_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + + int + _M_num_bits + a09221.html + aea997549c9b932168aa3604c93d8ffc8 - - - __gnu_cxx::slist - a08260.html - _Tp - _Alloc - - - __gnu_cxx::stdio_filebuf - a09588.html - - - std::basic_filebuf - - - stdio_filebuf - a09588.html - a8b64983961c6d4f32b5021a79ad39447 - () + + _RAIter & + _M_source + a09221.html + acfd543398248a5b739699df3a525c3c2 + - - - stdio_filebuf - a09588.html - a777faeb6849444b4663d1cbe543e1ae3 - (int __fd, std::ios_base::openmode __mode, size_t __size=static_cast< size_t >(BUFSIZ)) + + _DifferenceType * + _M_starts + a09221.html + ad6b06c75f81ed22652e7885f5f24b8f8 + - - - stdio_filebuf - a09588.html - a197c58345703b4c82256fe5c1574273f - (std::__c_file *__f, std::ios_base::openmode __mode, size_t __size=static_cast< size_t >(BUFSIZ)) + + _ValueType ** + _M_temporaries + a09221.html + ab4a993d7f3f535fb1e966844a742c346 + - - virtual - ~stdio_filebuf - a09588.html - a331254f7330187859fb6d823bfa8b1a0 - () + + + __gnu_parallel::_DRSSorterPU + a09225.html + + + + _BinIndex + __bins_end + a09225.html + a57cad95133be224e950058f49d8efa88 + - - __filebuf_type * - close - a02072.html - a5e13a128abb0a5dd8ef1e3d10597031f - () + + _BinIndex + _M_bins_begin + a09225.html + a4f1586846d7c1364d0bdb4495050be75 + - + int - fd - a09588.html - aa4a4bb4a6e25428d723c624b048b7e36 - () + _M_num_threads + a09225.html + a98ee0afe2a8b24ccca4438ac7d9aa05d + - - std::__c_file * - file - a09588.html - ad6abbe04f3851c05497276f37eb2c154 - () + + _DRandomShufflingGlobalData< _RAIter > * + _M_sd + a09225.html + a8e416537b5c329254dbc66c20416629f + - - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + + uint32_t + _M_seed + a09225.html + a81dfd4b63950e76d2b540051a234cd5d + - - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + + + __gnu_parallel::_DummyReduct + a09029.html + + + std::_Enable_copy_move + a05329.html + _Copy + _CopyAssignment + _Move + _MoveAssignment + + + + _Enable_copy_move< __detail::__variant::_Traits< _Types... >::_S_copy_ctor, __detail::__variant::_Traits< _Types... >::_S_copy_assign, __detail::__variant::_Traits< _Types... >::_S_move_ctor, __detail::__variant::_Traits< _Types... >::_S_move_assign, variant< _Types... > > + a05329.html + + + _Enable_copy_move< _Copy, _CopyAssignment, _Move, _MoveAssignment, void > + a05329.html + + + _Enable_copy_move< is_copy_constructible< _Tp >::value, __and_< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >::value, is_move_constructible< _Tp >::value, __and_< is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value, optional< _Tp > > + a05329.html + + + _Enable_copy_move< is_copy_constructible_v< _Tp >, __and_v< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >, is_move_constructible_v< _Tp >, __and_v< is_move_constructible< _Tp >, is_move_assignable< _Tp > >, optional< _Tp > > + a05329.html + + + std::_Enable_default_constructor + a05321.html + _Switch + + + + _Enable_default_constructor< __detail::__variant::_Traits< _Types... >::_S_default_ctor, variant< _Types... > > + a05321.html + + + _Enable_default_constructor< _Default, void > + a05321.html + + + std::_Enable_destructor + a05325.html + _Switch + + + + _Enable_destructor< _Destructor, void > + a05325.html + + + std::_Enable_special_members + a05333.html + _Default + _Destructor + _Copy + _CopyAssignment + _Move + _MoveAssignment + + _Enable_default_constructor< _Default, void > + _Enable_destructor< _Destructor, void > + _Enable_copy_move< _Copy, _CopyAssignment, _Move, _MoveAssignment, void > + + + __gnu_debug::_Equal_to + a08537.html + + + + __gnu_parallel::_EqualFromLess + a08897.html + + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - + bool - is_open - a02072.html - a56ddf5ebdff55e7aaf51077a51c4d42f - () const - - - __filebuf_type * - open - a02072.html - ad72dc61561f4420b36f9e626b4426433 - (const char *__s, ios_base::openmode __mode) + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - __filebuf_type * - open - a02072.html - a541062313b01b7bb74af2582f88a365f - (const std::string &__s, ios_base::openmode __mode) + + _T2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + + + std::__detail::_Equality + a05809.html + + + + + + + + + + + _Unique_keys + + + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + a05817.html + + + + + + + + + + + + + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > + a05813.html + + + + + + + + + + + + + _Equality< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + a05809.html + + + __gnu_parallel::_EqualTo + a08913.html + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + + _T2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + + + std::__detail::_Executor + a06521.html + + + + __dfs_mode + + + __gnu_cxx::_ExtPtr_allocator + a10969.html + + + + __gnu_cxx::__detail::_Ffit_finder + a10861.html + + unary_function< std::pair< _Tp, _Tp >, bool > + + std::pair< _Tp, _Tp > + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + + + std::_Function_base + a06909.html + + + std::_Fwd_list_base + a05429.html + + + + + _Fwd_list_base< _Tp, allocator< _Tp > > + a05429.html + + + std::_Fwd_list_const_iterator + a05425.html + + + friend bool + operator!= + a05425.html + a0ace445834d8a331ce293f4e3214b591 + (const _Self &__x, const _Self &__y) noexcept - - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + + friend bool + operator== + a05425.html + a3c683932c804fc4b5bc8fe9fd379733b + (const _Self &__x, const _Self &__y) noexcept - - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + + + std::_Fwd_list_iterator + a05421.html + + + friend bool + operator!= + a05421.html + a0ace445834d8a331ce293f4e3214b591 + (const _Self &__x, const _Self &__y) noexcept - - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + + friend bool + operator== + a05421.html + a3c683932c804fc4b5bc8fe9fd379733b + (const _Self &__x, const _Self &__y) noexcept + + + std::_Fwd_list_node + a05417.html + + std::_Fwd_list_node_base + + + std::_Fwd_list_node_base + a05413.html + + + __gnu_parallel::_GuardedIterator + a09125.html + + - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + _GuardedIterator + a09125.html + ae5f70394d5c15f471216c6483d846b1c + (_RAIter __begin, _RAIter __end, _Compare &__comp) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + operator _RAIter + a09125.html + a0116bac2b1d91af455cfcbe7b0d9799b + () const - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + std::iterator_traits< _RAIter >::value_type & + operator* + a09125.html + aebc9436c58f459525088bda7f88aa246 + () const - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce + _GuardedIterator< _RAIter, _Compare > & + operator++ + a09125.html + ab5ee82c060324ccc10d02831a5270a7c () - - void - _M_create_pback - a02072.html - ac4c7480aea8087a568d10b87a06b4d4e - () + + friend bool + operator< + a09125.html + add45fe71fffb29eec52f41491314ba80 + (const _GuardedIterator< _RAIter, _Compare > &__bi1, const _GuardedIterator< _RAIter, _Compare > &__bi2) - - void - _M_destroy_pback - a02072.html - a7b95d650e7a161b18ca9fcbd3f792253 - () + + friend bool + operator<= + a09125.html + a378e624544fa9de7390e16a82f3aa2f9 + (const _GuardedIterator< _RAIter, _Compare > &__bi1, const _GuardedIterator< _RAIter, _Compare > &__bi2) - + + + std::__detail::_Hash_code_base + a05781.html + + + + + + + __cache_hash_code + _Hashtable_ebo_helper< 1, _Hash > + + + _Hash_code_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, _Traits::__hash_cached::value > + a05781.html + _Hashtable_ebo_helper< 1, _Hash > + + + std::__detail::_Hash_node + a05689.html + + _Cache_hash_code + std::__detail::_Hash_node_base + + + std::__detail::_Hash_node_base + a05669.html + + + std::__detail::_Hash_node_code_cache + a05677.html + _Cache_hash_code + + + std::__detail::_Hash_node_code_cache< true > + a05681.html + + + std::__detail::_Hash_node_value_base + a05673.html + + + + std::_Hashtable + a05609.html + + + + + + + + + + + std::__detail::_Hashtable_base + std::__detail::_Map_base + std::__detail::_Insert + std::__detail::_Rehash_base + std::__detail::_Equality + _Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > + void - _M_set_buffer - a02072.html - af3d033b08f1641d4594fb5d21eb2db89 - (streamsize __off) + _M_merge_multi + a05609.html + a555081c297a03c51c97356a5abda6842 + (_Compatible_Hashtable &__src) noexcept - + void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + _M_merge_unique + a05609.html + a44ba80237b44470dc3ae4f140d5609ab + (_Compatible_Hashtable &__src) noexcept - - virtual void - imbue - a02072.html - a4e8214d23c9895a180231de6cf463449 - (const locale &__loc) + + insert_return_type + _M_reinsert_node + a05609.html + a91e69c095734e88c5b178e97c42655e1 + (node_type &&__nh) - - virtual int_type - overflow - a02072.html - ac1941000c0d1480052cc8ee84fd8a665 - (int_type __c=_Traits::eof()) + + iterator + _M_reinsert_node_multi + a05609.html + aedca50acd85e537b877d9491ac2cc87b + (const_iterator __hint, node_type &&__nh) - - virtual int_type - pbackfail - a02072.html - a98e6cafd6256f907c4fff74afa49be3e - (int_type __c=_Traits::eof()) + + node_type + extract + a05609.html + a1aa5b76c225a85ce7f833ac3ddcb9cc6 + (const _Key &__k) - + + + _Hashtable< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value > > + a05609.html + _Hashtable_base< _Value, hash< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _Traits > + _Map_base< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + _Insert< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + _Rehash_base< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + _Equality< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + _Hashtable_alloc< __alloc_rebind< equal_to< _Value >, __detail::_Hash_node< hash< _Value >, _Traits::__hash_cached::value > > > + void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) - - - virtual pos_type - seekoff - a02072.html - a0152beebcac8c9542b6b0efe3de5bbfb - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - virtual pos_type - seekpos - a02072.html - a91365d684bb298cb7ad42e3c73cd0252 - (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - virtual __streambuf_type * - setbuf - a02072.html - afdc468aedafb80e43f14569d09485e6b - (char_type *__s, streamsize __n) + _M_merge_multi + a05609.html + a555081c297a03c51c97356a5abda6842 + (_Compatible_Hashtable &__src) noexcept - + void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + _M_merge_unique + a05609.html + a44ba80237b44470dc3ae4f140d5609ab + (_Compatible_Hashtable &__src) noexcept - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + + insert_return_type + _M_reinsert_node + a05609.html + a91e69c095734e88c5b178e97c42655e1 + (node_type &&__nh) - - virtual streamsize - showmanyc - a02072.html - a0e8e4218ba9766e34b74e69b17fb28b3 - () + + iterator + _M_reinsert_node_multi + a05609.html + aedca50acd85e537b877d9491ac2cc87b + (const_iterator __hint, node_type &&__nh) - - virtual int - sync - a02072.html - af42cd30ec66c6eb0df56026098b6e04f - () + + node_type + extract + a05609.html + a1aa5b76c225a85ce7f833ac3ddcb9cc6 + (const _Value &__k) - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + + std::__detail::_Hashtable_alloc + a05653.html + + _Hashtable_ebo_helper< 0, _NodeAlloc > + + + _Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > + a05653.html + std::__detail::_Hashtable_ebo_helper + + + _Hashtable_alloc< __alloc_rebind< equal_to< _Value >, __detail::_Hash_node< hash< _Value >, _Traits::__hash_cached::value > > > + a05653.html + std::__detail::_Hashtable_ebo_helper + + + std::__detail::_Hashtable_base + a05625.html + + + + + + + + + _Hash_code_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, _Traits::__hash_cached::value > + _Hashtable_ebo_helper< 0, _Equal > + + + _Hashtable_base< _Value, hash< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _Traits > + a05625.html + std::__detail::_Hash_code_base + _Hashtable_ebo_helper< 0, _Equal > + + + std::__detail::_Hashtable_ebo_helper + a05765.html + _Nm + + __use_ebo + + + _Hashtable_ebo_helper< 0, _Equal > + a05765.html + + + _Hashtable_ebo_helper< 0, _NodeAlloc > + a05765.html + + + _Hashtable_ebo_helper< 1, _Hash > + a05765.html + + + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > + a05773.html + _Nm + + + + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > + a05769.html + _Nm + + + + std::__detail::_Hashtable_traits + a05665.html + _Cache_hash_code + _Constant_iterators + _Unique_keys + + + __gnu_pbds::detail::pat_trie_base::_Head + a12469.html + + + __gnu_pbds::detail::pat_trie_base::_Node_base + + + __gnu_pbds::detail::pat_trie_base::_Inode + a12477.html + + + __gnu_pbds::detail::pat_trie_base::_Node_base + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + __gnu_pbds::detail::pat_trie_base::_Inode::iterator + + + std::__detail::_Insert + a05741.html + + + + + + + + + + + _Constant_iterators + + + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + a05749.html + + + + + + + + + + + std::__detail::_Insert_base + + + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > + a05745.html + + + + + + + + + + + std::__detail::_Insert_base + + + _Insert< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + a05741.html + + + std::__detail::_Insert_base + a05737.html + + + + + + + + + + + + + __gnu_cxx::_Invalid_type + a11153.html + + + __gnu_pbds::detail::pat_trie_base::_Iter + a12493.html + + + + + Is_Forward_Iterator + __gnu_pbds::detail::pat_trie_base::_CIter + + + __gnu_parallel::_IteratorPair + a09045.html + + + + pair< _Iterator1, _Iterator2 > + + _Iterator1 + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + - - virtual int_type - underflow - a02072.html - a051ec9d0aa68d3bbf3a2b8cb2e41c93b - () + + _Iterator2 + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - - virtual streamsize - xsgetn - a02072.html - a4fb6d662a8351a9c790be9fbe78be8b4 - (char_type *__s, streamsize __n) + + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _Iterator1 >, __is_nothrow_swappable< _Iterator2 >>::value) - - virtual streamsize - xsputn - a02072.html - a9e78a1d5dec2c7eea816ada4e43d7576 - (const char_type *__s, streamsize __n) + + _Iterator1 + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + _Iterator2 + second + a07613.html + a91179413226db12e66346d3673b7835f + - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + constexpr pair< typename __decay_and_strip< _Iterator1 >::__type, typename __decay_and_strip< _Iterator2 >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_Iterator1 &&__x, _Iterator2 &&__y) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + constexpr enable_if< __and_< __is_swappable< _Iterator1 >, __is_swappable< _Iterator2 > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Iterator1, _Iterator2 > &__x, pair< _Iterator1, _Iterator2 > &__y) noexcept(noexcept(__x.swap(__y))) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - _M_buf - a02072.html - a981a6d9fa6672d57f94dc2578f3d4b07 - + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - size_t - _M_buf_size - a02072.html - a59de9f582ce410ea2c7583eaf4228e2f - + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char * - _M_ext_buf - a02072.html - a65f15e25bc11ffc20ca24e1c437ee5c0 - + + constexpr enable_if< __and_< __is_swappable< _Iterator1 >, __is_swappable< _Iterator2 > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Iterator1, _Iterator2 > &__x, pair< _Iterator1, _Iterator2 > &__y) noexcept(noexcept(__x.swap(__y))) - - streamsize - _M_ext_buf_size - a02072.html - a284d196740028e4047586fe923e7a595 - + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - const char * - _M_ext_next - a02072.html - af4a3bae8038d32dffd03676c93feccbc - + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 - + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - ios_base::openmode - _M_mode - a02072.html - a14cdd23152cee458aaa655cf9508f9a6 - + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 + + + __gnu_parallel::_IteratorTriple + a09049.html + + + + + + + __gnu_parallel::_Job + a09321.html + + + volatile _DifferenceType + _M_first + a09321.html + a815b2e740292adbcc40185ebae5b1c67 - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + + volatile _DifferenceType + _M_last + a09321.html + a6893a607875d35bea0a2c15b6a448129 - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + volatile _DifferenceType + _M_load + a09321.html + a46f2881dc8a59f16b0cb6761d7f632c4 - - bool - _M_reading - a02072.html - acde765e7a5ddaca79683176fe981cec1 + + + __gnu_pbds::detail::pat_trie_base::_Leaf + a12473.html + + + __gnu_pbds::detail::pat_trie_base::_Node_base + + + __gnu_parallel::_Less + a08917.html + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 + + _T2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c + + + __gnu_parallel::_Lexicographic + a09117.html + + + + binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool > + + std::pair< _T1, _T2 > + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - + bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - - - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 + + std::pair< _T1, _T2 > + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c + + + __gnu_parallel::_LexicographicReverse + a09121.html + + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - + bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) - - - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const - - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const - - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const - - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + _T2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - __gnu_cxx::stdio_sync_filebuf - a09592.html - _CharT - _Traits - std::basic_streambuf - - std::__c_file * - file - a09592.html - ad299b6d238aa256ffb021a3d4cd544da - () - - - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const - - - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () - - - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + std::_List_base + a07561.html + + + + + _List_base< _Tp, std::allocator< _Tp > > + a07561.html + + + std::_List_const_iterator + a07501.html + + + + std::_List_iterator + a07497.html + + + + std::_List_node + a07557.html + + std::__detail::_List_node_base + + + std::__detail::_List_node_base + a07549.html + + + std::__detail::_List_node_header + a07553.html + std::__detail::_List_node_base + + + std::__detail::_Local_const_iterator + a05805.html + + + + + + + __constant_iterators + __cache + _Local_iterator_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache > + + + std::__detail::_Local_iterator + a05801.html + + + + + + + __constant_iterators + __cache + _Local_iterator_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache > + + + std::__detail::_Local_iterator_base + a05777.html + + + + + + + __cache_hash_code + + + _Local_iterator_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache > + a05777.html + + + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, true > + a05785.html + + + + + + + _Node_iterator_base< _Value, true > + + + __gnu_parallel::_LoserTreeBase::_Loser + a09057.html + + _Tp + _M_key + a09057.html + a8450fa226312185aa27a526f23677a75 + - - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + + int + _M_source + a09057.html + a6887fcf9b3448e958f46c5a822befc5b + - - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + + bool + _M_sup + a09057.html + a704e30d74cc22713c993d8a22c145fef + + + + __gnu_parallel::_LoserTreePointerBase::_Loser + a09073.html + + + __gnu_parallel::_LoserTree + a09061.html + __stable + + + __gnu_parallel::_LoserTreeBase - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + void + __delete_min_insert + a09061.html + a35d4c47719d2f41603ba9c650f3f1e5a + (_Tp __key, bool __sup) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 + int + __get_min_source + a09053.html + ae03e177c456afb3093d6aed490de7b70 () - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + void + __insert_start + a09053.html + ae40e9ed966e6afbbdcfca290b3992130 + (const _Tp &__key, int __source, bool __sup) - - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + + unsigned int + _M_log_k + a09053.html + a75bba27325ffeb227186440dfc836fb9 + + + + __gnu_parallel::_LoserTree< false, _Tp, _Compare > + a09065.html + + + __gnu_parallel::_LoserTreeBase - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + void + __delete_min_insert + a09065.html + aadac29421984aa702191fc81c3942afb + (_Tp __key, bool __sup) - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f + int + __get_min_source + a09053.html + ae03e177c456afb3093d6aed490de7b70 () - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + unsigned int + __init_winner + a09065.html + a72f173966387d5b8bd2fe3f9cedd32c8 + (unsigned int __root) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + void + __insert_start + a09053.html + ae40e9ed966e6afbbdcfca290b3992130 + (const _Tp &__key, int __source, bool __sup) + + + __gnu_parallel::_LoserTreeBase + a09053.html + + + __gnu_parallel::_LoserTreeBase::_Loser - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + _LoserTreeBase + a09053.html + acae75ac10b89e74fcabfd598399280e8 + (unsigned int __k, _Compare __comp) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) - - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) - - - virtual int_type - overflow - a09592.html - a8670cb3d15c3775bef8f03d92758bf71 - (int_type __c=traits_type::eof()) - - - virtual int_type - pbackfail - a09592.html - a2c6b12a6af22e590e5daa1f7ce6e07e2 - (int_type __c=traits_type::eof()) - - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) - - - virtual pos_type - seekoff - a02568.html - ad6d5177e376efdb0dccf62890eebc9b0 - (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - - virtual pos_type - seekpos - a02568.html - a008405d586f640e109c7ab7bf424aa39 - (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - - virtual basic_streambuf< char_type, _Traits > * - setbuf - a02568.html - aad2e731291673229100bde1f24ce828f - (char_type *, streamsize) - - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) - - - virtual streamsize - showmanyc - a02568.html - a85e9299b4d91188c1c0070111604ece8 - () - - - virtual int - sync - a09592.html - aaf870a6b01d27af87ca27c16e601d1df - () - - - virtual int_type - uflow - a09592.html - ad8647cc09ffa804cfe6b903b8415c9aa + + ~_LoserTreeBase + a09053.html + aab2d1be8f756025bc63f64218c88a559 () - - virtual int_type - underflow - a09592.html - a4789b9e8139b3884909949d7ce9b15cd + + int + __get_min_source + a09053.html + ae03e177c456afb3093d6aed490de7b70 () - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) - - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a - (const char_type *__s, streamsize __n) - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const - - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const - - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const - - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const - - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - - - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - - - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - + + void + __insert_start + a09053.html + ae40e9ed966e6afbbdcfca290b3992130 + (const _Tp &__key, int __source, bool __sup) - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 + _Compare + _M_comp + a09053.html + a7bbc4162a7a7aad013038e076f516512 - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 + bool + _M_first_insert + a09053.html + afd84c329905b58ec69ade3066f138124 - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + unsigned int + _M_log_k + a09053.html + a75bba27325ffeb227186440dfc836fb9 - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + _Loser * + _M_losers + a09053.html + a018ad8a7b6c35a776bce15ce4c1d7974 - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) - - - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const - - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const - - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const - - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const - - __gnu_cxx::subtractive_rng - a08144.html - std::unary_function - - _Arg - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _Result - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - - - - subtractive_rng - a08144.html - a4e0180804e5e548805eca04c560571d5 - (unsigned int __seed) - - - - subtractive_rng - a08144.html - a8763d20bcd47a2f9acd2da92e39193a8 - () - - - unsigned int - operator() - a08144.html - a01fb6415bad2c6df91eb607f863fd9e5 - (unsigned int __limit) - + __gnu_parallel::_LoserTreePointer + a09077.html + __stable + + + __gnu_parallel::_LoserTreePointerBase - - __gnu_cxx::temporary_buffer - a08148.html + + __gnu_parallel::_LoserTreePointer< false, _Tp, _Compare > + a09081.html - std::_Temporary_buffer - - - temporary_buffer - a08148.html - a984575528c7bf7f532c7ff4b16a6a09c - (_ForwardIterator __first, _ForwardIterator __last) - - - - ~temporary_buffer - a08148.html - af2c0719cd475f4291891f508afc14059 - () - - - iterator - begin - a06788.html - acd631918c7c80bd4d4edd871c5122064 - () - - - iterator - end - a06788.html - a0a05d06255dbcf619bb312133b13cc97 - () - - - size_type - requested_size - a06788.html - a6cc6bd1d6df0b852168f5065c01433ca - () const - - - size_type - size - a06788.html - a9bc2a952203a764d5a1cdf80f94bd2a8 - () const - + __gnu_parallel::_LoserTreePointerBase - __gnu_cxx::throw_allocator_base - a09660.html - _Tp - _Cond - __gnu_cxx::annotate_base + __gnu_parallel::_LoserTreePointerBase + a09069.html + + + __gnu_parallel::_LoserTreePointerBase::_Loser - - __gnu_cxx::throw_allocator_limit - a09664.html + + __gnu_parallel::_LoserTreePointerUnguarded + a09109.html + __stable + + + __gnu_parallel::_LoserTreePointerUnguardedBase + + + __gnu_parallel::_LoserTreePointerUnguarded< false, _Tp, _Compare > + a09113.html + + + __gnu_parallel::_LoserTreePointerUnguardedBase + + + __gnu_parallel::_LoserTreePointerUnguardedBase + a09101.html + - throw_allocator_base< _Tp, limit_condition > - __gnu_cxx::throw_allocator_random - a09672.html + __gnu_parallel::_LoserTreeTraits + a09133.html + + + static const bool + _M_use_pointer + a09133.html + ae896521258e61f2158af412742d7276b + + + + + __gnu_parallel::_LoserTreeUnguarded + a09093.html + __stable + + + __gnu_parallel::_LoserTreeUnguardedBase + + + __gnu_parallel::_LoserTreeUnguarded< false, _Tp, _Compare > + a09097.html + + + __gnu_parallel::_LoserTreeUnguardedBase + + + __gnu_parallel::_LoserTreeUnguardedBase + a09085.html + - throw_allocator_base< _Tp, random_condition > - __gnu_cxx::throw_value_base - a09648.html - _Cond + std::__detail::_Map_base + a05725.html + + + + + + + + + + + _Unique_keys - __gnu_cxx::throw_value_limit - a09652.html - throw_value_base< limit_condition > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + a05729.html + + + + + + + + + - __gnu_cxx::throw_value_random - a09656.html - throw_value_base< random_condition > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > + a05733.html + + + + + + + + + - __gnu_cxx::unary_compose - a08084.html - _Operation1 - _Operation2 - std::unary_function - - _Arg - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _Result - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - + _Map_base< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + a05725.html - - __gnu_debug::_After_nth_from - a07708.html + + std::__detail::_Mask_range_hashing + a05717.html + + + __gnu_pbds::detail::pat_trie_base::_Metadata + a12457.html + - __gnu_debug::_BeforeBeginHelper - a07684.html + __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > + a12461.html + + std::__detail::_Mod_range_hashing + a05705.html + - __gnu_debug::_Equal_to - a07704.html + std::_Mu + a02233.html + _IsBindExp + _IsPlaceholder - __gnu_debug::_Not_equal_to - a07700.html + std::_Mu< _Arg, false, false > + a02249.html - __gnu_debug::_Safe_container - a07680.html - _SafeContainer - _Alloc - _SafeBase - _IsCxx11AllocatorAware + std::_Mu< _Arg, false, true > + a02245.html + - __gnu_debug::_Safe_forward_list - a07768.html - _SafeSequence - _Safe_sequence< _SafeSequence > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) - - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) - - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + std::_Mu< _Arg, true, false > + a02241.html + + + + std::_Mu< reference_wrapper< _Tp >, false, false > + a02237.html + + + + __gnu_parallel::_Multiplies + a08933.html + + + + binary_function< _Tp1, _Tp2, __typeof__(*static_cast< _Tp1 * >(0) **static_cast< _Tp2 * >(0)) > + + _Tp1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + __typeof__(*< * >0_Tp1 **static_cast< _Tp2 * >(0) + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + _Tp2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () - - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () - - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () - - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const - - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () - + + + __gnu_pbds::detail::pat_trie_base::_Node_base + a12465.html + + - __gnu_debug::_Safe_iterator - a07576.html - _Iterator - _Sequence - __gnu_debug::_Safe_iterator_base - - - _Safe_iterator - a07576.html - af818ad242ea59d0754d787e22047668e - () noexcept - - - - _Safe_iterator - a07576.html - ad00cfe13afd639ef572c8195ceaf2067 - (const _Iterator &__i, const _Safe_sequence_base *__seq) noexcept - - - - _Safe_iterator - a07576.html - a5e2e4bf1d865160996b6ca3189224682 - (const _Safe_iterator &__x) noexcept + __gnu_pbds::detail::pat_trie_base::_Node_citer + a12497.html + + + + + + + + + rebind_traits< _Alloc, metadata_type >::const_reference + metadata_const_reference + a12497.html + ae56a11e261b4d1ed81ba6ff78b203dab + - - - _Safe_iterator - a07576.html - a6858ea7d7e4685b2a171acb00cb4b4d1 - (_Safe_iterator &&__x) noexcept + + Node::metadata_type + metadata_type + a12497.html + a28fd8a987e41c1d2f3d413b8018f7957 + - - _Safe_iterator - a07576.html - a4d86abde8c5007c75af5002f5e604302 - (const _Safe_iterator< _MutableIterator, typename __gnu_cxx::__enable_if<(std::__are_same< _MutableIterator, typename _Sequence::iterator::iterator_type >::__value), _Sequence >::__type > &__x) noexcept + _Node_citer + get_child + a12497.html + a5059988db056938bffdb07f2256e9702 + (size_type i) const - void - _M_attach - a07576.html - acf3709cd9dcb3a7d4c5b7e2c7d975de2 - (_Safe_sequence_base *__seq) + metadata_const_reference + get_metadata + a12497.html + aa1d2c39c7f6e4ab52440a40836f030b7 + () const - void - _M_attach_single - a07576.html - a5c2eb995642e4aff7cce9d21def9d0e1 - (_Safe_sequence_base *__seq) + size_type + num_children + a12497.html + a78db74c5de3cfff1de97561e5d530147 + () const bool - _M_attached_to - a07672.html - a66a6d55e473c9ee51324b1bd3a4d087d - (const _Safe_sequence_base *__seq) const + operator!= + a12497.html + a210f5b96aa65b4a025d3f4998378862f + (const _Node_citer &other) const - bool - _M_before_dereferenceable - a07576.html - ab0efcd051204050a29ed7f440b5fe828 + const_reference + operator* + a12497.html + a951a43bd97e277ad638e8cf8229d0af3 () const bool - _M_can_compare - a07672.html - adf82bbc78fe95b56a9b7682e7436fd45 - (const _Safe_iterator_base &__x) const + operator== + a12497.html + a46409e64d8adbfd9be6a641313d150da + (const _Node_citer &other) const - bool - _M_dereferenceable - a07576.html - ae1af2fada7005bb8545b4f354059d073 + std::pair< a_const_iterator, a_const_iterator > + valid_prefix + a12497.html + a02d5021b34020bc97aeb4ea618a92740 () const - - void - _M_detach_single - a07672.html - af1899eb4a27c3de8a74e9bf24dc920b4 - () + + + std::__detail::_Node_const_iterator + a05701.html + + __constant_iterators + __cache + _Node_iterator_base< _Value, __cache > + + + std::_Node_handle + a06037.html + + + + _Node_handle_common< _Value, _NodeAlloc > + + + std::_Node_handle< _Value, _Value, _NodeAlloc > + a06041.html + + + _Node_handle_common< _Value, _NodeAlloc > + + + std::_Node_handle_common + a06025.html + + + + + _Node_handle_common< _Value, _NodeAlloc > + a06025.html + + + std::_Node_insert_return + a06045.html + + + + + __gnu_pbds::detail::pat_trie_base::_Node_iter + a12501.html + + + + + + + + __gnu_pbds::detail::pat_trie_base::_Node_citer + + rebind_traits< _Alloc, metadata_type >::const_reference + metadata_const_reference + a12497.html + ae56a11e261b4d1ed81ba6ff78b203dab + - - bool - _M_incrementable - a07576.html - a891008919386786a74a52b40db8dfde7 - () const + + Node::metadata_type + metadata_type + a12497.html + a28fd8a987e41c1d2f3d413b8018f7957 + - void - _M_invalidate - a07672.html - a231c2eca561476c79c326ae696512cd2 - () + _Node_iter + get_child + a12501.html + ae5f9f072a56d4c9319d79bd6efb2cdcb + (size_type i) const - bool - _M_is_before_begin - a07576.html - a2f1e2987ad4bf23c446ef9e04f9efe4f + metadata_const_reference + get_metadata + a12497.html + aa1d2c39c7f6e4ab52440a40836f030b7 () const - bool - _M_is_begin - a07576.html - a49229901605035229866375706c6effb + size_type + num_children + a12497.html + a78db74c5de3cfff1de97561e5d530147 () const bool - _M_is_beginnest - a07576.html - a2c6c67de960356b7b0289ed519a60c3c - () const + operator!= + a12497.html + a210f5b96aa65b4a025d3f4998378862f + (const _Node_citer &other) const - bool - _M_is_end - a07576.html - a0ad4bb1560e6e9ff36b0076795876559 + reference + operator* + a12501.html + a575ff0f4d10725779405d8e83dc27463 () const - void - _M_reset - a07672.html - a1546bb95326eb29d175cb45140a128dd - () + bool + operator== + a12497.html + a46409e64d8adbfd9be6a641313d150da + (const _Node_citer &other) const - bool - _M_singular - a07672.html - a6b53f0fdddebe4b27ee7f9e6410a9616 + std::pair< a_const_iterator, a_const_iterator > + valid_prefix + a12497.html + a02d5021b34020bc97aeb4ea618a92740 () const + + + std::__detail::_Node_iterator + a05697.html + + __constant_iterators + __cache + _Node_iterator_base< _Value, __cache > + + + std::__detail::_Node_iterator_base + a05693.html + + _Cache_hash_code + + + _Node_iterator_base< _Value, __cache > + a05693.html + + + _Node_iterator_base< _Value, false > + a05693.html + + + _Node_iterator_base< _Value, true > + a05693.html + + + __gnu_debug::_Not_equal_to + a08533.html + + + + std::_Not_fn + a02329.html + + + + __gnu_parallel::_Nothing + a09025.html void - _M_unlink - a07672.html - a15200550c9de14f693bd2fd9badbce2b - () + operator() + a09025.html + ac510e7f38f4ddc7d13db646cb65d2e25 + (_It __i) - - _Iterator & - base - a07576.html - a29ea66ae79f56b47fccb9285a173f0a3 - () noexcept + + + std::_Optional_base + a02849.html + + + + + + __gnu_parallel::_Piece + a09169.html + + + _DifferenceType + _M_begin + a09169.html + a6f846c8afc04193f46d5a1a490bd3ee2 + - - - operator _Iterator - a07576.html - a88ec2e064033945d02770dc9489b49be - () const noexcept + + _DifferenceType + _M_end + a09169.html + ab0315ceba623516eccee17cd7650d705 + - - reference - operator* - a07576.html - a057b5b69dbc2acfeba0a3e631f399ff9 - () const noexcept + + + std::_Placeholder + a02197.html + _Num + + + __gnu_parallel::_Plus + a08925.html + + + + binary_function< _Tp1, _Tp2, __typeof__(*static_cast< _Tp1 * >(0)+*static_cast< _Tp2 * >(0)) > + + _Tp1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - - _Safe_iterator & - operator++ - a07576.html - a869b845a51e5a26a57a58d10bf67f382 - () noexcept + + __typeof__(*< * >0_Tp1+*static_cast< _Tp2 * >(0) + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - _Safe_iterator - operator++ - a07576.html - ab7804651b863e0813fcb1f7c9d174d3f - (int) noexcept + + _Tp2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - _Safe_iterator & - operator-- - a07576.html - a7cded199c7e0dba936964bb0220763dd - () noexcept + + + __gnu_parallel::_PMWMSSortingData + a09173.html + + + _ThreadIndex + _M_num_threads + a09173.html + a96502c73cd4bc2be361ec19eb3ff4927 + - - _Safe_iterator - operator-- - a07576.html - a71ebea05c967b78ab017f1452bcd4bab - (int) noexcept - - - pointer - operator-> - a07576.html - a2e93dbb412077e446510fdc27f2d4834 - () const noexcept - - - _Safe_iterator & - operator= - a07576.html - ae0c2d9d050f4e9b6a545da84153369b4 - (const _Safe_iterator &__x) noexcept - - - _Safe_iterator & - operator= - a07576.html - a5e69db25a052231b0a30be50eb416dcf - (_Safe_iterator &&__x) noexcept + + _DifferenceType * + _M_offsets + a09173.html + a16303d6bb873db661b0ea3605d5d0151 + - _Safe_iterator_base * - _M_next - a07672.html - ae1d73bfac68a69f3ffe56c0f0d4c6063 + std::vector< _Piece< _DifferenceType > > * + _M_pieces + a09173.html + a6d425f3ac66ac84994cb4f353ffb16f4 - _Safe_iterator_base * - _M_prior - a07672.html - ad3aa8afe2713aba16a79e934cbe50f1c + _ValueType * + _M_samples + a09173.html + a2ce4dc3b1896ffd807b1e78cad4fb6ad - _Safe_sequence_base * - _M_sequence - a07672.html - a0ee820218a8e43841a84d866dc94f1e3 + _RAIter + _M_source + a09173.html + a3a63332260c5462d462764091a404a49 - unsigned int - _M_version - a07672.html - ad07568d7660eb8b85493b548d10c637a + _DifferenceType * + _M_starts + a09173.html + a630e321737804622cfe40105b321d745 - - void - _M_attach - a07672.html - a51809843192abdf6415ec0342fb0fdb9 - (_Safe_sequence_base *__seq, bool __constant) - - - void - _M_attach_single - a07672.html - a45148b9f8f44371fedfd62f39827a18b - (_Safe_sequence_base *__seq, bool __constant) - - - void - _M_detach - a07672.html - a8deb31273aaf1912a5540ae046581c54 - () - - - __gnu_cxx::__mutex & - _M_get_mutex - a07672.html - a8503df34e352af4f20a519bd5a2ffc10 - () + + _ValueType ** + _M_temporary + a09173.html + abee24a2790b37147ee79b73dc22d6054 + - __gnu_debug::_Safe_iterator_base - a07672.html - - bool - _M_attached_to - a07672.html - a66a6d55e473c9ee51324b1bd3a4d087d - (const _Safe_sequence_base *__seq) const - - - bool - _M_can_compare - a07672.html - adf82bbc78fe95b56a9b7682e7436fd45 - (const _Safe_iterator_base &__x) const - - - void - _M_detach_single - a07672.html - af1899eb4a27c3de8a74e9bf24dc920b4 - () - + __gnu_cxx::_Pointer_adapter + a11185.html + + + + std::__detail::_Power2_rehash_policy + a05721.html + + + std::__detail::_Prime_rehash_policy + a05713.html + + + __gnu_parallel::_PseudoSequence + a08945.html + + - void - _M_invalidate - a07672.html - a231c2eca561476c79c326ae696512cd2 - () + + _PseudoSequence + a08945.html + ab0fca6cced869a995c28f541f7116f3f + (const _Tp &__val, _DifferenceType __count) - void - _M_reset - a07672.html - a1546bb95326eb29d175cb45140a128dd - () + iterator + begin + a08945.html + a51b9740eb71084e18aec7d254cab3e30 + () const - bool - _M_singular - a07672.html - a6b53f0fdddebe4b27ee7f9e6410a9616 + iterator + end + a08945.html + a8a0b6be67bf27256c7701980673775b6 () const + + + __gnu_parallel::_PseudoSequenceIterator + a08941.html + + + + + __gnu_parallel::_QSBThreadLocal + a08893.html + + + std::pair< _RAIter, _RAIter > + _Piece + a08893.html + a4b151f36b1cac07063a9e6ae1ae9fd5a + + - void - _M_unlink - a07672.html - a15200550c9de14f693bd2fd9badbce2b - () + + _QSBThreadLocal + a08893.html + a47e9a744d2981943c13ac5a0af56f493 + (int __queue_size) - _Safe_iterator_base * - _M_next - a07672.html - ae1d73bfac68a69f3ffe56c0f0d4c6063 + volatile _DifferenceType * + _M_elements_leftover + a08893.html + a02cf2d3081cda15fa671ec19cb62b551 - _Safe_iterator_base * - _M_prior - a07672.html - ad3aa8afe2713aba16a79e934cbe50f1c + _Piece + _M_global + a08893.html + aba7a5f9235cc1a847e3754df018eb9b4 - _Safe_sequence_base * - _M_sequence - a07672.html - a0ee820218a8e43841a84d866dc94f1e3 + _Piece + _M_initial + a08893.html + a0018330a1faea8911bb0a8a7ee44f72e - unsigned int - _M_version - a07672.html - ad07568d7660eb8b85493b548d10c637a + _RestrictedBoundedConcurrentQueue< _Piece > + _M_leftover_parts + a08893.html + ab857deaace34709581c5573bc62afd49 - - - _Safe_iterator_base - a07672.html - a3e6e1cb37b5585e5ee3b254bbd7d5cbb - () - - - - _Safe_iterator_base - a07672.html - a74a667bf14e3feb71571c352430fcf12 - (const _Safe_sequence_base *__seq, bool __constant) - - - - _Safe_iterator_base - a07672.html - a0993fe5b5c385572b6261e2100f01191 - (const _Safe_iterator_base &__x, bool __constant) - - - void - _M_attach - a07672.html - a51809843192abdf6415ec0342fb0fdb9 - (_Safe_sequence_base *__seq, bool __constant) - - - void - _M_attach_single - a07672.html - a45148b9f8f44371fedfd62f39827a18b - (_Safe_sequence_base *__seq, bool __constant) - - - void - _M_detach - a07672.html - a8deb31273aaf1912a5540ae046581c54 - () - - - __gnu_cxx::__mutex & - _M_get_mutex - a07672.html - a8503df34e352af4f20a519bd5a2ffc10 - () + + _ThreadIndex + _M_num_threads + a08893.html + a0b63568837becdfbbd1f7accc1c05d1d + + + std::__detail::_Quoted_string + a06313.html + + + - __gnu_debug::_Safe_local_iterator - a07580.html - _Iterator - _Sequence - __gnu_debug::_Safe_local_iterator_base - - - _Safe_local_iterator - a07580.html - adc916fc873a967e3c62525fb890de36b - () noexcept - + __gnu_parallel::_RandomNumber + a09217.html - _Safe_local_iterator - a07580.html - a4ff1376224bdbaf79eaa666055a0c8d5 - (const _Iterator &__i, const _Safe_sequence_base *__cont) + _RandomNumber + a09217.html + acdf323e8c00b83892d86bf932bf3a966 + () - _Safe_local_iterator - a07580.html - a0a7e70d70fe6ebf02a59eb4ed6704642 - (const _Safe_local_iterator &__x) noexcept + _RandomNumber + a09217.html + ae80e68e8fce17ae590fd4ca1b5ea40d4 + (uint32_t __seed, uint64_t _M_supremum=0x100000000ULL) - - _Safe_local_iterator - a07580.html - a281a8ffa72a96b7599ad892efc6f4367 - (_Safe_local_iterator &&__x) noexcept + unsigned long + __genrand_bits + a09217.html + a4fd974d8ce4f13ea3c1aad5cb999c55b + (int __bits) - - _Safe_local_iterator - a07580.html - ad1962adda89092c2ec740c7398e28ed2 - (const _Safe_local_iterator< _MutableIterator, typename __gnu_cxx::__enable_if< std::__are_same< _MutableIterator, typename _Sequence::local_iterator::iterator_type >::__value, _Sequence >::__type > &__x) + uint32_t + operator() + a09217.html + ac0da7b514eddc08518d496c93015bb39 + () - void - _M_attach - a07580.html - ae844aa725bcfae4523cd9c050821e0f5 - (_Safe_sequence_base *__seq) + uint32_t + operator() + a09217.html + a58e1450c9d06b629dde759438bc7d83c + (uint64_t local_supremum) + + + std::__detail::_Rehash_base + a05753.html + + + + + + + + + + + + + + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false_type > + a05757.html + + + + + + + + + + + + + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true_type > + a05761.html + + + + + + + + + + + + + _Rehash_base< _Value, hash< _Value >, equal_to< _Value >, allocator< _Value >, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits > + a05753.html + + + __gnu_cxx::_Relative_pointer_impl + a11145.html + + + + __gnu_cxx::_Relative_pointer_impl< const _Tp > + a11149.html + + + + __gnu_parallel::_RestrictedBoundedConcurrentQueue + a09213.html + - void - _M_attach_single - a07580.html - a8da8a15a449165ca5f17393e82445fd3 - (_Safe_sequence_base *__seq) + + _RestrictedBoundedConcurrentQueue + a09213.html + a7070da9f66983a3fa24ae4dc92614c0c + (_SequenceIndex __max_size) - bool - _M_attached_to - a07672.html - a66a6d55e473c9ee51324b1bd3a4d087d - (const _Safe_sequence_base *__seq) const + + ~_RestrictedBoundedConcurrentQueue + a09213.html + a0e201d45c998cc913577af578f0b9a16 + () bool - _M_can_compare - a07672.html - adf82bbc78fe95b56a9b7682e7436fd45 - (const _Safe_iterator_base &__x) const + pop_back + a09213.html + aff5854a49d63fcd08aae08eb282361e7 + (_Tp &__t) bool - _M_dereferenceable - a07580.html - a6aa79a341cb886c9747c9889a3794ed8 - () const + pop_front + a09213.html + a4b760899cefaccb86586c447b12c4cc3 + (_Tp &__t) - bool - _M_in_same_bucket - a07580.html - a39baef008b322b79b4946d682018d4f2 - (const _Safe_local_iterator< _Other, _Sequence > &__other) const + void + push_front + a09213.html + a2ac4fcc26b5a8e8d3db9993ca3b6f777 + (const _Tp &__t) + + + _RestrictedBoundedConcurrentQueue< pair< _RAIter, _RAIter > > + a09213.html - bool - _M_incrementable - a07580.html - a230223745882ecdae6c0d0c68beb7027 - () const + + _RestrictedBoundedConcurrentQueue + a09213.html + a7070da9f66983a3fa24ae4dc92614c0c + (_SequenceIndex __max_size) - void - _M_invalidate - a07672.html - a231c2eca561476c79c326ae696512cd2 + + ~_RestrictedBoundedConcurrentQueue + a09213.html + a0e201d45c998cc913577af578f0b9a16 () bool - _M_is_begin - a07580.html - aec66d198e8316a67bd61262fb635d63a - () const + pop_back + a09213.html + aff5854a49d63fcd08aae08eb282361e7 + (pair< _RAIter, _RAIter > &__t) bool - _M_is_end - a07580.html - a10fc12a7ddc4e7d5a554ad0194b0cd90 - () const + pop_front + a09213.html + a4b760899cefaccb86586c447b12c4cc3 + (pair< _RAIter, _RAIter > &__t) void - _M_reset - a07672.html - a1546bb95326eb29d175cb45140a128dd - () - - - bool - _M_singular - a07672.html - a6b53f0fdddebe4b27ee7f9e6410a9616 - () const + push_front + a09213.html + a2ac4fcc26b5a8e8d3db9993ca3b6f777 + (const pair< _RAIter, _RAIter > &__t) + + + std::__future_base::_Result + a02409.html + + std::__future_base::_Result_base + + + std::__future_base::_Result< _Res & > + a02469.html + + std::__future_base::_Result_base + + + std::__future_base::_Result< void > + a02473.html + std::__future_base::_Result_base + + + std::__future_base::_Result_alloc + a02413.html + + + std::__future_base::_Result + + + std::__future_base::_Result_base + a02401.html + + + __gnu_debug::_Safe_container + a08505.html + + + _SafeBase + _IsCxx11AllocatorAware + + + _Safe_container< basic_string< _CharT, std::char_traits< _CharT >, std::allocator< _CharT > >, std::allocator< _CharT >, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> + a08505.html + __gnu_debug::_Safe_sequence void - _M_unlink - a07672.html - a15200550c9de14f693bd2fd9badbce2b - () - - - _Iterator & - base - a07580.html - a37fd9d3b91b2f222dbdfb95286e9e80f - () noexcept - - - size_type - bucket - a07580.html - a15955b785b5ba3c61918a1c549fda0d2 - () const - - - - operator _Iterator - a07580.html - a996c63351ba75c6b08c729662f1e2809 - () const - - - reference - operator* - a07580.html - a8e237d9370458e65ea6141b677e8e8f8 - () const - - - _Safe_local_iterator & - operator++ - a07580.html - ae86d3f9ac2f797a9231fb441c3a85f04 - () - - - _Safe_local_iterator - operator++ - a07580.html - a970d20722ad94a43afaa2e4db289f85e - (int) - - - pointer - operator-> - a07580.html - a4789f11d5d5c248e478a79f590186f1a - () const - - - _Safe_local_iterator & - operator= - a07580.html - aa7d1bbc86a00f5af9a96cc55c7914cce - (const _Safe_local_iterator &__x) + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - _Safe_local_iterator & - operator= - a07580.html - a63641a3d3e09e8c2ef28e47d9f4b6057 - (_Safe_local_iterator &&__x) noexcept + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) _Safe_iterator_base * - _M_next - a07672.html - ae1d73bfac68a69f3ffe56c0f0d4c6063 + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 _Safe_iterator_base * - _M_prior - a07672.html - ad3aa8afe2713aba16a79e934cbe50f1c - - - - _Safe_sequence_base * - _M_sequence - a07672.html - a0ee820218a8e43841a84d866dc94f1e3 + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a unsigned int _M_version - a07672.html - ad07568d7660eb8b85493b548d10c637a + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 void - _M_attach - a07716.html - a78f52529ca9957c3f87afb0920456374 - (_Safe_sequence_base *__seq, bool __constant) + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () void - _M_attach_single - a07716.html - a1d77bdc38465edcace6943056f867725 - (_Safe_sequence_base *__seq, bool __constant) + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () void - _M_detach - a07716.html - ad88baf5072fed556979aaf901b3dfafd + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 () void - _M_detach_single - a07716.html - a78cee76dec3476ad6c790e55d00eef46 + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< deque< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_sequence > + a08505.html + __gnu_debug::_Safe_sequence + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07672.html - a8503df34e352af4f20a519bd5a2ffc10 + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 () + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + - __gnu_debug::_Safe_local_iterator_base - a07716.html - __gnu_debug::_Safe_iterator_base + _Safe_container< forward_list< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_forward_list > + a08505.html + __gnu_debug::_Safe_forward_list - bool - _M_attached_to - a07672.html - a66a6d55e473c9ee51324b1bd3a4d087d - (const _Safe_sequence_base *__seq) const + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - bool - _M_can_compare - a07672.html - adf82bbc78fe95b56a9b7682e7436fd45 - (const _Safe_iterator_base &__x) const + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + void - _M_invalidate - a07672.html - a231c2eca561476c79c326ae696512cd2 + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 () - + void - _M_reset - a07672.html - a1546bb95326eb29d175cb45140a128dd + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d () - - bool - _M_singular - a07672.html - a6b53f0fdddebe4b27ee7f9e6410a9616 + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f () const - + void - _M_unlink - a07672.html - a15200550c9de14f693bd2fd9badbce2b + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 () - - _Safe_iterator_base * - _M_next - a07672.html - ae1d73bfac68a69f3ffe56c0f0d4c6063 - + + + _Safe_container< list< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_node_sequence > + a08505.html + __gnu_debug::_Safe_node_sequence + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) _Safe_iterator_base * - _M_prior - a07672.html - ad3aa8afe2713aba16a79e934cbe50f1c + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 - _Safe_sequence_base * - _M_sequence - a07672.html - a0ee820218a8e43841a84d866dc94f1e3 + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a unsigned int _M_version - a07672.html - ad07568d7660eb8b85493b548d10c637a + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 - - _Safe_local_iterator_base - a07716.html - ad7d51ed8396149f6d4d44e9bbf48ddf3 + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 () - - _Safe_local_iterator_base - a07716.html - a7958bccd20b93cf3f6cffc4ed922346d - (const _Safe_sequence_base *__seq, bool __constant) + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - _Safe_local_iterator_base - a07716.html - aba66dde2adb286395bcb7714f32e64d9 - (const _Safe_local_iterator_base &__x, bool __constant) + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () void - _M_attach - a07716.html - a78f52529ca9957c3f87afb0920456374 - (_Safe_sequence_base *__seq, bool __constant) + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const void - _M_attach_single - a07716.html - a1d77bdc38465edcace6943056f867725 - (_Safe_sequence_base *__seq, bool __constant) + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () void - _M_detach - a07716.html - ad88baf5072fed556979aaf901b3dfafd + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< map< _Key, _Tp, std::less< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_node_sequence > + a08505.html + __gnu_debug::_Safe_node_sequence + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 () void - _M_detach_single - a07716.html - a78cee76dec3476ad6c790e55d00eef46 + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07672.html - a8503df34e352af4f20a519bd5a2ffc10 + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 () + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + - __gnu_debug::_Safe_node_sequence - a07712.html - _Sequence - __gnu_debug::_Safe_sequence + _Safe_container< multimap< _Key, _Tp, std::less< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_node_sequence > + a08505.html + __gnu_debug::_Safe_node_sequence void _M_invalidate_if - a07584.html + a08401.html a9526e7688edd9c4e6f343340d833dfcf (_Predicate __pred) void _M_transfer_from_if - a07584.html + a08401.html ad1f86e4e83069486342ba7b53e095c42 (_Safe_sequence &__from, _Predicate __pred) _Safe_iterator_base * _M_const_iterators - a07676.html + a08501.html a5aabbc5d256f3eaaf313274ebf200877 _Safe_iterator_base * _M_iterators - a07676.html + a08501.html a9d678da43e3d7456af279062c4e5c28a unsigned int _M_version - a07676.html + a08501.html af796b1fd115ea27cd078eeb7e4909bd5 void _M_detach_all - a07676.html + a08501.html acebac46f833f903deb7c094fc26cbea1 () void _M_detach_singular - a07676.html + a08501.html aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07676.html + a08501.html aa245644963340f3dee07d384eeeb01f3 () void _M_invalidate_all - a07676.html + a08501.html a58a4c8925457fcf371457ec9f071a31f () const void _M_revalidate_singular - a07676.html + a08501.html a75f6eb02cd1721b550bd5eb205ed6920 () void _M_swap - a07676.html + a08501.html a4be4c001b025723e907afc2a0dc899c7 (_Safe_sequence_base &__x) noexcept - __gnu_debug::_Safe_sequence - a07584.html - _Sequence - __gnu_debug::_Safe_sequence_base + _Safe_container< multiset< _Key, std::less< _Key >, std::allocator< _Key > >, std::allocator< _Key >, __gnu_debug::_Safe_node_sequence > + a08505.html + __gnu_debug::_Safe_node_sequence void _M_invalidate_if - a07584.html + a08401.html a9526e7688edd9c4e6f343340d833dfcf (_Predicate __pred) void _M_transfer_from_if - a07584.html + a08401.html ad1f86e4e83069486342ba7b53e095c42 (_Safe_sequence &__from, _Predicate __pred) _Safe_iterator_base * _M_const_iterators - a07676.html + a08501.html a5aabbc5d256f3eaaf313274ebf200877 _Safe_iterator_base * _M_iterators - a07676.html + a08501.html a9d678da43e3d7456af279062c4e5c28a unsigned int _M_version - a07676.html + a08501.html af796b1fd115ea27cd078eeb7e4909bd5 void _M_detach_all - a07676.html + a08501.html acebac46f833f903deb7c094fc26cbea1 () void _M_detach_singular - a07676.html + a08501.html aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07676.html + a08501.html aa245644963340f3dee07d384eeeb01f3 () void _M_invalidate_all - a07676.html + a08501.html a58a4c8925457fcf371457ec9f071a31f () const void _M_revalidate_singular - a07676.html + a08501.html a75f6eb02cd1721b550bd5eb205ed6920 () void _M_swap - a07676.html + a08501.html a4be4c001b025723e907afc2a0dc899c7 (_Safe_sequence_base &__x) noexcept - __gnu_debug::_Safe_sequence_base - a07676.html + _Safe_container< set< _Key, std::less< _Key >, std::allocator< _Key > >, std::allocator< _Key >, __gnu_debug::_Safe_node_sequence > + a08505.html + __gnu_debug::_Safe_node_sequence + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + _Safe_iterator_base * _M_const_iterators - a07676.html + a08501.html a5aabbc5d256f3eaaf313274ebf200877 _Safe_iterator_base * _M_iterators - a07676.html + a08501.html a9d678da43e3d7456af279062c4e5c28a unsigned int _M_version - a07676.html + a08501.html af796b1fd115ea27cd078eeb7e4909bd5 - - ~_Safe_sequence_base - a07676.html - a9061ce48f8c5627d61a2e4a72a43f479 - () - - void _M_detach_all - a07676.html + a08501.html acebac46f833f903deb7c094fc26cbea1 () void _M_detach_singular - a07676.html + a08501.html aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07676.html + a08501.html aa245644963340f3dee07d384eeeb01f3 () void _M_invalidate_all - a07676.html + a08501.html a58a4c8925457fcf371457ec9f071a31f () const void _M_revalidate_singular - a07676.html + a08501.html a75f6eb02cd1721b550bd5eb205ed6920 () void _M_swap - a07676.html + a08501.html a4be4c001b025723e907afc2a0dc899c7 (_Safe_sequence_base &__x) noexcept - __gnu_debug::_Safe_unordered_container - a07724.html - _Container - __gnu_debug::_Safe_unordered_container_base + _Safe_container< unordered_map< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_unordered_container > + a08505.html + __gnu_debug::_Safe_unordered_container _Safe_iterator_base * _M_const_iterators - a07676.html + a08501.html a5aabbc5d256f3eaaf313274ebf200877 _Safe_iterator_base * _M_const_local_iterators - a07720.html + a08553.html aada883d3554a2f87ca780c2457c09d5d _Safe_iterator_base * _M_iterators - a07676.html + a08501.html a9d678da43e3d7456af279062c4e5c28a _Safe_iterator_base * _M_local_iterators - a07720.html + a08553.html ad62db24fbffa1fb93099351281b7ce65 unsigned int _M_version - a07676.html + a08501.html af796b1fd115ea27cd078eeb7e4909bd5 void _M_detach_all - a07720.html + a08553.html aa7ec5c80048329d10fe2916fff73aeff () void _M_detach_singular - a07676.html + a08501.html aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07676.html + a08501.html aa245644963340f3dee07d384eeeb01f3 () void _M_invalidate_all - a07676.html + a08501.html a58a4c8925457fcf371457ec9f071a31f () const void _M_invalidate_if - a07724.html + a08557.html aff0fe666b60f05c5f8da0ae92548ad42 (_Predicate __pred) void _M_invalidate_local_if - a07724.html + a08557.html aa3e9b27e61fad7cb80cfab023eac395d (_Predicate __pred) void _M_revalidate_singular - a07676.html + a08501.html a75f6eb02cd1721b550bd5eb205ed6920 () void _M_swap - a07720.html + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + void + _M_swap + a08553.html a1ff909e73bfb6e9646caf6df99db2d70 (_Safe_unordered_container_base &__x) noexcept + + + _Safe_container< unordered_multimap< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_unordered_container > + a08505.html + __gnu_debug::_Safe_unordered_container + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + void _M_swap - a07676.html + a08501.html a4be4c001b025723e907afc2a0dc899c7 (_Safe_sequence_base &__x) noexcept + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + - __gnu_debug::_Safe_unordered_container_base - a07720.html - __gnu_debug::_Safe_sequence_base + _Safe_container< unordered_multiset< _Value, std::hash< _Value >, std::equal_to< _Value >, std::allocator< _Value > >, std::allocator< _Value >, __gnu_debug::_Safe_unordered_container > + a08505.html + __gnu_debug::_Safe_unordered_container _Safe_iterator_base * _M_const_iterators - a07676.html + a08501.html a5aabbc5d256f3eaaf313274ebf200877 _Safe_iterator_base * _M_const_local_iterators - a07720.html + a08553.html aada883d3554a2f87ca780c2457c09d5d _Safe_iterator_base * _M_iterators - a07676.html + a08501.html a9d678da43e3d7456af279062c4e5c28a _Safe_iterator_base * _M_local_iterators - a07720.html + a08553.html ad62db24fbffa1fb93099351281b7ce65 unsigned int _M_version - a07676.html + a08501.html af796b1fd115ea27cd078eeb7e4909bd5 - - ~_Safe_unordered_container_base - a07720.html - a918ae91156e92a8701da15fc61d05b63 - () noexcept - - void _M_detach_all - a07720.html + a08553.html aa7ec5c80048329d10fe2916fff73aeff () void _M_detach_singular - a07676.html + a08501.html aadde2fc883be085fc4588c1ef442cd3d () __gnu_cxx::__mutex & _M_get_mutex - a07676.html + a08501.html aa245644963340f3dee07d384eeeb01f3 () void _M_invalidate_all - a07676.html + a08501.html a58a4c8925457fcf371457ec9f071a31f () const void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void _M_revalidate_singular - a07676.html + a08501.html a75f6eb02cd1721b550bd5eb205ed6920 () void _M_swap - a07720.html + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + void + _M_swap + a08553.html a1ff909e73bfb6e9646caf6df99db2d70 (_Safe_unordered_container_base &__x) noexcept + + + _Safe_container< unordered_set< _Value, std::hash< _Value >, std::equal_to< _Value >, std::allocator< _Value > >, std::allocator< _Value >, __gnu_debug::_Safe_unordered_container > + a08505.html + __gnu_debug::_Safe_unordered_container + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + void _M_swap - a07676.html + a08501.html a4be4c001b025723e907afc2a0dc899c7 (_Safe_sequence_base &__x) noexcept + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + - __gnu_debug::_Safe_vector - a07824.html - _SafeSequence - _BaseSequence - - - __gnu_debug::_Sequence_traits - a07688.html - - - - __gnu_debug::basic_string - a07800.html - _CharT - _Traits - _Allocator - _Safe_container< basic_string< _CharT, _Traits, _Allocator >, _Allocator, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> - basic_string< _CharT, _Traits, _Allocator > + _Safe_container< vector< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_sequence > + a08505.html + __gnu_debug::_Safe_sequence void _M_invalidate_if - a07584.html + a08401.html a9526e7688edd9c4e6f343340d833dfcf (_Predicate __pred) void _M_transfer_from_if - a07584.html + a08401.html ad1f86e4e83069486342ba7b53e095c42 (_Safe_sequence &__from, _Predicate __pred) - - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) - - - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + - - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< _CharT > __l) + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + - - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + - - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () - - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () - - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const - - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 () - - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + __gnu_debug::_Safe_forward_list + a08589.html + + _Safe_sequence< _SafeSequence > - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - - int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + - - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + - - bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + - - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + __gnu_debug::_Safe_iterator + a08393.html + + + + __gnu_debug::_Safe_iterator_base - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + + _Safe_iterator + a08393.html + aafbf4eeec97f82fe9ef786e2e1b8cebf + () noexcept - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + + _Safe_iterator + a08393.html + abf10f26b438e7b11af47be15ec965f33 + (_Iterator __i, const _Safe_sequence_base *__seq) noexcept - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + + _Safe_iterator + a08393.html + a14fc079f9d52ed25624839bf56d6e0bb + (_Safe_iterator &&__x) noexcept - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + + _Safe_iterator + a08393.html + a12cb2be26e6bd1c50970282d47a15a54 + (const _Safe_iterator &__x) noexcept - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + + _Safe_iterator + a08393.html + a6e50cd4b55f01b8c305e501bde8f8c2f + (const _Safe_iterator< _MutableIterator, _Sequence, typename __gnu_cxx::__enable_if< _IsConstant::__value &&std::__are_same< _MutableIterator, _OtherIterator >::__value, _Category >::__type > &__x) noexcept - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + void + _M_attach + a08393.html + ad58fb2d0ddcf50022427bdee797690e9 + (_Safe_sequence_base *__seq) - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 - () + void + _M_attach_single + a08393.html + a3b20ef089474f666775bd1f1a865c392 + (_Safe_sequence_base *__seq) - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + bool + _M_attached_to + a08497.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + bool + _M_before_dereferenceable + a08393.html + a5fa0f26e5d046377ffccb409f2944833 + () const - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, _CharT __c) + bool + _M_can_compare + a08497.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + bool + _M_dereferenceable + a08393.html + a1653d02083343be4ddbd662070eec301 + () const void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< _CharT > __l) + _M_detach_single + a08497.html + af1899eb4a27c3de8a74e9bf24dc920b4 + () - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + bool + _M_incrementable + a08393.html + a046fd9f196da5476ba014a3ed33316f6 + () const - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + void + _M_invalidate + a08497.html + a231c2eca561476c79c326ae696512cd2 + () - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, _CharT __c) + bool + _M_is_before_begin + a08393.html + ae2340dafeccff234ffc0138e2aa23230 + () const - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + bool + _M_is_begin + a08393.html + a8b74400462adbb5068c2df54871d10cb + () const - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + bool + _M_is_beginnest + a08393.html + a8150f9d08a7b921758b2e1b59263c733 + () const - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + bool + _M_is_end + a08393.html + ac5c54eb2babadef8f12760583730dd85 + () const - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + void + _M_reset + a08497.html + a1546bb95326eb29d175cb45140a128dd + () - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + bool + _M_singular + a08497.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + void + _M_unlink + a08497.html + a15200550c9de14f693bd2fd9badbce2b + () - basic_string & - replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + _Iterator & + base + a08393.html + a44568c431d0789c1163b635981dfe05e + () noexcept - basic_string & - replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const _CharT *__s) + + operator _Iterator + a08393.html + a32d94193c6ac64834d75515fa2487695 + () const noexcept - basic_string & - replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, _CharT __c) + reference + operator* + a08393.html + a09753efe38fc494639cbbe005409fe51 + () const noexcept - basic_string & - replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + _Safe_iterator & + operator++ + a08393.html + af083e59c576b9e4f483df16b7411c10f + () noexcept - basic_string & - replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + _Safe_iterator + operator++ + a08393.html + a0e18ec08b2e93621558f7ba5ced2dda6 + (int) noexcept - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + pointer + operator-> + a08393.html + afff5687d9255ad33daa6780dda27b6c5 + () const noexcept - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + _Safe_iterator & + operator= + a08393.html + a8289e4e52eca797212f8ed2f7ac06484 + (_Safe_iterator &&__x) noexcept - size_type - size - a03900.html - a676f896c88073521cfac7aab5f3da5af - () const noexcept + _Safe_iterator & + operator= + a08393.html + ae0afa6ce3f2e1d626b46ad157edb0a39 + (const _Safe_iterator &__x) noexcept - - void - swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) + + static constexpr bool + _S_constant + a08393.html + aecb3969b2c41415a01b68e6d8130538d + () _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + _M_next + a08497.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + _M_prior + a08497.html + ad3aa8afe2713aba16a79e934cbe50f1c + + + + _Safe_sequence_base * + _M_sequence + a08497.html + a0ee820218a8e43841a84d866dc94f1e3 unsigned int _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + a08497.html + ad07568d7660eb8b85493b548d10c637a - - static const size_type - npos - a03900.html - ac73924a70ab202e90e1c18c2dea125c9 - + + void + _M_attach + a08497.html + a51809843192abdf6415ec0342fb0fdb9 + (_Safe_sequence_base *__seq, bool __constant) void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + _M_attach_single + a08497.html + a45148b9f8f44371fedfd62f39827a18b + (_Safe_sequence_base *__seq, bool __constant) void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + _M_detach + a08497.html + a8deb31273aaf1912a5540ae046581c54 () __gnu_cxx::__mutex & _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + a08497.html + a8503df34e352af4f20a519bd5a2ffc10 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + + _Safe_iterator< _Iterator, _Sequence, std::bidirectional_iterator_tag > + a08393.html + __gnu_debug::_Safe_iterator_base + + + _Safe_iterator + a08393.html + aafbf4eeec97f82fe9ef786e2e1b8cebf + () noexcept - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + + _Safe_iterator + a08393.html + abf10f26b438e7b11af47be15ec965f33 + (_Iterator __i, const _Safe_sequence_base *__seq) noexcept - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + + _Safe_iterator + a08393.html + a14fc079f9d52ed25624839bf56d6e0bb + (_Safe_iterator &&__x) noexcept - - - __gnu_parallel::__accumulate_binop_reduct - a08420.html - - - - __gnu_parallel::__accumulate_selector - a08388.html - _It - __gnu_parallel::__generic_for_each_selector - std::iterator_traits< _It >::value_type - operator() - a08388.html - a3cf37f56d2b37200d0708f75f872ada7 - (_Op __o, _It __i) + + _Safe_iterator + a08393.html + a12cb2be26e6bd1c50970282d47a15a54 + (const _Safe_iterator &__x) noexcept - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + + _Safe_iterator + a08393.html + a6e50cd4b55f01b8c305e501bde8f8c2f + (const _Safe_iterator< _MutableIterator, _Sequence, typename __gnu_cxx::__enable_if< _IsConstant::__value &&std::__are_same< _MutableIterator, _OtherIterator >::__value, std::bidirectional_iterator_tag >::__type > &__x) noexcept - - - __gnu_parallel::__adjacent_difference_selector - a08400.html - _It - __gnu_parallel::__generic_for_each_selector - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + void + _M_attach + a08393.html + ad58fb2d0ddcf50022427bdee797690e9 + (_Safe_sequence_base *__seq) - - - __gnu_parallel::__adjacent_find_selector - a08336.html - __gnu_parallel::__generic_find_selector - std::pair< _RAIter1, _RAIter2 > - _M_sequential_algorithm - a08336.html - a89987a97e4d94cb47f92c113de4a1a48 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + void + _M_attach_single + a08393.html + a3b20ef089474f666775bd1f1a865c392 + (_Safe_sequence_base *__seq) bool - operator() - a08336.html - afba73305cf46d20618b0deb3cbd4a1ba - (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + _M_attached_to + a08497.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const - - - __gnu_parallel::__binder1st - a08284.html - - - - - unary_function< _SecondArgumentType, _ResultType > - - _SecondArgumentType - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _ResultType - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - - - - __gnu_parallel::__binder2nd - a08288.html - _Operation - _FirstArgumentType - _SecondArgumentType - _ResultType - unary_function< _FirstArgumentType, _ResultType > - - _FirstArgumentType - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + bool + _M_before_dereferenceable + a08393.html + a5fa0f26e5d046377ffccb409f2944833 + () const - - _ResultType - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + bool + _M_can_compare + a08497.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const - - - __gnu_parallel::__count_if_selector - a08384.html - _It - _Diff - __gnu_parallel::__generic_for_each_selector - _Diff - operator() - a08384.html - a56b55a96d25ead3f5a39c062913f7804 - (_Op &__o, _It __i) + bool + _M_dereferenceable + a08393.html + a1653d02083343be4ddbd662070eec301 + () const - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + void + _M_detach_single + a08497.html + af1899eb4a27c3de8a74e9bf24dc920b4 + () - - - __gnu_parallel::__count_selector - a08380.html - _It - _Diff - __gnu_parallel::__generic_for_each_selector - _Diff - operator() - a08380.html - a0e1e5ee862269d12a04fd59864f07e66 - (_ValueType &__v, _It __i) + bool + _M_incrementable + a08393.html + a046fd9f196da5476ba014a3ed33316f6 + () const - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + void + _M_invalidate + a08497.html + a231c2eca561476c79c326ae696512cd2 + () - - - __gnu_parallel::__fill_selector - a08360.html - - __gnu_parallel::__generic_for_each_selector bool - operator() - a08360.html - a1e3e5bf39d889705dbb9424ac1a4fc01 - (_ValueType &__v, _It __i) + _M_is_before_begin + a08393.html + ae2340dafeccff234ffc0138e2aa23230 + () const - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + bool + _M_is_begin + a08393.html + a8b74400462adbb5068c2df54871d10cb + () const - - - __gnu_parallel::__find_first_of_selector - a08344.html - - __gnu_parallel::__generic_find_selector - std::pair< _RAIter1, _RAIter2 > - _M_sequential_algorithm - a08344.html - a1b4029217a30dbc7e06ed2d022f30727 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + bool + _M_is_beginnest + a08393.html + a8150f9d08a7b921758b2e1b59263c733 + () const bool - operator() - a08344.html - ab86537005f7f266bbaebc18f9d44b077 - (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + _M_is_end + a08393.html + ac5c54eb2babadef8f12760583730dd85 + () const - - - __gnu_parallel::__find_if_selector - a08332.html - __gnu_parallel::__generic_find_selector - std::pair< _RAIter1, _RAIter2 > - _M_sequential_algorithm - a08332.html - a63d5cc3dfce9c02f30dd7c4cc468d157 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + void + _M_reset + a08497.html + a1546bb95326eb29d175cb45140a128dd + () bool - operator() - a08332.html - ab5c063395b4e4f3e1be257ac5327f8b2 - (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + _M_singular + a08497.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const - - - __gnu_parallel::__for_each_selector - a08352.html - _It - __gnu_parallel::__generic_for_each_selector - bool - operator() - a08352.html - a96ab04030fc97ceace13df652312cca7 - (_Op &__o, _It __i) + void + _M_unlink + a08497.html + a15200550c9de14f693bd2fd9badbce2b + () - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + _Iterator & + base + a08393.html + a44568c431d0789c1163b635981dfe05e + () noexcept - - - __gnu_parallel::__generate_selector - a08356.html - _It - __gnu_parallel::__generic_for_each_selector - bool - operator() - a08356.html - aace006f0e22d008dbfbd4170ec504ff4 - (_Op &__o, _It __i) + + operator _Iterator + a08393.html + a32d94193c6ac64834d75515fa2487695 + () const noexcept - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + reference + operator* + a08393.html + a09753efe38fc494639cbbe005409fe51 + () const noexcept - - - __gnu_parallel::__generic_find_selector - a08328.html - - - __gnu_parallel::__generic_for_each_selector - a08348.html - - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + _Safe_iterator & + operator++ + a08393.html + af083e59c576b9e4f483df16b7411c10f + () noexcept - - - __gnu_parallel::__identity_selector - a08396.html - _It - __gnu_parallel::__generic_for_each_selector - _It - operator() - a08396.html - a5a619614699498f9a13f1c64d27005e6 - (_Op __o, _It __i) + _Safe_iterator + operator++ + a08393.html + a0e18ec08b2e93621558f7ba5ced2dda6 + (int) noexcept - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + pointer + operator-> + a08393.html + afff5687d9255ad33daa6780dda27b6c5 + () const noexcept - - - __gnu_parallel::__inner_product_selector - a08392.html - - - - __gnu_parallel::__generic_for_each_selector - - __inner_product_selector - a08392.html - a25f2715c4f3a97fc90884d9eaa458a71 - (_It __b1, _It2 __b2) + _Safe_iterator & + operator= + a08393.html + a8289e4e52eca797212f8ed2f7ac06484 + (_Safe_iterator &&__x) noexcept - _Tp - operator() - a08392.html - aa518cf31e5b678e0ad8ed27ec50b995f - (_Op __mult, _It __current) + _Safe_iterator & + operator= + a08393.html + ae0afa6ce3f2e1d626b46ad157edb0a39 + (const _Safe_iterator &__x) noexcept + + + static constexpr bool + _S_constant + a08393.html + aecb3969b2c41415a01b68e6d8130538d + () - _It - __begin1_iterator - a08392.html - a41d6aec1a243a4cd10c8beca20d3de75 + _Safe_iterator_base * + _M_next + a08497.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 - _It2 - __begin2_iterator - a08392.html - a11bb81ff8c7ccd4d5e4437e606e138bc + _Safe_iterator_base * + _M_prior + a08497.html + ad3aa8afe2713aba16a79e934cbe50f1c - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 + _Safe_sequence_base * + _M_sequence + a08497.html + a0ee820218a8e43841a84d866dc94f1e3 + + unsigned int + _M_version + a08497.html + ad07568d7660eb8b85493b548d10c637a + + + + void + _M_attach + a08497.html + a51809843192abdf6415ec0342fb0fdb9 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_attach_single + a08497.html + a45148b9f8f44371fedfd62f39827a18b + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_detach + a08497.html + a8deb31273aaf1912a5540ae046581c54 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08497.html + a8503df34e352af4f20a519bd5a2ffc10 + () + - - __gnu_parallel::__max_element_reduct - a08416.html - - - - - __gnu_parallel::__min_element_reduct - a08412.html - - - - - __gnu_parallel::__mismatch_selector - a08340.html - __gnu_parallel::__generic_find_selector + + _Safe_iterator< _Iterator, _Sequence, std::forward_iterator_tag > + a08393.html + __gnu_debug::_Safe_iterator_base - std::pair< _RAIter1, _RAIter2 > - _M_sequential_algorithm - a08340.html - a9c307c47e6a7d2b3211c92c767d2a448 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + + _Safe_iterator + a08393.html + aafbf4eeec97f82fe9ef786e2e1b8cebf + () noexcept - bool - operator() - a08340.html - acce7eaf03f5dcb028e255f8b40ad9dfd - (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + _Safe_iterator + a08393.html + abf10f26b438e7b11af47be15ec965f33 + (_Iterator __i, const _Safe_sequence_base *__seq) noexcept - - - __gnu_parallel::__multiway_merge_3_variant_sentinel_switch - a08516.html - __sentinels - - - - - - - __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > - a08520.html - - - - - - - __gnu_parallel::__multiway_merge_4_variant_sentinel_switch - a08524.html - __sentinels - - - - - - - __gnu_parallel::__multiway_merge_4_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > - a08528.html - - - - - - - __gnu_parallel::__multiway_merge_k_variant_sentinel_switch - a08532.html - __sentinels - __stable - - - - - - - __gnu_parallel::__multiway_merge_k_variant_sentinel_switch< false, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > - a08536.html - __stable - - - - - - - __gnu_parallel::__replace_if_selector - a08376.html - _It - _Op - _Tp - __gnu_parallel::__generic_for_each_selector - __replace_if_selector - a08376.html - adbc9d0217ad343205522064b78116f27 - (const _Tp &__new_val) + _Safe_iterator + a08393.html + a14fc079f9d52ed25624839bf56d6e0bb + (_Safe_iterator &&__x) noexcept - bool - operator() - a08376.html - aac84e11aceb0e9a3a784639d4df228c3 - (_Op &__o, _It __i) + + _Safe_iterator + a08393.html + a12cb2be26e6bd1c50970282d47a15a54 + (const _Safe_iterator &__x) noexcept - - const _Tp & - __new_val - a08376.html - ae1c51abc88821f95a5cb95ae9736d021 - + + + _Safe_iterator + a08393.html + a6e50cd4b55f01b8c305e501bde8f8c2f + (const _Safe_iterator< _MutableIterator, _Sequence, typename __gnu_cxx::__enable_if< _IsConstant::__value &&std::__are_same< _MutableIterator, _OtherIterator >::__value, std::forward_iterator_tag >::__type > &__x) noexcept - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + void + _M_attach + a08393.html + ad58fb2d0ddcf50022427bdee797690e9 + (_Safe_sequence_base *__seq) - - - __gnu_parallel::__replace_selector - a08372.html - - - __gnu_parallel::__generic_for_each_selector - - __replace_selector - a08372.html - a0fc622ae3902dd1b6c81541545262db7 - (const _Tp &__new_val) + void + _M_attach_single + a08393.html + a3b20ef089474f666775bd1f1a865c392 + (_Safe_sequence_base *__seq) bool - operator() - a08372.html - af3f1faaa44808a57f241b03a0f9be9a5 - (_Tp &__v, _It __i) + _M_attached_to + a08497.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const - - const _Tp & - __new_val - a08372.html - a64e384e0d3c57b0f0a545f56262fa012 - + + bool + _M_before_dereferenceable + a08393.html + a5fa0f26e5d046377ffccb409f2944833 + () const - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + bool + _M_can_compare + a08497.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const - - - __gnu_parallel::__transform1_selector - a08364.html - _It - __gnu_parallel::__generic_for_each_selector bool - operator() - a08364.html - a8292d668f885bee0747c9d154fb9a77e - (_Op &__o, _It __i) + _M_dereferenceable + a08393.html + a1653d02083343be4ddbd662070eec301 + () const - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + void + _M_detach_single + a08497.html + af1899eb4a27c3de8a74e9bf24dc920b4 + () - - - __gnu_parallel::__transform2_selector - a08368.html - _It - __gnu_parallel::__generic_for_each_selector bool - operator() - a08368.html - a4e0226a0b61723e0e8e716fb3a8be78f - (_Op &__o, _It __i) + _M_incrementable + a08393.html + a046fd9f196da5476ba014a3ed33316f6 + () const - - _It - _M_finish_iterator - a08348.html - a3b43c6fa8f1aa9bf6a3506102d0755c9 - + + void + _M_invalidate + a08497.html + a231c2eca561476c79c326ae696512cd2 + () - - - __gnu_parallel::__unary_negate - a08280.html - - - unary_function< argument_type, bool > - - argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + bool + _M_is_before_begin + a08393.html + ae2340dafeccff234ffc0138e2aa23230 + () const - + bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + _M_is_begin + a08393.html + a8b74400462adbb5068c2df54871d10cb + () const - - - __gnu_parallel::_DRandomShufflingGlobalData - a08600.html - _RAIter - - _DRandomShufflingGlobalData - a08600.html - a49c246799f069b451b53333929d4084b - (_RAIter &__source) + bool + _M_is_beginnest + a08393.html + a8150f9d08a7b921758b2e1b59263c733 + () const - - _ThreadIndex * - _M_bin_proc - a08600.html - ab8ca1d69017a8d989c2a6513f7ee5dff - + + bool + _M_is_end + a08393.html + ac5c54eb2babadef8f12760583730dd85 + () const - - _DifferenceType ** - _M_dist - a08600.html - a3daea3a567c0812cbd6f952f09cf749e - + + void + _M_reset + a08497.html + a1546bb95326eb29d175cb45140a128dd + () - - int - _M_num_bins - a08600.html - a97f25c495ee3f15f536662ab66ed3090 - + + bool + _M_singular + a08497.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const - - int - _M_num_bits - a08600.html - aea997549c9b932168aa3604c93d8ffc8 - + + void + _M_unlink + a08497.html + a15200550c9de14f693bd2fd9badbce2b + () - - _RAIter & - _M_source - a08600.html - acfd543398248a5b739699df3a525c3c2 - + + _Iterator & + base + a08393.html + a44568c431d0789c1163b635981dfe05e + () noexcept - - _DifferenceType * - _M_starts - a08600.html - ad6b06c75f81ed22652e7885f5f24b8f8 - + + + operator _Iterator + a08393.html + a32d94193c6ac64834d75515fa2487695 + () const noexcept - - _ValueType ** - _M_temporaries - a08600.html - ab4a993d7f3f535fb1e966844a742c346 - + + reference + operator* + a08393.html + a09753efe38fc494639cbbe005409fe51 + () const noexcept - - - __gnu_parallel::_DRSSorterPU - a08604.html - _RAIter - _RandomNumberGenerator - - _BinIndex - __bins_end - a08604.html - a57cad95133be224e950058f49d8efa88 - + + _Safe_iterator & + operator++ + a08393.html + af083e59c576b9e4f483df16b7411c10f + () noexcept - - _BinIndex - _M_bins_begin - a08604.html - a4f1586846d7c1364d0bdb4495050be75 - + + _Safe_iterator + operator++ + a08393.html + a0e18ec08b2e93621558f7ba5ced2dda6 + (int) noexcept - - int - _M_num_threads - a08604.html - a98ee0afe2a8b24ccca4438ac7d9aa05d - + + pointer + operator-> + a08393.html + afff5687d9255ad33daa6780dda27b6c5 + () const noexcept + + + _Safe_iterator & + operator= + a08393.html + a8289e4e52eca797212f8ed2f7ac06484 + (_Safe_iterator &&__x) noexcept + + + _Safe_iterator & + operator= + a08393.html + ae0afa6ce3f2e1d626b46ad157edb0a39 + (const _Safe_iterator &__x) noexcept + + + static constexpr bool + _S_constant + a08393.html + aecb3969b2c41415a01b68e6d8130538d + () - _DRandomShufflingGlobalData< _RAIter > * - _M_sd - a08604.html - a8e416537b5c329254dbc66c20416629f + _Safe_iterator_base * + _M_next + a08497.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 - uint32_t - _M_seed - a08604.html - a81dfd4b63950e76d2b540051a234cd5d + _Safe_iterator_base * + _M_prior + a08497.html + ad3aa8afe2713aba16a79e934cbe50f1c - - - __gnu_parallel::_DummyReduct - a08408.html - - - __gnu_parallel::_EqualFromLess - a08276.html - - - - binary_function< _T1, _T2, bool > - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba + + _Safe_sequence_base * + _M_sequence + a08497.html + a0ee820218a8e43841a84d866dc94f1e3 - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e + + unsigned int + _M_version + a08497.html + ad07568d7660eb8b85493b548d10c637a - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + void + _M_attach + a08497.html + a51809843192abdf6415ec0342fb0fdb9 + (_Safe_sequence_base *__seq, bool __constant) - - - __gnu_parallel::_EqualTo - a08292.html - - - binary_function< _T1, _T2, bool > - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + void + _M_attach_single + a08497.html + a45148b9f8f44371fedfd62f39827a18b + (_Safe_sequence_base *__seq, bool __constant) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + void + _M_detach + a08497.html + a8deb31273aaf1912a5540ae046581c54 + () - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + __gnu_cxx::__mutex & + _M_get_mutex + a08497.html + a8503df34e352af4f20a519bd5a2ffc10 + () - __gnu_parallel::_GuardedIterator - a08504.html - - + __gnu_debug::_Safe_iterator_base + a08497.html - - _GuardedIterator - a08504.html - ae5f70394d5c15f471216c6483d846b1c - (_RAIter __begin, _RAIter __end, _Compare &__comp) + bool + _M_attached_to + a08497.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const - - operator _RAIter - a08504.html - aaa63e1e4c5f2ad032d7deac8dbd8d2d6 - () + bool + _M_can_compare + a08497.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const - std::iterator_traits< _RAIter >::value_type & - operator* - a08504.html - a89e62967a92648f52f3da16144bf9b75 + void + _M_detach_single + a08497.html + af1899eb4a27c3de8a74e9bf24dc920b4 () - _GuardedIterator< _RAIter, _Compare > & - operator++ - a08504.html - ab5ee82c060324ccc10d02831a5270a7c + void + _M_invalidate + a08497.html + a231c2eca561476c79c326ae696512cd2 () - - friend bool - operator< - a08504.html - a2bf5c5fcb9aba7fef572a48701d84f9d - (_GuardedIterator< _RAIter, _Compare > &__bi1, _GuardedIterator< _RAIter, _Compare > &__bi2) - - - friend bool - operator<= - a08504.html - a406eb3652a303e46bd225a4046401bf4 - (_GuardedIterator< _RAIter, _Compare > &__bi1, _GuardedIterator< _RAIter, _Compare > &__bi2) - - - - __gnu_parallel::_IteratorPair - a08424.html - - - - pair< _Iterator1, _Iterator2 > - - _PCC<!is_same< _Iterator1, _U1 >::value||!is_same< _Iterator2, _U2 >::value, _Iterator1, _Iterator2 > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + void + _M_reset + a08497.html + a1546bb95326eb29d175cb45140a128dd + () - - _PCC< true, _Iterator1, _Iterator2 > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + bool + _M_singular + a08497.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const - - _Iterator2 - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + void + _M_unlink + a08497.html + a15200550c9de14f693bd2fd9badbce2b + () - _Iterator1 - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 + _Safe_iterator_base * + _M_next + a08497.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 - _Iterator2 - second - a06756.html - a91179413226db12e66346d3673b7835f + _Safe_iterator_base * + _M_prior + a08497.html + ad3aa8afe2713aba16a79e934cbe50f1c - - - __gnu_parallel::_IteratorTriple - a08428.html - - - - - - - __gnu_parallel::_Job - a08700.html - _DifferenceTp - volatile _DifferenceType - _M_first - a08700.html - a815b2e740292adbcc40185ebae5b1c67 + _Safe_sequence_base * + _M_sequence + a08497.html + a0ee820218a8e43841a84d866dc94f1e3 - volatile _DifferenceType - _M_last - a08700.html - a6893a607875d35bea0a2c15b6a448129 + unsigned int + _M_version + a08497.html + ad07568d7660eb8b85493b548d10c637a - - volatile _DifferenceType - _M_load - a08700.html - a46f2881dc8a59f16b0cb6761d7f632c4 - + + + _Safe_iterator_base + a08497.html + a3e6e1cb37b5585e5ee3b254bbd7d5cbb + () - - - __gnu_parallel::_Less - a08296.html - - - binary_function< _T1, _T2, bool > - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + + _Safe_iterator_base + a08497.html + a0993fe5b5c385572b6261e2100f01191 + (const _Safe_iterator_base &__x, bool __constant) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + + _Safe_iterator_base + a08497.html + a74a667bf14e3feb71571c352430fcf12 + (const _Safe_sequence_base *__seq, bool __constant) - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + void + _M_attach + a08497.html + a51809843192abdf6415ec0342fb0fdb9 + (_Safe_sequence_base *__seq, bool __constant) - - - __gnu_parallel::_Lexicographic - a08496.html - _T1 - _T2 - _Compare - binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool > - - std::pair< _T1, _T2 > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + void + _M_attach_single + a08497.html + a45148b9f8f44371fedfd62f39827a18b + (_Safe_sequence_base *__seq, bool __constant) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + void + _M_detach + a08497.html + a8deb31273aaf1912a5540ae046581c54 + () - - std::pair< _T1, _T2 > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + __gnu_cxx::__mutex & + _M_get_mutex + a08497.html + a8503df34e352af4f20a519bd5a2ffc10 + () - __gnu_parallel::_LexicographicReverse - a08500.html - _T1 - _T2 - _Compare - binary_function< _T1, _T2, bool > - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + __gnu_debug::_Safe_local_iterator + a08397.html + + + __gnu_debug::_Safe_local_iterator_base + + + _Safe_local_iterator + a08397.html + adc916fc873a967e3c62525fb890de36b + () noexcept - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + + _Safe_local_iterator + a08397.html + a380abe1aa1ff4af91374084189f86ed0 + (_Iterator __i, const _Safe_sequence_base *__cont) - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + + _Safe_local_iterator + a08397.html + a281a8ffa72a96b7599ad892efc6f4367 + (_Safe_local_iterator &&__x) noexcept - - - __gnu_parallel::_LoserTree - a08440.html - __stable - - - __gnu_parallel::_LoserTreeBase - void - __delete_min_insert - a08440.html - a35d4c47719d2f41603ba9c650f3f1e5a - (_Tp __key, bool __sup) + + _Safe_local_iterator + a08397.html + a0a7e70d70fe6ebf02a59eb4ed6704642 + (const _Safe_local_iterator &__x) noexcept - int - __get_min_source - a08432.html - ae03e177c456afb3093d6aed490de7b70 - () + + _Safe_local_iterator + a08397.html + ab45913e372960af8e21c2e246563e815 + (const _Safe_local_iterator< _MutableIterator, typename __gnu_cxx::__enable_if< _IsConstant::__value &&std::__are_same< _MutableIterator, _OtherIterator >::__value, _Sequence >::__type > &__x) noexcept void - __insert_start - a08432.html - ae40e9ed966e6afbbdcfca290b3992130 - (const _Tp &__key, int __source, bool __sup) + _M_attach + a08397.html + ae844aa725bcfae4523cd9c050821e0f5 + (_Safe_sequence_base *__seq) - - _Compare - _M_comp - a08432.html - a7bbc4162a7a7aad013038e076f516512 - + + void + _M_attach_single + a08397.html + a8da8a15a449165ca5f17393e82445fd3 + (_Safe_sequence_base *__seq) - + bool - _M_first_insert - a08432.html - afd84c329905b58ec69ade3066f138124 - - - - unsigned int - _M_log_k - a08432.html - a75bba27325ffeb227186440dfc836fb9 - + _M_attached_to + a08497.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const - - _Loser * - _M_losers - a08432.html - a018ad8a7b6c35a776bce15ce4c1d7974 - + + bool + _M_can_compare + a08497.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const - - - __gnu_parallel::_LoserTree< false, _Tp, _Compare > - a08444.html - - - __gnu_parallel::_LoserTreeBase - void - __delete_min_insert - a08444.html - aadac29421984aa702191fc81c3942afb - (_Tp __key, bool __sup) + bool + _M_dereferenceable + a08397.html + a6aa79a341cb886c9747c9889a3794ed8 + () const - int - __get_min_source - a08432.html - ae03e177c456afb3093d6aed490de7b70 - () + bool + _M_in_same_bucket + a08397.html + a39baef008b322b79b4946d682018d4f2 + (const _Safe_local_iterator< _Other, _Sequence > &__other) const - unsigned int - __init_winner - a08444.html - a72f173966387d5b8bd2fe3f9cedd32c8 - (unsigned int __root) + bool + _M_incrementable + a08397.html + a230223745882ecdae6c0d0c68beb7027 + () const void - __insert_start - a08432.html - ae40e9ed966e6afbbdcfca290b3992130 - (const _Tp &__key, int __source, bool __sup) + _M_invalidate + a08497.html + a231c2eca561476c79c326ae696512cd2 + () - - _Compare - _M_comp - a08432.html - a7bbc4162a7a7aad013038e076f516512 - + + bool + _M_is_begin + a08397.html + aec66d198e8316a67bd61262fb635d63a + () const - + bool - _M_first_insert - a08432.html - afd84c329905b58ec69ade3066f138124 - + _M_is_end + a08397.html + a10fc12a7ddc4e7d5a554ad0194b0cd90 + () const - - unsigned int - _M_log_k - a08432.html - a75bba27325ffeb227186440dfc836fb9 - + + void + _M_reset + a08497.html + a1546bb95326eb29d175cb45140a128dd + () - - _Loser * - _M_losers - a08432.html - a018ad8a7b6c35a776bce15ce4c1d7974 - + + bool + _M_singular + a08497.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const - - - __gnu_parallel::_LoserTreeBase - a08432.html - - - __gnu_parallel::_LoserTreeBase::_Loser - - _LoserTreeBase - a08432.html - acae75ac10b89e74fcabfd598399280e8 - (unsigned int __k, _Compare __comp) + void + _M_unlink + a08497.html + a15200550c9de14f693bd2fd9badbce2b + () + + + _Iterator & + base + a08397.html + a37fd9d3b91b2f222dbdfb95286e9e80f + () noexcept + + + size_type + bucket + a08397.html + a15955b785b5ba3c61918a1c549fda0d2 + () const - ~_LoserTreeBase - a08432.html - aab2d1be8f756025bc63f64218c88a559 - () + operator _Iterator + a08397.html + a996c63351ba75c6b08c729662f1e2809 + () const - int - __get_min_source - a08432.html - ae03e177c456afb3093d6aed490de7b70 + reference + operator* + a08397.html + a8e237d9370458e65ea6141b677e8e8f8 + () const + + + _Safe_local_iterator & + operator++ + a08397.html + ae86d3f9ac2f797a9231fb441c3a85f04 () - void - __insert_start - a08432.html - ae40e9ed966e6afbbdcfca290b3992130 - (const _Tp &__key, int __source, bool __sup) + _Safe_local_iterator + operator++ + a08397.html + a970d20722ad94a43afaa2e4db289f85e + (int) - - _Compare - _M_comp - a08432.html - a7bbc4162a7a7aad013038e076f516512 - + + pointer + operator-> + a08397.html + a4789f11d5d5c248e478a79f590186f1a + () const - - bool - _M_first_insert - a08432.html - afd84c329905b58ec69ade3066f138124 - + + _Safe_local_iterator & + operator= + a08397.html + a63641a3d3e09e8c2ef28e47d9f4b6057 + (_Safe_local_iterator &&__x) noexcept - - unsigned int - _M_log_k - a08432.html - a75bba27325ffeb227186440dfc836fb9 - + + _Safe_local_iterator & + operator= + a08397.html + aa7d1bbc86a00f5af9a96cc55c7914cce + (const _Safe_local_iterator &__x) - - _Loser * - _M_losers - a08432.html - a018ad8a7b6c35a776bce15ce4c1d7974 - + + static constexpr bool + _S_constant + a08397.html + a65378aa3baca9f98cbc4bf7e0049a8c8 + () - - - __gnu_parallel::_LoserTreeBase::_Loser - a08436.html - _Tp - _M_key - a08436.html - a8450fa226312185aa27a526f23677a75 + _Safe_iterator_base * + _M_next + a08497.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 - int - _M_source - a08436.html - a6887fcf9b3448e958f46c5a822befc5b + _Safe_iterator_base * + _M_prior + a08497.html + ad3aa8afe2713aba16a79e934cbe50f1c - bool - _M_sup - a08436.html - a704e30d74cc22713c993d8a22c145fef + _Safe_sequence_base * + _M_sequence + a08497.html + a0ee820218a8e43841a84d866dc94f1e3 - - - __gnu_parallel::_LoserTreePointer - a08456.html - __stable - - - __gnu_parallel::_LoserTreePointerBase - - - __gnu_parallel::_LoserTreePointer< false, _Tp, _Compare > - a08460.html - - - __gnu_parallel::_LoserTreePointerBase - - - __gnu_parallel::_LoserTreePointerBase - a08448.html - - - __gnu_parallel::_LoserTreePointerBase::_Loser - - - __gnu_parallel::_LoserTreePointerBase::_Loser - a08452.html - - - __gnu_parallel::_LoserTreePointerUnguarded - a08488.html - __stable - - - __gnu_parallel::_LoserTreePointerUnguardedBase - - - __gnu_parallel::_LoserTreePointerUnguarded< false, _Tp, _Compare > - a08492.html - - - __gnu_parallel::_LoserTreePointerUnguardedBase - - - __gnu_parallel::_LoserTreePointerUnguardedBase - a08480.html - - - - - __gnu_parallel::_LoserTreeTraits - a08512.html - - - static const bool - _M_use_pointer - a08512.html - ae896521258e61f2158af412742d7276b + + unsigned int + _M_version + a08497.html + ad07568d7660eb8b85493b548d10c637a - - - __gnu_parallel::_LoserTreeUnguarded - a08472.html - __stable - - - __gnu_parallel::_LoserTreeUnguardedBase - - - __gnu_parallel::_LoserTreeUnguarded< false, _Tp, _Compare > - a08476.html - - - __gnu_parallel::_LoserTreeUnguardedBase - - - __gnu_parallel::_LoserTreeUnguardedBase - a08464.html - - - - - __gnu_parallel::_Multiplies - a08312.html - - - - binary_function< _Tp1, _Tp2, _Result > - - _Tp1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + void + _M_attach + a08549.html + a78f52529ca9957c3f87afb0920456374 + (_Safe_sequence_base *__seq, bool __constant) - - _Result - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + void + _M_attach_single + a08549.html + a1d77bdc38465edcace6943056f867725 + (_Safe_sequence_base *__seq, bool __constant) - - _Tp2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + void + _M_detach + a08549.html + ad88baf5072fed556979aaf901b3dfafd + () - - - __gnu_parallel::_Nothing - a08404.html - + void - operator() - a08404.html - ac510e7f38f4ddc7d13db646cb65d2e25 - (_It __i) + _M_detach_single + a08549.html + a78cee76dec3476ad6c790e55d00eef46 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08497.html + a8503df34e352af4f20a519bd5a2ffc10 + () - - __gnu_parallel::_Piece - a08548.html - - - _DifferenceType - _M_begin - a08548.html - a6f846c8afc04193f46d5a1a490bd3ee2 - + + __gnu_debug::_Safe_local_iterator_base + a08549.html + __gnu_debug::_Safe_iterator_base + + bool + _M_attached_to + a08497.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const - - _DifferenceType - _M_end - a08548.html - ab0315ceba623516eccee17cd7650d705 - + + bool + _M_can_compare + a08497.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const - - - __gnu_parallel::_Plus - a08304.html - - - - binary_function< _Tp1, _Tp2, _Result > - - _Tp1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + void + _M_invalidate + a08497.html + a231c2eca561476c79c326ae696512cd2 + () - - _Result - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + void + _M_reset + a08497.html + a1546bb95326eb29d175cb45140a128dd + () - - _Tp2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + _M_singular + a08497.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const - - - __gnu_parallel::_PMWMSSortingData - a08552.html - _RAIter - - _ThreadIndex - _M_num_threads - a08552.html - a96502c73cd4bc2be361ec19eb3ff4927 - + + void + _M_unlink + a08497.html + a15200550c9de14f693bd2fd9badbce2b + () - _DifferenceType * - _M_offsets - a08552.html - a16303d6bb873db661b0ea3605d5d0151 + _Safe_iterator_base * + _M_next + a08497.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 - std::vector< _Piece< _DifferenceType > > * - _M_pieces - a08552.html - a6d425f3ac66ac84994cb4f353ffb16f4 + _Safe_iterator_base * + _M_prior + a08497.html + ad3aa8afe2713aba16a79e934cbe50f1c - _ValueType * - _M_samples - a08552.html - a2ce4dc3b1896ffd807b1e78cad4fb6ad + _Safe_sequence_base * + _M_sequence + a08497.html + a0ee820218a8e43841a84d866dc94f1e3 - _RAIter - _M_source - a08552.html - a3a63332260c5462d462764091a404a49 + unsigned int + _M_version + a08497.html + ad07568d7660eb8b85493b548d10c637a - - _DifferenceType * - _M_starts - a08552.html - a630e321737804622cfe40105b321d745 - + + + _Safe_local_iterator_base + a08549.html + ad7d51ed8396149f6d4d44e9bbf48ddf3 + () - - _ValueType ** - _M_temporary - a08552.html - abee24a2790b37147ee79b73dc22d6054 - + + + _Safe_local_iterator_base + a08549.html + aba66dde2adb286395bcb7714f32e64d9 + (const _Safe_local_iterator_base &__x, bool __constant) - - - __gnu_parallel::_PseudoSequence - a08324.html - _Tp - _DifferenceTp - + - _PseudoSequence - a08324.html - ab0fca6cced869a995c28f541f7116f3f - (const _Tp &__val, _DifferenceType __count) + _Safe_local_iterator_base + a08549.html + a7958bccd20b93cf3f6cffc4ed922346d + (const _Safe_sequence_base *__seq, bool __constant) - - iterator - begin - a08324.html - a51b9740eb71084e18aec7d254cab3e30 - () const + + void + _M_attach + a08549.html + a78f52529ca9957c3f87afb0920456374 + (_Safe_sequence_base *__seq, bool __constant) - - iterator - end - a08324.html - a8a0b6be67bf27256c7701980673775b6 - () const + + void + _M_attach_single + a08549.html + a1d77bdc38465edcace6943056f867725 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_detach + a08549.html + ad88baf5072fed556979aaf901b3dfafd + () + + + void + _M_detach_single + a08549.html + a78cee76dec3476ad6c790e55d00eef46 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08497.html + a8503df34e352af4f20a519bd5a2ffc10 + () - __gnu_parallel::_PseudoSequenceIterator - a08320.html - + __gnu_debug::_Safe_node_sequence + a08545.html - - - __gnu_parallel::_QSBThreadLocal - a08272.html - _RAIter - - std::pair< _RAIter, _RAIter > - _Piece - a08272.html - a4b151f36b1cac07063a9e6ae1ae9fd5a - + __gnu_debug::_Safe_sequence + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - - _QSBThreadLocal - a08272.html - a47e9a744d2981943c13ac5a0af56f493 - (int __queue_size) + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - volatile _DifferenceType * - _M_elements_leftover - a08272.html - a02cf2d3081cda15fa671ec19cb62b551 + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 - _Piece - _M_global - a08272.html - aba7a5f9235cc1a847e3754df018eb9b4 + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a - _Piece - _M_initial - a08272.html - a0018330a1faea8911bb0a8a7ee44f72e + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 - - _RestrictedBoundedConcurrentQueue< _Piece > - _M_leftover_parts - a08272.html - ab857deaace34709581c5573bc62afd49 - + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () - - _ThreadIndex - _M_num_threads - a08272.html - a0b63568837becdfbbd1f7accc1c05d1d - + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - - __gnu_parallel::_RandomNumber - a08596.html - - - _RandomNumber - a08596.html - acdf323e8c00b83892d86bf932bf3a966 + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 () - - - _RandomNumber - a08596.html - ae80e68e8fce17ae590fd4ca1b5ea40d4 - (uint32_t __seed, uint64_t _M_supremum=0x100000000ULL) + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const - - unsigned long - __genrand_bits - a08596.html - a4fd974d8ce4f13ea3c1aad5cb999c55b - (int __bits) + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + __gnu_debug::_Safe_sequence + a08401.html + + __gnu_debug::_Safe_sequence_base - uint32_t - operator() - a08596.html - ac0da7b514eddc08518d496c93015bb39 - () + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - uint32_t - operator() - a08596.html - a58e1450c9d06b629dde759438bc7d83c - (uint64_t local_supremum) + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept - __gnu_parallel::_RestrictedBoundedConcurrentQueue - a08592.html - _Tp + _Safe_sequence< _SafeSequence > + a08401.html + __gnu_debug::_Safe_sequence_base - - _RestrictedBoundedConcurrentQueue - a08592.html - a7070da9f66983a3fa24ae4dc92614c0c - (_SequenceIndex __max_size) + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_sequence_base + a08501.html + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + - ~_RestrictedBoundedConcurrentQueue - a08592.html - a0e201d45c998cc913577af578f0b9a16 + ~_Safe_sequence_base + a08501.html + a9061ce48f8c5627d61a2e4a72a43f479 () - - bool - pop_back - a08592.html - aff5854a49d63fcd08aae08eb282361e7 - (_Tp &__t) + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () - - bool - pop_front - a08592.html - a4b760899cefaccb86586c447b12c4cc3 - (_Tp &__t) + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + void - push_front - a08592.html - a2ac4fcc26b5a8e8d3db9993ca3b6f777 - (const _Tp &__t) + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_unordered_container + a08557.html + + __gnu_debug::_Safe_unordered_container_base + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + + __gnu_debug::_Safe_unordered_container_base + a08553.html + __gnu_debug::_Safe_sequence_base + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + + ~_Safe_unordered_container_base + a08553.html + a918ae91156e92a8701da15fc61d05b63 + () noexcept + + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + __gnu_debug::_Safe_vector + a08677.html + + + + + _Safe_vector< vector< _Tp, std::allocator< _Tp > >, ::vector< _Tp, std::allocator< _Tp > > > + a08677.html + __gnu_parallel::_SamplingSorter - a08540.html + a09161.html __stable __gnu_parallel::_SamplingSorter< false, _RAIter, _StrictWeakOrdering > - a08544.html + a09165.html + + + + std::__detail::_Scanner + a06661.html + + + + __gnu_debug::_Sequence_traits + a08513.html __gnu_parallel::_Settings - a08624.html + a09245.html static const _Settings & get - a08624.html + a09245.html abc4965eacae0b49945ebc887cb11adc1 () static void set - a08624.html + a09245.html ab8315853244a863923059790ac776299 (_Settings &) _SequenceIndex accumulate_minimal_n - a08624.html + a09245.html aca7032b6e6e0e84d00e83ea57e6f89d4 unsigned int adjacent_difference_minimal_n - a08624.html + a09245.html a54ef7c9960d233b219343ac7894c7fc4 unsigned int cache_line_size - a08624.html + a09245.html a2918b2f3f97a4fbbcfe990e73ace805b _SequenceIndex count_minimal_n - a08624.html + a09245.html ad8cdfe2324ea2ea32021f2625b2299f1 _SequenceIndex fill_minimal_n - a08624.html + a09245.html ae12932b6ecb49293c8c68a0d5dbf8919 double find_increasing_factor - a08624.html + a09245.html a9450672486f402afac0c0741fe1d76a8 _SequenceIndex find_initial_block_size - a08624.html + a09245.html a52caf5becdee8026dc2bf029f46e15d1 _SequenceIndex find_maximum_block_size - a08624.html + a09245.html a6e85e9dffe870aad7d2155188b3dea99 float find_scale_factor - a08624.html + a09245.html ad1123e5b2d57ff40c415d893cfbf5a11 _SequenceIndex find_sequential_search_size - a08624.html + a09245.html a755b0ae67b24dfe7d6f436e097a49620 _SequenceIndex for_each_minimal_n - a08624.html + a09245.html a334f583634130237ff56881c3e3e9570 _SequenceIndex generate_minimal_n - a08624.html + a09245.html a7f594850297e77470588b017b3afe81e unsigned long long L1_cache_size - a08624.html + a09245.html a46efaab4e04cdca5b5ab2fe7fc8d24f4 unsigned long long L2_cache_size - a08624.html + a09245.html a5a8b6a19fe32819d625800fdcdb97c25 _SequenceIndex max_element_minimal_n - a08624.html + a09245.html ad032e9ab491119f763bfb79cbfcc24d8 _SequenceIndex merge_minimal_n - a08624.html + a09245.html a6daa1846a1a935cd6ec684087e063ac4 unsigned int merge_oversampling - a08624.html + a09245.html a14ded8ea54764e899f1d24ef1fe12b19 _SequenceIndex min_element_minimal_n - a08624.html + a09245.html aa85f76a1f1bfd6c87efed32062222a05 int multiway_merge_minimal_k - a08624.html + a09245.html a4859415fa2642fbdf9324007b75b020e _SequenceIndex multiway_merge_minimal_n - a08624.html + a09245.html a15bef2dad4920451b8eb798ccdbf68f8 unsigned int multiway_merge_oversampling - a08624.html + a09245.html aa514e4bd6da6380bf7526c5306d6b173 _SequenceIndex nth_element_minimal_n - a08624.html + a09245.html a34bef940cd171e22210e1c349152aab9 _SequenceIndex partial_sort_minimal_n - a08624.html + a09245.html a79a53af11312c55af15998bf7a3f46d3 float partial_sum_dilation - a08624.html + a09245.html a781c6a0034d1669b90e37407e1c6d09e unsigned int partial_sum_minimal_n - a08624.html + a09245.html a768fbc7a7e588eabb25fd3824c4322fb double partition_chunk_share - a08624.html + a09245.html aaac9b17f2715c8b9101a2905562a43d1 _SequenceIndex partition_chunk_size - a08624.html + a09245.html ad796aab8446ea9eaadfbc0b7b0787c71 _SequenceIndex partition_minimal_n - a08624.html + a09245.html ae56b6a01dc27becaa478828011527b4b _SequenceIndex qsb_steals - a08624.html + a09245.html ad2087c371858b65ed5af5070e82fc80b unsigned int random_shuffle_minimal_n - a08624.html + a09245.html a5726332beba72b016508f1c641978265 _SequenceIndex replace_minimal_n - a08624.html + a09245.html a524589fca5b42e749dd5d5c2561fdacd _SequenceIndex search_minimal_n - a08624.html + a09245.html a0a323f305cb24d5c555e35031553ef02 _SequenceIndex set_difference_minimal_n - a08624.html + a09245.html a5b63306dcd3a70e85dd42790b91aa0af _SequenceIndex set_intersection_minimal_n - a08624.html + a09245.html a397d3c431a2dc32de6e2eef4e7134b50 _SequenceIndex set_symmetric_difference_minimal_n - a08624.html + a09245.html abf47bf2bbef9261d3d10b59558ddbdf2 _SequenceIndex set_union_minimal_n - a08624.html + a09245.html ab42faf337cfe7b64edfb7e61c6dadd08 _SequenceIndex sort_minimal_n - a08624.html + a09245.html a16e8a6461d487c29d0657c8f48575616 unsigned int sort_mwms_oversampling - a08624.html + a09245.html a0f435bbb73735fb8fdec296eed3c5996 unsigned int sort_qs_num_samples_preset - a08624.html + a09245.html a5d52b268aa07e731f6b01ff2fdd49904 _SequenceIndex sort_qsb_base_case_maximal_n - a08624.html + a09245.html a3a0bbce1f017d9a3ea2ea176722ed853 unsigned int TLB_size - a08624.html + a09245.html a5685189f3c14bde3fc8857e5217a359d _SequenceIndex transform_minimal_n - a08624.html + a09245.html aebdcc2cdd7ed5932001f979f6cd1167c _SequenceIndex unique_copy_minimal_n - a08624.html + a09245.html afc0b0f931fe74be4ec20cb3a34168898 + std::_Sp_ebo_helper< _Nm, _Tp, false > + a06753.html + _Nm + + + + std::_Sp_ebo_helper< _Nm, _Tp, true > + a06749.html + _Nm + + + __gnu_parallel::_SplitConsistently - a08556.html + a09177.html __exact @@ -23814,78374 +24873,84309 @@ __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator > - a08564.html + a09185.html __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator > - a08560.html + a09181.html - - __gnu_parallel::balanced_quicksort_tag - a08684.html - __gnu_parallel::parallel_tag + + std::__detail::_StateSeq + a06573.html + + + + __gnu_cxx::_Std_pointer_impl + a11141.html + + + + std::_Temporary_buffer + a07649.html + + - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () + + _Temporary_buffer + a07649.html + ae53d1b9aa4d0658c463fbbc6db6adc68 + (_ForwardIterator __seed, size_type __original_len) - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) + iterator + begin + a07649.html + acd631918c7c80bd4d4edd871c5122064 + () - - - __gnu_parallel::balanced_tag - a08640.html - __gnu_parallel::parallel_tag - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 + iterator + end + a07649.html + a0a05d06255dbcf619bb312133b13cc97 () - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) + size_type + requested_size + a07649.html + a6cc6bd1d6df0b852168f5065c01433ca + () const - - - __gnu_parallel::constant_size_blocks_tag - a08692.html - __gnu_parallel::find_tag - - - __gnu_parallel::default_parallel_tag - a08636.html - __gnu_parallel::parallel_tag - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () + size_type + size + a07649.html + a9bc2a952203a764d5a1cdf80f94bd2a8 + () const + + + _Temporary_buffer< _ForwardIterator, typename std::iterator_traits< _ForwardIterator >::value_type > + a07649.html - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) + + _Temporary_buffer + a07649.html + ae53d1b9aa4d0658c463fbbc6db6adc68 + (_ForwardIterator __seed, size_type __original_len) - - - __gnu_parallel::equal_split_tag - a08696.html - __gnu_parallel::find_tag - - - __gnu_parallel::exact_tag - a08660.html - __gnu_parallel::parallel_tag - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 + iterator + begin + a07649.html + acd631918c7c80bd4d4edd871c5122064 () - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) + iterator + end + a07649.html + a0a05d06255dbcf619bb312133b13cc97 + () + + + size_type + requested_size + a07649.html + a6cc6bd1d6df0b852168f5065c01433ca + () const + + + size_type + size + a07649.html + a9bc2a952203a764d5a1cdf80f94bd2a8 + () const - __gnu_parallel::find_tag - a08656.html + std::_Tuple_impl + a03081.html + _Idx + _Elements - - __gnu_parallel::growing_blocks_tag - a08688.html - __gnu_parallel::find_tag + + _Tuple_impl< 0, _Elements... > + a03081.html + + + _Tuple_impl< 0, _T1, _T2 > + a03081.html + + + _Tuple_impl< _Idx+1, _Tail... > + a03081.html - __gnu_parallel::multiway_mergesort_exact_tag - a08672.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::_Tuple_impl< _Idx, _Head, _Tail... > + a03085.html + _Idx + + _Tail + _Tuple_impl< _Idx+1, _Tail... > - __gnu_parallel::multiway_mergesort_sampling_tag - a08676.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + __gnu_cxx::_Unqualified_type + a11177.html + - __gnu_parallel::multiway_mergesort_tag - a08668.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::_Vector_base + a07709.html + + + + + _Vector_base< __diff_type, std::allocator< __diff_type > > + a07709.html + + + _Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > > + a07709.html + + + _Vector_base< _BigBlock, std::allocator< _BigBlock > > + a07709.html + + + _Vector_base< _CharClassT, std::allocator< _CharClassT > > + a07709.html + + + _Vector_base< _CharT, std::allocator< _CharT > > + a07709.html + + + _Vector_base< _Cmpt, std::allocator< _Cmpt > > + a07709.html + + + _Vector_base< _Node *, _Nodeptr_Alloc > + a07709.html + + + _Vector_base< _RealType, std::allocator< _RealType > > + a07709.html + + + _Vector_base< _State< _TraitsT::char_type >, std::allocator< _State< _TraitsT::char_type > > > + a07709.html + + + _Vector_base< _StringT, std::allocator< _StringT > > + a07709.html + + + _Vector_base< _Tp, std::allocator< _Tp > > + a07709.html + + + _Vector_base< block_type, allocator_type > + a07709.html + + + _Vector_base< Catalog_info *, std::allocator< Catalog_info * > > + a07709.html + + + _Vector_base< double, std::allocator< double > > + a07709.html + + + _Vector_base< int, std::allocator< int > > + a07709.html + + + _Vector_base< result_type, std::allocator< result_type > > + a07709.html + + + _Vector_base< size_t, std::allocator< size_t > > + a07709.html + + + _Vector_base< std::pair< _BiIter, int >, std::allocator< std::pair< _BiIter, int > > > + a07709.html + + + _Vector_base< std::pair< _StateIdT, vector< sub_match< _BiIter >, _Alloc > >, std::allocator< std::pair< _StateIdT, vector< sub_match< _BiIter >, _Alloc > > > > + a07709.html + + + _Vector_base< std::pair< _StrTransT, _StrTransT >, std::allocator< std::pair< _StrTransT, _StrTransT > > > + a07709.html + + + _Vector_base< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + a07709.html + + + _Vector_base< sub_match< _BiIter >, _Alloc > + a07709.html - __gnu_parallel::omp_loop_static_tag - a08652.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::add_const + a03765.html + - __gnu_parallel::omp_loop_tag - a08648.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::add_cv + a03773.html + - __gnu_parallel::parallel_tag - a08632.html - - - parallel_tag - a08632.html - a078f748f2174e172bc02da9e8858e10e - () - - - - parallel_tag - a08632.html - a861ef80b7465fe2984625ebf5f1bea97 - (_ThreadIndex __num_threads) - - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::add_lvalue_reference + a03797.html + - __gnu_parallel::quicksort_tag - a08680.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::add_pointer + a03861.html + - __gnu_parallel::sampling_tag - a08664.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::add_rvalue_reference + a03809.html + - __gnu_parallel::sequential_tag - a08628.html + std::add_volatile + a03769.html + - __gnu_parallel::unbalanced_tag - a08644.html - __gnu_parallel::parallel_tag - - _ThreadIndex - __get_num_threads - a08632.html - a18b32829b31b902699690b750e190e59 - () - - - void - set_num_threads - a08632.html - ac4b2be3fbb957a3754b13167428ab6eb - (_ThreadIndex __num_threads) - + std::adopt_lock_t + a06973.html - __gnu_pbds::associative_tag - a10140.html - __gnu_pbds::container_tag + std::aligned_storage + a03877.html + _Len + _Align - __gnu_pbds::basic_branch - a10032.html - Key - Mapped - Tag - Node_Update - Policy_Tl - _Alloc + aligned_storage< sizeof(_M_ptr), alignof(void *)> + a03877.html - - __gnu_pbds::basic_branch_tag - a10156.html - __gnu_pbds::associative_tag + + aligned_storage< sizeof(_Tp), __alignof__(_Tp)> + a03877.html - __gnu_pbds::basic_hash_table - a10020.html - Key - Mapped - Hash_Fn - Eq_Fn - Resize_Policy - Store_Hash - Tag - Policy_Tl - _Alloc + aligned_storage< sizeof(_Tp), alignof(_Tp)> + a03877.html - __gnu_pbds::basic_hash_tag - a10144.html - __gnu_pbds::associative_tag + std::aligned_union + a03897.html + _Len + _Types + + aligned_storage< _S_len, alignment_value >::type + type + a03897.html + a27bdde80c654d1c5253c899d71c8885c + + + + static const size_t + alignment_value + a01565.html + ga02d39c3e7eff3fb5ccdf9878ebfad0ef + + - __gnu_pbds::basic_invalidation_guarantee - a10116.html + std::alignment_of + a03681.html + + integral_constant< std::size_t, alignof(_Tp)> - - __gnu_pbds::binary_heap_tag - a10204.html - __gnu_pbds::priority_queue_tag + + std::allocator + a04577.html + + __gnu_cxx::new_allocator - - __gnu_pbds::binomial_heap_tag - a10196.html - __gnu_pbds::priority_queue_tag + + allocator< value_type > + a04577.html + __gnu_cxx::new_allocator - __gnu_pbds::cc_hash_max_collision_check_resize_trigger - a10084.html - External_Load_Access + std::allocator< void > + a04569.html + + + std::allocator_arg_t + a07813.html + + + std::allocator_traits + a04497.html - - external_load_access - a10084.html - afd8e1e7947fd32043e5a161234d6bb8cabc495279215d973cef60eeedf09f5a70 + + _Alloc + allocator_type + a04497.html + afca1125c7f138bdffa1fda17a5181429 - - external_load_access - a10084.html - afd8e1e7947fd32043e5a161234d6bb8cabc495279215d973cef60eeedf09f5a70 + + typename _Ptr< __c_pointer, const value_type >::type + const_pointer + a04497.html + a841791873537638dfc36c80ecc98bc48 - - - cc_hash_max_collision_check_resize_trigger - a10084.html - a3570f81e8bebfa7c217839b679c1692c - (float load=0.5) - - - float - get_load - a10084.html - a65eddf9416d51fc632010a8667fe58c2 - () const - - - void - set_load - a10084.html - acbe6814913bb7c30a34f4fc4d99d4e01 - (float load) + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a04497.html + a5a9cb47519e4840523e38e45cf56bf1d + - - bool - is_grow_needed - a10084.html - ad50aebe50070ae305b6c17a522bf6d0b - (size_type size, size_type num_entries) const + + typename _Diff< _Alloc, pointer >::type + difference_type + a04497.html + a653e076069bf6f57a6b09ca015d56a4e + - - bool - is_resize_needed - a10084.html - a7c5123f36dfca1b53699730fd2d184e8 - () const + + __detected_or_t< typename is_empty< _Alloc >::type, __equal, _Alloc > + is_always_equal + a04497.html + afae6957b1a6d68084b2b6114dff01ae8 + - - void - notify_cleared - a10084.html - afe7436bbd2219b3bb023834046574805 - () + + __detected_or_t< value_type *, __pointer, _Alloc > + pointer + a04497.html + a4931a231115cbef628c29b147a7d7336 + - - void - notify_erase_search_collision - a10084.html - a751447ee7cf5a38825c91c46156f1553 - () + + __detected_or_t< false_type, __pocca, _Alloc > + propagate_on_container_copy_assignment + a04497.html + acd5ad3d84299a655ad2c59e2345b7796 + - - void - notify_erase_search_end - a10084.html - ad2553af559204a400e889dfce3793555 - () + + __detected_or_t< false_type, __pocma, _Alloc > + propagate_on_container_move_assignment + a04497.html + a1db75f5aec19020544743134c961f607 + - - void - notify_erase_search_start - a10084.html - a240b4b28ea1cdc784d5e95c62db3c15f - () + + __detected_or_t< false_type, __pocs, _Alloc > + propagate_on_container_swap + a04497.html + adad7997e545350e38d1b44d01568741a + - - void - notify_erased - a10084.html - a1f46c2c9b293370318f1e2abb64cfcc1 - (size_type num_entries) + + typename _Size< _Alloc, difference_type >::type + size_type + a04497.html + a528d5c1afff59af1a90aa9273dddb806 + - - void - notify_externally_resized - a10084.html - a548dc80e54ce98dfb63b6197b0a5367f - (size_type new_size) + + _Alloc::value_type + value_type + a04497.html + aa51dca0f6ab162918c10679e8feb57df + - - void - notify_find_search_collision - a10084.html - aa657361a797637c5894f887b2f68b08d - () + + typename _Ptr< __v_pointer, void >::type + void_pointer + a04497.html + a242e530b7ee8e5d17a017983cc7cc705 + - - void - notify_find_search_end - a10084.html - a495e2209b7f02d5006404aaaa1087768 - () + + static constexpr pointer + allocate + a04497.html + a4a2a60729cda237481c8daf3bf78533d + (_Alloc &__a, size_type __n) - - void - notify_find_search_start - a10084.html - aecfd626845c5f41b5996a98ce41abe5d - () + + static constexpr pointer + allocate + a04497.html + a527c35b6eadc86a180800efe3dbae019 + (_Alloc &__a, size_type __n, const_void_pointer __hint) - - void - notify_insert_search_collision - a10084.html - a0ada2bfdc28eb5b321d4e40ae1d383f1 - () + + static constexpr auto + construct + a04497.html + a0483d0be76ba4c4ee3adf330582c5529 + (_Alloc &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) - - void - notify_insert_search_end - a10084.html - a64694cff7ecc080077cf5a1d77cfb91f - () + + static constexpr void + deallocate + a04497.html + aad5b2825d4904f3ce659f8c5255d5fb0 + (_Alloc &__a, pointer __p, size_type __n) - - void - notify_insert_search_start - a10084.html - ac180a1382d59cb873053ef1a00aeaf7a - () + + static constexpr void + destroy + a04497.html + acf173bd4ad6e9f9fe3c4864d4e5a2470 + (_Alloc &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0))) - - void - notify_inserted - a10084.html - a3873f31f2d3d3ff8118f48fa2bead1a8 - (size_type num_entries) + + static constexpr size_type + max_size + a04497.html + ac88bd1b341749d7053101a40d3ea76b2 + (const _Alloc &__a) noexcept - - void - notify_resized - a10084.html - a21c9dcb73448b7a0e82857a272ad43a8 - (size_type new_size) + + static constexpr _Alloc + select_on_container_copy_construction + a04497.html + adab15a11771bcce345133777329478e6 + (const _Alloc &__rhs) - __gnu_pbds::cc_hash_table - a10024.html - - - - - - - Store_Hash - - basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, cc_hash_tag, __gnu_cxx::typelist::create1< Comb_Hash_Fn >::type, _Alloc > - - - cc_hash_table - a10024.html - a5bb84ecde74cb41964822f5d7cce74e1 - () - - - - cc_hash_table - a10024.html - ae82fe7fcb8c0975de60e6fa15ce95085 - (const hash_fn &h) + allocator_traits< _Tp_alloc_type > + a04497.html + + _Tp_alloc_type + allocator_type + a04497.html + afca1125c7f138bdffa1fda17a5181429 + - - - cc_hash_table - a10024.html - a27bdb924e2946488ec465fcacde15e21 - (const hash_fn &h, const eq_fn &e) + + typename _Ptr< __c_pointer, const value_type >::type + const_pointer + a04497.html + a841791873537638dfc36c80ecc98bc48 + - - - cc_hash_table - a10024.html - a2f83d8a3065813574b512ebbf8437447 - (const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch) - - - - cc_hash_table - a10024.html - af141c65bc358d5c20b19adfe317ad7ac - (const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch, const resize_policy &rp) - - - - cc_hash_table - a10024.html - a70bcd64a9cb68398c169151c36365be9 - (It first, It last) - - - - cc_hash_table - a10024.html - a406cabdd8523a7b910875ce4ecce1cbc - (It first, It last, const hash_fn &h) - - - - cc_hash_table - a10024.html - a824df817359f701b3d157ed8638d4528 - (It first, It last, const hash_fn &h, const eq_fn &e) - - - - cc_hash_table - a10024.html - a1bca4b04926462c9f409b902ebb0b397 - (It first, It last, const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch) - - - - cc_hash_table - a10024.html - a2ffb9ad5d7b0bdde4f5e079ed3c0a6a5 - (It first, It last, const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch, const resize_policy &rp) - - - - __gnu_pbds::cc_hash_tag - a10148.html - __gnu_pbds::basic_hash_tag - - - __gnu_pbds::container_error - a10048.html - std::logic_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept - - - - __gnu_pbds::container_tag - a10128.html - - - __gnu_pbds::container_traits - a10272.html - - container_traits_base< Cntnr::container_category > - - order_preserving - a10272.html - ace925c8be06b3640abb7b6f486290daba7a8084f7409a761ceaa0de948e82363d - - - - erase_can_throw - a10272.html - ace925c8be06b3640abb7b6f486290daba04adc70b657d67c81caf60c8722c9ada - - - - split_join_can_throw - a10272.html - ace925c8be06b3640abb7b6f486290daba065162f99ac47cfa946b17a85f2e5f1e - - - - reverse_iteration - a10272.html - ace925c8be06b3640abb7b6f486290dabad65704fae44294b3e727d6704fd61ab6 - - - - erase_can_throw - a10272.html - ace925c8be06b3640abb7b6f486290daba04adc70b657d67c81caf60c8722c9ada - - - - order_preserving - a10272.html - ace925c8be06b3640abb7b6f486290daba7a8084f7409a761ceaa0de948e82363d + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a04497.html + a5a9cb47519e4840523e38e45cf56bf1d - - reverse_iteration - a10272.html - ace925c8be06b3640abb7b6f486290dabad65704fae44294b3e727d6704fd61ab6 + + typename _Diff< _Tp_alloc_type, pointer >::type + difference_type + a04497.html + a653e076069bf6f57a6b09ca015d56a4e - - split_join_can_throw - a10272.html - ace925c8be06b3640abb7b6f486290daba065162f99ac47cfa946b17a85f2e5f1e + + __detected_or_t< typename is_empty< _Tp_alloc_type >::type, __equal, _Tp_alloc_type > + is_always_equal + a04497.html + afae6957b1a6d68084b2b6114dff01ae8 - - - __gnu_pbds::container_traits_base - a10220.html - - - - __gnu_pbds::container_traits_base< binary_heap_tag > - a10268.html - - - __gnu_pbds::container_traits_base< binomial_heap_tag > - a10260.html - - - __gnu_pbds::container_traits_base< cc_hash_tag > - a10224.html - - - __gnu_pbds::container_traits_base< gp_hash_tag > - a10228.html - - - __gnu_pbds::container_traits_base< list_update_tag > - a10248.html - - - __gnu_pbds::container_traits_base< ov_tree_tag > - a10240.html - - - __gnu_pbds::container_traits_base< pairing_heap_tag > - a10252.html - - - __gnu_pbds::container_traits_base< pat_trie_tag > - a10244.html - - - __gnu_pbds::container_traits_base< rb_tree_tag > - a10232.html - - - __gnu_pbds::container_traits_base< rc_binomial_heap_tag > - a10264.html - - - __gnu_pbds::container_traits_base< splay_tree_tag > - a10236.html - - - __gnu_pbds::container_traits_base< thin_heap_tag > - a10256.html - - - __gnu_pbds::detail::bin_search_tree_const_it_ - a10556.html - - - - - - - Is_Forward_Iterator - - - - __gnu_pbds::detail::bin_search_tree_const_node_it_ - a10548.html - - - - - Const_Iterator - const_reference - a10548.html - a7c469cca98a372efbd8ed9cb086fa3ae + __detected_or_t< value_type *, __pointer, _Tp_alloc_type > + pointer + a04497.html + a4931a231115cbef628c29b147a7d7336 - trivial_iterator_difference_type - difference_type - a10548.html - a60ca6e16f3a71fde157c1376d14afc62 + __detected_or_t< false_type, __pocca, _Tp_alloc_type > + propagate_on_container_copy_assignment + a04497.html + acd5ad3d84299a655ad2c59e2345b7796 - trivial_iterator_tag - iterator_category - a10548.html - ae7cdc704c64581039293828b5c6f4b15 + __detected_or_t< false_type, __pocma, _Tp_alloc_type > + propagate_on_container_move_assignment + a04497.html + a1db75f5aec19020544743134c961f607 - _Alloc::template rebind< metadata_type >::other::const_reference - metadata_const_reference - a10548.html - a1cc97219243280077e011641b5a34d7c + __detected_or_t< false_type, __pocs, _Tp_alloc_type > + propagate_on_container_swap + a04497.html + adad7997e545350e38d1b44d01568741a - Node::metadata_type - metadata_type - a10548.html - a7eb0036cd037c9139ab0019c557be22d + typename _Size< _Tp_alloc_type, difference_type >::type + size_type + a04497.html + a528d5c1afff59af1a90aa9273dddb806 - Const_Iterator - reference - a10548.html - a00a0a67e9558dd2891dd4ddc9a568fab + _Alloc::value_type + value_type + a04497.html + aa51dca0f6ab162918c10679e8feb57df - Const_Iterator - value_type - a10548.html - a67882de51ea972e066ed1ea5e39ae76c + typename _Ptr< __v_pointer, void >::type + void_pointer + a04497.html + a242e530b7ee8e5d17a017983cc7cc705 - - bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > - get_l_child - a10548.html - adef28620e7ee83e27bf0a3850c31765b - () const + + static constexpr pointer + allocate + a04497.html + a4a2a60729cda237481c8daf3bf78533d + (_Tp_alloc_type &__a, size_type __n) - - metadata_const_reference - get_metadata - a10548.html - ac2361c1a9389f98ad1476a463670ad30 - () const + + static constexpr pointer + allocate + a04497.html + a527c35b6eadc86a180800efe3dbae019 + (_Tp_alloc_type &__a, size_type __n, const_void_pointer __hint) - - bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > - get_r_child - a10548.html - a29777270beba31264794e507ac3b7fee - () const + + static constexpr auto + construct + a04497.html + a0483d0be76ba4c4ee3adf330582c5529 + (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) - - bool - operator!= - a10548.html - af00d0999bd1cb1c6a731bf5327caea72 - (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + static constexpr void + deallocate + a04497.html + aad5b2825d4904f3ce659f8c5255d5fb0 + (_Tp_alloc_type &__a, pointer __p, size_type __n) - - const_reference - operator* - a10548.html - aeebd8eab002abaceeeeedbb0850ae617 - () const + + static constexpr void + destroy + a04497.html + acf173bd4ad6e9f9fe3c4864d4e5a2470 + (_Tp_alloc_type &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0))) - - bool - operator== - a10548.html - a7acc944a17c34a7e6a1f46a18319abe7 - (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + static constexpr size_type + max_size + a04497.html + ac88bd1b341749d7053101a40d3ea76b2 + (const _Tp_alloc_type &__a) noexcept + + + static constexpr _Tp_alloc_type + select_on_container_copy_construction + a04497.html + adab15a11771bcce345133777329478e6 + (const _Tp_alloc_type &__rhs) - - __gnu_pbds::detail::bin_search_tree_it_ - a10560.html - - - - - - - Is_Forward_Iterator - - __gnu_pbds::detail::bin_search_tree_const_it_ - - - __gnu_pbds::detail::bin_search_tree_node_it_ - a10552.html - - - + + std::allocator_traits< allocator< _Tp > > + a04529.html - __gnu_pbds::detail::bin_search_tree_const_node_it_ - Iterator - const_reference - a10552.html - a4929c6c309b332e7e61ca667d4970f34 + allocator< _Tp > + allocator_type + a04529.html + a235dca414a6b10eb9434eb7bba492c5e - trivial_iterator_difference_type + const _Tp * + const_pointer + a04529.html + a96c1831e637b76322672ada286c11295 + + + + const void * + const_void_pointer + a04529.html + aa47f11fc58f578103d6d7eb28e2fab5c + + + + std::ptrdiff_t difference_type - a10548.html - a60ca6e16f3a71fde157c1376d14afc62 + a04529.html + a882b662be1b1300acf04490112ae63f3 - trivial_iterator_tag - iterator_category - a10548.html - ae7cdc704c64581039293828b5c6f4b15 + true_type + is_always_equal + a04529.html + a90f7e4bb63b02a787cac38f4ab470488 - _Alloc::template rebind< metadata_type >::other::const_reference - metadata_const_reference - a10548.html - a1cc97219243280077e011641b5a34d7c + _Tp * + pointer + a04529.html + a3203247b206cbdb36c897d1e8d82e8e8 - Node::metadata_type - metadata_type - a10548.html - a7eb0036cd037c9139ab0019c557be22d + false_type + propagate_on_container_copy_assignment + a04529.html + aead0578ced7c066e9a89d1cb5825c5df - Iterator - reference - a10552.html - a4ad1cd9fab408c3e3bb9aaac4fb02ca9 + true_type + propagate_on_container_move_assignment + a04529.html + ab636a9fa7ab57a25ec043f171371976f - Iterator + false_type + propagate_on_container_swap + a04529.html + a37863f3ca5e214592282792a1741219f + + + + std::size_t + size_type + a04529.html + af1836ee16fd652969eb06007c273edd0 + + + + _Tp value_type - a10552.html - ac8e3c7ff2237536b5567dc23b5218d38 + a04529.html + a714ab1320373db07c7999b4f98bae091 - - bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > - get_l_child - a10552.html - a7c165db48078740c7eb8d7d9acd5eba8 - () const + + void * + void_pointer + a04529.html + a2e58512fe31588cbb360b60a98190bf9 + - - metadata_const_reference - get_metadata - a10548.html - ac2361c1a9389f98ad1476a463670ad30 - () const + + static constexpr pointer + allocate + a04529.html + a3c2c58a6eb6648b542d10de4f1a00a2a + (allocator_type &__a, size_type __n) - - bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > - get_r_child - a10552.html - aafe527c188b1b6900addb0bcb67f5f0b - () const + + static constexpr pointer + allocate + a04529.html + a753375add2c2db81cddb2b5860eed22a + (allocator_type &__a, size_type __n, const_void_pointer __hint) - - bool - operator!= - a10548.html - af00d0999bd1cb1c6a731bf5327caea72 - (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + static constexpr void + construct + a04529.html + adfd52bd240a00a7faf0a6d258b3a7488 + (allocator_type &__a, _Up *__p, _Args &&... __args) noexcept(std::is_nothrow_constructible< _Up, _Args... >::value) - - Iterator - operator* - a10552.html - aab710c87290d148b6dd2eb260ff27a1d - () const + + static constexpr void + deallocate + a04529.html + abd4b5e065721f7c46da7c0441c430043 + (allocator_type &__a, pointer __p, size_type __n) - - bool - operator== - a10548.html - a7acc944a17c34a7e6a1f46a18319abe7 - (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + static constexpr void + destroy + a04529.html + ae9384bdfb744f27410283b084c80f385 + (allocator_type &__a, _Up *__p) noexcept(is_nothrow_destructible< _Up >::value) + + + static constexpr size_type + max_size + a04529.html + ac7eaaee3aedd9da387e50b2881bd0c7b + (const allocator_type &__a) noexcept + + + static constexpr allocator_type + select_on_container_copy_construction + a04529.html + ad734a04a828881e13064cec2d20eeb62 + (const allocator_type &__rhs) - __gnu_pbds::detail::bin_search_tree_traits - a10564.html - Key - Mapped - Cmp_Fn - Node_Update - Node - _Alloc - - bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - - + __gnu_cxx::limit_condition::always_adjustor + a11301.html - __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > - a10568.html - - - Node_Update - - - - bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10568.html - a7956a5cdcec778e8abce36c69ccd3053 - - + __gnu_cxx::random_condition::always_adjustor + a11325.html - - __gnu_pbds::detail::binary_heap - a10488.html - Value_Type - Cmp_Fn - _Alloc - resize_policy< _Alloc::size_type > + + __gnu_cxx::annotate_base + a11281.html - __gnu_pbds::detail::binary_heap_const_iterator_ - a10492.html - - - Simple - - __gnu_pbds::detail::binary_heap_point_const_iterator_ - - base_type::const_pointer - const_pointer - a10492.html - a8233f5369e1b6e60da547f7f1843e030 - - - - base_type::const_reference - const_reference - a10492.html - a157eb231eb4380523a8b4f619829787e - + std::any + a01789.html + + constexpr + any + a01789.html + a9a3eaad9f217b42087d4f3e7eac3566d + () noexcept - - _Alloc::difference_type - difference_type - a10492.html - a74b080229c28726dcc2bf12ce54cfefe - + + + any + a01789.html + a674686a4c57659a30e2dd4bd43ded383 + (_Tp &&__value) - - std::forward_iterator_tag - iterator_category - a10492.html - aac3f2af936b4120fe980c2d7075dd6f4 - + + + any + a01789.html + a77a9e7f63eb82178c74b549e86146b81 + (any &&__other) noexcept - - base_type::pointer - pointer - a10492.html - a0907bb639cf9ac29dab204626ec12377 - + + + any + a01789.html + a767fae31fa03c4c2454079f6861d1ba6 + (const any &__other) - - base_type::reference - reference - a10492.html - adc01f11049fc8b3283d60458c4e2d04f - + + + any + a01789.html + ad4fb67d44e26459a43153053cc9e56f4 + (in_place_type_t< _Tp >, _Args &&... __args) - - base_type::value_type - value_type - a10492.html - af7d6e44fa7c917f95357a470af816658 - + + + any + a01789.html + aa20c277f5611344bd466502d651ae215 + (in_place_type_t< _Tp >, initializer_list< _Up > __il, _Args &&... __args) - binary_heap_const_iterator_ - a10492.html - af0a2dc25dbba85fcd249ab120194f33e + ~any + a01789.html + a8e29df894c346ae9e754c55960da097b () - - binary_heap_const_iterator_ - a10492.html - ae1e5c7467605a29e1268bd34dd84a624 - (const binary_heap_const_iterator_ &other) + __emplace_t< decay_t< _Tp >, _Args... > + emplace + a01789.html + a2e7a72d844d373dc36975d5e49e5ef1c + (_Args &&... __args) - bool - operator!= - a10492.html - ade2fe116ea5d8252d04e3205d8a097f5 - (const binary_heap_const_iterator_ &other) const + __emplace_t< decay_t< _Tp >, initializer_list< _Up > &, _Args &&... > + emplace + a01789.html + a5027966ed2fe9c6accda7ca429aa12d8 + (initializer_list< _Up > __il, _Args &&... __args) bool - operator!= - a10528.html - ac2a94a28e8beb3b3b2e66632636930f9 - (const binary_heap_point_const_iterator_ &other) const + has_value + a01789.html + ae976bcd0b32e3b31ae3fbed484695be8 + () const noexcept - const_reference - operator* - a10528.html - a50d89bdcb26164ff380a312673cf0f06 - () const + enable_if_t< is_copy_constructible< _Decay_if_not_any< _Tp > >::value, any & > + operator= + a01789.html + a19b63f745b1db0e8b429ac34d8e795db + (_Tp &&__rhs) - const_pointer - operator-> - a10528.html - a60137368e9df33aaca43271c842f0dea - () const + any & + operator= + a01789.html + a8c8534d06a6543c27c8c761e04497134 + (any &&__rhs) noexcept - bool - operator== - a10492.html - a49be997a654cf31a5688f876b3a0926b - (const binary_heap_const_iterator_ &other) const + any & + operator= + a01789.html + a2eab4fc57adea35c9ee0ed93f4d04362 + (const any &__rhs) - bool - operator== - a10528.html - a086ba257226b242633bc6519023da110 - (const binary_heap_point_const_iterator_ &other) const + void + reset + a01789.html + ac39ebc37c99ff8effb90c76e275a10fb + () noexcept - - - __gnu_pbds::detail::binary_heap_point_const_iterator_ - a10528.html - - - Simple - - - _Alloc::template rebind< value_type >::other::const_pointer - const_pointer - a10528.html - abc8067c1b2d82a54c6836768b76f0383 - + + void + swap + a01789.html + ae1dad3a8202c32c54a7e45acefa64fe5 + (any &__rhs) noexcept - - _Alloc::template rebind< value_type >::other::const_reference - const_reference - a10528.html - ac229bf024f7824ff3c9b29333d3e2dd9 - + + const type_info & + type + a01789.html + a9e88741fefac0e96ed02499674552f31 + () const noexcept - - trivial_iterator_difference_type - difference_type - a10528.html - afa0007845d620ae7f329c9813ecfe7d0 - + + + std::experimental::fundamentals_v1::any + a10617.html + + + any + a10617.html + a6ba2922445d4e290bfc4e2437c61417b + () noexcept - - trivial_iterator_tag - iterator_category - a10528.html - a0d1b6774adedb170ee1ed23fcff30ba2 - + + + any + a10617.html + acd927b924b7895c43b139485ad2b2e31 + (_ValueType &&__value) - - _Alloc::template rebind< value_type >::other::pointer - pointer - a10528.html - abd81453d36a2f45a3609f24f0aa72fc7 - + + + any + a10617.html + acd927b924b7895c43b139485ad2b2e31 + (_ValueType &&__value) - - _Alloc::template rebind< value_type >::other::reference - reference - a10528.html - a28fd70badd5b824bf3269a0da6fe1765 - + + + any + a10617.html + a347ce9a01a1c622c06338b2725dcba31 + (any &&__other) noexcept - - Value_Type - value_type - a10528.html - af4eb9042a7175d970490ed0cdd89eda4 - + + + any + a10617.html + a17c5dbe5004a59d142907072bffe439c + (const any &__other) - binary_heap_point_const_iterator_ - a10528.html - a51849dc1d50e671689acdc7ca14297f9 + ~any + a10617.html + a8ab21d9193e432e2ba055f58adc832c7 () - - binary_heap_point_const_iterator_ - a10528.html - a4caa8f4cc657a7fd700f07c51653c29b - (const binary_heap_point_const_iterator_ &other) + void + clear + a10617.html + a5beaf2ef0d35c15246261ecce68809b0 + () noexcept bool - operator!= - a10528.html - ac2a94a28e8beb3b3b2e66632636930f9 - (const binary_heap_point_const_iterator_ &other) const + empty + a10617.html + a1278f00ae766f878991576ee05776732 + () const noexcept - const_reference - operator* - a10528.html - a50d89bdcb26164ff380a312673cf0f06 - () const + enable_if_t<!is_same< any, decay_t< _ValueType > >::value, any & > + operator= + a10617.html + af377e421f8e38d5873afb4d84aab606b + (_ValueType &&__rhs) - const_pointer - operator-> - a10528.html - a60137368e9df33aaca43271c842f0dea - () const + any & + operator= + a10617.html + a0453d90a8d4fb2325712c4e5f3b909a7 + (any &&__rhs) noexcept - bool - operator== - a10528.html - a086ba257226b242633bc6519023da110 - (const binary_heap_point_const_iterator_ &other) const + any & + operator= + a10617.html + a146ce22d8e7f66b46766d6de66fb6584 + (const any &__rhs) + + + void + swap + a10617.html + a767521afed6c6768073fdef22d2ed292 + (any &__rhs) noexcept + + + const type_info & + type + a10617.html + a283ebc4f962a66404be06dcbb512eff4 + () const noexcept - - __gnu_pbds::detail::binomial_heap - a10536.html - - + + std::array + a01829.html - __gnu_pbds::detail::binomial_heap_base + _Nm - - __gnu_pbds::detail::binomial_heap_base - a10540.html - Value_Type - Cmp_Fn - _Alloc - left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + + __gnu_pbds::associative_tag + a11821.html + __gnu_pbds::container_tag - __gnu_pbds::detail::branch_policy - a10572.html - - + std::atomic + a01853.html - __gnu_pbds::detail::branch_policy< Node_CItr, Node_CItr, _Alloc > - a10576.html - + std::atomic< _Tp * > + a01861.html + + std::atomic< bool > + a01857.html + + + std::atomic< char > + a01865.html + __atomic_base< char > + + + std::atomic< char16_t > + a01913.html + __atomic_base< char16_t > + + + std::atomic< char32_t > + a01917.html + __atomic_base< char32_t > + + + std::atomic< int > + a01885.html + __atomic_base< int > + + + std::atomic< long > + a01893.html + __atomic_base< long > + + + std::atomic< long long > + a01901.html + __atomic_base< long long > + + + std::atomic< short > + a01877.html + __atomic_base< short > + + + std::atomic< signed char > + a01869.html + __atomic_base< signed char > + + + std::atomic< unsigned char > + a01873.html + __atomic_base< unsigned char > + + + std::atomic< unsigned int > + a01889.html + __atomic_base< unsigned int > + + + std::atomic< unsigned long > + a01897.html + __atomic_base< unsigned long > + + + std::atomic< unsigned long long > + a01905.html + __atomic_base< unsigned long long > + + + std::atomic< unsigned short > + a01881.html + __atomic_base< unsigned short > + + + std::atomic< wchar_t > + a01909.html + __atomic_base< wchar_t > + + + std::atomic_flag + a04629.html + std::__atomic_flag_base + - __gnu_pbds::detail::cc_ht_map - a10592.html - Key - Mapped - Hash_Fn - Eq_Fn - _Alloc - Store_Hash - Comb_Hash_Fn - Resize_Policy - __gnu_pbds::detail::hash_eq_fn - __gnu_pbds::detail::ranged_hash_fn - __gnu_pbds::detail::types_traits + std::auto_ptr + a08261.html + + + _Tp + element_type + a08261.html + a7c925143715c359436b453e524dd9fc1 + + - bool - empty - a10592.html - a81c25bcdaf87a204dd90b224fa29b068 - () const + + auto_ptr + a08261.html + aa88c998565d04c8e882a3b579e46c055 + (auto_ptr &__a) - Comb_Hash_Fn & - get_comb_hash_fn - a10592.html - a09dad2894fd75d409efd53ece6e1f969 - () + + auto_ptr + a08261.html + a10d7a4a15c88b4953d090c08dfc87e14 + (auto_ptr< _Tp1 > &__a) - const Comb_Hash_Fn & - get_comb_hash_fn - a10592.html - ae947bcd495e9dca14128ae58454027d0 - () const + + auto_ptr + a08261.html + a829d06b1a12a622608a3cce322238fc6 + (auto_ptr_ref< element_type > __ref) - Eq_Fn & - get_eq_fn - a10592.html - a499836c2e251f6b6c465b900253f88aa + + auto_ptr + a08261.html + a4029546a38036de379586d8514a02ebb + (element_type *__p=0) + + + + ~auto_ptr + a08261.html + a7306f9cb13ae8e32b4a4bc9d8bee2fd1 () - const Eq_Fn & - get_eq_fn - a10592.html - a1562fb5f4d4bd3754311ad1a1dee0b68 + element_type * + get + a08261.html + a84b05c8cd5548725ab4e0180aa3b2352 () const - Hash_Fn & - get_hash_fn - a10592.html - a16c4ebed0fcde585f4635d9120c0087e - () + element_type & + operator* + a08261.html + a2e044fd0c71fba38157d3aa588be4518 + () const - const Hash_Fn & - get_hash_fn - a10592.html - ac623c273c8e37c4d7532a46c9d6e7b8b + element_type * + operator-> + a08261.html + a26129c2150ef03c1d8d33a3bbe65ef23 () const - Resize_Policy & - get_resize_policy - a10592.html - a43eb462879caae9ccd3b4ba6731acde8 + auto_ptr & + operator= + a08261.html + af798a3136d8030f2158837fde7373f5b + (auto_ptr &__a) + + + auto_ptr & + operator= + a08261.html + adf78f102f371538dbe78a57976053736 + (auto_ptr< _Tp1 > &__a) + + + element_type * + release + a08261.html + a3cdeabd85acfcac56136924e939c29ef () - const Resize_Policy & - get_resize_policy - a10592.html - aeeb24d2cf8a6e89ecf1f62b9e45a8b5a - () const + void + reset + a08261.html + a7d9519c9b72d8add8292661b822ab7fe + (element_type *__p=0) - - __gnu_pbds::detail::cond_dealtor - a10296.html - Entry - _Alloc - - __gnu_pbds::detail::container_base_dispatch - a10276.html - - - - + std::auto_ptr_ref + a08257.html - - __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type > - a10368.html - - + + std::back_insert_iterator + a07473.html + iterator< output_iterator_tag, void, void, void, void > - binary_heap< _VTp, Cmp_Fn, _Alloc > - type - a10368.html - adbbd8131d9a4cdc53e280a34f161dd3c + _Container + container_type + a07473.html + a07b20b41619db738d2bb3782b063be1a - - - __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binomial_heap_tag, null_type > - a10360.html - - - - binomial_heap< _VTp, Cmp_Fn, _Alloc > - type - a10360.html - ab4cecfd9b1ed21229fe049cabebe321c + void + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - - __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, pairing_heap_tag, null_type > - a10356.html - - - - pairing_heap< _VTp, Cmp_Fn, _Alloc > - type - a10356.html - adecf3a56bd35a5ca376d0492e7123a7b + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - - - __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag, null_type > - a10364.html - - - - rc_binomial_heap< _VTp, Cmp_Fn, _Alloc > - type - a10364.html - a7d1df51ac2b0c2e893e450bf7fe9e379 + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - - - __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, thin_heap_tag, null_type > - a10372.html - - - - thin_heap< _VTp, Cmp_Fn, _Alloc > - type - a10372.html - a9810405868a4fa2e115def4f7da71b66 + void + reference + a07525.html + abb17838f15d32971ad823036c6593aef - - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, cc_hash_tag, Policy_Tl > - a10340.html - - - - - cc_ht_map< Key, Mapped, at0t, at1t, _Alloc, at3t::value, at4t, at2t > - type - a10340.html - a23615b62e54e710b3434f9fa1ec9e3d1 + void + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, gp_hash_tag, Policy_Tl > - a10348.html - - - - - - gp_ht_map< Key, Mapped, at0t, at1t, _Alloc, at3t::value, at4t, at5t, at2t > - type - a10348.html - abd5c9e94abb13133205d4974cb2c396f - + + constexpr + back_insert_iterator + a07473.html + abefed2b1d21839568b516d4794de20be + (_Container &__x) - - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, list_update_tag, Policy_Tl > - a10300.html - - - - - - lu_map< Key, Mapped, at0t, _Alloc, at1t > - type - a10300.html - acdf7426a920b3c4b7e483cd738099f08 - + + constexpr back_insert_iterator & + operator* + a07473.html + a4704cea1a9ddb68b8459fcd3281a0d65 + () + + + constexpr back_insert_iterator & + operator++ + a07473.html + a6ba0c2a38a3be052be89e25bf931550b + () + + + constexpr back_insert_iterator + operator++ + a07473.html + a04b182c69b77fe0463dac42fbd4c5228 + (int) + + + constexpr back_insert_iterator & + operator= + a07473.html + a4966f1477eac054981fcaeddab5f0c2b + (const typename _Container::value_type &__value) - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, ov_tree_tag, Policy_Tl > - a10332.html - - - - - - ov_tree_map< Key, Mapped, at0t, at1t, _Alloc > - type - a10332.html - a9dee3e80b552749aba49a387cfef6768 - + + std::bad_alloc + a01761.html + std::exception + + virtual const char * + what + a01761.html + a3559b1691d8a8138d5fb7aa79ac06cbe + () const - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl > - a10308.html - - - - + + std::bad_any_cast + a01785.html + std::bad_cast + + virtual const char * + what + a01785.html + aa4d6f3dcd0695f749db9ae95ad352b8f + () const noexcept + - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl > - a10316.html - - - - - - rb_tree_map< Key, Mapped, at0t, at1t, _Alloc > - type - a10316.html - a4dc67d36e7e28cebbf0696edd715d8a6 - + + std::experimental::fundamentals_v1::bad_any_cast + a10613.html + std::bad_cast + + virtual const char * + what + a10613.html + a1304de0136b22b9b0949cd329de37d9e + () const noexcept - - __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, splay_tree_tag, Policy_Tl > - a10324.html - - - - - - splay_tree_map< Key, Mapped, at0t, at1t, _Alloc > - type - a10324.html - a7539df56bb60708acd2660656ceee4a8 - + + std::bad_cast + a01777.html + std::exception + + virtual const char * + what + a01777.html + a06dd9ba98e54d468ba243e7354c52714 + () const noexcept - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, cc_hash_tag, Policy_Tl > - a10344.html - - - - - cc_ht_set< Key, null_type, at0t, at1t, _Alloc, at3t::value, at4t, at2t > - type - a10344.html - a3ecac13ca9bd3607b2cc2aba336c4c2c - + + std::bad_exception + a01753.html + std::exception + + virtual const char * + what + a01753.html + a01e2c7a741b840a9ea27789d50e9d65c + () const noexcept - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, gp_hash_tag, Policy_Tl > - a10352.html - - - - - gp_ht_set< Key, null_type, at0t, at1t, _Alloc, at3t::value, at4t, at5t, at2t > - type - a10352.html - a315c9e64b8e3cf04bf9ca02ca72e5914 - - - - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl > - a10304.html - - - - - lu_set< Key, null_type, at0t, _Alloc, at1t > - type - a10304.html - a3567565c4791014129d9271f665960dd - - - - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, ov_tree_tag, Policy_Tl > - a10336.html - - - - - ov_tree_set< Key, null_type, at0t, at1t, _Alloc > - type - a10336.html - ac19add69b1550d2db0c651b84634ddca - - - - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, pat_trie_tag, Policy_Tl > - a10312.html - - - - - pat_trie_set< Key, null_type, at1t, _Alloc > - type - a10312.html - a52af7516d4c19d6fe0a0cbd61c047eb8 - + + std::bad_function_call + a06889.html + std::exception + + const char * + what + a06889.html + adc08d09b07e62fe8943fdda5ab8f56af + () const noexcept - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, rb_tree_tag, Policy_Tl > - a10320.html - - - - - - __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, splay_tree_tag, Policy_Tl > - a10328.html - - - - - splay_tree_set< Key, null_type, at0t, at1t, _Alloc > - type - a10328.html - a1d218c006e5fec5f988d65044d11b85f - + + std::bad_optional_access + a02801.html + std::exception + + const char * + what + a02801.html + ae170ad7a9890b4b77e6702e700f93f50 + () const noexcept override - - __gnu_pbds::detail::default_comb_hash_fn - a10384.html - - direct_mask_range_hashing - type - a10384.html - acf71610ce6c7a4a66b87e61fbc3e7407 - + + std::experimental::fundamentals_v1::bad_optional_access + a10717.html + std::logic_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept - - __gnu_pbds::detail::default_eq_fn - a10380.html - Key - - std::equal_to< Key > - type - a10380.html - a504bba9208637bab17e2da42601884ba - + + std::bad_typeid + a01781.html + std::exception + + virtual const char * + what + a01781.html + ad423bab305d43240e9798c55778ca199 + () const noexcept - - __gnu_pbds::detail::default_hash_fn - a10376.html - Key - - std::tr1::hash< Key > - type - a10376.html - a9d4935ab2b6d39c2dd35d2d6d395b45a - + + std::bad_weak_ptr + a06705.html + std::exception + + virtual char const * + what + a06705.html + adfea1fffacfb8c9c39f374e16ec7315c + () const noexcept - __gnu_pbds::detail::default_probe_fn - a10396.html - Comb_Probe_Fn - - cond_type::__type - type - a10396.html - a37d9371e79bf6ce01e4bdcc723df1017 - + __gnu_parallel::balanced_quicksort_tag + a09305.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - - - __gnu_pbds::detail::default_resize_policy - a10388.html - Comb_Hash_Fn - - hash_standard_resize_policy< size_policy_type, trigger, false, size_type > - type - a10388.html - a76f207395a752f928b216799653b005d - + + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - __gnu_pbds::detail::default_trie_access_traits - a10400.html - - - - __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > > - a10404.html - - - - trie_string_access_traits< string_type > - type - a10404.html - a3d7eb49d274057829afe1bce8418ca14 - + __gnu_parallel::balanced_tag + a09261.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - - - __gnu_pbds::detail::default_update_policy - a10392.html - - lu_move_to_front_policy - type - a10392.html - a386b5f8ac62032f7854bec47c859d9b8 - + + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - __gnu_pbds::detail::dumnode_const_iterator - a10580.html - - - - - - __gnu_pbds::detail::entry_cmp - a10496.html - - + std::tr2::bases + a09361.html - No_Throw - - __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false > - a10504.html + + __gnu_pbds::basic_branch + a11713.html - __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type - - - __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type - a10508.html - - - __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, true > - a10500.html - - Cmp_Fn - type - a10500.html - aec3a9bedeb284ef0b99f1a279adae4c3 - - - - __gnu_pbds::detail::entry_pred - a10512.html - - - - No_Throw + + basic_branch< Key, Mapped, pat_trie_tag, detail::trie_traits< Key, Mapped, typename detail::default_trie_access_traits< Key >::type, null_node_update, pat_trie_tag, std::allocator< char > > ::node_update, __gnu_cxx::typelist::create2< typename detail::default_trie_access_traits< Key >::type, detail::trie_traits< Key, Mapped, typename detail::default_trie_access_traits< Key >::type, null_node_update, pat_trie_tag, std::allocator< char > > >::type, std::allocator< char > > + a11713.html - - __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, false > - a10520.html - - - + + basic_branch< Key, Mapped, rb_tree_tag, detail::tree_traits< Key, Mapped, std::less< Key >, null_node_update, rb_tree_tag, std::allocator< char > > ::node_update, __gnu_cxx::typelist::create2< std::less< Key >, detail::tree_traits< Key, Mapped, std::less< Key >, null_node_update, rb_tree_tag, std::allocator< char > > >::type, std::allocator< char > > + a11713.html - __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, true > - a10516.html - - - + __gnu_pbds::basic_branch_tag + a11837.html + __gnu_pbds::associative_tag - - __gnu_pbds::detail::eq_by_less - a10616.html + + std::basic_filebuf + a02181.html - - - __gnu_pbds::detail::gp_ht_map - a10632.html - Key - Mapped - Hash_Fn - Eq_Fn - _Alloc - Store_Hash - Comb_Probe_Fn - Probe_Fn - Resize_Policy - __gnu_pbds::detail::hash_eq_fn - __gnu_pbds::detail::ranged_probe_fn - __gnu_pbds::detail::types_traits + std::basic_streambuf - bool - empty - a10632.html - a3bab1fd3177ead540ec019702d62f6b1 - () const + + basic_filebuf + a02181.html + add2d16a8965c490cd9b4cc95b958e09f + () + + + virtual + ~basic_filebuf + a02181.html + a226a8efc1add60c0fc04ce2714a56b4c + () - Comb_Probe_Fn & - get_comb_probe_fn - a10632.html - a4c7961be5e6ee27343278295a5fc1f53 + __filebuf_type * + close + a02181.html + a5e13a128abb0a5dd8ef1e3d10597031f () - const Comb_Probe_Fn & - get_comb_probe_fn - a10632.html - a5919c7db7294ef860a47ac2467bc4be8 + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 () const - Eq_Fn & - get_eq_fn - a10632.html - a7888c9fcbeb9dcac9c3cb43dce782fa5 + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c () - const Eq_Fn & - get_eq_fn - a10632.html - a8379880ce29e472e63228e4b537e8c77 + bool + is_open + a02181.html + a56ddf5ebdff55e7aaf51077a51c4d42f () const - Hash_Fn & - get_hash_fn - a10632.html - ab8bf76d476b8be7af48690bf9c695ef8 - () + _If_fs_path< _Path, __filebuf_type * > + open + a02181.html + a533da3d641248263ed1015942c49b86b + (const _Path &__s, ios_base::openmode __mode) - const Hash_Fn & - get_hash_fn - a10632.html - a5b80892ebd4f1f59c0edc51862e508c7 - () const + __filebuf_type * + open + a02181.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) - Probe_Fn & - get_probe_fn - a10632.html - a9a2f3059267ed53868d6a79596a9e90a - () + __filebuf_type * + open + a02181.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) - const Probe_Fn & - get_probe_fn - a10632.html - ae4ff977c13fdefd2110d05632acc8119 - () const + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - Resize_Policy & - get_resize_policy - a10632.html - a6603ab7c2c23c037c19fa2fe3f9e549c + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 () - const Resize_Policy & - get_resize_policy - a10632.html - aa0fe28f4265431fccb4784cfb519e1f5 - () const - - - - __gnu_pbds::detail::hash_eq_fn - a10620.html - - - - Store_Hash - - - __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false > - a10624.html - - - - - - __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true > - a10628.html - - - - - - __gnu_pbds::detail::hash_load_check_resize_trigger_size_base - a10916.html - - Hold_Size - - - __gnu_pbds::detail::hash_load_check_resize_trigger_size_base< Size_Type, true > - a10920.html - - - - __gnu_pbds::detail::left_child_next_sibling_heap - a10724.html - Value_Type - Cmp_Fn - Node_Metadata - _Alloc - - - __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_ - a10720.html - - - __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ - - base_type::const_pointer - const_pointer - a10720.html - a162def37be44e8be8c4a67ae92e99e4e - - - - base_type::const_reference - const_reference - a10720.html - a21dc840b511d19faf16ba33864df72df - - - - _Alloc::difference_type - difference_type - a10720.html - a7a99e74779506a128cd9557bcdb62294 - - - - std::forward_iterator_tag - iterator_category - a10720.html - abfb76ff099663b004647df58f5caea7a - - - - base_type::pointer - pointer - a10720.html - a1db8d2d6a17d1ede94fa15d0d6056460 - - - - base_type::reference - reference - a10720.html - ab5f6bb8d56264c9fa8c54b38ffda86ce - + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - - base_type::value_type - value_type - a10720.html - ad38e84193ee9d64e723d209b57d94656 - + + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - - left_child_next_sibling_heap_const_iterator_ - a10720.html - a6d0bc89961b0ee4562057769c0b6d65d + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 () - - left_child_next_sibling_heap_const_iterator_ - a10720.html - ad84cc711e4b85e7e3cd6a56bf0e123fb - (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - bool - operator!= - a10720.html - aa943274d090a3ccb2e74e2937ac00e13 - (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - bool - operator!= - a10736.html - ad5876d650788d02f01035cdb3040dd88 - (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - const_reference - operator* - a10736.html - a60ad369139de2b800a5a729f10b992bb - () const + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - const_pointer - operator-> - a10736.html - a2096ba7f4be3c22e0f883172ba323f5c - () const + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - bool - operator== - a10720.html - ae75829a8ccd781a3914acd4e19e3ce3e - (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - bool - operator== - a10736.html - a0a47dab89d7acfb414046e40887e3064 - (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const - - - - __gnu_pbds::detail::left_child_next_sibling_heap_node_ - a10728.html - - - - - - __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ - a10736.html - - - - _Alloc::template rebind< value_type >::other::const_pointer - const_pointer - a10736.html - acd2508c18e3fd2bf7bee7f9614412b35 - + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Alloc::template rebind< value_type >::other::const_reference - const_reference - a10736.html - a1c27f284ce4ba239912eb348bebff5c3 - + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - trivial_iterator_difference_type - difference_type - a10736.html - a616b40631335033152a105b5f70abd0a - + + void + _M_create_pback + a02181.html + ac4c7480aea8087a568d10b87a06b4d4e + () - - trivial_iterator_tag - iterator_category - a10736.html - ad578e2244dc434c3efe2c432b2ed6e49 - + + void + _M_destroy_pback + a02181.html + a7b95d650e7a161b18ca9fcbd3f792253 + () - - _Alloc::template rebind< value_type >::other::pointer - pointer - a10736.html - ad53a8fcb73619f92271d7972614ddde1 - + + void + _M_set_buffer + a02181.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) - - _Alloc::template rebind< value_type >::other::reference - reference - a10736.html - a51d72ce957898641d2c4ccb57af15b36 - + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - Node::value_type - value_type - a10736.html - a0d64aeaf34a1aa7635345e4100c2da38 - + + virtual void + imbue + a02181.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) - - - left_child_next_sibling_heap_node_point_const_iterator_ - a10736.html - a2b5ec53c4fd8841483c95d86548cea47 - () + + virtual int_type + overflow + a02181.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) - - - left_child_next_sibling_heap_node_point_const_iterator_ - a10736.html - a4e9379a36eba962914ad7afe36fd5a98 - (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) + + virtual int_type + pbackfail + a02181.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) - - bool - operator!= - a10736.html - ad5876d650788d02f01035cdb3040dd88 - (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - const_reference - operator* - a10736.html - a60ad369139de2b800a5a729f10b992bb - () const + + virtual pos_type + seekoff + a02181.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - const_pointer - operator-> - a10736.html - a2096ba7f4be3c22e0f883172ba323f5c - () const + + virtual pos_type + seekpos + a02181.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) - - bool - operator== - a10736.html - a0a47dab89d7acfb414046e40887e3064 - (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + virtual __streambuf_type * + setbuf + a02181.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) - - - __gnu_pbds::detail::lu_counter_metadata - a10776.html - - - - __gnu_pbds::detail::lu_counter_policy_base - a10772.html - Size_Type - - - __gnu_pbds::detail::lu_map - a10748.html - Key - Mapped - Eq_Fn - _Alloc - Update_Policy - types_traits< Key, Mapped, _Alloc, false > - - - __gnu_pbds::detail::mask_based_range_hashing - a10656.html - Size_Type - - - __gnu_pbds::detail::mod_based_range_hashing - a10660.html - - - - __gnu_pbds::detail::no_throw_copies - a10436.html - - - - - __gnu_pbds::detail::no_throw_copies< Key, null_type > - a10440.html - - - - __gnu_pbds::detail::ov_tree_map - a10792.html - Key - Mapped - Cmp_Fn - Node_And_It_Traits - _Alloc - types_traits< Key, Mapped, _Alloc, false > - __gnu_pbds::detail::ov_tree_map::cond_dtor - - node_const_iterator - node_begin - a10792.html - aca223c3ee20287cd81e0a2531f6c1ae9 - () const + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - node_iterator - node_begin - a10792.html - a0219630894698aa4bab588b80ff4ebce + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02181.html + a0e8e4218ba9766e34b74e69b17fb28b3 () - - node_const_iterator - node_end - a10792.html - a8e887ff6a27b34396414744b4dda3e29 - () const + + virtual int + sync + a02181.html + af42cd30ec66c6eb0df56026098b6e04f + () - - node_iterator - node_end - a10792.html - a3201dc70375ce5c9646bf82e2dfaf110 + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 () - - - __gnu_pbds::detail::ov_tree_map::cond_dtor - a10796.html - Size_Type - - - __gnu_pbds::detail::ov_tree_node_const_it_ - a10784.html - - - - - this_type - get_l_child - a10784.html - a0042e586a7f4eb89dc5701140e3adb05 + + virtual int_type + underflow + a02181.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02181.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02181.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef () const - - this_type - get_r_child - a10784.html - ab5c65f8b148fced3b2e38f12f37312b7 + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f () const - - - __gnu_pbds::detail::ov_tree_node_it_ - a10788.html - - - - __gnu_pbds::detail::ov_tree_node_const_it_ - - ov_tree_node_it_ - get_l_child - a10788.html - ad60f8b97cb50e3afd196eafbfa04fb48 + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b () const - - ov_tree_node_it_ - get_r_child - a10788.html - a788c2a4ac9e879eb8e12dd186064694a + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 () const - - reference - operator* - a10788.html - a89338f1c18b5234bf80ef61c8f839359 + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d () const - - - __gnu_pbds::detail::pairing_heap - a10808.html - Value_Type - Cmp_Fn - _Alloc - left_child_next_sibling_heap< Value_Type, Cmp_Fn, null_type, _Alloc > - - - __gnu_pbds::detail::pat_trie_base - a10824.html - __gnu_pbds::detail::pat_trie_base::_CIter - __gnu_pbds::detail::pat_trie_base::_Head - __gnu_pbds::detail::pat_trie_base::_Inode - __gnu_pbds::detail::pat_trie_base::_Iter - __gnu_pbds::detail::pat_trie_base::_Leaf - __gnu_pbds::detail::pat_trie_base::_Metadata - __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > - __gnu_pbds::detail::pat_trie_base::_Node_base - __gnu_pbds::detail::pat_trie_base::_Node_citer - __gnu_pbds::detail::pat_trie_base::_Node_iter - - - node_type - a10824.html - a3df5e43907830910e3ce34d411088940 + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02181.html + a981a6d9fa6672d57f94dc2578f3d4b07 - - - __gnu_pbds::detail::pat_trie_base::_CIter - a10860.html - - - - - Is_Forward_Iterator - - - __gnu_pbds::detail::pat_trie_base::_Head - a10840.html - - - __gnu_pbds::detail::pat_trie_base::_Node_base - - - __gnu_pbds::detail::pat_trie_base::_Inode - a10848.html - _ATraits - Metadata - __gnu_pbds::detail::pat_trie_base::_Node_base - __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator - __gnu_pbds::detail::pat_trie_base::_Inode::iterator - - - __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator - a10852.html - - - __gnu_pbds::detail::pat_trie_base::_Inode::iterator - a10856.html - __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator - - - __gnu_pbds::detail::pat_trie_base::_Iter - a10864.html - - - - - Is_Forward_Iterator - __gnu_pbds::detail::pat_trie_base::_CIter - - - __gnu_pbds::detail::pat_trie_base::_Leaf - a10844.html - - - __gnu_pbds::detail::pat_trie_base::_Node_base - - - __gnu_pbds::detail::pat_trie_base::_Metadata - a10828.html - - - - - __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > - a10832.html - - - - __gnu_pbds::detail::pat_trie_base::_Node_base - a10836.html - - - - - __gnu_pbds::detail::pat_trie_base::_Node_citer - a10868.html - - - - - - - - - _Alloc::template rebind< metadata_type > - __rebind_m - a10868.html - aa2695627c4f28244cd9293d1100fc511 + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 - - Node::metadata_type - metadata_type - a10868.html - a28fd8a987e41c1d2f3d413b8018f7957 + + size_t + _M_buf_size + a02181.html + a59de9f582ce410ea2c7583eaf4228e2f - - _Node_citer - get_child - a10868.html - a5059988db056938bffdb07f2256e9702 - (size_type i) const + + char * + _M_ext_buf + a02181.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + - - metadata_const_reference - get_metadata - a10868.html - aa1d2c39c7f6e4ab52440a40836f030b7 - () const + + streamsize + _M_ext_buf_size + a02181.html + a284d196740028e4047586fe923e7a595 + - - size_type - num_children - a10868.html - a78db74c5de3cfff1de97561e5d530147 - () const + + const char * + _M_ext_next + a02181.html + af4a3bae8038d32dffd03676c93feccbc + - - bool - operator!= - a10868.html - a210f5b96aa65b4a025d3f4998378862f - (const _Node_citer &other) const + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - const_reference - operator* - a10868.html - a951a43bd97e277ad638e8cf8229d0af3 - () const + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - bool - operator== - a10868.html - a46409e64d8adbfd9be6a641313d150da - (const _Node_citer &other) const + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - std::pair< a_const_iterator, a_const_iterator > - valid_prefix - a10868.html - a02d5021b34020bc97aeb4ea618a92740 - () const + + ios_base::openmode + _M_mode + a02181.html + a14cdd23152cee458aaa655cf9508f9a6 + - - - __gnu_pbds::detail::pat_trie_base::_Node_iter - a10872.html - - - - - - - - __gnu_pbds::detail::pat_trie_base::_Node_citer - - _Alloc::template rebind< metadata_type > - __rebind_m - a10868.html - aa2695627c4f28244cd9293d1100fc511 + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 - - Node::metadata_type - metadata_type - a10868.html - a28fd8a987e41c1d2f3d413b8018f7957 + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 - - _Node_iter - get_child - a10872.html - ae5f9f072a56d4c9319d79bd6efb2cdcb - (size_type i) const + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - - metadata_const_reference - get_metadata - a10868.html - aa1d2c39c7f6e4ab52440a40836f030b7 - () const + + bool + _M_reading + a02181.html + acde765e7a5ddaca79683176fe981cec1 + - - size_type - num_children - a10868.html - a78db74c5de3cfff1de97561e5d530147 - () const + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - bool - operator!= - a10868.html - a210f5b96aa65b4a025d3f4998378862f - (const _Node_citer &other) const + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - reference - operator* - a10872.html - a575ff0f4d10725779405d8e83dc27463 - () const + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - + bool - operator== - a10868.html - a46409e64d8adbfd9be6a641313d150da - (const _Node_citer &other) const - - - std::pair< a_const_iterator, a_const_iterator > - valid_prefix - a10868.html - a02d5021b34020bc97aeb4ea618a92740 - () const + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - - __gnu_pbds::detail::pat_trie_map - a10812.html - Key - Mapped - Node_And_It_Traits - _Alloc - types_traits< Key, Mapped, _Alloc, false > - __gnu_pbds::detail::pat_trie_base - - - node_type - a10824.html - a3df5e43907830910e3ce34d411088940 + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 - - node_const_iterator - node_begin - a10812.html - a838ce48eabe1bc0e39ab30be4db3871d - () const + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - node_iterator - node_begin - a10812.html - ac9b60cb2ae918dc8d324525d78a4f470 - () + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - node_const_iterator - node_end - a10812.html - ac7bae9afb7a1120013b017cf52409090 - () const - - - node_iterator - node_end - a10812.html - ad8f66bcf85fce7c72b57f9f050a302d7 - () - - - - __gnu_pbds::detail::probe_fn_base - a10664.html - - - - __gnu_pbds::detail::ranged_hash_fn - a10668.html - - - - - Store_Hash - - - __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false > - a10672.html - - - - - - - __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true > - a10676.html - - - - - - - __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, false > - a10680.html - - - - - - __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > - a10684.html - - - - - - __gnu_pbds::detail::ranged_probe_fn - a10688.html - - - - - - Store_Hash - - - __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false > - a10692.html - - - - - - - - __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true > - a10696.html - - - - - - - - __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > - a10700.html - - - - - - __gnu_pbds::detail::rb_tree_map - a10896.html - Key - Mapped - Cmp_Fn - Node_And_It_Traits - _Alloc - - - __gnu_pbds::detail::rb_tree_node_ - a10888.html - - - - - - __gnu_pbds::detail::rc - a10908.html - _Node - _Alloc - - - __gnu_pbds::detail::rc_binomial_heap - a10912.html - Value_Type - Cmp_Fn - _Alloc - __gnu_pbds::detail::binomial_heap_base - - - __gnu_pbds::detail::resize_policy - a10532.html - _Tp - - - __gnu_pbds::detail::splay_tree_map - a10948.html - Key - Mapped - Cmp_Fn - Node_And_It_Traits - _Alloc - - - __gnu_pbds::detail::splay_tree_node_ - a10940.html - - - - - - __gnu_pbds::detail::stored_data - a10452.html - - - __gnu_pbds::detail::stored_value - __gnu_pbds::detail::stored_hash - - - __gnu_pbds::detail::stored_data< _Tv, null_type > - a10456.html - - __gnu_pbds::detail::stored_value - - - __gnu_pbds::detail::stored_hash - a10448.html - - - - __gnu_pbds::detail::stored_value - a10444.html - - - - __gnu_pbds::detail::synth_access_traits - a10876.html - Type_Traits - Set - _ATraits - - - __gnu_pbds::detail::thin_heap - a10960.html - Value_Type - Cmp_Fn - _Alloc - left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > - - - __gnu_pbds::detail::tree_metadata_helper - a10964.html - - _BTp - - - __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > - a10968.html - - - - __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > - a10972.html - - - - __gnu_pbds::detail::tree_node_metadata_dispatch - a10976.html - Key - Data - Cmp_Fn - Node_Update - _Alloc - - - __gnu_pbds::detail::tree_traits - a10584.html - - - - Node_Update - - - - - __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > - a10800.html - - - - Node_Update - - - ov_tree_node_const_it_< value_type, metadata_type, _Alloc > - node_const_iterator - a10800.html - aa623b4dd1c1f576ef1ad3f8643d2d24a - - - - - __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > - a10900.html - - - - Node_Update - - bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - - bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - - - - - __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > - a10952.html - - - - Node_Update - - bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - - bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - - - - - __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > - a10804.html - - - Node_Update - - - ov_tree_node_const_it_< value_type, metadata_type, _Alloc > - node_const_iterator - a10804.html - a37ce1fb575484aa3bcab916f9d2f5586 + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 - - - __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > - a10904.html - - - Node_Update - - bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - - bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - - __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > - a10956.html - - - Node_Update - - bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - - bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - - __gnu_pbds::detail::trie_metadata_helper - a10984.html - - _BTp - - - __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > - a10988.html - - - - __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > - a10992.html - - - - __gnu_pbds::detail::trie_node_metadata_dispatch - a10996.html - Key - Data - Cmp_Fn - Node_Update - _Alloc - - - __gnu_pbds::detail::trie_policy_base - a11008.html - Node_CItr - Node_Itr - _ATraits - _Alloc - __gnu_pbds::detail::branch_policy - - - __gnu_pbds::detail::trie_traits - a10588.html - - - - Node_Update - - - - - __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > - a10880.html - - - - Node_Update - - - base_type::_Node_citer< node, leaf, head, inode, const_iterator, iterator, _Alloc > - node_const_iterator - a10880.html - a52596c1faa5ae4c55f2cbb7872c0e478 - + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - Node_Update< node_const_iterator, node_iterator, _ATraits, _Alloc > - node_update - a10880.html - a1d89507b401632d21a8afa5f8475db88 - + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - __gnu_pbds::detail::synth_access_traits< type_traits, false, access_traits > - synth_access_traits - a10880.html - a076ca568f4c7eea0eddeca4690af15c9 - + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - - __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > - a10884.html - - - Node_Update - - - base_type::_Node_citer< node, leaf, head, inode, const_iterator, iterator, _Alloc > - node_const_iterator - a10884.html - a6b9b24aec02d5b81b47bdad843750d4f - + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - Node_Update< node_const_iterator, node_iterator, _ATraits, _Alloc > - node_update - a10884.html - a19326cc52a16fcfc9afe45cdfbb100bd - + + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - - __gnu_pbds::detail::synth_access_traits< type_traits, true, access_traits > - synth_access_traits - a10884.html - a2ae24123cf94f809e6baf7cb21b97b3d - + + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - __gnu_pbds::detail::type_base - a10460.html - - - - Store_Hash - - - __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > - a10464.html - - - - - - __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, true > - a10468.html - - - - - - __gnu_pbds::detail::type_base< Key, null_type, _Alloc, false > - a10472.html - - - - - __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true > - a10476.html - - - - - __gnu_pbds::detail::type_dispatch - a10480.html - Key - Mapped - _Alloc - Store_Hash - - - __gnu_pbds::detail::types_traits - a10484.html - Key - Mapped - _Alloc - Store_Hash - __gnu_pbds::detail::type_base - - - __gnu_pbds::direct_mask_range_hashing - a10072.html - Size_Type - __gnu_pbds::detail::mask_based_range_hashing - - size_type - operator() - a10072.html - a01ee7eade182938e160f79cb9c68d73c - (size_type hash) const + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - __gnu_pbds::direct_mod_range_hashing - a10076.html - Size_Type - __gnu_pbds::detail::mod_based_range_hashing - - size_type - operator() - a10076.html - a0b75e4a9b61ac153724d2c120d2a56dd - (size_type hash) const + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - __gnu_pbds::gp_hash_table - a10028.html - - - - - - - - Store_Hash - - basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, gp_hash_tag, __gnu_cxx::typelist::create2< Comb_Probe_Fn, Probe_Fn >::type, _Alloc > + basic_filebuf< _CharT, encoding_char_traits< _CharT > > + a02181.html + std::basic_streambuf - gp_hash_table - a10028.html - a090fe23fa9a464334f41bac7c58839d7 + basic_filebuf + a02181.html + add2d16a8965c490cd9b4cc95b958e09f () - - - gp_hash_table - a10028.html - aa868348b5d0403163cc3fcff72488ecf - (const hash_fn &h) + + virtual + ~basic_filebuf + a02181.html + a226a8efc1add60c0fc04ce2714a56b4c + () - - gp_hash_table - a10028.html - a46ef48ae07c1e2407f5676a519fda8d2 - (const hash_fn &h, const eq_fn &e) + __filebuf_type * + close + a02181.html + a5e13a128abb0a5dd8ef1e3d10597031f + () - - gp_hash_table - a10028.html - afc4daba066d47ce7f3687adadb8d49e7 - (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp) + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - - gp_hash_table - a10028.html - a02d894524f232f722315e57158ea6c62 - (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p) + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - - gp_hash_table - a10028.html - a57a476e9e07131b80495dd9bfe56f3f0 - (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp) + bool + is_open + a02181.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const - - gp_hash_table - a10028.html - a3b2755912ddc11a6aa6387825f1b4dd2 - (It first, It last) + _If_fs_path< _Path, __filebuf_type * > + open + a02181.html + a533da3d641248263ed1015942c49b86b + (const _Path &__s, ios_base::openmode __mode) - - gp_hash_table - a10028.html - a79315b5c79f3c457c2ed81a6e369ef79 - (It first, It last, const hash_fn &h) + __filebuf_type * + open + a02181.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) - - gp_hash_table - a10028.html - ad8b1efc6af0b813705792313fd566b04 - (It first, It last, const hash_fn &h, const eq_fn &e) + __filebuf_type * + open + a02181.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) - - gp_hash_table - a10028.html - a1e09abc416f9e136eba0221560b61002 - (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp) + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - - gp_hash_table - a10028.html - a1483741a8699383e857cefa0834767db - (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p) + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - - gp_hash_table - a10028.html - a046c24793ff31b211894e668ae0146a5 - (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - - - __gnu_pbds::gp_hash_tag - a10152.html - __gnu_pbds::basic_hash_tag - - - __gnu_pbds::hash_exponential_size_policy - a10088.html - Size_Type - - hash_exponential_size_policy - a10088.html - afaa82af641851bf662b2cf2f60ea1eb9 - (size_type start_size=8, size_type grow_factor=2) + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - - - __gnu_pbds::hash_load_check_resize_trigger - a10080.html - External_Load_Access - - hash_load_check_resize_trigger_size_base< Size_Type, External_Load_Access > - - external_load_access - a10080.html - a05e423b5b9d07f35207c370d62f499caa8dad02122f698bdbd58666bcbc3fdf62 - + + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - - external_load_access - a10080.html - a05e423b5b9d07f35207c370d62f499caa8dad02122f698bdbd58666bcbc3fdf62 - + + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - - hash_load_check_resize_trigger - a10080.html - af5404477bbd9dca79da25daf6bd77592 - (float load_min=0.125, float load_max=0.5) + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - std::pair< float, float > - get_loads - a10080.html - a81fa82cbe3d7c6eab0febcba7f31a4d2 - () const + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + void - set_loads - a10080.html - a5dba0dabb39ff7313a02f51b1bfefe24 - (std::pair< float, float > load_pair) + _M_create_pback + a02181.html + ac4c7480aea8087a568d10b87a06b4d4e + () void - notify_cleared - a10080.html - a4c92b235ca2dcda57fe3d4cee1afb48b + _M_destroy_pback + a02181.html + a7b95d650e7a161b18ca9fcbd3f792253 () void - notify_inserted - a10080.html - a6389dcb57ad2dc82804a7dbf32d96fc8 - (size_type num_entries) + _M_set_buffer + a02181.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) void - notify_resized - a10080.html - a027d59f653ccc3272bb94540164bfd77 - (size_type new_size) + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - - __gnu_pbds::hash_prime_size_policy - a10092.html - - std::size_t - size_type - a10092.html - a74744bfab3764b78a3cf339de9479a80 - + + virtual void + imbue + a02181.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) - - - hash_prime_size_policy - a10092.html - ad18b7b7fe2840b81542376ddb4e0bcfa - (size_type start_size=8) + + virtual int_type + overflow + a02181.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) - - - __gnu_pbds::hash_standard_resize_policy - a10096.html - Size_Policy - Trigger_Policy - External_Size_Access - Size_Type - - - hash_standard_resize_policy - a10096.html - adecad428987dfd07cf4df9aa49a25dc3 - () + + virtual int_type + pbackfail + a02181.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) - - - hash_standard_resize_policy - a10096.html - aba05ccfca9dd3a44f331377bd7cc2c42 - (const Size_Policy &r_size_policy) + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - - hash_standard_resize_policy - a10096.html - a8f0e49859d29501c85eacf73af545119 - (const Size_Policy &r_size_policy, const Trigger_Policy &r_trigger_policy) + + virtual pos_type + seekoff + a02181.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - size_type - get_actual_size - a10096.html - ad37fb95749d1e67ee327b9a47198242c - () const + + virtual pos_type + seekpos + a02181.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) - - Size_Policy & - get_size_policy - a10096.html - a85ef6c33782f4a5e1e7fd2921d010e1a + + virtual __streambuf_type * + setbuf + a02181.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) + + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02181.html + a0e8e4218ba9766e34b74e69b17fb28b3 () - - const Size_Policy & - get_size_policy - a10096.html - acbf933ac9a8d4356949207fa762ad9e9 - () const + + virtual int + sync + a02181.html + af42cd30ec66c6eb0df56026098b6e04f + () - - Trigger_Policy & - get_trigger_policy - a10096.html - ab897e097208419985aaba8fa685f7af1 + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 () - - const Trigger_Policy & - get_trigger_policy - a10096.html - ab98dda215945468c1fae60ccd9253f8b + + virtual int_type + underflow + a02181.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02181.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02181.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef () const - - void - resize - a10096.html - aa602ba7bfa4925ea84591734c68d49e2 - (size_type suggested_new_size) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - size_type - get_new_size - a10096.html - aa07771b548262c254a703ae15eab2e2a - (size_type size, size_type num_used_e) const + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - - __gnu_pbds::insert_error - a10052.html - __gnu_pbds::container_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - - __gnu_pbds::join_error - a10056.html - __gnu_pbds::container_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - - __gnu_pbds::linear_probe_fn - a10064.html - Size_Type - size_type - operator() - a10064.html - a8974edcb80c2e1a8aee992a01b517b34 - (size_type i) const + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - - __gnu_pbds::list_update - a10044.html - - - - - - - - list_update - a10044.html - a9d7daaa0c1b890842f1117e4be17366d - (It first, It last) + + char_type * + _M_buf + a02181.html + a981a6d9fa6672d57f94dc2578f3d4b07 + - - - __gnu_pbds::list_update_tag - a10184.html - __gnu_pbds::associative_tag - - - __gnu_pbds::lu_counter_policy - a10104.html - Max_Count - - lu_counter_policy_base< _Alloc::size_type > - - max_count - a10104.html - aa038f38231a225b4eae4b7a641cae9d0a7c66d09f76b308caa4430f2f04575835 + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 - - max_count - a10104.html - aa038f38231a225b4eae4b7a641cae9d0a7c66d09f76b308caa4430f2f04575835 + + size_t + _M_buf_size + a02181.html + a59de9f582ce410ea2c7583eaf4228e2f - - __rebind_m::other::reference - metadata_reference - a10104.html - a9b1f819009fec959d74668594f98852d + + char * + _M_ext_buf + a02181.html + a65f15e25bc11ffc20ca24e1c437ee5c0 - - detail::lu_counter_metadata< size_type > - metadata_type - a10104.html - aa53180229ff61fd4f105cd893740b12d + + streamsize + _M_ext_buf_size + a02181.html + a284d196740028e4047586fe923e7a595 - - metadata_type - operator() - a10104.html - aba9450255401d4b96c50bf7c56d4c49a - () const + + const char * + _M_ext_next + a02181.html + af4a3bae8038d32dffd03676c93feccbc + - - bool - operator() - a10104.html - afa66044dd6264f0c6d6f1cfd05c2fe34 - (metadata_reference r_data) const + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - - __gnu_pbds::lu_move_to_front_policy - a10100.html - - - __rebind_m::other::reference - metadata_reference - a10100.html - abed5686c84f4f62f95894f692a53fedf + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 - - null_type - metadata_type - a10100.html - acfcd460068d88a84f3931c05942fd979 + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 - - metadata_type - operator() - a10100.html - afa1064441fc28b323b7b28176686ef65 - () const + + ios_base::openmode + _M_mode + a02181.html + a14cdd23152cee458aaa655cf9508f9a6 + - - bool - operator() - a10100.html - a009f2dea97b29bdffa640258f86b6135 - (metadata_reference r_metadata) const + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - - - __gnu_pbds::null_node_update - a10216.html - - - - - __gnu_pbds::null_type - - - __gnu_pbds::null_type - a10212.html - - - __gnu_pbds::ov_tree_tag - a10172.html - __gnu_pbds::tree_tag - - - __gnu_pbds::pairing_heap_tag - a10192.html - __gnu_pbds::priority_queue_tag - - - __gnu_pbds::pat_trie_tag - a10180.html - __gnu_pbds::trie_tag - - - __gnu_pbds::point_invalidation_guarantee - a10120.html - __gnu_pbds::basic_invalidation_guarantee - - - __gnu_pbds::priority_queue - a10108.html - - - - - - - priority_queue - a01530.html - gaa6332f0e852dc89f0879cb5408d168c0 - (const cmp_fn &r_cmp_fn) + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + - - - priority_queue - a01530.html - ga2b637d89cbd874881a4da920d57b0487 - (It first_it, It last_it) + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - - - priority_queue - a01530.html - gad0141192206747833a170be548fd51e0 - (It first_it, It last_it, const cmp_fn &r_cmp_fn) + + bool + _M_reading + a02181.html + acde765e7a5ddaca79683176fe981cec1 + - - - __gnu_pbds::priority_queue_tag - a10188.html - __gnu_pbds::container_tag - - - __gnu_pbds::quadratic_probe_fn - a10068.html - Size_Type - - size_type - operator() - a10068.html - ae22be7552bf62d81aa93eb0b151e6016 - (size_type i) const + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - - __gnu_pbds::range_invalidation_guarantee - a10124.html - __gnu_pbds::point_invalidation_guarantee - - - __gnu_pbds::rb_tree_tag - a10164.html - __gnu_pbds::tree_tag - - - __gnu_pbds::rc_binomial_heap_tag - a10200.html - __gnu_pbds::priority_queue_tag - - - __gnu_pbds::resize_error - a10060.html - __gnu_pbds::container_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - - __gnu_pbds::sample_probe_fn - a10704.html - - - sample_probe_fn - a10704.html - acaa1d2b84788943fd256db1c2fc3abc1 - () + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - - sample_probe_fn - a10704.html - a9f9890ae0772e8500ac21b133e6782ab - (const sample_probe_fn &) + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - void - swap - a10704.html - a3a1a56d0954c344eb4db26dce4b84562 - (sample_probe_fn &) + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - size_type - operator() - a10704.html - aa6ced743b2988788dea80b762e85986d - (key_const_reference r_key, size_type i) const + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - - __gnu_pbds::sample_range_hashing - a10708.html - - std::size_t - size_type - a10708.html - af4fea3ec891b02cccd88355a969c90ba + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c - - - sample_range_hashing - a10708.html - a809450350940137a64853b8cc1ac7b00 - () + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - - sample_range_hashing - a10708.html - a4e2f5a334dd0073a90bca2fa93317521 - (const sample_range_hashing &other) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - void - swap - a10708.html - a7a6dee2c024c6c77e605c9814e5979cb - (sample_range_hashing &other) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - void - notify_resized - a10708.html - a1394c13061424917235d675059ae554e - (size_type) + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - size_type - operator() - a10708.html - aa99807ceec7e628556967db52a07bc0b - (size_type) const + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - - __gnu_pbds::sample_ranged_hash_fn - a10712.html - - - sample_ranged_hash_fn - a10712.html - a94f61632b1d2c8a3c2763f04e4983900 - () + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - sample_ranged_hash_fn - a10712.html - a431d3af3267147fcac48f4383cab5a74 - (const sample_ranged_hash_fn &) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - void - swap - a10712.html - a72bbcd1a06b6196c03a35a880ba6ed72 - (sample_ranged_hash_fn &) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - void - notify_resized - a10712.html - a60cf8f7475787a8828380db05189e452 - (size_type) + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - size_type - operator() - a10712.html - a0dd67bb1412f11f8898f67bb3cd1e8ec - (key_const_reference) const + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - __gnu_pbds::sample_ranged_probe_fn - a10716.html - - - __gnu_pbds::sample_resize_policy - a10928.html - - std::size_t - size_type - a10928.html - afa708b47ccdbdfd9e35edc2121fd2d89 - - + basic_filebuf< _CharT, std::char_traits< _CharT > > + a02181.html + basic_streambuf< _CharT, std::char_traits< _CharT > > - sample_resize_policy - a10928.html - a4faec4cd8c50820fc8c75279d5db0e5a + basic_filebuf + a02181.html + add2d16a8965c490cd9b4cc95b958e09f () - - - sample_range_hashing - a10928.html - a833591089ba0ea690411e6de22072a31 - (const sample_resize_policy &other) + + virtual + ~basic_filebuf + a02181.html + a226a8efc1add60c0fc04ce2714a56b4c + () - void - swap - a10928.html - ae0e145612d3056d7186fffcacce2c85d - (sample_resize_policy &other) - - - size_type - get_new_size - a10928.html - a22262166cea11a2a45fa17ddc5a499fc - (size_type size, size_type num_used_e) const + __filebuf_type * + close + a02181.html + a5e13a128abb0a5dd8ef1e3d10597031f + () - - bool - is_resize_needed - a10928.html - a58af3aa0d57d0192ac037607f26f37e5 + + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 () const - - void - notify_cleared - a10928.html - a05de88b76a627079b289c79e6211b2ff - () - - - void - notify_erase_search_collision - a10928.html - a4ffa318ca12b0f6e94025404d719dac6 + + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c () - - void - notify_erase_search_end - a10928.html - a422ecd561446279e732bdd769d0b3e4b - () + + bool + is_open + a02181.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const - - void - notify_erase_search_start - a10928.html - a5fd680a16511a80b749dd7822fa8f9bc - () + + _If_fs_path< _Path, __filebuf_type * > + open + a02181.html + a533da3d641248263ed1015942c49b86b + (const _Path &__s, ios_base::openmode __mode) - - void - notify_erased - a10928.html - ab70b8dc8913637ca0f01d35b9773566e - (size_type num_e) + + __filebuf_type * + open + a02181.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) - - void - notify_find_search_collision - a10928.html - a5a06ce787b7413b6acb303828152ae7c - () + + __filebuf_type * + open + a02181.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) - - void - notify_find_search_end - a10928.html - a835318af4e9e95601fc28a30c6bafa48 - () + + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - - void - notify_find_search_start - a10928.html - a049a9b26e770f5856ba47127603952bf + + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 () - - void - notify_insert_search_collision - a10928.html - aca8c593c0e90ebd7e9e76507f2a66681 + + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e () - - void - notify_insert_search_end - a10928.html - a324ce12091c2c37a6b0e8157b76ab63b - () + + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - - void - notify_insert_search_start - a10928.html - af97f835b6224de469cefcf56c56af820 + + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 () - - void - notify_inserted - a10928.html - ad86ab0f36470d704ca8641b07717c1c7 - (size_type num_e) + + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - - void - notify_resized - a10928.html - a1f8207b058608607c137773eef92679c - (size_type new_size) + + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - - - __gnu_pbds::sample_resize_trigger - a10932.html - - std::size_t - size_type - a10932.html - a201fc8206c4854233d6290f37c35458b - + + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - - sample_resize_trigger - a10932.html - a307f7dbb447b9fa6ca7111cb7463c73f + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f () - - sample_range_hashing - a10932.html - a0da105cbda34bca75782dcc9d0b3f6d7 - (const sample_resize_trigger &) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - void - swap - a10932.html - a822549474a8d6f889f3aa0abf99656ce - (sample_resize_trigger &) - - - bool - is_grow_needed - a10932.html - a5ae2c89a2bd75110d67fef5f361fed8c - (size_type size, size_type num_entries) const + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - bool - is_resize_needed - a10932.html - a7f3e6d0aaabbde56e883bf742f301a46 - () const + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - void - notify_cleared - a10932.html - ad71aeb3fd1e05e60f995c36e3d35767f + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce () void - notify_erase_search_collision - a10932.html - a088f748acb2a93d3bef0845f30817095 + _M_create_pback + a02181.html + ac4c7480aea8087a568d10b87a06b4d4e () void - notify_erase_search_end - a10932.html - a0d557313c011b673d803dda8053708ef + _M_destroy_pback + a02181.html + a7b95d650e7a161b18ca9fcbd3f792253 () void - notify_erase_search_start - a10932.html - a23ea236b72a1cf5c89554f61dcefc3e5 - () + _M_set_buffer + a02181.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) void - notify_erased - a10932.html - a7bfcb5953beee28b074a8226acad55d5 - (size_type num_entries) + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - void - notify_externally_resized - a10932.html - af2b8a2fbe273f91aaf149eaedecd56de - (size_type new_size) + + virtual void + imbue + a02181.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) - - void - notify_find_search_collision - a10932.html - a9c0b640580ae2e181daabbf9957da8e7 - () + + virtual int_type + overflow + a02181.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) - - void - notify_find_search_end - a10932.html - af0e3483a3dcb16e0be3f94f0affb2056 - () + + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - - void - notify_find_search_start - a10932.html - af384d9703a5ed2c0e7d2bc70889f659f - () + + virtual int_type + pbackfail + a02181.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) - - void - notify_insert_search_collision - a10932.html - a2abd2edcc33007cf820628cb17fe98cb - () + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) void - notify_insert_search_end - a10932.html - a126cd2bc9ea39c89a5dee38f9eaf5c38 - () + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - void - notify_insert_search_start - a10932.html - a0f332904f1c430cb8a914b50cb1ec6c8 - () + + virtual pos_type + seekoff + a02181.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02181.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02181.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) void - notify_inserted - a10932.html - af820554398c7ec86b22255c89e6aadfa - (size_type num_entries) + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) void - notify_resized - a10932.html - a21662c6d33a62336b1ed122cf717ff00 - (size_type new_size) + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - - __gnu_pbds::sample_size_policy - a10936.html - - std::size_t - size_type - a10936.html - a655a04ece92c1f5542fdf3f89c934c07 - + + virtual streamsize + showmanyc + a02181.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () - - - sample_size_policy - a10936.html - a67fcab3ee24978aa912be00908806213 + + virtual int + sync + a02181.html + af42cd30ec66c6eb0df56026098b6e04f () - - - sample_range_hashing - a10936.html - ae5c45f8c63188d1bba14ed41667d6c21 - (const sample_size_policy &) + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - void - swap - a10936.html - a48c1b41db4e557029b119c8c5d6002f8 - (sample_size_policy &other) + + virtual int_type + underflow + a02181.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02181.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02181.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) - size_type - get_nearest_larger_size - a10936.html - afa918b1fc483f66f5fcb367643fb894a - (size_type size) const + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - size_type - get_nearest_smaller_size - a10936.html - a5b4ee8bae352b8291d52d28674d624d9 - (size_type size) const + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - - __gnu_pbds::sample_tree_node_update - a10980.html - - - - - - - __gnu_pbds::sample_trie_access_traits - a11000.html - - char - e_type - a11000.html - aa2dd3a25e94ca227c9091491fa2c780f + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02181.html + a981a6d9fa6672d57f94dc2578f3d4b07 - - static const_iterator - begin - a11000.html - adc4b245feaab8c471b406fd0002645b0 - (key_const_reference) + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - static size_type - e_pos - a11000.html - a2383ac05567211029913e7562b8b7680 - (e_type) + + size_t + _M_buf_size + a02181.html + a59de9f582ce410ea2c7583eaf4228e2f + - - static const_iterator - end - a11000.html - a91709489f927e5cfb388b57dd05d7f52 - (key_const_reference) + + char * + _M_ext_buf + a02181.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + - - - __gnu_pbds::sample_trie_node_update - a11004.html - - - - - - - sample_trie_node_update - a11004.html - a303d518c5c155beff935af9eb5c5d5f1 - () + + streamsize + _M_ext_buf_size + a02181.html + a284d196740028e4047586fe923e7a595 + - - void - operator() - a11004.html - ae4db417d4455178d78933ae2fae0c0c1 - (node_iterator, node_const_iterator) const + + const char * + _M_ext_next + a02181.html + af4a3bae8038d32dffd03676c93feccbc + - - - __gnu_pbds::sample_update_policy - a10780.html - - - sample_update_policy - a10780.html - a8e0be7e3ad0a78c29f0ae1815fffb724 - () + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - - sample_update_policy - a10780.html - a2bc99546d773781197d013405b68d6e5 - (const sample_update_policy &) + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - void - swap - a10780.html - ad866a56fdeeed727b04774acdc78ab1e - (sample_update_policy &other) + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - some_metadata_type - metadata_type - a10780.html - ae04b006c23ec3b6064311bd1df20ba8c + + ios_base::openmode + _M_mode + a02181.html + a14cdd23152cee458aaa655cf9508f9a6 - - metadata_type - operator() - a10780.html - ac935e838124407bc51c0bf7c01933341 - () const + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + + + bool - operator() - a10780.html - a6eefac672a1bb0513d6d3b145d35fd56 - (metadata_reference) const + _M_reading + a02181.html + acde765e7a5ddaca79683176fe981cec1 + - - - __gnu_pbds::sequence_tag - a10132.html - __gnu_pbds::container_tag - - - __gnu_pbds::splay_tree_tag - a10168.html - __gnu_pbds::tree_tag - - - __gnu_pbds::string_tag - a10136.html - __gnu_pbds::sequence_tag - - - __gnu_pbds::thin_heap_tag - a10208.html - __gnu_pbds::priority_queue_tag - - - __gnu_pbds::tree - a10036.html - - - - - Node_Update - - basic_branch< Key, Mapped, Tag, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< Cmp_Fn, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > >::type, _Alloc > - - Cmp_Fn - cmp_fn - a10036.html - acb3bfca7ffae5a572e1a8698bf0c1255 + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 - - - tree - a10036.html - a5c900b3230feb9f5c59bf80995eaa2b1 - (const cmp_fn &c) + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - - tree - a10036.html - a9d2c8a45cf06ac2da54bef2ff3514468 - (It first, It last) + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - - tree - a10036.html - a75e6c7ff0c466d02e91bfe5243684109 - (It first, It last, const cmp_fn &c) + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - - __gnu_pbds::tree_order_statistics_node_update - a10280.html - Node_CItr - Node_Itr - Cmp_Fn - _Alloc - __gnu_pbds::detail::branch_policy - - const_iterator - find_by_order - a10280.html - a514976f742b56de21e6672e674ab62f5 - (size_type) const + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - iterator - find_by_order - a10280.html - ac8200dc2f6a2b071509c9a817bc48248 - (size_type) + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - size_type - order_of_key - a10280.html - a1c33a80afedc268c76b5ad8468fb84ee - (key_const_reference) const + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - void - operator() - a10280.html - a9f14ab1bc7aee93a77e4c73c37d1b9f5 - (node_iterator, node_const_iterator) const + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - - __gnu_pbds::tree_tag - a10160.html - __gnu_pbds::basic_branch_tag - - - __gnu_pbds::trie - a10040.html - - - - - Node_Update - - basic_branch< Key, Mapped, Tag, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< _ATraits, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > >::type, _Alloc > - - _ATraits - access_traits - a10040.html - a77193204101c7dda4a7286f56b9731c1 - + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - trie - a10040.html - a5feddcc5a253f6fc4ff4567ad0359b6d - (const access_traits &t) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - - trie - a10040.html - a0aaac7de1516a27993552064782cdec2 - (It first, It last) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - trie - a10040.html - a0f9b513af82c2a51ba44849a2155096d - (It first, It last, const access_traits &t) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - __gnu_pbds::trie_order_statistics_node_update - a10292.html - Node_CItr - Node_Itr - _ATraits - _Alloc - __gnu_pbds::detail::trie_policy_base + basic_filebuf< char_type, traits_type > + a02181.html + std::basic_streambuf - const_iterator - find_by_order - a10292.html - ae110b0862e2ece5ba1e6c35c4ac4e2a6 - (size_type) const + + basic_filebuf + a02181.html + add2d16a8965c490cd9b4cc95b958e09f + () + + + virtual + ~basic_filebuf + a02181.html + a226a8efc1add60c0fc04ce2714a56b4c + () - iterator - find_by_order - a10292.html - a635c02fe43bd67dd830531d387e9467c - (size_type) + __filebuf_type * + close + a02181.html + a5e13a128abb0a5dd8ef1e3d10597031f + () - size_type - order_of_key - a10292.html - afc18e57812078123f3fb91a1148ec5f5 - (key_const_reference) const + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - size_type - order_of_prefix - a10292.html - a5baafac1f227b055faf0f836ccf166fc - (a_const_iterator, a_const_iterator) const + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - - void - operator() - a10292.html - ac03a1d37b467c2f12926fcb78fb2803a - (node_iterator, node_const_iterator) const + + bool + is_open + a02181.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const - - - __gnu_pbds::trie_prefix_search_node_update - a10288.html - Node_CItr - Node_Itr - _ATraits - _Alloc - __gnu_pbds::detail::trie_policy_base - - access_traits::const_iterator - a_const_iterator - a10288.html - a9c7f1810b16cd0d2cd32725ca0ea8776 - + + _If_fs_path< _Path, __filebuf_type * > + open + a02181.html + a533da3d641248263ed1015942c49b86b + (const _Path &__s, ios_base::openmode __mode) - - _ATraits - access_traits - a10288.html - a08b64c1b3cd0b0490384e960cf38fb0f - + + __filebuf_type * + open + a02181.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) - - _Alloc - allocator_type - a10288.html - a9daab8bbfe3a02a6241b4e0a7354d3f9 - + + __filebuf_type * + open + a02181.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) - - allocator_type::size_type - size_type - a10288.html - acb7ab4835031bde4cbf2787c341b7cb7 - + + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - std::pair< const_iterator, const_iterator > - prefix_range - a10288.html - ac07e23033a7082e95a059e56227a5a79 - (key_const_reference) const + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - std::pair< iterator, iterator > - prefix_range - a10288.html - a0a5588142f380274ac33c5a243b394d1 - (key_const_reference) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - std::pair< const_iterator, const_iterator > - prefix_range - a10288.html - a5c3ff0a8d56d0d771d3391ae1d0de06e - (a_const_iterator, a_const_iterator) const + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - std::pair< iterator, iterator > - prefix_range - a10288.html - af29b3894ff0f8fad9217cdcde5e5af1f - (a_const_iterator, a_const_iterator) - - - void - operator() - a10288.html - a8366820208119a5e4179d91d09d8ea9b - (node_iterator node_it, node_const_iterator end_nd_it) const - - - - __gnu_pbds::trie_string_access_traits - a10284.html - String - Min_E_Val - Max_E_Val - Reverse - _Alloc - - detail::__conditional_type< Reverse, typename String::const_reverse_iterator, typename String::const_iterator >::__type - const_iterator - a10284.html - aa520fee6d39690828c3ea6cf7142030d - - - - std::iterator_traits< const_iterator >::value_type - e_type - a10284.html - a1fb66f19b741835bbd52b2b5610f6ca1 - - - - static const_iterator - begin - a10284.html - a4f63f9ce4d06614c9e53eed9316872ea - (key_const_reference) - - - static size_type - e_pos - a10284.html - a559a0491eaf08e005eead3d4aca3a4f2 - (e_type e) - - - static const_iterator - end - a10284.html - af95db97b3bb5e9c70c5e4da927727e2d - (key_const_reference) - - - - __gnu_pbds::trie_tag - a10176.html - __gnu_pbds::basic_branch_tag - - - __gnu_pbds::trivial_iterator_tag - a10112.html - - - __gnu_profile::__container_size_info - a07912.html - __gnu_profile::__object_info_base - - - __gnu_profile::__container_size_stack_info - a07916.html - __gnu_profile::__container_size_info - - - __gnu_profile::__hashfunc_info - a07924.html - __gnu_profile::__object_info_base - - - __gnu_profile::__hashfunc_stack_info - a07928.html - __gnu_profile::__hashfunc_info - - - __gnu_profile::__list2vector_info - a07952.html - __gnu_profile::__object_info_base - - - __gnu_profile::__map2umap_info - a07964.html - __gnu_profile::__object_info_base - - - __gnu_profile::__map2umap_stack_info - a07968.html - __gnu_profile::__map2umap_info - - - __gnu_profile::__object_info_base - a07980.html - - - __gnu_profile::__reentrance_guard - a07908.html - - - __gnu_profile::__stack_hash - a07976.html - - - __gnu_profile::__trace_base - a07992.html - __object_info - __stack_info - - - __gnu_profile::__trace_container_size - a07920.html - __trace_base< __container_size_info, __container_size_stack_info > - - - __gnu_profile::__trace_hash_func - a07932.html - __trace_base< __hashfunc_info, __hashfunc_stack_info > - - - __gnu_profile::__trace_hashtable_size - a07936.html - __gnu_profile::__trace_container_size - - - __gnu_profile::__trace_map2umap - a07972.html - __trace_base< __map2umap_info, __map2umap_stack_info > - - - __gnu_profile::__trace_vector_size - a08008.html - __gnu_profile::__trace_container_size - - - __gnu_profile::__trace_vector_to_list - a08020.html - __trace_base< __vector2list_info, __vector2list_stack_info > - - - __gnu_profile::__vector2list_info - a08012.html - __gnu_profile::__object_info_base - - - __gnu_profile::__vector2list_stack_info - a08016.html - __gnu_profile::__vector2list_info - - - __gnu_profile::__warning_data - a07984.html - - - __iterator_traits< _Iterator > - a06676.html - - - __iterator_traits< _Tp > - a06676.html - - - __trace_base< __container_size_info, __container_size_stack_info > - a07992.html - - - __trace_base< __hashfunc_info, __hashfunc_stack_info > - a07992.html - - - __trace_base< __list2slist_info, __list2slist_stack_info > - a07992.html - - - __trace_base< __list2vector_info, __list2vector_stack_info > - a07992.html - - - __trace_base< __map2umap_info, __map2umap_stack_info > - a07992.html - - - __trace_base< __vector2list_info, __vector2list_stack_info > - a07992.html - - - _Base_bitset<((_Nb)/(__CHAR_BIT__ *__SIZEOF_LONG__)+((_Nb) %(__CHAR_BIT__ *__SIZEOF_LONG__)==0 ? 0 :1))> - a01788.html - - _WordT - _M_w - a01788.html - a935cf17f91719fcd39d284151064f170 - [_Nw] - - - - _Bitmap_counter< _Alloc_block *> - a09200.html - - - _Deque_base< _StateSeqT, std::allocator< _StateSeqT > > - a06380.html - - void - _M_initialize_map - a06380.html - a0ba38b77ebabad6056d04d9f65ffa74c - (size_t) + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - - - _Deque_iterator< _Tp, _Tp &, _Ptr > - a06376.html - void - _M_set_node - a06376.html - a8d2581de34cff0de15953128185cbe55 - (_Map_pointer __new_node) noexcept + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - - - _Enable_copy_move< is_copy_constructible< _Tp >::value, __and_< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >::value, is_move_constructible< _Tp >::value, __and_< is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value, optional< _Tp > > - a04480.html - - - _Enable_default_constructor< _Default, _Tag > - a04472.html - - - _Enable_destructor< _Destructor, _Tag > - a04476.html - - - _Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - a04916.html - - - _Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, _Traits::__hash_cached::value > - a04860.html - - - _Hashtable< _Key, _Tp, _Hash, _Pred, _Alloc > - a04712.html - std::__detail::_Hashtable_base - std::__detail::_Map_base - std::__detail::_Insert - std::__detail::_Rehash_base - std::__detail::_Equality - std::__detail::_Hashtable_alloc - - - _Hashtable< _Key, _Tp, _Hash, _Pred, std::allocator< std::pair< const _Key, _Tp > > > - a04712.html - std::__detail::_Hashtable_base - std::__detail::_Map_base - std::__detail::_Insert - std::__detail::_Rehash_base - std::__detail::_Equality - std::__detail::_Hashtable_alloc - - - _Hashtable< _Value, _Hash, _Pred, _Alloc > - a04712.html - std::__detail::_Hashtable_base - std::__detail::_Map_base - std::__detail::_Insert - std::__detail::_Rehash_base - std::__detail::_Equality - std::__detail::_Hashtable_alloc - - - _Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > - a04736.html - _Hashtable_ebo_helper< 0, __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > - - - _Hashtable_ebo_helper< 0, __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > - a04844.html - - - _Hashtable_ebo_helper< 0, _Equal > - a04844.html - - - _Hashtable_ebo_helper< 0, _ExtractKey > - a04844.html - - - _Hashtable_ebo_helper< 0, _H2 > - a04844.html - - - _Hashtable_ebo_helper< 0, _NodeAlloc > - a04844.html - - - _Hashtable_ebo_helper< 1, _H1 > - a04844.html - - - _Hashtable_ebo_helper< 1, _Hash > - a04844.html - - - _Hashtable_ebo_helper< 2, _H2 > - a04844.html - - - _Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - a04820.html - - - _List_base< __inp, __rebind_inp > - a06704.html - - - _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache > - a04856.html - - - _Map_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - a04804.html - - - _Maybe_get_result_type< _Functor > - a05588.html - - - _Maybe_get_result_type< remove_cv< _Functor >::type > - a05588.html - - - _Maybe_get_result_type< remove_cv< _Tp >::type > - a05588.html - - - _Maybe_get_result_type< remove_cv< remove_cv< _Tp >::type >::type > - a05588.html - - - _Maybe_unary_or_binary_function< _Res, _ArgTypes... > - a06156.html - - - _Node_iterator_base< _Value, __cache > - a04772.html - - - _Optional_base< _Tp > - a09024.html - - - _Reference_wrapper_base< remove_cv< _Tp >::type > - a05700.html - _Weak_result_type< remove_cv< _Tp >::type > - - - _Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - a04832.html - - - _RestrictedBoundedConcurrentQueue< pair< _RAIter, _RAIter > > - a08592.html - - _RestrictedBoundedConcurrentQueue - a08592.html - a7070da9f66983a3fa24ae4dc92614c0c - (_SequenceIndex __max_size) + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - - ~_RestrictedBoundedConcurrentQueue - a08592.html - a0e201d45c998cc913577af578f0b9a16 - () + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - bool - pop_back - a08592.html - aff5854a49d63fcd08aae08eb282361e7 - (pair< _RAIter, _RAIter > &__t) + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - bool - pop_front - a08592.html - a4b760899cefaccb86586c447b12c4cc3 - (pair< _RAIter, _RAIter > &__t) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - void - push_front - a08592.html - a2ac4fcc26b5a8e8d3db9993ca3b6f777 - (const pair< _RAIter, _RAIter > &__t) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - _Safe_container< basic_string< _CharT, _Traits, _Allocator >, _Allocator, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> - a07680.html - _Safe_sequence< basic_string< _CharT, _Traits, _Allocator > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) - - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - - - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - - - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - - - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce () void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + _M_create_pback + a02181.html + ac4c7480aea8087a568d10b87a06b4d4e () - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + void + _M_destroy_pback + a02181.html + a7b95d650e7a161b18ca9fcbd3f792253 () void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + _M_set_buffer + a02181.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + virtual void + imbue + a02181.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) - - - _Safe_container< deque< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > - a07680.html - _Safe_sequence< deque< _Tp, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + virtual int_type + overflow + a02181.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) - + + virtual int_type + pbackfail + a02181.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) + + void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + virtual pos_type + seekoff + a02181.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + virtual pos_type + seekpos + a02181.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + virtual __streambuf_type * + setbuf + a02181.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + virtual streamsize + showmanyc + a02181.html + a0e8e4218ba9766e34b74e69b17fb28b3 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const - - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + virtual int + sync + a02181.html + af42cd30ec66c6eb0df56026098b6e04f () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept - - - - _Safe_container< forward_list< _Tp, _Alloc >, _Alloc, __gnu_debug::_Safe_forward_list > - a07680.html - _Safe_forward_list< forward_list< _Tp, _Alloc > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) - - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + virtual int_type + underflow + a02181.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + virtual streamsize + xsgetn + a02181.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + virtual streamsize + xsputn + a02181.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 () const - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () - - - - _Safe_container< list< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - a07680.html - _Safe_node_sequence< list< _Tp, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + char_type * + _M_buf + a02181.html + a981a6d9fa6672d57f94dc2578f3d4b07 - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + size_t + _M_buf_size + a02181.html + a59de9f582ce410ea2c7583eaf4228e2f - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () - - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () - - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () - - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + char * + _M_ext_buf + a02181.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + streamsize + _M_ext_buf_size + a02181.html + a284d196740028e4047586fe923e7a595 + - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + const char * + _M_ext_next + a02181.html + af4a3bae8038d32dffd03676c93feccbc + - - - _Safe_container< map< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - a07680.html - _Safe_node_sequence< map< _Key, _Tp, _Compare, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + ios_base::openmode + _M_mode + a02181.html + a14cdd23152cee458aaa655cf9508f9a6 - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + bool + _M_reading + a02181.html + acde765e7a5ddaca79683176fe981cec1 + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - - _Safe_container< multimap< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - a07680.html - _Safe_node_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 () const - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - - _Safe_container< multiset< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - a07680.html - _Safe_node_sequence< multiset< _Key, _Compare, _Allocator > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + std::basic_fstream + a02193.html + + + std::basic_iostream + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd + - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad + - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + + basic_fstream + a02193.html + aed77d792895951c0c0ca8d6b689a6f3e () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + + basic_fstream + a02193.html + a3799078070b034f85bf2dcfee6f93387 + (const _Path &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - _Safe_container< set< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - a07680.html - _Safe_node_sequence< set< _Key, _Compare, _Allocator > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + basic_fstream + a02193.html + ae15d72ac8176fa8086d0d0a46c9a047c + (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + basic_fstream + a02193.html + a403175b364bfae6f18b01aea8bd309e2 + (const std::string &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + + ~basic_fstream + a02193.html + a1b850171ae0a0603138763e98253773b + () - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c + () const - + void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - + void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + close + a02193.html + adf2ca5f243067d406a96f91763173839 () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f () const - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const - + void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - - - _Safe_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - a07680.html - _Safe_unordered_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff + + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 () - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + streamsize + gcount + a02593.html + a14cc48ec617f1c1a65d8532e7807882c + () const - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + basic_istream< char > & + getline + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed + (char_type *__s, streamsize __n, char_type __delim) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 () const - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + bool + is_open + a02193.html + a715c50358129e80ce7a37ee157c141a7 () - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept - - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - - - _Safe_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - a07680.html - _Safe_unordered_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + _If_fs_path< _Path, void > + open + a02193.html + a93fad9315ac27a302c6b768e042490f9 + (const _Path &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + void + open + a02193.html + a3a4c04e09a683bc30e9c5c19bdbbcda4 + (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + void + open + a02193.html + a4e3a98b2a30cf6f0e3eaff8eeb9eee47 + (const std::string &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __istream_type & + operator>> + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + operator>> + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 () const - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) - - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + __filebuf_type * + rdbuf + a02193.html + a7e87dac89bf6608d35890a632336b347 + () const - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) - - - _Safe_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - a07680.html - _Safe_unordered_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc > > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) - + void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc () const - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) - + void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - - - _Safe_container< unordered_set< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - a07680.html - _Safe_unordered_container< unordered_set< _Value, _Hash, _Pred, _Alloc > > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - - - _Safe_container< vector< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > - a07680.html - _Safe_sequence< vector< _Tp, _Allocator > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) - - - _Safe_forward_list< forward_list< _Tp, _Alloc > > - a07768.html - _Safe_sequence< forward_list< _Tp, _Alloc > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 () - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) - - - _Safe_node_sequence< list< _Tp, _Allocator > > - a07712.html - _Safe_sequence< list< _Tp, _Allocator > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - - - _Safe_node_sequence< map< _Key, _Tp, _Compare, _Allocator > > - a07712.html - _Safe_sequence< map< _Key, _Tp, _Compare, _Allocator > > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept - - - - _Safe_node_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > - a07712.html - _Safe_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - - _Safe_node_sequence< multiset< _Key, _Compare, _Allocator > > - a07712.html - _Safe_sequence< multiset< _Key, _Compare, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed + - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 + - - - _Safe_node_sequence< set< _Key, _Compare, _Allocator > > - a07712.html - _Safe_sequence< set< _Key, _Compare, _Allocator > > - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 + - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 + - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + streamsize + _M_gcount + a02593.html + a561684f2822987bda56c7e8817f91892 + - - - _Safe_sequence< _SafeSequence > - a07584.html - __gnu_debug::_Safe_sequence_base - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) - - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - - - _Safe_sequence< basic_string< _CharT, _Traits, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) - - - _Safe_sequence< deque< _Tp, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f () - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () - - - _Safe_sequence< forward_list< _Tp, _Alloc > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 + () - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - - - _Safe_sequence< list< _Tp, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - _Safe_sequence< map< _Key, _Tp, _Compare, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + __gnu_pbds::basic_hash_table + a11701.html + + + + + + Store_Hash + + + + + + basic_hash_table< Key, Mapped, typename detail::default_hash_fn< Key >::type, typename detail::default_eq_fn< Key >::type, typename detail::default_resize_policy< detail::default_comb_hash_fn::type >::type, detail::default_store_hash, cc_hash_tag, __gnu_cxx::typelist::create1< detail::default_comb_hash_fn::type >::type, std::allocator< char > > + a11701.html + + + basic_hash_table< Key, Mapped, typename detail::default_hash_fn< Key >::type, typename detail::default_eq_fn< Key >::type, typename detail::default_resize_policy< detail::default_comb_hash_fn::type >::type, detail::default_store_hash, gp_hash_tag, __gnu_cxx::typelist::create2< detail::default_comb_hash_fn::type, typename detail::default_probe_fn< detail::default_comb_hash_fn::type >::type >::type, std::allocator< char > > + a11701.html + + + __gnu_pbds::basic_hash_tag + a11825.html + __gnu_pbds::associative_tag + + + std::basic_ifstream + a02185.html + + + std::basic_istream + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b + - - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () - - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () - - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + + basic_ifstream + a02185.html + a0332ea0815cd0f2681780ed3cb482229 () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + + basic_ifstream + a02185.html + abbb870f7de825b61561ab7cc54ee5a61 + (const _Path &__s, ios_base::openmode __mode=ios_base::in) - - - _Safe_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + + basic_ifstream + a02185.html + a83516a8e9d1db5ae7d2cf392b23dd840 + (const char *__s, ios_base::openmode __mode=ios_base::in) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + basic_ifstream + a02185.html + ad533b4e5d658fe6563d34b9ef36a9d7a + (const std::string &__s, ios_base::openmode __mode=ios_base::in) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + + ~basic_ifstream + a02185.html + a1bb90895f6ee2886b8e2dd9e033d31ad + () - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c + () const - + void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - + void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + close + a02185.html + adca6a6b93f9f3ae1c9393213caa37a9a () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f () const - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const - + void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - - - _Safe_sequence< multiset< _Key, _Compare, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + streamsize + gcount + a02593.html + a14cc48ec617f1c1a65d8532e7807882c + () const - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + basic_istream< char > & + getline + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed + (char_type *__s, streamsize __n, char_type __delim) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 + () const - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf () const - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + bool + is_open + a02185.html + afcbe0c0931007c7359e16543abe1fe87 () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - - - _Safe_sequence< set< _Key, _Compare, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + _If_fs_path< _Path, void > + open + a02185.html + a73ce96209b3ffd11ac285c6624678439 + (const _Path &__s, ios_base::openmode __mode=ios_base::in) void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + open + a02185.html + a642496a04b7adb81e614d2b3903734ff + (const char *__s, ios_base::openmode __mode=ios_base::in) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + void + open + a02185.html + ab7c7c2bf6e27152bb0460c83c32ab431 + (const std::string &__s, ios_base::openmode __mode=ios_base::in) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + operator>> + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + operator>> + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + __filebuf_type * + rdbuf + a02185.html + a7f104c73e5bd5a76405a0edc299da3e2 () const - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const - - - _Safe_sequence< vector< _Tp, _Allocator > > - a07584.html - __gnu_debug::_Safe_sequence_base void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + void + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) - + void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 () const - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - - - _Safe_unordered_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > > - a07724.html - __gnu_debug::_Safe_unordered_container_base - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - - - _Safe_unordered_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > > - a07724.html - __gnu_debug::_Safe_unordered_container_base - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () - - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f () - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept - - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept - - - - _Safe_unordered_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc > > - a07724.html - __gnu_debug::_Safe_unordered_container_base - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - - - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 () - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee () const - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea () - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + - - - _Safe_unordered_container< unordered_set< _Value, _Hash, _Pred, _Alloc > > - a07724.html - __gnu_debug::_Safe_unordered_container_base - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + - - - _Safe_vector< vector< _Tp, _Allocator >, ::vector< _Tp, _Allocator > > - a07824.html - - - _Tuple_impl< 0, _Elements... > - a03020.html - - - _Tuple_impl< 0, _T1, _T2 > - a03020.html - - - _Tuple_impl< _Idx+1, _Tail... > - a03020.html - - - _Vector_base< __diff_type, std::allocator< __diff_type > > - a06904.html - - - _Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > > - a06904.html - - - _Vector_base< _CharClassT, std::allocator< _CharClassT > > - a06904.html - - - _Vector_base< _CharT, std::allocator< _CharT > > - a06904.html - - - _Vector_base< _Cmpt, std::allocator< _Cmpt > > - a06904.html - - - _Vector_base< _Node *, _Nodeptr_Alloc > - a06904.html - - - _Vector_base< _RealType, std::allocator< _RealType > > - a06904.html - - - _Vector_base< _State< _TraitsT::char_type >, std::allocator< _State< _TraitsT::char_type > > > - a06904.html - - - _Vector_base< _StringT, std::allocator< _StringT > > - a06904.html - - - _Vector_base< block_type, allocator_type > - a06904.html - - - _Vector_base< Catalog_info *, std::allocator< Catalog_info *> > - a06904.html - - - _Vector_base< double, std::allocator< double > > - a06904.html - - - _Vector_base< int, std::allocator< int > > - a06904.html - - - _Vector_base< result_type, std::allocator< result_type > > - a06904.html - - - _Vector_base< size_t, std::allocator< size_t > > - a06904.html - - - _Vector_base< std::pair< _BiIter, int >, std::allocator< std::pair< _BiIter, int > > > - a06904.html - - - _Vector_base< std::pair< _StateIdT, std::vector >, std::allocator< std::pair< _StateIdT, std::vector > > > - a06904.html - - - _Vector_base< std::pair< _StrTransT, _StrTransT >, std::allocator< std::pair< _StrTransT, _StrTransT > > > - a06904.html - - - _Vector_base< sub_match< _Bi_iter >, _Alloc > - a06904.html - - - _Vector_base< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > - a06904.html - - - _Vector_base< sub_match< _BiIter >, _Alloc > - a06904.html - - - _Weak_result_type< _Tp > - a05680.html - _Weak_result_type_impl< remove_cv< _Tp >::type > - - - _Weak_result_type< remove_cv< _Tp >::type > - a05680.html - _Weak_result_type_impl< remove_cv< remove_cv< _Tp >::type >::type > - - - _Weak_result_type_impl< remove_cv< _Functor >::type > - a05596.html - _Maybe_get_result_type< remove_cv< _Functor >::type > - - - _Weak_result_type_impl< remove_cv< _Tp >::type > - a05596.html - _Maybe_get_result_type< remove_cv< _Tp >::type > - - - _Weak_result_type_impl< remove_cv< remove_cv< _Tp >::type >::type > - a05596.html - _Maybe_get_result_type< remove_cv< remove_cv< _Tp >::type >::type > - - - allocator< value_type > - a03848.html - __gnu_cxx::new_allocator - - - allocator_traits< _Tp_alloc_type > - a03788.html - - _Tp_alloc_type - allocator_type - a03788.html - afca1125c7f138bdffa1fda17a5181429 + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f - - typename _Ptr< __c_pointer, const value_type >::type - const_pointer - a03788.html - a841791873537638dfc36c80ecc98bc48 + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 - - typename _Ptr< __cv_pointer, const void >::type - const_void_pointer - a03788.html - a5a9cb47519e4840523e38e45cf56bf1d + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 - - typename _Diff< _Tp_alloc_type, pointer >::type - difference_type - a03788.html - a653e076069bf6f57a6b09ca015d56a4e + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d - - __detected_or_t< typename is_empty< _Tp_alloc_type >::type, __equal, _Tp_alloc_type > - is_always_equal - a03788.html - afae6957b1a6d68084b2b6114dff01ae8 + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed - - __detected_or_t< value_type *, __pointer, _Tp_alloc_type > - pointer - a03788.html - a4931a231115cbef628c29b147a7d7336 + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 - - __detected_or_t< false_type, __pocca, _Tp_alloc_type > - propagate_on_container_copy_assignment - a03788.html - acd5ad3d84299a655ad2c59e2345b7796 + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 - - __detected_or_t< false_type, __pocma, _Tp_alloc_type > - propagate_on_container_move_assignment - a03788.html - a1db75f5aec19020544743134c961f607 + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 - - __detected_or_t< false_type, __pocs, _Tp_alloc_type > - propagate_on_container_swap - a03788.html - adad7997e545350e38d1b44d01568741a + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d - - typename _Size< _Tp_alloc_type, difference_type >::type - size_type - a03788.html - a528d5c1afff59af1a90aa9273dddb806 + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f - - _Tp_alloc_type ::value_type - value_type - a03788.html - aa51dca0f6ab162918c10679e8feb57df + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 - - typename _Ptr< __v_pointer, void >::type - void_pointer - a03788.html - a242e530b7ee8e5d17a017983cc7cc705 + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b - - static pointer - allocate - a03788.html - a1afbf725286c9e82ba6166dcc04b10bc - (_Tp_alloc_type &__a, size_type __n) - - - static pointer - allocate - a03788.html - a79296fdf0f48ef0a49f2d5de6193f867 - (_Tp_alloc_type &__a, size_type __n, const_void_pointer __hint) + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + - - static auto - construct - a03788.html - aad7d7b8604439d1ecf953a1b9a426e7b - (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + - - static void - deallocate - a03788.html - ae5f6b86b98b17e2ba39243ca8eaf4ee1 - (_Tp_alloc_type &__a, pointer __p, size_type __n) + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + - - static void - destroy - a03788.html - ac73f3d164cf01c9d61b44d42c30db3d3 - (_Tp_alloc_type &__a, _Tp *__p) + + void + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) - - static size_type - max_size - a03788.html - a29c306bcb6a7676a516430a0e50b990a - (const _Tp_alloc_type &__a) noexcept + + streamsize + _M_gcount + a02593.html + a561684f2822987bda56c7e8817f91892 + - - static _Tp_alloc_type - select_on_container_copy_construction - a03788.html - ac324d9065f45f7ae2dd1e0014c73f218 - (const _Tp_alloc_type &__rhs) + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + - - - basic_branch< Key, Mapped, Tag, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< Cmp_Fn, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > >::type, _Alloc > - a10032.html - - - basic_branch< Key, Mapped, Tag, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< _ATraits, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > >::type, _Alloc > - a10032.html - - - basic_filebuf< _CharT, encoding_char_traits< _CharT > > - a02072.html - std::basic_streambuf - - basic_filebuf - a02072.html - add2d16a8965c490cd9b4cc95b958e09f - () - - - virtual - ~basic_filebuf - a02072.html - a226a8efc1add60c0fc04ce2714a56b4c - () + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - __filebuf_type * - close - a02072.html - a5e13a128abb0a5dd8ef1e3d10597031f - () + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - bool - is_open - a02072.html - a56ddf5ebdff55e7aaf51077a51c4d42f - () const + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - __filebuf_type * - open - a02072.html - ad72dc61561f4420b36f9e626b4426433 - (const char *__s, ios_base::openmode __mode) + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - __filebuf_type * - open - a02072.html - a541062313b01b7bb74af2582f88a365f - (const std::string &__s, ios_base::openmode __mode) + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 () - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - void - _M_create_pback - a02072.html - ac4c7480aea8087a568d10b87a06b4d4e - () - - - void - _M_destroy_pback - a02072.html - a7b95d650e7a161b18ca9fcbd3f792253 - () - - - void - _M_set_buffer - a02072.html - af3d033b08f1641d4594fb5d21eb2db89 - (streamsize __off) + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) - - virtual void - imbue - a02072.html - a4e8214d23c9895a180231de6cf463449 - (const locale &__loc) + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) - - virtual int_type - overflow - a02072.html - ac1941000c0d1480052cc8ee84fd8a665 - (int_type __c=encoding_char_traits< _CharT > ::eof()) + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) - - virtual int_type - pbackfail - a02072.html - a98e6cafd6256f907c4fff74afa49be3e - (int_type __c=encoding_char_traits< _CharT > ::eof()) + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) - - virtual pos_type - seekoff - a02072.html - a0152beebcac8c9542b6b0efe3de5bbfb - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () - - virtual pos_type - seekpos - a02072.html - a91365d684bb298cb7ad42e3c73cd0252 - (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () - - virtual __streambuf_type * - setbuf - a02072.html - afdc468aedafb80e43f14569d09485e6b + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) - - virtual streamsize - showmanyc - a02072.html - a0e8e4218ba9766e34b74e69b17fb28b3 + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 () - - virtual int + + int sync - a02072.html - af42cd30ec66c6eb0df56026098b6e04f - () - - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 + a02593.html + af3f3c68797d19724d8add89b15a08908 () - - virtual int_type - underflow - a02072.html - a051ec9d0aa68d3bbf3a2b8cb2e41c93b + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 () - - virtual streamsize - xsgetn - a02072.html - a4fb6d662a8351a9c790be9fbe78be8b4 - (char_type *__s, streamsize __n) - - - virtual streamsize - xsputn - a02072.html - a9e78a1d5dec2c7eea816ada4e43d7576 - (const char_type *__s, streamsize __n) - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee () const - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 () const - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + + __gnu_pbds::basic_invalidation_guarantee + a11797.html + + + std::basic_ios + a02585.html + + + std::ios_base + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b + - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) - - char_type * - _M_buf - a02072.html - a981a6d9fa6672d57f94dc2578f3d4b07 + + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 + + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd - - size_t - _M_buf_size - a02072.html - a59de9f582ce410ea2c7583eaf4228e2f + + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad - - char * - _M_ext_buf - a02072.html - a65f15e25bc11ffc20ca24e1c437ee5c0 + + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a - - streamsize - _M_ext_buf_size - a02072.html - a284d196740028e4047586fe923e7a595 + + _CharT + char_type + a02585.html + ab79c2147554ac3080647828e0bd75c17 - - const char * - _M_ext_next - a02072.html - af4a3bae8038d32dffd03676c93feccbc + + _Traits::int_type + int_type + a02585.html + abed08c42ca8297417265888a1232709a - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d + + _Traits::pos_type + pos_type + a02585.html + a1a7a5dbd05bfd3ebcc7a4febd35e58d9 - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 + + _Traits::off_type + off_type + a02585.html + a9b0940b8e61b43dbb5c0f1bb268ce944 - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 + + _Traits + traits_type + a02585.html + a2ce652e072a7f6664c71548df3e43af4 - - ios_base::openmode - _M_mode - a02072.html - a14cdd23152cee458aaa655cf9508f9a6 - - - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 - - - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + + ctype< _CharT > + __ctype_type + a02585.html + a182d68de5e0177334ea13de288105523 - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 - - bool - _M_reading - a02072.html - acde765e7a5ddaca79683176fe981cec1 + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 - + + + basic_ios + a02585.html + aec6ddbe42050441c71ec066b901f332c + (basic_streambuf< _CharT, _Traits > *__sb) - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 - + + virtual + ~basic_ios + a02585.html + a9988b5612652454d970d5ad856c6e8d2 + () - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c - + + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const - + bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - - - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 - + bad + a02585.html + ad79b64356f78198654c36480f670738c + () const - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 - + + void + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c - + + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) - + bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f () const - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f + + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 () const - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + void + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 + + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 () const - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 + () const - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const - - - basic_filebuf< char_type, traits_type > - a02072.html - std::basic_streambuf - - basic_filebuf - a02072.html - add2d16a8965c490cd9b4cc95b958e09f - () + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) - - virtual - ~basic_filebuf - a02072.html - a226a8efc1add60c0fc04ce2714a56b4c - () + + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - __filebuf_type * - close - a02072.html - a5e13a128abb0a5dd8ef1e3d10597031f - () + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - bool - is_open - a02072.html - a56ddf5ebdff55e7aaf51077a51c4d42f - () const + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - __filebuf_type * - open - a02072.html - ad72dc61561f4420b36f9e626b4426433 - (const char *__s, ios_base::openmode __mode) + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a21f92cbfd296f81694cdaef956d0bd6d + () const - __filebuf_type * - open - a02072.html - a541062313b01b7bb74af2582f88a365f - (const std::string &__s, ios_base::openmode __mode) + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + void + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + void + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - void - _M_create_pback - a02072.html - ac4c7480aea8087a568d10b87a06b4d4e - () + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) - - void - _M_destroy_pback - a02072.html - a7b95d650e7a161b18ca9fcbd3f792253 + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea () - - void - _M_set_buffer - a02072.html - af3d033b08f1641d4594fb5d21eb2db89 - (streamsize __off) - - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + - - virtual void - imbue - a02072.html - a4e8214d23c9895a180231de6cf463449 - (const locale &__loc) + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + - - virtual int_type - overflow - a02072.html - ac1941000c0d1480052cc8ee84fd8a665 - (int_type __c=traits_type ::eof()) + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + - - virtual int_type - pbackfail - a02072.html - a98e6cafd6256f907c4fff74afa49be3e - (int_type __c=traits_type ::eof()) + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a + - - virtual pos_type - seekoff - a02072.html - a0152beebcac8c9542b6b0efe3de5bbfb - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + - - virtual pos_type - seekpos - a02072.html - a91365d684bb298cb7ad42e3c73cd0252 - (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + - - virtual __streambuf_type * - setbuf - a02072.html - afdc468aedafb80e43f14569d09485e6b - (char_type *__s, streamsize __n) + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - virtual streamsize - showmanyc - a02072.html - a0e8e4218ba9766e34b74e69b17fb28b3 - () + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - virtual int - sync - a02072.html - af42cd30ec66c6eb0df56026098b6e04f - () + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - virtual int_type - underflow - a02072.html - a051ec9d0aa68d3bbf3a2b8cb2e41c93b - () - - - virtual streamsize - xsgetn - a02072.html - a4fb6d662a8351a9c790be9fbe78be8b4 - (char_type *__s, streamsize __n) - - - virtual streamsize - xsputn - a02072.html - a9e78a1d5dec2c7eea816ada4e43d7576 - (const char_type *__s, streamsize __n) - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const - - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const - - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const - - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const - - - char_type * - _M_buf - a02072.html - a981a6d9fa6672d57f94dc2578f3d4b07 + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 - - size_t - _M_buf_size - a02072.html - a59de9f582ce410ea2c7583eaf4228e2f + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 - - char * - _M_ext_buf - a02072.html - a65f15e25bc11ffc20ca24e1c437ee5c0 + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f - - streamsize - _M_ext_buf_size - a02072.html - a284d196740028e4047586fe923e7a595 + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 - - const char * - _M_ext_next - a02072.html - af4a3bae8038d32dffd03676c93feccbc + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 - - ios_base::openmode - _M_mode - a02072.html - a14cdd23152cee458aaa655cf9508f9a6 + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f - - bool - _M_reading - a02072.html - acde765e7a5ddaca79683176fe981cec1 + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 - - bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 - + + + basic_ios + a02585.html + a3ecd9e8f6ad7e3f910a1b9ef2962c6a4 + () - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 - + + void + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c + + _CharT + char_type + a02585.html + ab79c2147554ac3080647828e0bd75c17 - - bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 + + _Traits::int_type + int_type + a02585.html + abed08c42ca8297417265888a1232709a - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + _Traits::pos_type + pos_type + a02585.html + a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + _Traits::off_type + off_type + a02585.html + a9b0940b8e61b43dbb5c0f1bb268ce944 + - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + _Traits + traits_type + a02585.html + a2ce652e072a7f6664c71548df3e43af4 + - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + ctype< _CharT > + __ctype_type + a02585.html + a182d68de5e0177334ea13de288105523 + - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + - - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, cc_hash_tag, __gnu_cxx::typelist::create1< Comb_Hash_Fn >::type, _Alloc > - a10020.html - - - basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, gp_hash_tag, __gnu_cxx::typelist::create2< Comb_Probe_Fn, Probe_Fn >::type, _Alloc > - a10020.html - - basic_ios< char, _Traits > - a02564.html + a02585.html std::ios_base event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a char char_type - a02564.html + a02585.html ab79c2147554ac3080647828e0bd75c17 _Traits::int_type int_type - a02564.html + a02585.html abed08c42ca8297417265888a1232709a _Traits::pos_type pos_type - a02564.html + a02585.html a1a7a5dbd05bfd3ebcc7a4febd35e58d9 _Traits::off_type off_type - a02564.html + a02585.html a9b0940b8e61b43dbb5c0f1bb268ce944 _Traits traits_type - a02564.html + a02585.html a2ce652e072a7f6664c71548df3e43af4 ctype< char > __ctype_type - a02564.html + a02585.html a182d68de5e0177334ea13de288105523 num_put< char, ostreambuf_iterator< char, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 num_get< char, istreambuf_iterator< char, _Traits > > __num_get_type - a02564.html + a02585.html ad5cc8c4b4c3cc5de19d7bb6c97b29abc basic_ios - a02564.html + a02585.html aec6ddbe42050441c71ec066b901f332c (basic_streambuf< char, _Traits > *__sb) virtual ~basic_ios - a02564.html + a02585.html a9988b5612652454d970d5ad856c6e8d2 () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const bool bad - a02564.html + a02585.html ad79b64356f78198654c36480f670738c () const void clear - a02564.html + a02585.html a07a10e07246ef2a68c0c3f08d94c7607 (iostate __state=goodbit) basic_ios & copyfmt - a02564.html + a02585.html a57af447fc663746ea14bea76e80f5990 (const basic_ios &__rhs) bool eof - a02564.html + a02585.html a0a9f086f16995b35aad9db9d3adf843f () const iostate exceptions - a02564.html + a02585.html a2af07612846b93cd56e19d56ad9ee7c5 () const void exceptions - a02564.html + a02585.html aecd6ac5df7374c8b775a2912c4a014e9 (iostate __except) bool fail - a02564.html + a02585.html a9ce7a228245eefeceacc05fe6feff2e0 () const char_type fill - a02564.html + a02585.html a8b6a8fc0ddc82328520534e9e99de88e () const char_type fill - a02564.html + a02585.html a5b7921d8ecf89d75e188e9ed972af448 (char_type __ch) fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const bool good - a02564.html + a02585.html a89bf36df306bb4682f9b74694619b2cf () const locale imbue - a02564.html + a02585.html a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) char narrow - a02564.html + a02585.html a93e7a241510c19eb66c276379e493a20 (char_type __c, char __dfault) const streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) basic_streambuf< char, _Traits > * rdbuf - a02564.html + a02585.html a21f92cbfd296f81694cdaef956d0bd6d () const basic_streambuf< char, _Traits > * rdbuf - a02564.html + a02585.html a163ac287eb3cec7bb62ed893be51658b (basic_streambuf< char, _Traits > *__sb) iostate rdstate - a02564.html + a02585.html a5f082a6a02ca25407fa6806bbd84e887 () const void register_callback - a04932.html + a05825.html a54948c4f38526937d510af5670ae368a (event_callback __fn, int __index) fmtflags setf - a04932.html + a05825.html a007b2f6648ba857d6ae3e68f936ca10a (fmtflags __fmtfl) fmtflags setf - a04932.html + a05825.html a87fd48e3d7a0515d3958eb9d9fbba45d (fmtflags __fmtfl, fmtflags __mask) void setstate - a02564.html + a02585.html a2da7d3305cba0695b1d1bec916ae64b0 (iostate __state) basic_ostream< char, _Traits > * tie - a02564.html + a02585.html a191fdfa0d70cd77c7e396a6411d1febc () const basic_ostream< char, _Traits > * tie - a02564.html + a02585.html acb357e8950676669b63b8fc42d18bd57 (basic_ostream< char, _Traits > *__tiestr) void unsetf - a04932.html + a05825.html a47987a5f3b706621119af2544a4d68d6 (fmtflags __mask) char_type widen - a02564.html + a02585.html a8b4b27c391cfd8af35923ef8e6b918d1 (char __c) const streamsize width - a04932.html + a05825.html aaa842e4e56ec6001f6a6c9a75c601133 () const streamsize width - a04932.html + a05825.html ac29b397e77e4fb2c7299627f4a8e6415 (streamsize __wide) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const static bool sync_with_stdio - a04932.html + a05825.html aade35b0cc25dc04d3b9b598182ec72b5 (bool __sync=true) static int xalloc - a04932.html + a05825.html a3faeb4739cfe621262ceef0aad98f0ea () static const fmtflags adjustfield - a04932.html + a05825.html afb35e86e0979426d5271e7da619e564b static const openmode app - a04932.html + a05825.html abc6732e5a0d9dc40b79e2fe6e32e7b09 static const openmode ate - a04932.html + a05825.html ad22225874e26210dfe11263279587e75 static const iostate badbit - a04932.html + a05825.html aa3cd1e1667eb566ad6e23a67117eef8b static const fmtflags basefield - a04932.html + a05825.html a1c78bab2448707823dbb382c1f9d872a static const seekdir beg - a04932.html + a05825.html a214f784b4a9d7ce92eb23ed99e44aecf static const openmode binary - a04932.html + a05825.html a88a28f18badafdd8e605841b8b7042d5 static const fmtflags boolalpha - a04932.html + a05825.html a7643f003a532a377d00ebe8bd288985f static const seekdir cur - a04932.html + a05825.html a1965600e26ca83d186504a4fd337cb9e static const fmtflags dec - a04932.html + a05825.html a3b38d2c92a8191a8f6d4994c663d408e static const seekdir end - a04932.html + a05825.html a505c3780386ccd5ca9679f7264db97f9 static const iostate eofbit - a04932.html + a05825.html a806f6f377e4fb4525d19e6d24df3cd62 static const iostate failbit - a04932.html + a05825.html aec074f3d22b7cf5e70d1e91cb9f9d5c4 static const fmtflags fixed - a04932.html + a05825.html ab68a9e528eb897d85741f7a21adf4368 static const fmtflags floatfield - a04932.html + a05825.html a82663733691c649e8138a0fa959cb8c4 static const iostate goodbit - a04932.html + a05825.html a9af3b6f8ace7d893e1a0853d8fb29778 static const fmtflags hex - a04932.html + a05825.html a0dec2040942a5b127ce98be81486466f static const openmode in - a04932.html + a05825.html a652e2323949eea3d906e1c81bd8ce8f7 static const fmtflags internal - a04932.html + a05825.html a6e38abfae36f1fce1d01ec47487ba226 static const fmtflags left - a04932.html + a05825.html ac3795cde4efbdf63b27ea978f1a2755d static const fmtflags oct - a04932.html + a05825.html ab9d72ba493c0a12da9e6669c32af98ed static const openmode out - a04932.html + a05825.html a7187e216e5d16ec820ea1791002f85e0 static const fmtflags right - a04932.html + a05825.html a13753798f5c9da6f9372429c53039767 static const fmtflags scientific - a04932.html + a05825.html af4966eeb93a789a84f9acd92375d8483 static const fmtflags showbase - a04932.html + a05825.html a69acbf246475f065d6648303e452fd4d static const fmtflags showpoint - a04932.html + a05825.html a4c79db16d6509208744e2b698a2d107f static const fmtflags showpos - a04932.html + a05825.html acf2cdf1f2ebd7914d39e25c1f071bbc4 static const fmtflags skipws - a04932.html + a05825.html a0092524de17db6438bc3bdcb914ac62b static const openmode trunc - a04932.html + a05825.html ae6831a611ce41b51a873c55b30d8534d static const fmtflags unitbuf - a04932.html + a05825.html aa2d184ca6fce44ac8ececba1b0c70dc5 static const fmtflags uppercase - a04932.html + a05825.html a1be02544c10366da9fd9183a905d4910 basic_ios - a02564.html + a02585.html a3ecd9e8f6ad7e3f910a1b9ef2962c6a4 () void init - a02564.html + a02585.html a62a4b454cbedd686b89e48fa9d6160c4 (basic_streambuf< char, _Traits > *__sb) char char_type - a02564.html + a02585.html ab79c2147554ac3080647828e0bd75c17 _Traits::int_type int_type - a02564.html + a02585.html abed08c42ca8297417265888a1232709a _Traits::pos_type pos_type - a02564.html + a02585.html a1a7a5dbd05bfd3ebcc7a4febd35e58d9 _Traits::off_type off_type - a02564.html + a02585.html a9b0940b8e61b43dbb5c0f1bb268ce944 _Traits traits_type - a02564.html + a02585.html a2ce652e072a7f6664c71548df3e43af4 ctype< char > __ctype_type - a02564.html + a02585.html a182d68de5e0177334ea13de288105523 num_put< char, ostreambuf_iterator< char, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 num_get< char, istreambuf_iterator< char, _Traits > > __num_get_type - a02564.html + a02585.html ad5cc8c4b4c3cc5de19d7bb6c97b29abc operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const - basic_iostream< char > - a02580.html - basic_istream< char, _Traits > - basic_ostream< char, _Traits > + std::basic_iostream + a02601.html + + + std::basic_istream + std::basic_ostream event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a - num_put< char, ostreambuf_iterator< char, _Traits > > + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 basic_iostream - a02580.html + a02601.html ab1cea733f7a42667a83144a06857450b - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) virtual ~basic_iostream - a02580.html + a02601.html ae6395051f05575ecd1f386e0eb46fff7 () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const bool bad - a02564.html + a02585.html ad79b64356f78198654c36480f670738c () const void clear - a02564.html + a02585.html a07a10e07246ef2a68c0c3f08d94c7607 (iostate __state=goodbit) basic_ios & copyfmt - a02564.html + a02585.html a57af447fc663746ea14bea76e80f5990 (const basic_ios &__rhs) bool eof - a02564.html + a02585.html a0a9f086f16995b35aad9db9d3adf843f () const iostate exceptions - a02564.html + a02585.html a2af07612846b93cd56e19d56ad9ee7c5 () const void exceptions - a02564.html + a02585.html aecd6ac5df7374c8b775a2912c4a014e9 (iostate __except) bool fail - a02564.html + a02585.html a9ce7a228245eefeceacc05fe6feff2e0 () const char_type fill - a02564.html + a02585.html a8b6a8fc0ddc82328520534e9e99de88e () const char_type fill - a02564.html + a02585.html a5b7921d8ecf89d75e188e9ed972af448 (char_type __ch) fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) __ostream_type & flush - a02576.html + a02597.html ab5155ad385b78192ef1436bf31a0cde0 () streamsize gcount - a02572.html + a02593.html a14cc48ec617f1c1a65d8532e7807882c () const basic_istream< char > & getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed (char_type *__s, streamsize __n, char_type __delim) locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const bool good - a02564.html + a02585.html a89bf36df306bb4682f9b74694619b2cf () const locale imbue - a02564.html + a02585.html a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) char narrow - a02564.html + a02585.html a93e7a241510c19eb66c276379e493a20 (char_type __c, char __dfault) const __ostream_type & operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) __ostream_type & operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) __istream_type & operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) __istream_type & operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a21f92cbfd296f81694cdaef956d0bd6d () const - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) iostate rdstate - a02564.html + a02585.html a5f082a6a02ca25407fa6806bbd84e887 () const void register_callback - a04932.html + a05825.html a54948c4f38526937d510af5670ae368a (event_callback __fn, int __index) __ostream_type & seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) __ostream_type & seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) fmtflags setf - a04932.html + a05825.html a007b2f6648ba857d6ae3e68f936ca10a (fmtflags __fmtfl) fmtflags setf - a04932.html + a05825.html a87fd48e3d7a0515d3958eb9d9fbba45d (fmtflags __fmtfl, fmtflags __mask) void setstate - a02564.html + a02585.html a2da7d3305cba0695b1d1bec916ae64b0 (iostate __state) pos_type tellp - a02576.html + a02597.html a57b81a67592e9a2692704ef6cb675946 () - basic_ostream< char, _Traits > * + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html a191fdfa0d70cd77c7e396a6411d1febc () const - basic_ostream< char, _Traits > * + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< char, _Traits > *__tiestr) + (basic_ostream< _CharT, _Traits > *__tiestr) void unsetf - a04932.html + a05825.html a47987a5f3b706621119af2544a4d68d6 (fmtflags __mask) char_type widen - a02564.html + a02585.html a8b4b27c391cfd8af35923ef8e6b918d1 (char __c) const streamsize width - a04932.html + a05825.html aaa842e4e56ec6001f6a6c9a75c601133 () const streamsize width - a04932.html + a05825.html ac29b397e77e4fb2c7299627f4a8e6415 (streamsize __wide) __istream_type & operator>> - a02572.html + a02593.html afbcef374ef55284de359fe5b920c20c3 (__istream_type &(*__pf)(__istream_type &)) __istream_type & operator>> - a02572.html + a02593.html a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) __istream_type & operator>> - a02572.html + a02593.html aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) __istream_type & operator>> - a02572.html + a02593.html ae323c8017fbcd54117924b4789569b5a (bool &__n) __istream_type & operator>> - a02572.html + a02593.html af542ed27230ea0bbc6960a0f9556004f (short &__n) __istream_type & operator>> - a02572.html + a02593.html affcef40a87f4c392930dd81dfda3798f (unsigned short &__n) __istream_type & operator>> - a02572.html + a02593.html a4c595f9f70643cfe25b5abeb862c8443 (int &__n) __istream_type & operator>> - a02572.html + a02593.html aba91dd572021d240f2385b2eb0c73a07 (unsigned int &__n) __istream_type & operator>> - a02572.html + a02593.html a4a94cc0cfdd17d93c58228b5141904a6 (long &__n) __istream_type & operator>> - a02572.html + a02593.html a6a9a2eb43ef2fe89646033454347aa19 (unsigned long &__n) __istream_type & operator>> - a02572.html + a02593.html a78af82a5a9196d27ddee3be0d99354c6 (long long &__n) __istream_type & operator>> - a02572.html + a02593.html a884f57a96ba4bda2be39e30ec516793a (unsigned long long &__n) __istream_type & operator>> - a02572.html + a02593.html aadf4b5059f8e6a0d601ab5c2fb8bc150 (float &__f) __istream_type & operator>> - a02572.html + a02593.html afbeb775011b09fa4f51d18dc84ffe497 (double &__f) __istream_type & operator>> - a02572.html + a02593.html a2b4d9b107c966dc9ed975ba9cc157783 (long double &__f) int_type get - a02572.html + a02593.html a1e1c60e229c221a4f31a83b75a1eeef8 () __istream_type & get - a02572.html + a02593.html a6e84e5535a7f7ab23a9e0c7cb801e718 (char_type &__c) __istream_type & get - a02572.html + a02593.html ad68f400e3dfbd99d07ebf5fdef8c72e6 (char_type *__s, streamsize __n, char_type __delim) __istream_type & get - a02572.html + a02593.html a3844f79355cdc724af9e33fcd9f141f2 (char_type *__s, streamsize __n) __istream_type & get - a02572.html + a02593.html a2d64559fbd05fe2bc76f70c210c13427 (__streambuf_type &__sb, char_type __delim) __istream_type & get - a02572.html + a02593.html a5b971a9237bcd7ed0885083c0eb8ed7a (__streambuf_type &__sb) __istream_type & getline - a02572.html + a02593.html ad2ddee6cd20ebffc86db5ae8c4953075 (char_type *__s, streamsize __n, char_type __delim) __istream_type & getline - a02572.html + a02593.html a4b90accfeac1200f276233a58dd46c46 (char_type *__s, streamsize __n) __istream_type & ignore - a02572.html + a02593.html a38f9c60abe3468fe50c0812a5b635b94 (streamsize __n, int_type __delim) __istream_type & ignore - a02572.html + a02593.html afbdc1d7d62a2d431ada8a761035b2d42 (streamsize __n) __istream_type & ignore - a02572.html + a02593.html a64f338d738e8de460fa4a2be744cff8f () int_type peek - a02572.html + a02593.html a2f0e75e1691608c66f634191e54ec4d9 () __istream_type & read - a02572.html + a02593.html a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) streamsize readsome - a02572.html + a02593.html a1fab30041eadb65949ee4644e4db565d (char_type *__s, streamsize __n) __istream_type & putback - a02572.html + a02593.html aaac4e520f0841cce4c36bd614fa6043e (char_type __c) __istream_type & unget - a02572.html + a02593.html a43227bf6cbcb63ecd9e34a82822ffb75 () int sync - a02572.html + a02593.html af3f3c68797d19724d8add89b15a08908 () pos_type tellg - a02572.html + a02593.html a46cc2065d192a9689f39d298a9573341 () __istream_type & seekg - a02572.html + a02593.html a06aeddb9416bfb47fe49ef00c8980eed (pos_type) __istream_type & seekg - a02572.html + a02593.html abb1d9cd4a2753ba8571d438b78037353 (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const __ostream_type & operator<< - a02576.html + a02597.html a41d3f54557efcf4cb17bf28dfeb8f8b7 (__ostream_type &(*__pf)(__ostream_type &)) __ostream_type & operator<< - a02576.html + a02597.html a4dba8118cd693690803dbc5bbef6a96d (__ios_type &(*__pf)(__ios_type &)) __ostream_type & operator<< - a02576.html + a02597.html ac00d04322df723ab0315f3675083af96 (ios_base &(*__pf)(ios_base &)) __ostream_type & operator<< - a02576.html + a02597.html a668a5b41a1fb9d5b71e1969c789dd77d (long __n) __ostream_type & operator<< - a02576.html + a02597.html a5cb03728cf9eab9a6d4c287f05c56fd4 (unsigned long __n) __ostream_type & operator<< - a02576.html + a02597.html aa10cfb65258b9cbf3ef00f3d6a3402c7 (bool __n) __ostream_type & operator<< - a02576.html + a02597.html a2bf303db0f61e6c34b99cd57ea7b143c (short __n) __ostream_type & operator<< - a02576.html + a02597.html a2b5b079df15919cebcfc5ff9b54135cd (unsigned short __n) __ostream_type & operator<< - a02576.html + a02597.html a90608b96fbe83830a71760b741ae3159 (int __n) __ostream_type & operator<< - a02576.html + a02597.html a8542f053d889b3ab9ed7c04675cc1c20 (unsigned int __n) __ostream_type & operator<< - a02576.html + a02597.html a80972d7d1092482b04c0f03ffdab4da3 (long long __n) __ostream_type & operator<< - a02576.html + a02597.html a0e819fe2a2afdfc76f4c3bd0c3b0dfea (unsigned long long __n) __ostream_type & operator<< - a02576.html + a02597.html a88dff73954faa7d6515aefaa7557b5cd (double __f) __ostream_type & operator<< - a02576.html + a02597.html a4af9ee104ee5f19064dce282a9b4bf24 (float __f) __ostream_type & operator<< - a02576.html + a02597.html a8a099fe4d893ccbd86e6dc96a44e3135 (long double __f) __ostream_type & put - a02576.html + a02597.html a87ff182527b274a91c89fcb07ee697fc (char_type __c) - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) - - __ostream_type & write - a02576.html + a02597.html a0c642eb4a583616126b1f45cab2c2f0f (const char_type *__s, streamsize __n) static bool sync_with_stdio - a04932.html + a05825.html aade35b0cc25dc04d3b9b598182ec72b5 (bool __sync=true) static int xalloc - a04932.html + a05825.html a3faeb4739cfe621262ceef0aad98f0ea () static const fmtflags adjustfield - a04932.html + a05825.html afb35e86e0979426d5271e7da619e564b static const openmode app - a04932.html + a05825.html abc6732e5a0d9dc40b79e2fe6e32e7b09 static const openmode ate - a04932.html + a05825.html ad22225874e26210dfe11263279587e75 static const iostate badbit - a04932.html + a05825.html aa3cd1e1667eb566ad6e23a67117eef8b static const fmtflags basefield - a04932.html + a05825.html a1c78bab2448707823dbb382c1f9d872a static const seekdir beg - a04932.html + a05825.html a214f784b4a9d7ce92eb23ed99e44aecf static const openmode binary - a04932.html + a05825.html a88a28f18badafdd8e605841b8b7042d5 static const fmtflags boolalpha - a04932.html + a05825.html a7643f003a532a377d00ebe8bd288985f static const seekdir cur - a04932.html + a05825.html a1965600e26ca83d186504a4fd337cb9e static const fmtflags dec - a04932.html + a05825.html a3b38d2c92a8191a8f6d4994c663d408e static const seekdir end - a04932.html + a05825.html a505c3780386ccd5ca9679f7264db97f9 static const iostate eofbit - a04932.html + a05825.html a806f6f377e4fb4525d19e6d24df3cd62 static const iostate failbit - a04932.html + a05825.html aec074f3d22b7cf5e70d1e91cb9f9d5c4 static const fmtflags fixed - a04932.html + a05825.html ab68a9e528eb897d85741f7a21adf4368 static const fmtflags floatfield - a04932.html + a05825.html a82663733691c649e8138a0fa959cb8c4 static const iostate goodbit - a04932.html + a05825.html a9af3b6f8ace7d893e1a0853d8fb29778 static const fmtflags hex - a04932.html + a05825.html a0dec2040942a5b127ce98be81486466f static const openmode in - a04932.html + a05825.html a652e2323949eea3d906e1c81bd8ce8f7 static const fmtflags internal - a04932.html + a05825.html a6e38abfae36f1fce1d01ec47487ba226 static const fmtflags left - a04932.html + a05825.html ac3795cde4efbdf63b27ea978f1a2755d static const fmtflags oct - a04932.html + a05825.html ab9d72ba493c0a12da9e6669c32af98ed static const openmode out - a04932.html + a05825.html a7187e216e5d16ec820ea1791002f85e0 static const fmtflags right - a04932.html + a05825.html a13753798f5c9da6f9372429c53039767 static const fmtflags scientific - a04932.html + a05825.html af4966eeb93a789a84f9acd92375d8483 static const fmtflags showbase - a04932.html + a05825.html a69acbf246475f065d6648303e452fd4d static const fmtflags showpoint - a04932.html + a05825.html a4c79db16d6509208744e2b698a2d107f static const fmtflags showpos - a04932.html + a05825.html acf2cdf1f2ebd7914d39e25c1f071bbc4 static const fmtflags skipws - a04932.html + a05825.html a0092524de17db6438bc3bdcb914ac62b static const openmode trunc - a04932.html + a05825.html ae6831a611ce41b51a873c55b30d8534d static const fmtflags unitbuf - a04932.html + a05825.html aa2d184ca6fce44ac8ececba1b0c70dc5 static const fmtflags uppercase - a04932.html + a05825.html a1be02544c10366da9fd9183a905d4910 void init - a02564.html + a02585.html a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) streamsize _M_gcount - a02572.html + a02593.html a561684f2822987bda56c7e8817f91892 - num_put< char, ostreambuf_iterator< char, _Traits > > + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 __istream_type & operator>> - a02572.html + a02593.html afbcef374ef55284de359fe5b920c20c3 (__istream_type &(*__pf)(__istream_type &)) __istream_type & operator>> - a02572.html + a02593.html a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) __istream_type & operator>> - a02572.html + a02593.html aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) __istream_type & operator>> - a02572.html + a02593.html ae323c8017fbcd54117924b4789569b5a (bool &__n) __istream_type & operator>> - a02572.html + a02593.html af542ed27230ea0bbc6960a0f9556004f (short &__n) __istream_type & operator>> - a02572.html + a02593.html affcef40a87f4c392930dd81dfda3798f (unsigned short &__n) __istream_type & operator>> - a02572.html + a02593.html a4c595f9f70643cfe25b5abeb862c8443 (int &__n) __istream_type & operator>> - a02572.html + a02593.html aba91dd572021d240f2385b2eb0c73a07 (unsigned int &__n) __istream_type & operator>> - a02572.html + a02593.html a4a94cc0cfdd17d93c58228b5141904a6 (long &__n) __istream_type & operator>> - a02572.html + a02593.html a6a9a2eb43ef2fe89646033454347aa19 (unsigned long &__n) __istream_type & operator>> - a02572.html + a02593.html a78af82a5a9196d27ddee3be0d99354c6 (long long &__n) __istream_type & operator>> - a02572.html + a02593.html a884f57a96ba4bda2be39e30ec516793a (unsigned long long &__n) __istream_type & operator>> - a02572.html + a02593.html aadf4b5059f8e6a0d601ab5c2fb8bc150 (float &__f) __istream_type & operator>> - a02572.html + a02593.html afbeb775011b09fa4f51d18dc84ffe497 (double &__f) __istream_type & operator>> - a02572.html + a02593.html a2b4d9b107c966dc9ed975ba9cc157783 (long double &__f) int_type get - a02572.html + a02593.html a1e1c60e229c221a4f31a83b75a1eeef8 () __istream_type & get - a02572.html + a02593.html a6e84e5535a7f7ab23a9e0c7cb801e718 (char_type &__c) __istream_type & get - a02572.html + a02593.html ad68f400e3dfbd99d07ebf5fdef8c72e6 (char_type *__s, streamsize __n, char_type __delim) __istream_type & get - a02572.html + a02593.html a3844f79355cdc724af9e33fcd9f141f2 (char_type *__s, streamsize __n) __istream_type & get - a02572.html + a02593.html a2d64559fbd05fe2bc76f70c210c13427 (__streambuf_type &__sb, char_type __delim) __istream_type & get - a02572.html + a02593.html a5b971a9237bcd7ed0885083c0eb8ed7a (__streambuf_type &__sb) __istream_type & getline - a02572.html + a02593.html ad2ddee6cd20ebffc86db5ae8c4953075 (char_type *__s, streamsize __n, char_type __delim) __istream_type & getline - a02572.html + a02593.html a4b90accfeac1200f276233a58dd46c46 (char_type *__s, streamsize __n) __istream_type & ignore - a02572.html + a02593.html a38f9c60abe3468fe50c0812a5b635b94 (streamsize __n, int_type __delim) __istream_type & ignore - a02572.html + a02593.html afbdc1d7d62a2d431ada8a761035b2d42 (streamsize __n) __istream_type & ignore - a02572.html + a02593.html a64f338d738e8de460fa4a2be744cff8f () int_type peek - a02572.html + a02593.html a2f0e75e1691608c66f634191e54ec4d9 () __istream_type & read - a02572.html + a02593.html a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) streamsize readsome - a02572.html + a02593.html a1fab30041eadb65949ee4644e4db565d (char_type *__s, streamsize __n) __istream_type & putback - a02572.html + a02593.html aaac4e520f0841cce4c36bd614fa6043e (char_type __c) __istream_type & unget - a02572.html + a02593.html a43227bf6cbcb63ecd9e34a82822ffb75 () int sync - a02572.html + a02593.html af3f3c68797d19724d8add89b15a08908 () pos_type tellg - a02572.html + a02593.html a46cc2065d192a9689f39d298a9573341 () __istream_type & seekg - a02572.html + a02593.html a06aeddb9416bfb47fe49ef00c8980eed (pos_type) __istream_type & seekg - a02572.html + a02593.html abb1d9cd4a2753ba8571d438b78037353 (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const __ostream_type & operator<< - a02576.html + a02597.html a41d3f54557efcf4cb17bf28dfeb8f8b7 (__ostream_type &(*__pf)(__ostream_type &)) __ostream_type & operator<< - a02576.html + a02597.html a4dba8118cd693690803dbc5bbef6a96d (__ios_type &(*__pf)(__ios_type &)) __ostream_type & operator<< - a02576.html + a02597.html ac00d04322df723ab0315f3675083af96 (ios_base &(*__pf)(ios_base &)) __ostream_type & operator<< - a02576.html + a02597.html a668a5b41a1fb9d5b71e1969c789dd77d (long __n) __ostream_type & operator<< - a02576.html + a02597.html a5cb03728cf9eab9a6d4c287f05c56fd4 (unsigned long __n) __ostream_type & operator<< - a02576.html + a02597.html aa10cfb65258b9cbf3ef00f3d6a3402c7 (bool __n) __ostream_type & operator<< - a02576.html + a02597.html a2bf303db0f61e6c34b99cd57ea7b143c (short __n) __ostream_type & operator<< - a02576.html + a02597.html a2b5b079df15919cebcfc5ff9b54135cd (unsigned short __n) __ostream_type & operator<< - a02576.html + a02597.html a90608b96fbe83830a71760b741ae3159 (int __n) __ostream_type & operator<< - a02576.html + a02597.html a8542f053d889b3ab9ed7c04675cc1c20 (unsigned int __n) __ostream_type & operator<< - a02576.html + a02597.html a80972d7d1092482b04c0f03ffdab4da3 (long long __n) __ostream_type & operator<< - a02576.html + a02597.html a0e819fe2a2afdfc76f4c3bd0c3b0dfea (unsigned long long __n) __ostream_type & operator<< - a02576.html + a02597.html a88dff73954faa7d6515aefaa7557b5cd (double __f) __ostream_type & operator<< - a02576.html + a02597.html a4af9ee104ee5f19064dce282a9b4bf24 (float __f) __ostream_type & operator<< - a02576.html + a02597.html a8a099fe4d893ccbd86e6dc96a44e3135 (long double __f) __ostream_type & put - a02576.html + a02597.html a87ff182527b274a91c89fcb07ee697fc (char_type __c) - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) - - __ostream_type & write - a02576.html + a02597.html a0c642eb4a583616126b1f45cab2c2f0f (const char_type *__s, streamsize __n) - basic_istream< char > - a02572.html - basic_ios< char, _Traits > + basic_iostream< char > + a02601.html + std::basic_istream + std::basic_ostream event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a - num_put< char, ostreambuf_iterator< char, _Traits > > + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 - basic_istream - a02572.html - aafe5687995bf38a165786a7ec224ee7f - (__streambuf_type *__sb) + basic_iostream + a02601.html + ab1cea733f7a42667a83144a06857450b + (basic_streambuf< char, _Traits > *__sb) virtual - ~basic_istream - a02572.html - a7556d385b49d449f67b8a0cd795977ff + ~basic_iostream + a02601.html + ae6395051f05575ecd1f386e0eb46fff7 () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const bool bad - a02564.html + a02585.html ad79b64356f78198654c36480f670738c () const void clear - a02564.html + a02585.html a07a10e07246ef2a68c0c3f08d94c7607 (iostate __state=goodbit) basic_ios & copyfmt - a02564.html + a02585.html a57af447fc663746ea14bea76e80f5990 (const basic_ios &__rhs) bool eof - a02564.html + a02585.html a0a9f086f16995b35aad9db9d3adf843f () const iostate exceptions - a02564.html + a02585.html a2af07612846b93cd56e19d56ad9ee7c5 () const void exceptions - a02564.html + a02585.html aecd6ac5df7374c8b775a2912c4a014e9 (iostate __except) bool fail - a02564.html + a02585.html a9ce7a228245eefeceacc05fe6feff2e0 () const char_type fill - a02564.html + a02585.html a8b6a8fc0ddc82328520534e9e99de88e () const char_type fill - a02564.html + a02585.html a5b7921d8ecf89d75e188e9ed972af448 (char_type __ch) fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + streamsize gcount - a02572.html + a02593.html a14cc48ec617f1c1a65d8532e7807882c () const basic_istream< char > & getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed (char_type *__s, streamsize __n, char_type __delim) locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const bool good - a02564.html + a02585.html a89bf36df306bb4682f9b74694619b2cf () const locale imbue - a02564.html + a02585.html a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) char narrow - a02564.html + a02585.html a93e7a241510c19eb66c276379e493a20 (char_type __c, char __dfault) const - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) __istream_type & operator>> - a02572.html + a02593.html a3e27102f9fe4c77782e581f359a6a118 (__streambuf_type *__sb) + __istream_type & + operator>> + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a21f92cbfd296f81694cdaef956d0bd6d () const - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) iostate rdstate - a02564.html + a02585.html a5f082a6a02ca25407fa6806bbd84e887 () const void register_callback - a04932.html + a05825.html a54948c4f38526937d510af5670ae368a (event_callback __fn, int __index) + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + fmtflags setf - a04932.html + a05825.html a007b2f6648ba857d6ae3e68f936ca10a (fmtflags __fmtfl) fmtflags setf - a04932.html + a05825.html a87fd48e3d7a0515d3958eb9d9fbba45d (fmtflags __fmtfl, fmtflags __mask) void setstate - a02564.html + a02585.html a2da7d3305cba0695b1d1bec916ae64b0 (iostate __state) - basic_ostream< char, _Traits > * + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html a191fdfa0d70cd77c7e396a6411d1febc () const - basic_ostream< char, _Traits > * + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< char, _Traits > *__tiestr) + (basic_ostream< _CharT, _Traits > *__tiestr) void unsetf - a04932.html + a05825.html a47987a5f3b706621119af2544a4d68d6 (fmtflags __mask) char_type widen - a02564.html + a02585.html a8b4b27c391cfd8af35923ef8e6b918d1 (char __c) const streamsize width - a04932.html + a05825.html aaa842e4e56ec6001f6a6c9a75c601133 () const streamsize width - a04932.html + a05825.html ac29b397e77e4fb2c7299627f4a8e6415 (streamsize __wide) __istream_type & operator>> - a02572.html + a02593.html afbcef374ef55284de359fe5b920c20c3 (__istream_type &(*__pf)(__istream_type &)) __istream_type & operator>> - a02572.html + a02593.html a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) __istream_type & operator>> - a02572.html + a02593.html aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) __istream_type & operator>> - a02572.html + a02593.html ae323c8017fbcd54117924b4789569b5a (bool &__n) __istream_type & operator>> - a02572.html + a02593.html af542ed27230ea0bbc6960a0f9556004f (short &__n) __istream_type & operator>> - a02572.html + a02593.html affcef40a87f4c392930dd81dfda3798f (unsigned short &__n) __istream_type & operator>> - a02572.html + a02593.html a4c595f9f70643cfe25b5abeb862c8443 (int &__n) __istream_type & operator>> - a02572.html + a02593.html aba91dd572021d240f2385b2eb0c73a07 (unsigned int &__n) __istream_type & operator>> - a02572.html + a02593.html a4a94cc0cfdd17d93c58228b5141904a6 (long &__n) __istream_type & operator>> - a02572.html + a02593.html a6a9a2eb43ef2fe89646033454347aa19 (unsigned long &__n) __istream_type & operator>> - a02572.html + a02593.html a78af82a5a9196d27ddee3be0d99354c6 (long long &__n) __istream_type & operator>> - a02572.html + a02593.html a884f57a96ba4bda2be39e30ec516793a (unsigned long long &__n) __istream_type & operator>> - a02572.html + a02593.html aadf4b5059f8e6a0d601ab5c2fb8bc150 (float &__f) __istream_type & operator>> - a02572.html + a02593.html afbeb775011b09fa4f51d18dc84ffe497 (double &__f) __istream_type & operator>> - a02572.html + a02593.html a2b4d9b107c966dc9ed975ba9cc157783 (long double &__f) int_type get - a02572.html + a02593.html a1e1c60e229c221a4f31a83b75a1eeef8 () __istream_type & get - a02572.html + a02593.html a6e84e5535a7f7ab23a9e0c7cb801e718 (char_type &__c) __istream_type & get - a02572.html + a02593.html ad68f400e3dfbd99d07ebf5fdef8c72e6 (char_type *__s, streamsize __n, char_type __delim) __istream_type & get - a02572.html + a02593.html a3844f79355cdc724af9e33fcd9f141f2 (char_type *__s, streamsize __n) __istream_type & get - a02572.html + a02593.html a2d64559fbd05fe2bc76f70c210c13427 (__streambuf_type &__sb, char_type __delim) __istream_type & get - a02572.html + a02593.html a5b971a9237bcd7ed0885083c0eb8ed7a (__streambuf_type &__sb) __istream_type & getline - a02572.html + a02593.html ad2ddee6cd20ebffc86db5ae8c4953075 (char_type *__s, streamsize __n, char_type __delim) __istream_type & getline - a02572.html + a02593.html a4b90accfeac1200f276233a58dd46c46 (char_type *__s, streamsize __n) __istream_type & ignore - a02572.html + a02593.html a38f9c60abe3468fe50c0812a5b635b94 (streamsize __n, int_type __delim) __istream_type & ignore - a02572.html + a02593.html afbdc1d7d62a2d431ada8a761035b2d42 (streamsize __n) __istream_type & ignore - a02572.html + a02593.html a64f338d738e8de460fa4a2be744cff8f () int_type peek - a02572.html + a02593.html a2f0e75e1691608c66f634191e54ec4d9 () __istream_type & read - a02572.html + a02593.html a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) streamsize readsome - a02572.html + a02593.html a1fab30041eadb65949ee4644e4db565d (char_type *__s, streamsize __n) __istream_type & putback - a02572.html + a02593.html aaac4e520f0841cce4c36bd614fa6043e (char_type __c) __istream_type & unget - a02572.html + a02593.html a43227bf6cbcb63ecd9e34a82822ffb75 () int sync - a02572.html + a02593.html af3f3c68797d19724d8add89b15a08908 () pos_type tellg - a02572.html + a02593.html a46cc2065d192a9689f39d298a9573341 () __istream_type & seekg - a02572.html + a02593.html a06aeddb9416bfb47fe49ef00c8980eed (pos_type) __istream_type & seekg - a02572.html + a02593.html abb1d9cd4a2753ba8571d438b78037353 (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - - static const fmtflags + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags basefield - a04932.html + a05825.html a1c78bab2448707823dbb382c1f9d872a static const seekdir beg - a04932.html + a05825.html a214f784b4a9d7ce92eb23ed99e44aecf static const openmode binary - a04932.html + a05825.html a88a28f18badafdd8e605841b8b7042d5 static const fmtflags boolalpha - a04932.html + a05825.html a7643f003a532a377d00ebe8bd288985f static const seekdir cur - a04932.html + a05825.html a1965600e26ca83d186504a4fd337cb9e static const fmtflags dec - a04932.html + a05825.html a3b38d2c92a8191a8f6d4994c663d408e static const seekdir end - a04932.html + a05825.html a505c3780386ccd5ca9679f7264db97f9 static const iostate eofbit - a04932.html + a05825.html a806f6f377e4fb4525d19e6d24df3cd62 static const iostate failbit - a04932.html + a05825.html aec074f3d22b7cf5e70d1e91cb9f9d5c4 static const fmtflags fixed - a04932.html + a05825.html ab68a9e528eb897d85741f7a21adf4368 static const fmtflags floatfield - a04932.html + a05825.html a82663733691c649e8138a0fa959cb8c4 static const iostate goodbit - a04932.html + a05825.html a9af3b6f8ace7d893e1a0853d8fb29778 static const fmtflags hex - a04932.html + a05825.html a0dec2040942a5b127ce98be81486466f static const openmode in - a04932.html + a05825.html a652e2323949eea3d906e1c81bd8ce8f7 static const fmtflags internal - a04932.html + a05825.html a6e38abfae36f1fce1d01ec47487ba226 static const fmtflags left - a04932.html + a05825.html ac3795cde4efbdf63b27ea978f1a2755d static const fmtflags oct - a04932.html + a05825.html ab9d72ba493c0a12da9e6669c32af98ed static const openmode out - a04932.html + a05825.html a7187e216e5d16ec820ea1791002f85e0 static const fmtflags right - a04932.html + a05825.html a13753798f5c9da6f9372429c53039767 static const fmtflags scientific - a04932.html + a05825.html af4966eeb93a789a84f9acd92375d8483 static const fmtflags showbase - a04932.html + a05825.html a69acbf246475f065d6648303e452fd4d static const fmtflags showpoint - a04932.html + a05825.html a4c79db16d6509208744e2b698a2d107f static const fmtflags showpos - a04932.html + a05825.html acf2cdf1f2ebd7914d39e25c1f071bbc4 static const fmtflags skipws - a04932.html + a05825.html a0092524de17db6438bc3bdcb914ac62b static const openmode trunc - a04932.html + a05825.html ae6831a611ce41b51a873c55b30d8534d static const fmtflags unitbuf - a04932.html + a05825.html aa2d184ca6fce44ac8ececba1b0c70dc5 static const fmtflags uppercase - a04932.html + a05825.html a1be02544c10366da9fd9183a905d4910 void init - a02564.html + a02585.html a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) streamsize _M_gcount - a02572.html + a02593.html a561684f2822987bda56c7e8817f91892 - num_put< char, ostreambuf_iterator< char, _Traits > > + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 __istream_type & operator>> - a02572.html + a02593.html afbcef374ef55284de359fe5b920c20c3 (__istream_type &(*__pf)(__istream_type &)) __istream_type & operator>> - a02572.html + a02593.html a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) __istream_type & operator>> - a02572.html + a02593.html aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) __istream_type & operator>> - a02572.html + a02593.html ae323c8017fbcd54117924b4789569b5a (bool &__n) __istream_type & operator>> - a02572.html + a02593.html af542ed27230ea0bbc6960a0f9556004f (short &__n) __istream_type & operator>> - a02572.html + a02593.html affcef40a87f4c392930dd81dfda3798f (unsigned short &__n) __istream_type & operator>> - a02572.html + a02593.html a4c595f9f70643cfe25b5abeb862c8443 (int &__n) __istream_type & operator>> - a02572.html + a02593.html aba91dd572021d240f2385b2eb0c73a07 (unsigned int &__n) __istream_type & operator>> - a02572.html + a02593.html a4a94cc0cfdd17d93c58228b5141904a6 (long &__n) __istream_type & operator>> - a02572.html + a02593.html a6a9a2eb43ef2fe89646033454347aa19 (unsigned long &__n) __istream_type & operator>> - a02572.html + a02593.html a78af82a5a9196d27ddee3be0d99354c6 (long long &__n) __istream_type & operator>> - a02572.html + a02593.html a884f57a96ba4bda2be39e30ec516793a (unsigned long long &__n) __istream_type & operator>> - a02572.html + a02593.html aadf4b5059f8e6a0d601ab5c2fb8bc150 (float &__f) __istream_type & operator>> - a02572.html + a02593.html afbeb775011b09fa4f51d18dc84ffe497 (double &__f) __istream_type & operator>> - a02572.html + a02593.html a2b4d9b107c966dc9ed975ba9cc157783 (long double &__f) int_type get - a02572.html + a02593.html a1e1c60e229c221a4f31a83b75a1eeef8 () __istream_type & get - a02572.html + a02593.html a6e84e5535a7f7ab23a9e0c7cb801e718 (char_type &__c) __istream_type & get - a02572.html + a02593.html ad68f400e3dfbd99d07ebf5fdef8c72e6 (char_type *__s, streamsize __n, char_type __delim) __istream_type & get - a02572.html + a02593.html a3844f79355cdc724af9e33fcd9f141f2 (char_type *__s, streamsize __n) __istream_type & get - a02572.html + a02593.html a2d64559fbd05fe2bc76f70c210c13427 (__streambuf_type &__sb, char_type __delim) __istream_type & get - a02572.html + a02593.html a5b971a9237bcd7ed0885083c0eb8ed7a (__streambuf_type &__sb) __istream_type & getline - a02572.html + a02593.html ad2ddee6cd20ebffc86db5ae8c4953075 (char_type *__s, streamsize __n, char_type __delim) __istream_type & getline - a02572.html + a02593.html a4b90accfeac1200f276233a58dd46c46 (char_type *__s, streamsize __n) __istream_type & ignore - a02572.html + a02593.html a38f9c60abe3468fe50c0812a5b635b94 (streamsize __n, int_type __delim) __istream_type & ignore - a02572.html + a02593.html afbdc1d7d62a2d431ada8a761035b2d42 (streamsize __n) __istream_type & ignore - a02572.html + a02593.html a64f338d738e8de460fa4a2be744cff8f () int_type peek - a02572.html + a02593.html a2f0e75e1691608c66f634191e54ec4d9 () __istream_type & read - a02572.html + a02593.html a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) streamsize readsome - a02572.html + a02593.html a1fab30041eadb65949ee4644e4db565d (char_type *__s, streamsize __n) __istream_type & putback - a02572.html + a02593.html aaac4e520f0841cce4c36bd614fa6043e (char_type __c) __istream_type & unget - a02572.html + a02593.html a43227bf6cbcb63ecd9e34a82822ffb75 () int sync - a02572.html + a02593.html af3f3c68797d19724d8add89b15a08908 () pos_type tellg - a02572.html + a02593.html a46cc2065d192a9689f39d298a9573341 () __istream_type & seekg - a02572.html + a02593.html a06aeddb9416bfb47fe49ef00c8980eed (pos_type) __istream_type & seekg - a02572.html + a02593.html abb1d9cd4a2753ba8571d438b78037353 (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + - basic_istream< char, _Traits > - a02572.html - basic_ios< char, _Traits > + std::basic_istream + a02593.html + + + std::basic_ios + std::basic_istream::sentry event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a - num_put< char, ostreambuf_iterator< char, _Traits > > + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 basic_istream - a02572.html + a02593.html aafe5687995bf38a165786a7ec224ee7f (__streambuf_type *__sb) virtual ~basic_istream - a02572.html + a02593.html a7556d385b49d449f67b8a0cd795977ff () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const bool bad - a02564.html + a02585.html ad79b64356f78198654c36480f670738c () const void clear - a02564.html + a02585.html a07a10e07246ef2a68c0c3f08d94c7607 (iostate __state=goodbit) basic_ios & copyfmt - a02564.html + a02585.html a57af447fc663746ea14bea76e80f5990 (const basic_ios &__rhs) bool eof - a02564.html + a02585.html a0a9f086f16995b35aad9db9d3adf843f () const iostate exceptions - a02564.html + a02585.html a2af07612846b93cd56e19d56ad9ee7c5 () const void exceptions - a02564.html + a02585.html aecd6ac5df7374c8b775a2912c4a014e9 (iostate __except) bool fail - a02564.html + a02585.html a9ce7a228245eefeceacc05fe6feff2e0 () const char_type fill - a02564.html + a02585.html a8b6a8fc0ddc82328520534e9e99de88e () const char_type fill - a02564.html + a02585.html a5b7921d8ecf89d75e188e9ed972af448 (char_type __ch) fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) streamsize gcount - a02572.html + a02593.html a14cc48ec617f1c1a65d8532e7807882c () const basic_istream< char > & getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed (char_type *__s, streamsize __n, char_type __delim) locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const bool good - a02564.html + a02585.html a89bf36df306bb4682f9b74694619b2cf () const locale imbue - a02564.html + a02585.html a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) char narrow - a02564.html + a02585.html a93e7a241510c19eb66c276379e493a20 (char_type __c, char __dfault) const __istream_type & operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) __istream_type & operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a21f92cbfd296f81694cdaef956d0bd6d () const - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) iostate rdstate - a02564.html + a02585.html a5f082a6a02ca25407fa6806bbd84e887 () const void register_callback - a04932.html + a05825.html a54948c4f38526937d510af5670ae368a (event_callback __fn, int __index) fmtflags setf - a04932.html + a05825.html a007b2f6648ba857d6ae3e68f936ca10a (fmtflags __fmtfl) fmtflags setf - a04932.html + a05825.html a87fd48e3d7a0515d3958eb9d9fbba45d (fmtflags __fmtfl, fmtflags __mask) void setstate - a02564.html + a02585.html a2da7d3305cba0695b1d1bec916ae64b0 (iostate __state) - basic_ostream< char, _Traits > * + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html a191fdfa0d70cd77c7e396a6411d1febc () const - basic_ostream< char, _Traits > * + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< char, _Traits > *__tiestr) + (basic_ostream< _CharT, _Traits > *__tiestr) void unsetf - a04932.html + a05825.html a47987a5f3b706621119af2544a4d68d6 (fmtflags __mask) char_type widen - a02564.html + a02585.html a8b4b27c391cfd8af35923ef8e6b918d1 (char __c) const streamsize width - a04932.html + a05825.html aaa842e4e56ec6001f6a6c9a75c601133 () const streamsize width - a04932.html + a05825.html ac29b397e77e4fb2c7299627f4a8e6415 (streamsize __wide) __istream_type & operator>> - a02572.html + a02593.html afbcef374ef55284de359fe5b920c20c3 (__istream_type &(*__pf)(__istream_type &)) __istream_type & operator>> - a02572.html + a02593.html a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) __istream_type & operator>> - a02572.html + a02593.html aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) __istream_type & operator>> - a02572.html + a02593.html ae323c8017fbcd54117924b4789569b5a (bool &__n) __istream_type & operator>> - a02572.html + a02593.html af542ed27230ea0bbc6960a0f9556004f (short &__n) __istream_type & operator>> - a02572.html + a02593.html affcef40a87f4c392930dd81dfda3798f (unsigned short &__n) __istream_type & operator>> - a02572.html + a02593.html a4c595f9f70643cfe25b5abeb862c8443 (int &__n) __istream_type & operator>> - a02572.html + a02593.html aba91dd572021d240f2385b2eb0c73a07 (unsigned int &__n) __istream_type & operator>> - a02572.html + a02593.html a4a94cc0cfdd17d93c58228b5141904a6 (long &__n) __istream_type & operator>> - a02572.html + a02593.html a6a9a2eb43ef2fe89646033454347aa19 (unsigned long &__n) __istream_type & operator>> - a02572.html + a02593.html a78af82a5a9196d27ddee3be0d99354c6 (long long &__n) __istream_type & operator>> - a02572.html + a02593.html a884f57a96ba4bda2be39e30ec516793a (unsigned long long &__n) __istream_type & operator>> - a02572.html + a02593.html aadf4b5059f8e6a0d601ab5c2fb8bc150 (float &__f) __istream_type & operator>> - a02572.html + a02593.html afbeb775011b09fa4f51d18dc84ffe497 (double &__f) __istream_type & operator>> - a02572.html + a02593.html a2b4d9b107c966dc9ed975ba9cc157783 (long double &__f) int_type get - a02572.html + a02593.html a1e1c60e229c221a4f31a83b75a1eeef8 () __istream_type & get - a02572.html + a02593.html a6e84e5535a7f7ab23a9e0c7cb801e718 (char_type &__c) __istream_type & get - a02572.html + a02593.html ad68f400e3dfbd99d07ebf5fdef8c72e6 (char_type *__s, streamsize __n, char_type __delim) __istream_type & get - a02572.html + a02593.html a3844f79355cdc724af9e33fcd9f141f2 (char_type *__s, streamsize __n) __istream_type & get - a02572.html + a02593.html a2d64559fbd05fe2bc76f70c210c13427 (__streambuf_type &__sb, char_type __delim) __istream_type & get - a02572.html + a02593.html a5b971a9237bcd7ed0885083c0eb8ed7a (__streambuf_type &__sb) __istream_type & getline - a02572.html + a02593.html ad2ddee6cd20ebffc86db5ae8c4953075 (char_type *__s, streamsize __n, char_type __delim) __istream_type & getline - a02572.html + a02593.html a4b90accfeac1200f276233a58dd46c46 (char_type *__s, streamsize __n) __istream_type & ignore - a02572.html + a02593.html a38f9c60abe3468fe50c0812a5b635b94 (streamsize __n, int_type __delim) __istream_type & ignore - a02572.html + a02593.html afbdc1d7d62a2d431ada8a761035b2d42 (streamsize __n) __istream_type & ignore - a02572.html + a02593.html a64f338d738e8de460fa4a2be744cff8f () int_type peek - a02572.html + a02593.html a2f0e75e1691608c66f634191e54ec4d9 () __istream_type & read - a02572.html + a02593.html a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) streamsize readsome - a02572.html + a02593.html a1fab30041eadb65949ee4644e4db565d (char_type *__s, streamsize __n) __istream_type & putback - a02572.html + a02593.html aaac4e520f0841cce4c36bd614fa6043e (char_type __c) __istream_type & unget - a02572.html + a02593.html a43227bf6cbcb63ecd9e34a82822ffb75 () int sync - a02572.html + a02593.html af3f3c68797d19724d8add89b15a08908 () pos_type tellg - a02572.html + a02593.html a46cc2065d192a9689f39d298a9573341 () __istream_type & seekg - a02572.html + a02593.html a06aeddb9416bfb47fe49ef00c8980eed (pos_type) __istream_type & seekg - a02572.html + a02593.html abb1d9cd4a2753ba8571d438b78037353 (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const static bool sync_with_stdio - a04932.html + a05825.html aade35b0cc25dc04d3b9b598182ec72b5 (bool __sync=true) static int xalloc - a04932.html + a05825.html a3faeb4739cfe621262ceef0aad98f0ea () static const fmtflags adjustfield - a04932.html + a05825.html afb35e86e0979426d5271e7da619e564b static const openmode app - a04932.html + a05825.html abc6732e5a0d9dc40b79e2fe6e32e7b09 static const openmode ate - a04932.html + a05825.html ad22225874e26210dfe11263279587e75 static const iostate badbit - a04932.html + a05825.html aa3cd1e1667eb566ad6e23a67117eef8b static const fmtflags basefield - a04932.html + a05825.html a1c78bab2448707823dbb382c1f9d872a static const seekdir beg - a04932.html + a05825.html a214f784b4a9d7ce92eb23ed99e44aecf static const openmode binary - a04932.html + a05825.html a88a28f18badafdd8e605841b8b7042d5 static const fmtflags boolalpha - a04932.html + a05825.html a7643f003a532a377d00ebe8bd288985f static const seekdir cur - a04932.html + a05825.html a1965600e26ca83d186504a4fd337cb9e static const fmtflags dec - a04932.html + a05825.html a3b38d2c92a8191a8f6d4994c663d408e static const seekdir end - a04932.html + a05825.html a505c3780386ccd5ca9679f7264db97f9 static const iostate eofbit - a04932.html + a05825.html a806f6f377e4fb4525d19e6d24df3cd62 static const iostate failbit - a04932.html + a05825.html aec074f3d22b7cf5e70d1e91cb9f9d5c4 static const fmtflags fixed - a04932.html + a05825.html ab68a9e528eb897d85741f7a21adf4368 static const fmtflags floatfield - a04932.html + a05825.html a82663733691c649e8138a0fa959cb8c4 static const iostate goodbit - a04932.html + a05825.html a9af3b6f8ace7d893e1a0853d8fb29778 static const fmtflags hex - a04932.html + a05825.html a0dec2040942a5b127ce98be81486466f static const openmode in - a04932.html + a05825.html a652e2323949eea3d906e1c81bd8ce8f7 static const fmtflags internal - a04932.html + a05825.html a6e38abfae36f1fce1d01ec47487ba226 static const fmtflags left - a04932.html + a05825.html ac3795cde4efbdf63b27ea978f1a2755d static const fmtflags oct - a04932.html + a05825.html ab9d72ba493c0a12da9e6669c32af98ed static const openmode out - a04932.html + a05825.html a7187e216e5d16ec820ea1791002f85e0 static const fmtflags right - a04932.html + a05825.html a13753798f5c9da6f9372429c53039767 static const fmtflags scientific - a04932.html + a05825.html af4966eeb93a789a84f9acd92375d8483 static const fmtflags showbase - a04932.html + a05825.html a69acbf246475f065d6648303e452fd4d static const fmtflags showpoint - a04932.html + a05825.html a4c79db16d6509208744e2b698a2d107f static const fmtflags showpos - a04932.html + a05825.html acf2cdf1f2ebd7914d39e25c1f071bbc4 static const fmtflags skipws - a04932.html + a05825.html a0092524de17db6438bc3bdcb914ac62b static const openmode trunc - a04932.html + a05825.html ae6831a611ce41b51a873c55b30d8534d static const fmtflags unitbuf - a04932.html + a05825.html aa2d184ca6fce44ac8ececba1b0c70dc5 static const fmtflags uppercase - a04932.html + a05825.html a1be02544c10366da9fd9183a905d4910 void init - a02564.html + a02585.html a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) streamsize _M_gcount - a02572.html + a02593.html a561684f2822987bda56c7e8817f91892 - num_put< char, ostreambuf_iterator< char, _Traits > > + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > __num_put_type - a02564.html + a02585.html acf5b180196f3fbcfd8ef2066fdb91f77 __istream_type & operator>> - a02572.html + a02593.html afbcef374ef55284de359fe5b920c20c3 (__istream_type &(*__pf)(__istream_type &)) __istream_type & operator>> - a02572.html + a02593.html a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) __istream_type & operator>> - a02572.html + a02593.html aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) __istream_type & operator>> - a02572.html + a02593.html ae323c8017fbcd54117924b4789569b5a (bool &__n) __istream_type & operator>> - a02572.html + a02593.html af542ed27230ea0bbc6960a0f9556004f (short &__n) __istream_type & operator>> - a02572.html + a02593.html affcef40a87f4c392930dd81dfda3798f (unsigned short &__n) __istream_type & operator>> - a02572.html + a02593.html a4c595f9f70643cfe25b5abeb862c8443 (int &__n) __istream_type & operator>> - a02572.html + a02593.html aba91dd572021d240f2385b2eb0c73a07 (unsigned int &__n) __istream_type & operator>> - a02572.html + a02593.html a4a94cc0cfdd17d93c58228b5141904a6 (long &__n) __istream_type & operator>> - a02572.html + a02593.html a6a9a2eb43ef2fe89646033454347aa19 (unsigned long &__n) __istream_type & operator>> - a02572.html + a02593.html a78af82a5a9196d27ddee3be0d99354c6 (long long &__n) __istream_type & operator>> - a02572.html + a02593.html a884f57a96ba4bda2be39e30ec516793a (unsigned long long &__n) __istream_type & operator>> - a02572.html + a02593.html aadf4b5059f8e6a0d601ab5c2fb8bc150 (float &__f) __istream_type & operator>> - a02572.html + a02593.html afbeb775011b09fa4f51d18dc84ffe497 (double &__f) __istream_type & operator>> - a02572.html + a02593.html a2b4d9b107c966dc9ed975ba9cc157783 (long double &__f) int_type get - a02572.html + a02593.html a1e1c60e229c221a4f31a83b75a1eeef8 () __istream_type & get - a02572.html + a02593.html a6e84e5535a7f7ab23a9e0c7cb801e718 (char_type &__c) __istream_type & get - a02572.html + a02593.html ad68f400e3dfbd99d07ebf5fdef8c72e6 (char_type *__s, streamsize __n, char_type __delim) __istream_type & get - a02572.html + a02593.html a3844f79355cdc724af9e33fcd9f141f2 (char_type *__s, streamsize __n) __istream_type & get - a02572.html + a02593.html a2d64559fbd05fe2bc76f70c210c13427 (__streambuf_type &__sb, char_type __delim) __istream_type & get - a02572.html + a02593.html a5b971a9237bcd7ed0885083c0eb8ed7a (__streambuf_type &__sb) __istream_type & getline - a02572.html + a02593.html ad2ddee6cd20ebffc86db5ae8c4953075 (char_type *__s, streamsize __n, char_type __delim) __istream_type & getline - a02572.html + a02593.html a4b90accfeac1200f276233a58dd46c46 (char_type *__s, streamsize __n) __istream_type & ignore - a02572.html + a02593.html a38f9c60abe3468fe50c0812a5b635b94 (streamsize __n, int_type __delim) __istream_type & ignore - a02572.html + a02593.html afbdc1d7d62a2d431ada8a761035b2d42 (streamsize __n) __istream_type & ignore - a02572.html + a02593.html a64f338d738e8de460fa4a2be744cff8f () int_type peek - a02572.html + a02593.html a2f0e75e1691608c66f634191e54ec4d9 () __istream_type & read - a02572.html + a02593.html a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) streamsize readsome - a02572.html + a02593.html a1fab30041eadb65949ee4644e4db565d (char_type *__s, streamsize __n) __istream_type & putback - a02572.html + a02593.html aaac4e520f0841cce4c36bd614fa6043e (char_type __c) __istream_type & unget - a02572.html + a02593.html a43227bf6cbcb63ecd9e34a82822ffb75 () int sync - a02572.html + a02593.html af3f3c68797d19724d8add89b15a08908 () pos_type tellg - a02572.html + a02593.html a46cc2065d192a9689f39d298a9573341 () __istream_type & seekg - a02572.html + a02593.html a06aeddb9416bfb47fe49ef00c8980eed (pos_type) __istream_type & seekg - a02572.html + a02593.html abb1d9cd4a2753ba8571d438b78037353 (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const - basic_ostream< char > - a02576.html + basic_istream< char > + a02593.html basic_ios< char, _Traits > event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a - num_get< char, istreambuf_iterator< char, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 - basic_ostream - a02576.html - aaaa8cf0608e2281e120d7b64271744b5 + basic_istream + a02593.html + aafe5687995bf38a165786a7ec224ee7f (__streambuf_type *__sb) virtual - ~basic_ostream - a02576.html - ad0fdba5e18d027224bddb8603ead7443 + ~basic_istream + a02593.html + a7556d385b49d449f67b8a0cd795977ff () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const bool bad - a02564.html + a02585.html ad79b64356f78198654c36480f670738c () const void clear - a02564.html + a02585.html a07a10e07246ef2a68c0c3f08d94c7607 (iostate __state=goodbit) basic_ios & copyfmt - a02564.html + a02585.html a57af447fc663746ea14bea76e80f5990 (const basic_ios &__rhs) bool eof - a02564.html + a02585.html a0a9f086f16995b35aad9db9d3adf843f () const iostate exceptions - a02564.html + a02585.html a2af07612846b93cd56e19d56ad9ee7c5 () const void exceptions - a02564.html + a02585.html aecd6ac5df7374c8b775a2912c4a014e9 (iostate __except) bool fail - a02564.html + a02585.html a9ce7a228245eefeceacc05fe6feff2e0 () const char_type fill - a02564.html + a02585.html a8b6a8fc0ddc82328520534e9e99de88e () const char_type fill - a02564.html + a02585.html a5b7921d8ecf89d75e188e9ed972af448 (char_type __ch) fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 - () + streamsize + gcount + a02593.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed + (char_type *__s, streamsize __n, char_type __delim) locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const bool good - a02564.html + a02585.html a89bf36df306bb4682f9b74694619b2cf () const locale imbue - a02564.html + a02585.html a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) char narrow - a02564.html + a02585.html a93e7a241510c19eb66c276379e493a20 (char_type __c, char __dfault) const - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + __istream_type & + operator>> + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + __istream_type & + operator>> + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) basic_streambuf< char, _Traits > * rdbuf - a02564.html + a02585.html a21f92cbfd296f81694cdaef956d0bd6d () const basic_streambuf< char, _Traits > * rdbuf - a02564.html + a02585.html a163ac287eb3cec7bb62ed893be51658b (basic_streambuf< char, _Traits > *__sb) iostate rdstate - a02564.html + a02585.html a5f082a6a02ca25407fa6806bbd84e887 () const void register_callback - a04932.html + a05825.html a54948c4f38526937d510af5670ae368a (event_callback __fn, int __index) - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) - - - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) - - fmtflags setf - a04932.html + a05825.html a007b2f6648ba857d6ae3e68f936ca10a (fmtflags __fmtfl) fmtflags setf - a04932.html + a05825.html a87fd48e3d7a0515d3958eb9d9fbba45d (fmtflags __fmtfl, fmtflags __mask) void setstate - a02564.html + a02585.html a2da7d3305cba0695b1d1bec916ae64b0 (iostate __state) - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () - - basic_ostream< char, _Traits > * tie - a02564.html + a02585.html a191fdfa0d70cd77c7e396a6411d1febc () const basic_ostream< char, _Traits > * tie - a02564.html + a02585.html acb357e8950676669b63b8fc42d18bd57 (basic_ostream< char, _Traits > *__tiestr) void unsetf - a04932.html + a05825.html a47987a5f3b706621119af2544a4d68d6 (fmtflags __mask) char_type widen - a02564.html + a02585.html a8b4b27c391cfd8af35923ef8e6b918d1 (char __c) const streamsize width - a04932.html + a05825.html aaa842e4e56ec6001f6a6c9a75c601133 () const streamsize width - a04932.html + a05825.html ac29b397e77e4fb2c7299627f4a8e6415 (streamsize __wide) - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const - - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) - + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + + + static const iostate badbit - a04932.html + a05825.html aa3cd1e1667eb566ad6e23a67117eef8b static const fmtflags basefield - a04932.html + a05825.html a1c78bab2448707823dbb382c1f9d872a static const seekdir beg - a04932.html + a05825.html a214f784b4a9d7ce92eb23ed99e44aecf static const openmode binary - a04932.html + a05825.html a88a28f18badafdd8e605841b8b7042d5 static const fmtflags boolalpha - a04932.html + a05825.html a7643f003a532a377d00ebe8bd288985f static const seekdir cur - a04932.html + a05825.html a1965600e26ca83d186504a4fd337cb9e static const fmtflags dec - a04932.html + a05825.html a3b38d2c92a8191a8f6d4994c663d408e static const seekdir end - a04932.html + a05825.html a505c3780386ccd5ca9679f7264db97f9 static const iostate eofbit - a04932.html + a05825.html a806f6f377e4fb4525d19e6d24df3cd62 static const iostate failbit - a04932.html + a05825.html aec074f3d22b7cf5e70d1e91cb9f9d5c4 static const fmtflags fixed - a04932.html + a05825.html ab68a9e528eb897d85741f7a21adf4368 static const fmtflags floatfield - a04932.html + a05825.html a82663733691c649e8138a0fa959cb8c4 static const iostate goodbit - a04932.html + a05825.html a9af3b6f8ace7d893e1a0853d8fb29778 static const fmtflags hex - a04932.html + a05825.html a0dec2040942a5b127ce98be81486466f static const openmode in - a04932.html + a05825.html a652e2323949eea3d906e1c81bd8ce8f7 static const fmtflags internal - a04932.html + a05825.html a6e38abfae36f1fce1d01ec47487ba226 static const fmtflags left - a04932.html + a05825.html ac3795cde4efbdf63b27ea978f1a2755d static const fmtflags oct - a04932.html + a05825.html ab9d72ba493c0a12da9e6669c32af98ed static const openmode out - a04932.html + a05825.html a7187e216e5d16ec820ea1791002f85e0 static const fmtflags right - a04932.html + a05825.html a13753798f5c9da6f9372429c53039767 static const fmtflags scientific - a04932.html + a05825.html af4966eeb93a789a84f9acd92375d8483 static const fmtflags showbase - a04932.html + a05825.html a69acbf246475f065d6648303e452fd4d static const fmtflags showpoint - a04932.html + a05825.html a4c79db16d6509208744e2b698a2d107f static const fmtflags showpos - a04932.html + a05825.html acf2cdf1f2ebd7914d39e25c1f071bbc4 static const fmtflags skipws - a04932.html + a05825.html a0092524de17db6438bc3bdcb914ac62b static const openmode trunc - a04932.html + a05825.html ae6831a611ce41b51a873c55b30d8534d static const fmtflags unitbuf - a04932.html + a05825.html aa2d184ca6fce44ac8ececba1b0c70dc5 static const fmtflags uppercase - a04932.html + a05825.html a1be02544c10366da9fd9183a905d4910 void init - a02564.html + a02585.html a62a4b454cbedd686b89e48fa9d6160c4 (basic_streambuf< char, _Traits > *__sb) + + streamsize + _M_gcount + a02593.html + a561684f2822987bda56c7e8817f91892 + + - num_get< char, istreambuf_iterator< char, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e (char_type __c) - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const - basic_ostream< char, _Traits > - a02576.html - basic_ios< char, _Traits > + std::basic_istringstream + a02609.html + + + + std::basic_istream event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a - num_get< char, istreambuf_iterator< char, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 - basic_ostream - a02576.html - aaaa8cf0608e2281e120d7b64271744b5 - (__streambuf_type *__sb) + basic_istringstream + a02609.html + acc26a7486412abc355fb8577455a0468 + () - - virtual - ~basic_ostream - a02576.html - ad0fdba5e18d027224bddb8603ead7443 + + + basic_istringstream + a02609.html + a88077d8802d2b04e0ca4d0f5e7f759ed + (const __string_type &__str, ios_base::openmode __mode=ios_base::in) + + + + basic_istringstream + a02609.html + ad09c6448ce40e512fef6a90da1e10594 + (ios_base::openmode __mode) + + + + ~basic_istringstream + a02609.html + a81881e8365e3f3720a00c37cd8a828cd () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const bool bad - a02564.html + a02585.html ad79b64356f78198654c36480f670738c () const void clear - a02564.html + a02585.html a07a10e07246ef2a68c0c3f08d94c7607 (iostate __state=goodbit) basic_ios & copyfmt - a02564.html + a02585.html a57af447fc663746ea14bea76e80f5990 (const basic_ios &__rhs) bool eof - a02564.html + a02585.html a0a9f086f16995b35aad9db9d3adf843f () const iostate exceptions - a02564.html + a02585.html a2af07612846b93cd56e19d56ad9ee7c5 () const void exceptions - a02564.html + a02585.html aecd6ac5df7374c8b775a2912c4a014e9 (iostate __except) bool fail - a02564.html + a02585.html a9ce7a228245eefeceacc05fe6feff2e0 () const char_type fill - a02564.html + a02585.html a8b6a8fc0ddc82328520534e9e99de88e () const char_type fill - a02564.html + a02585.html a5b7921d8ecf89d75e188e9ed972af448 (char_type __ch) fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 - () + streamsize + gcount + a02593.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed + (char_type *__s, streamsize __n, char_type __delim) locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const bool good - a02564.html + a02585.html a89bf36df306bb4682f9b74694619b2cf () const locale imbue - a02564.html + a02585.html a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) char narrow - a02564.html + a02585.html a93e7a241510c19eb66c276379e493a20 (char_type __c, char __dfault) const - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + __istream_type & + operator>> + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + __istream_type & + operator>> + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) - basic_streambuf< char, _Traits > * + __stringbuf_type * rdbuf - a02564.html - a21f92cbfd296f81694cdaef956d0bd6d + a02609.html + a095330a0443ef6ad188ede768152c6c4 () const - basic_streambuf< char, _Traits > * + basic_streambuf< _CharT, _Traits > * rdbuf - a02564.html + a02585.html a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) iostate rdstate - a02564.html + a02585.html a5f082a6a02ca25407fa6806bbd84e887 () const void register_callback - a04932.html + a05825.html a54948c4f38526937d510af5670ae368a (event_callback __fn, int __index) - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) - - - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) - - fmtflags setf - a04932.html + a05825.html a007b2f6648ba857d6ae3e68f936ca10a (fmtflags __fmtfl) fmtflags setf - a04932.html + a05825.html a87fd48e3d7a0515d3958eb9d9fbba45d (fmtflags __fmtfl, fmtflags __mask) void setstate - a02564.html + a02585.html a2da7d3305cba0695b1d1bec916ae64b0 (iostate __state) - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () + __string_type + str + a02609.html + a8402e3c2b036fbd4c696b2ab70b49681 + () const - basic_ostream< char, _Traits > * + void + str + a02609.html + a4040d59ec2be579cca6a91fb5595553e + (const __string_type &__s) + + + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html a191fdfa0d70cd77c7e396a6411d1febc () const - basic_ostream< char, _Traits > * + basic_ostream< _CharT, _Traits > * tie - a02564.html + a02585.html acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< char, _Traits > *__tiestr) + (basic_ostream< _CharT, _Traits > *__tiestr) void unsetf - a04932.html + a05825.html a47987a5f3b706621119af2544a4d68d6 (fmtflags __mask) char_type widen - a02564.html + a02585.html a8b4b27c391cfd8af35923ef8e6b918d1 (char __c) const streamsize width - a04932.html + a05825.html aaa842e4e56ec6001f6a6c9a75c601133 () const streamsize width - a04932.html + a05825.html ac29b397e77e4fb2c7299627f4a8e6415 (streamsize __wide) - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) - + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e (char_type __c) - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) operator bool - a02564.html + a02585.html ac4bc700ec1a8b5019d1ccdae5c7a4eee () const bool operator! - a02564.html + a02585.html a5156257b243c3bcbce9b33147df0eb91 () const static bool sync_with_stdio - a04932.html + a05825.html aade35b0cc25dc04d3b9b598182ec72b5 (bool __sync=true) static int xalloc - a04932.html + a05825.html a3faeb4739cfe621262ceef0aad98f0ea () static const fmtflags adjustfield - a04932.html + a05825.html afb35e86e0979426d5271e7da619e564b static const openmode app - a04932.html + a05825.html abc6732e5a0d9dc40b79e2fe6e32e7b09 static const openmode ate - a04932.html + a05825.html ad22225874e26210dfe11263279587e75 static const iostate badbit - a04932.html + a05825.html aa3cd1e1667eb566ad6e23a67117eef8b static const fmtflags basefield - a04932.html + a05825.html a1c78bab2448707823dbb382c1f9d872a static const seekdir beg - a04932.html + a05825.html a214f784b4a9d7ce92eb23ed99e44aecf static const openmode binary - a04932.html + a05825.html a88a28f18badafdd8e605841b8b7042d5 static const fmtflags boolalpha - a04932.html + a05825.html a7643f003a532a377d00ebe8bd288985f static const seekdir cur - a04932.html + a05825.html a1965600e26ca83d186504a4fd337cb9e static const fmtflags dec - a04932.html + a05825.html a3b38d2c92a8191a8f6d4994c663d408e static const seekdir end - a04932.html + a05825.html a505c3780386ccd5ca9679f7264db97f9 static const iostate eofbit - a04932.html + a05825.html a806f6f377e4fb4525d19e6d24df3cd62 static const iostate failbit - a04932.html + a05825.html aec074f3d22b7cf5e70d1e91cb9f9d5c4 static const fmtflags fixed - a04932.html + a05825.html ab68a9e528eb897d85741f7a21adf4368 static const fmtflags floatfield - a04932.html + a05825.html a82663733691c649e8138a0fa959cb8c4 static const iostate goodbit - a04932.html + a05825.html a9af3b6f8ace7d893e1a0853d8fb29778 static const fmtflags hex - a04932.html + a05825.html a0dec2040942a5b127ce98be81486466f static const openmode in - a04932.html + a05825.html a652e2323949eea3d906e1c81bd8ce8f7 static const fmtflags internal - a04932.html + a05825.html a6e38abfae36f1fce1d01ec47487ba226 static const fmtflags left - a04932.html + a05825.html ac3795cde4efbdf63b27ea978f1a2755d static const fmtflags oct - a04932.html + a05825.html ab9d72ba493c0a12da9e6669c32af98ed static const openmode out - a04932.html + a05825.html a7187e216e5d16ec820ea1791002f85e0 static const fmtflags right - a04932.html + a05825.html a13753798f5c9da6f9372429c53039767 static const fmtflags scientific - a04932.html + a05825.html af4966eeb93a789a84f9acd92375d8483 static const fmtflags showbase - a04932.html + a05825.html a69acbf246475f065d6648303e452fd4d static const fmtflags showpoint - a04932.html + a05825.html a4c79db16d6509208744e2b698a2d107f static const fmtflags showpos - a04932.html + a05825.html acf2cdf1f2ebd7914d39e25c1f071bbc4 static const fmtflags skipws - a04932.html + a05825.html a0092524de17db6438bc3bdcb914ac62b static const openmode trunc - a04932.html + a05825.html ae6831a611ce41b51a873c55b30d8534d static const fmtflags unitbuf - a04932.html + a05825.html aa2d184ca6fce44ac8ececba1b0c70dc5 static const fmtflags uppercase - a04932.html + a05825.html a1be02544c10366da9fd9183a905d4910 void init - a02564.html + a02585.html a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< char, _Traits > *__sb) + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02593.html + a561684f2822987bda56c7e8817f91892 + - num_get< char, istreambuf_iterator< char, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a (__ios_type &(*__pf)(__ios_type &)) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 (ios_base &(*__pf)(ios_base &)) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const - - - - basic_streambuf< _Elem, _Tr > - a02568.html - - _Elem - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf - - - - _Tr - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 - - - - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b - - - - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa - - - - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 - + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) - - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c - + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) - - virtual - ~basic_streambuf - a02568.html - ae09ce37bf4266e600cdc23c7648b7808 - () + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f () int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 () - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a (char_type *__s, streamsize __n) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e (char_type __c) - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 () - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - - basic_streambuf - a02568.html - af9ead45743a5b28a57d385ac881493e1 - () - - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) - - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) - - - virtual int_type - overflow - a02568.html - a225634e53ed30e3733299a1b6de0b677 - (int_type __c=traits_type::eof()) - - - virtual int_type - pbackfail - a02568.html - a8d57a822d984ebf68160724aa9330282 - (int_type __c=traits_type::eof()) - - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) - - - virtual pos_type - seekoff - a02568.html - ad6d5177e376efdb0dccf62890eebc9b0 - (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - - virtual pos_type - seekpos - a02568.html - a008405d586f640e109c7ab7bf424aa39 - (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - - virtual basic_streambuf< char_type, _Tr > * - setbuf - a02568.html - aad2e731291673229100bde1f24ce828f - (char_type *, streamsize) - - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) - - - virtual streamsize - showmanyc - a02568.html - a85e9299b4d91188c1c0070111604ece8 - () - - - virtual int - sync - a02568.html - a407510ac810a42b173f3bd553959bfb5 - () - - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () - - - virtual int_type - underflow - a02568.html - aab4011ac7751c858f121b887f124529d - () - - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) - - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a - (const char_type *__s, streamsize __n) - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const - - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const - - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const - - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 () const - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - - - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - - - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - - - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 - - - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 - - - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 - - - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + + std::basic_ofstream + a02189.html + + + std::basic_ostream + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b - _Elem - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf - + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) - _Tr - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + basic_ofstream + a02189.html + a19f5b05d46380f7866b1212413d6c046 + () - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + basic_ofstream + a02189.html + a771c147dc44cc3a0b754a4ce89a4751c + (const _Path &__s, ios_base::openmode __mode=ios_base::out) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + basic_ofstream + a02189.html + a498255bc11415cc1297260481e1384e7 + (const char *__s, ios_base::openmode __mode=ios_base::out) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce + + basic_ofstream + a02189.html + aa8b35d6ebca2ad10560c37fdeb6f959f + (const std::string &__s, ios_base::openmode __mode=ios_base::out) + + + + ~basic_ofstream + a02189.html + ab140145d0cd1f4754cd4812a31760f58 () - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef + + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f + + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c () const - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + void + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + void + close + a02189.html + a63e51ce67bbd3eee66b04851100a8a52 + () - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 () const - - - basic_streambuf< char, _Traits > - a02568.html - - char - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf - + + void + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - - _Traits - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 - + + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const - - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b - + + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const - - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa - + + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 - + + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c - + + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - - virtual - ~basic_streambuf - a02568.html - ae09ce37bf4266e600cdc23c7648b7808 + + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 () locale getloc - a02568.html - a09508701b27d68740a5473d096437f65 + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 () const - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e (const locale &__loc) - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 + bool + is_open + a02189.html + aef0ea13a6d1c1bc6ee4f1ebc71e18414 () - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + _If_fs_path< _Path, void > + open + a02189.html + ad8dc175ab853624087f09cbf911c5bff + (const _Path &__s, ios_base::openmode __mode=ios_base::out) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + void + open + a02189.html + a81f26964cd5c6cc8d3e833735f606646 + (const char *__s, ios_base::openmode __mode=ios_base::out) - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + void + open + a02189.html + a3da82e8f108d33a7e5de244695d2a28b + (const std::string &__s, ios_base::openmode __mode=ios_base::out) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + __filebuf_type * + rdbuf + a02189.html + ac507f40924f057de2f2c6ced401e6467 + () const - - - basic_streambuf - a02568.html - af9ead45743a5b28a57d385ac881493e1 - () + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) - + + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) + + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) - - virtual int_type - overflow - a02568.html - a225634e53ed30e3733299a1b6de0b677 - (int_type __c=traits_type::eof()) + + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) - - virtual int_type - pbackfail - a02568.html - a8d57a822d984ebf68160724aa9330282 - (int_type __c=traits_type::eof()) + + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - + + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - - virtual pos_type - seekoff - a02568.html - ad6d5177e376efdb0dccf62890eebc9b0 - (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 + () - - virtual pos_type - seekpos - a02568.html - a008405d586f640e109c7ab7bf424aa39 - (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const - - virtual basic_streambuf< char_type, _Traits > * - setbuf - a02568.html - aad2e731291673229100bde1f24ce828f - (char_type *, streamsize) + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) - + void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - - virtual streamsize - showmanyc - a02568.html - a85e9299b4d91188c1c0070111604ece8 - () + + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const - - virtual int - sync - a02568.html - a407510ac810a42b173f3bd553959bfb5 - () + + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - - virtual int_type - underflow - a02568.html - aab4011ac7751c858f121b887f124529d - () + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a - (const char_type *__s, streamsize __n) + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 () const - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a - - char - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf - - _Traits - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 - - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f - - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e - - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e - - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) - - - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + - - - basic_streambuf< char, char_traits< char > > - a02568.html - - char - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d - - char_traits< char > - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed - - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 - - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 - - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 - - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d - - virtual - ~basic_streambuf - a02568.html - ae09ce37bf4266e600cdc23c7648b7808 - () + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f + - - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + - - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + - - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + - - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + - - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + - - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + + void + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) - - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - - basic_streambuf - a02568.html - af9ead45743a5b28a57d385ac881493e1 - () - - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) - - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) - - - virtual int_type - overflow - a02568.html - a225634e53ed30e3733299a1b6de0b677 - (int_type __c=traits_type::eof()) - - - virtual int_type - pbackfail - a02568.html - a8d57a822d984ebf68160724aa9330282 - (int_type __c=traits_type::eof()) + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 (int __n) - - virtual pos_type - seekoff - a02568.html - ad6d5177e376efdb0dccf62890eebc9b0 - (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - - virtual pos_type - seekpos - a02568.html - a008405d586f640e109c7ab7bf424aa39 - (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - - virtual basic_streambuf< char_type, char_traits< char > > * - setbuf - a02568.html - aad2e731291673229100bde1f24ce828f - (char_type *, streamsize) - - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - - virtual streamsize - showmanyc - a02568.html - a85e9299b4d91188c1c0070111604ece8 - () + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - - virtual int - sync - a02568.html - a407510ac810a42b173f3bd553959bfb5 - () + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - - virtual int_type - underflow - a02568.html - aab4011ac7751c858f121b887f124529d - () + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f (const char_type *__s, streamsize __n) - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const - - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const - - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const - - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 () const - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - - - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - - - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - - - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 - - - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 - - - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 - - - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + + std::basic_ostream + a02597.html + + + std::basic_ios + std::basic_ostream::sentry + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b - char - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf - + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) - char_traits< char > - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) - - - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + basic_ostream + a02597.html + aaaa8cf0608e2281e120d7b64271744b5 + (__streambuf_type *__sb) - - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce + + virtual + ~basic_ostream + a02597.html + ad0fdba5e18d027224bddb8603ead7443 () - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef + + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f + + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c () const - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + void + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 () const - - - basic_string< _CharT > - a03900.html - - basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 - () + void + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - - basic_string - a03900.html - a1b86aa9be110b05515cb86436ebecd0c - (const _Alloc &__a) + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const - - basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const - - basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) - - - - basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - - basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - - basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - - basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const _CharT *__s, const _Alloc &__a=_Alloc()) + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 + () - - basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 + () const - - basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const - - basic_string - a03900.html - a464829dac12de13b7fdd9411d413fca3 - (initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) - - basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - - ~basic_string - a03900.html - adb7b4b7b01dd15155872907322c8ce6b - () noexcept + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) - basic_string & - append - a03900.html - aedb1f587c0c2da80a654e467e0b02103 - (const _CharT *__s, size_type __n) + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const - basic_string & - append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const _CharT *__s) + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - basic_string & - append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, _CharT __c) + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< _CharT > __l) + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a21f92cbfd296f81694cdaef956d0bd6d + () const - basic_string & - append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) - basic_string & - assign - a03900.html - a29921ea06a2addf4f553a0926cee86ed - (const _CharT *__s, size_type __n) + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) - basic_string & - assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const _CharT *__s) + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - basic_string & - assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, _CharT __c) + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) - basic_string & - assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + void + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - basic_string & - assign - a03900.html - a70293716cb2965eb975b5e7279373c5a - (initializer_list< _CharT > __l) + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 + () - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 - () + void + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - iterator - begin - a03900.html - a92ac8cd12ed8dd292465c513b47b3a81 - () + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const - const_iterator - begin - a03900.html - a9616ce861862d90208cee9aedd61747b - () const noexcept + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - const _CharT * - c_str - a03900.html - a1c644c6d7fe3a686d752a9aecb99da0c - () const noexcept + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - const_iterator - cbegin - a03900.html - accd90e0fb247fa817e4b8e2b093380aa - () const noexcept + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - const_iterator - cend - a03900.html - a08def895e3c355e7d463af3f778a0f52 - () const noexcept + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - void - clear - a03900.html - aaf800493abc5157b122532f5553c7473 - () noexcept + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - int - compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const _CharT *__s) const noexcept + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - int - compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const _CharT *__s) const + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - int - compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - size_type - copy - a03900.html - a58b4af90a328f86db6bed2c8e25b4fe5 - (_CharT *__s, size_type __n, size_type __pos=0) const + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - const_reverse_iterator - crbegin - a03900.html - a0403377853044ccf7f9020f98a5b0916 - () const noexcept + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - const_reverse_iterator - crend - a03900.html - a9b78c09c0de7008f035df7238fe4b925 - () const noexcept + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - const _CharT * - data - a03900.html - a7998fb98c9eddd604864547d4ed4a80f - () const noexcept + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - iterator - end - a03900.html - aa4a6c059c158877d2390196bbff5b480 - () + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - const_iterator - end - a03900.html - a817beeb1801ef5c3046593ef8867a37d - () const noexcept + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - basic_string & - erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) - - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () - - size_type - find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + - - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + - - size_type - find - a03900.html - a0961886fe945d04554beab21c4f9bc54 - (const _CharT *__s, size_type __pos=0) const noexcept + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + - - size_type - find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (_CharT __c, size_type __pos=0) const noexcept + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + - - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a + - - size_type - find_first_not_of - a03900.html - a2ecada165b41788e4817cb31b8e5269b - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + - - size_type - find_first_not_of - a03900.html - af929326691134537716b308d080f487f - (const _CharT *__s, size_type __pos=0) const noexcept + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + - - size_type - find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (_CharT __c, size_type __pos=0) const noexcept + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - size_type - find_first_of - a03900.html - a3539b87ea391ab52a571f62e3f4d3516 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - size_type - find_first_of - a03900.html - ae2873f45c9a0fcb04bd17eaec640540b - (const _CharT *__s, size_type __pos=0) const noexcept + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - size_type - find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (_CharT __c, size_type __pos=0) const noexcept + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - size_type - find_last_not_of - a03900.html - ae7c601a7f29a2304f2f014faaa789652 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + - - size_type - find_last_not_of - a03900.html - a3e72d0dcdcb779d768feb37f0d10937d - (const _CharT *__s, size_type __pos=npos) const noexcept + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + - - size_type - find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (_CharT __c, size_type __pos=npos) const noexcept + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + - - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + - - size_type - find_last_of - a03900.html - abebb36705e89a99c9c8dd8b4968aa6f3 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + - - size_type - find_last_of - a03900.html - a1eeebd95d63fe61d0ef78f369675ca89 - (const _CharT *__s, size_type __pos=npos) const noexcept + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + - - size_type - find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (_CharT __c, size_type __pos=npos) const noexcept + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d + - - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 - () + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed + - - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 + - - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 + - - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, _CharT __c) + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 + - - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d + - - void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< _CharT > __l) + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f + - - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + - - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + - - basic_string & - insert - a03900.html - a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const _CharT *__s, size_type __n) + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + - - basic_string & - insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const _CharT *__s) + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + - - basic_string & - insert - a03900.html - ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, _CharT __c) + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + - - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, _CharT __c) + + void + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) - - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - basic_string & - operator+= - a03900.html - adbefaa945be40d2d60d200370327f078 - (const _CharT *__s) + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - basic_string & - operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (_CharT __c) + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - basic_string & - operator+= - a03900.html - a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< _CharT > __l) + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - basic_string & - operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - basic_string & - operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const _CharT *__s) + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - basic_string & - operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (_CharT __c) + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - basic_string & - operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - basic_string & - operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< _CharT > __l) + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - reference - operator[] - a03900.html - ae727161635dca3a36d696c73d391424b - (size_type __pos) + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - void - pop_back - a03900.html - a570874e864550fff0d314ee635afba9c - () + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - void - push_back - a03900.html - a0825375ff9f37dd0716baeb3932a8c10 - (_CharT __c) + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - reverse_iterator - rbegin - a03900.html - a43226db34f7ad7cb99e1cc9f6549ae03 - () + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - const_reverse_iterator - rbegin - a03900.html - a9c8fd2b5572dc31cbd455698a398ec9d - () const noexcept + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - reverse_iterator - rend - a03900.html - a320628bf4405d1896c4cbbaa1c0ddee1 - () + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - const_reverse_iterator - rend - a03900.html - a7bd1be7596d11f5b7e8d7f29372adc61 - () const noexcept + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_ostream< char > + a02597.html + basic_ios< char, _Traits > + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b + - - basic_string & - replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) - - basic_string & - replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const _CharT *__s) + + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e + - - basic_string & - replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd + - - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad + - - basic_string & - replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a + - - basic_string & - replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const _CharT *__s) + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - basic_string & - replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + basic_ostream + a02597.html + aaaa8cf0608e2281e120d7b64271744b5 + (__streambuf_type *__sb) - - basic_string & - replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + virtual + ~basic_ostream + a02597.html + ad0fdba5e18d027224bddb8603ead7443 + () - basic_string & - replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c + () const void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, _CharT __c) + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - void - resize - a03900.html - a9c65ed069cb3a757975febfef57479cd - (size_type __n) + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f + () const - size_type - rfind - a03900.html - a62cac31568a34b427b6faf3962f72746 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept - - - size_type - rfind - a03900.html - a252f2266eacf983c47e0f5874b9eaff6 - (const _CharT *__s, size_type __pos=npos) const noexcept - - - size_type - rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (_CharT __c, size_type __pos=npos) const noexcept + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const void - shrink_to_fit - a03900.html - a74201ef9d14b1fd7c7e116268e277023 - () noexcept - - - size_type - size - a03900.html - a676f896c88073521cfac7aab5f3da5af - () const noexcept - - - basic_string - substr - a03900.html - a25792c9769bbd22fccf887bf0be28556 - (size_type __pos=0, size_type __n=npos) const + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - void - swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) - - - static const size_type - npos - a03900.html - ac73924a70ab202e90e1c18c2dea125c9 - + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const - - - basic_string< _CharT, _Traits, _Allocator > - a03900.html - - basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 - () + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const - - basic_string - a03900.html - a1b86aa9be110b05515cb86436ebecd0c - (const _Allocator &__a) + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - - basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - - basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Allocator &__a=_Allocator()) + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - - basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 + () - - basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Allocator &__a) + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 + () const - - basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const _CharT *__s, size_type __n, const _Allocator &__a=_Allocator()) + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const - - basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const _CharT *__s, const _Allocator &__a=_Allocator()) + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) - - basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, _CharT __c, const _Allocator &__a=_Allocator()) + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - - basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const - - basic_string - a03900.html - a464829dac12de13b7fdd9411d413fca3 - (initializer_list< _CharT > __l, const _Allocator &__a=_Allocator()) + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) - - basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Allocator &__a=_Allocator()) + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) - - ~basic_string - a03900.html - adb7b4b7b01dd15155872907322c8ce6b - () noexcept + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - basic_string & - append - a03900.html - aedb1f587c0c2da80a654e467e0b02103 - (const _CharT *__s, size_type __n) + basic_streambuf< char, _Traits > * + rdbuf + a02585.html + a21f92cbfd296f81694cdaef956d0bd6d + () const - basic_string & - append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const _CharT *__s) + basic_streambuf< char, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) - basic_string & - append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, _CharT __c) + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< _CharT > __l) + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - basic_string & - append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) - basic_string & - assign - a03900.html - a29921ea06a2addf4f553a0926cee86ed - (const _CharT *__s, size_type __n) + void + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - basic_string & - assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const _CharT *__s) + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 + () - basic_string & - assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, _CharT __c) + basic_ostream< char, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const - basic_string & - assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + basic_ostream< char, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) - basic_string & - assign - a03900.html - a70293716cb2965eb975b5e7279373c5a - (initializer_list< _CharT > __l) + void + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 - () + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - iterator - begin - a03900.html - a92ac8cd12ed8dd292465c513b47b3a81 - () + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - const_iterator - begin - a03900.html - a9616ce861862d90208cee9aedd61747b - () const noexcept + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - const _CharT * - c_str - a03900.html - a1c644c6d7fe3a686d752a9aecb99da0c - () const noexcept + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - const_iterator - cbegin - a03900.html - accd90e0fb247fa817e4b8e2b093380aa - () const noexcept + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - const_iterator - cend - a03900.html - a08def895e3c355e7d463af3f778a0f52 - () const noexcept + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - void - clear - a03900.html - aaf800493abc5157b122532f5553c7473 - () noexcept + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - int - compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const _CharT *__s) const noexcept + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - int - compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const _CharT *__s) const + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - int - compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - size_type - copy - a03900.html - a58b4af90a328f86db6bed2c8e25b4fe5 - (_CharT *__s, size_type __n, size_type __pos=0) const + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - const_reverse_iterator - crbegin - a03900.html - a0403377853044ccf7f9020f98a5b0916 - () const noexcept + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - const_reverse_iterator - crend - a03900.html - a9b78c09c0de7008f035df7238fe4b925 - () const noexcept + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - const _CharT * - data - a03900.html - a7998fb98c9eddd604864547d4ed4a80f - () const noexcept + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - iterator - end - a03900.html - aa4a6c059c158877d2390196bbff5b480 + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea () - - const_iterator - end - a03900.html - a817beeb1801ef5c3046593ef8867a37d - () const noexcept + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + - - basic_string & - erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + - - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + - - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + - - size_type - find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a + - - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + - - size_type - find - a03900.html - a0961886fe945d04554beab21c4f9bc54 - (const _CharT *__s, size_type __pos=0) const noexcept + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + - - size_type - find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (_CharT __c, size_type __pos=0) const noexcept + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - size_type - find_first_not_of - a03900.html - a2ecada165b41788e4817cb31b8e5269b - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - size_type - find_first_not_of - a03900.html - af929326691134537716b308d080f487f - (const _CharT *__s, size_type __pos=0) const noexcept + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - size_type - find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (_CharT __c, size_type __pos=0) const noexcept + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - size_type - find_first_of - a03900.html - a3539b87ea391ab52a571f62e3f4d3516 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + - - size_type - find_first_of - a03900.html - ae2873f45c9a0fcb04bd17eaec640540b - (const _CharT *__s, size_type __pos=0) const noexcept + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + - - size_type - find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (_CharT __c, size_type __pos=0) const noexcept + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + - - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + - - size_type - find_last_not_of - a03900.html - ae7c601a7f29a2304f2f014faaa789652 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + - - size_type - find_last_not_of - a03900.html - a3e72d0dcdcb779d768feb37f0d10937d - (const _CharT *__s, size_type __pos=npos) const noexcept + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + - - size_type - find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (_CharT __c, size_type __pos=npos) const noexcept + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d + - - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed + - - size_type - find_last_of - a03900.html - abebb36705e89a99c9c8dd8b4968aa6f3 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 + - - size_type - find_last_of - a03900.html - a1eeebd95d63fe61d0ef78f369675ca89 - (const _CharT *__s, size_type __pos=npos) const noexcept + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 + - - size_type - find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (_CharT __c, size_type __pos=npos) const noexcept + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 + - - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 - () + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d + - - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f + - - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + - - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, _CharT __c) + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + - - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + - + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + + + void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< _CharT > __l) + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) - - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - basic_string & - insert - a03900.html - a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const _CharT *__s, size_type __n) + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - basic_string & - insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const _CharT *__s) + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - basic_string & - insert - a03900.html - ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, _CharT __c) + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, _CharT __c) + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - basic_string & - operator+= - a03900.html - adbefaa945be40d2d60d200370327f078 - (const _CharT *__s) + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - basic_string & - operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (_CharT __c) + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - basic_string & - operator+= - a03900.html - a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< _CharT > __l) + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - basic_string & - operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - basic_string & - operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const _CharT *__s) + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - basic_string & - operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (_CharT __c) + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - basic_string & - operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - basic_string & - operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< _CharT > __l) + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - reference - operator[] - a03900.html - ae727161635dca3a36d696c73d391424b - (size_type __pos) + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - void - pop_back - a03900.html - a570874e864550fff0d314ee635afba9c - () + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - void - push_back - a03900.html - a0825375ff9f37dd0716baeb3932a8c10 - (_CharT __c) + + + std::basic_ostringstream + a02613.html + + + + std::basic_ostream + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - reverse_iterator - rbegin - a03900.html - a43226db34f7ad7cb99e1cc9f6549ae03 + + basic_ostringstream + a02613.html + a983695af8f960422a65a4694957e60be () - const_reverse_iterator - rbegin - a03900.html - a9c8fd2b5572dc31cbd455698a398ec9d - () const noexcept + + basic_ostringstream + a02613.html + ab86531872ed1bc23cd1951aca4d6fe3d + (const __string_type &__str, ios_base::openmode __mode=ios_base::out) - reverse_iterator - rend - a03900.html - a320628bf4405d1896c4cbbaa1c0ddee1 + + basic_ostringstream + a02613.html + acfb671dc1c2c04237884a4914ac79422 + (ios_base::openmode __mode) + + + + ~basic_ostringstream + a02613.html + a158cb1d8aa30780afd86d6f7c046a55c () - const_reverse_iterator - rend - a03900.html - a7bd1be7596d11f5b7e8d7f29372adc61 - () const noexcept + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c + () const - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + void + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) - basic_string & - replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) - basic_string & - replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const _CharT *__s) + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f + () const - basic_string & - replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, _CharT __c) - - - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const - basic_string & - replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + void + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) - basic_string & - replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const _CharT *__s) + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const - basic_string & - replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, _CharT __c) + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const - basic_string & - replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) - basic_string & - replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) - void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, _CharT __c) + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 + () - void - resize - a03900.html - a9c65ed069cb3a757975febfef57479cd - (size_type __n) + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 + () const - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const - size_type - rfind - a03900.html - a62cac31568a34b427b6faf3962f72746 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) - size_type - rfind - a03900.html - a252f2266eacf983c47e0f5874b9eaff6 - (const _CharT *__s, size_type __pos=npos) const noexcept + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) - size_type - rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (_CharT __c, size_type __pos=npos) const noexcept + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const - void - shrink_to_fit - a03900.html - a74201ef9d14b1fd7c7e116268e277023 - () noexcept + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) - size_type - size - a03900.html - a676f896c88073521cfac7aab5f3da5af - () const noexcept + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) - basic_string - substr - a03900.html - a25792c9769bbd22fccf887bf0be28556 - (size_type __pos=0, size_type __n=npos) const + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const - void - swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) - - - static const size_type - npos - a03900.html - ac73924a70ab202e90e1c18c2dea125c9 - + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) - - - basic_string< _Elem, char_traits< _Elem >, _Wide_alloc > - a03900.html - - basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 - () + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) - - basic_string - a03900.html - a1b86aa9be110b05515cb86436ebecd0c - (const _Wide_alloc &__a) + __stringbuf_type * + rdbuf + a02613.html + af8c4c9652fcb9c4e94d86cd8210ee679 + () const - - basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) - - basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Wide_alloc &__a=_Wide_alloc()) + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const - - basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - - basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Wide_alloc &__a) + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) - - basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const _Elem *__s, size_type __n, const _Wide_alloc &__a=_Wide_alloc()) + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) - - basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const _Elem *__s, const _Wide_alloc &__a=_Wide_alloc()) + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - - basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, _Elem __c, const _Wide_alloc &__a=_Wide_alloc()) + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) - - basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + void + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) - - basic_string - a03900.html - a464829dac12de13b7fdd9411d413fca3 - (initializer_list< _Elem > __l, const _Wide_alloc &__a=_Wide_alloc()) + __string_type + str + a02613.html + a5fe89030a53e674de2823d9a8cfec39c + () const - - basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Wide_alloc &__a=_Wide_alloc()) + void + str + a02613.html + a1bfbc5ef2c20f06dfbbe8bf046cffa3a + (const __string_type &__s) - - ~basic_string - a03900.html - adb7b4b7b01dd15155872907322c8ce6b - () noexcept + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 + () - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) - basic_string & - append - a03900.html - aedb1f587c0c2da80a654e467e0b02103 - (const _Elem *__s, size_type __n) + void + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) - basic_string & - append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const _Elem *__s) + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const - basic_string & - append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, _Elem __c) + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< _Elem > __l) + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) - basic_string & - append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - basic_string & - assign - a03900.html - a29921ea06a2addf4f553a0926cee86ed - (const _Elem *__s, size_type __n) + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - basic_string & - assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const _Elem *__s) + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - basic_string & - assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, _Elem __c) + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - basic_string & - assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - basic_string & - assign - a03900.html - a70293716cb2965eb975b5e7279373c5a - (initializer_list< _Elem > __l) + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 - () + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - iterator - begin - a03900.html - a92ac8cd12ed8dd292465c513b47b3a81 - () + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - const_iterator - begin - a03900.html - a9616ce861862d90208cee9aedd61747b - () const noexcept + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - const _Elem * - c_str - a03900.html - a1c644c6d7fe3a686d752a9aecb99da0c - () const noexcept + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - const_iterator - cbegin - a03900.html - accd90e0fb247fa817e4b8e2b093380aa - () const noexcept + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - const_iterator - cend - a03900.html - a08def895e3c355e7d463af3f778a0f52 - () const noexcept + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const - - void - clear - a03900.html - aaf800493abc5157b122532f5553c7473 - () noexcept + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) - - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () - - int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + - - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + - - int - compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const _Elem *__s) const noexcept + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + - - int - compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const _Elem *__s) const + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + - - int - compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const _Elem *__s, size_type __n2) const + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a + - - size_type - copy - a03900.html - a58b4af90a328f86db6bed2c8e25b4fe5 - (_Elem *__s, size_type __n, size_type __pos=0) const + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + - - const_reverse_iterator - crbegin - a03900.html - a0403377853044ccf7f9020f98a5b0916 - () const noexcept + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + - - const_reverse_iterator - crend - a03900.html - a9b78c09c0de7008f035df7238fe4b925 - () const noexcept + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - const _Elem * - data - a03900.html - a7998fb98c9eddd604864547d4ed4a80f - () const noexcept + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - iterator + + static const seekdir end - a03900.html - aa4a6c059c158877d2390196bbff5b480 - () + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - const_iterator - end - a03900.html - a817beeb1801ef5c3046593ef8867a37d - () const noexcept + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - basic_string & - erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + - - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + - - size_type - find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02585.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) - size_type - find - a03900.html - a0961886fe945d04554beab21c4f9bc54 - (const _Elem *__s, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) - size_type - find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (_Elem __c, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) - size_type - find_first_not_of - a03900.html - a2ecada165b41788e4817cb31b8e5269b - (const _Elem *__s, size_type __pos, size_type __n) const noexcept + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) - size_type - find_first_not_of - a03900.html - af929326691134537716b308d080f487f - (const _Elem *__s, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) - size_type - find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (_Elem __c, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) - size_type - find_first_of - a03900.html - a3539b87ea391ab52a571f62e3f4d3516 - (const _Elem *__s, size_type __pos, size_type __n) const noexcept + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) - size_type - find_first_of - a03900.html - ae2873f45c9a0fcb04bd17eaec640540b - (const _Elem *__s, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) - size_type - find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (_Elem __c, size_type __pos=0) const noexcept + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) - size_type - find_last_not_of - a03900.html - ae7c601a7f29a2304f2f014faaa789652 - (const _Elem *__s, size_type __pos, size_type __n) const noexcept + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) - size_type - find_last_not_of - a03900.html - a3e72d0dcdcb779d768feb37f0d10937d - (const _Elem *__s, size_type __pos=npos) const noexcept + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) - size_type - find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (_Elem __c, size_type __pos=npos) const noexcept + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) - size_type - find_last_of - a03900.html - abebb36705e89a99c9c8dd8b4968aa6f3 - (const _Elem *__s, size_type __pos, size_type __n) const noexcept + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) - size_type - find_last_of - a03900.html - a1eeebd95d63fe61d0ef78f369675ca89 - (const _Elem *__s, size_type __pos=npos) const noexcept + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const - size_type - find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (_Elem __c, size_type __pos=npos) const noexcept + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + std::basic_regex + a06513.html + + - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 + + basic_regex + a06513.html + a8eecbcfc879e614d9fe9431c066ac906 () - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + + basic_regex + a06513.html + ab5d1dfcc28355ae66b073c9c730e1830 + (_FwdIter __first, _FwdIter __last, flag_type __f=ECMAScript) - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + + basic_regex + a06513.html + ae31e42d592af74a329ecb1eaf47520a8 + (basic_regex &&__rhs) noexcept=default - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, _Elem __c) + + basic_regex + a06513.html + a920f56c408bddc7802ae087f1bafc707 + (const _Ch_type *__p, flag_type __f=ECMAScript) - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + + basic_regex + a06513.html + ac46f13f4dde13bdcde1944709297e327 + (const _Ch_type *__p, std::size_t __len, flag_type __f=ECMAScript) - void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< _Elem > __l) + + basic_regex + a06513.html + a51b885063ead949eb0e3d48b29ca4617 + (const basic_regex &__rhs)=default - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + + basic_regex + a06513.html + a9f96a226911a8505d1c30d0570257724 + (const std::basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, flag_type __f=ECMAScript) - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + basic_regex + a06513.html + ae354899961798615a66067f23c044f97 + (initializer_list< _Ch_type > __l, flag_type __f=ECMAScript) - basic_string & - insert - a03900.html - a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const _Elem *__s, size_type __n) + + ~basic_regex + a06513.html + afb50d847a021f4e7044f54e9c6461b54 + () - basic_string & - insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const _Elem *__s) + basic_regex & + assign + a06513.html + ac731050f58a6f3ec7fc94fd80139fb7e + (_InputIterator __first, _InputIterator __last, flag_type __flags=ECMAScript) - basic_string & - insert - a03900.html - ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, _Elem __c) + basic_regex & + assign + a06513.html + a2208605216a89f7c0a64b642ec56b962 + (basic_regex &&__rhs) noexcept - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, _Elem __c) + basic_regex & + assign + a06513.html + ac2ebaaabe81e6b5b5d54bee16fdd494c + (const _Ch_type *__p, flag_type __flags=ECMAScript) - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + basic_regex & + assign + a06513.html + acf0b62943888f9fc24c6b18bd1d0cce3 + (const _Ch_type *__p, size_t __len, flag_type __flags=ECMAScript) - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + basic_regex & + assign + a06513.html + a4c13f179b615747c4870a009f84fb490 + (const basic_regex &__rhs) - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + basic_regex & + assign + a06513.html + a12b699dc147fc74d3882e6b661be3337 + (const basic_string< _Ch_type, _Ch_traits, _Alloc > &__s, flag_type __flags=ECMAScript) - basic_string & - operator+= - a03900.html - adbefaa945be40d2d60d200370327f078 - (const _Elem *__s) + basic_regex & + assign + a06513.html + a2856446d7ccd20e377e2904faadcd87e + (initializer_list< _Ch_type > __l, flag_type __flags=ECMAScript) - basic_string & - operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (_Elem __c) + flag_type + flags + a06513.html + ac3473fa27e545da4b9d74eb61fa72401 + () const - basic_string & - operator+= - a03900.html - a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< _Elem > __l) + locale_type + getloc + a06513.html + aaf583c5f7a272350f7239baeb448f808 + () const - basic_string & - operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + locale_type + imbue + a06513.html + a47e4d0a05a45fc95da8c061c33789004 + (locale_type __loc) - basic_string & - operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const _Elem *__s) + unsigned int + mark_count + a06513.html + a63d9a3b40af6aa139542ab152f18936c + () const - basic_string & + basic_regex & operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (_Elem __c) + a06513.html + a8d6c69a28d8c523cae6f7322095490d5 + (basic_regex &&__rhs) noexcept - basic_string & + basic_regex & operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + a06513.html + aaf3c150b855c8dddc84f7a33519dba7f + (const _Ch_type *__p) - basic_string & + basic_regex & operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< _Elem > __l) + a06513.html + a232af3b8f7c72e6c67ba9f3b6d1b256d + (const basic_regex &__rhs) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + basic_regex & + operator= + a06513.html + a85898504e41caa15dfed44321f36c4c9 + (const basic_string< _Ch_type, _Ch_traits, _Alloc > &__s) - reference - operator[] - a03900.html - ae727161635dca3a36d696c73d391424b - (size_type __pos) + basic_regex & + operator= + a06513.html + ae9f733548bcdaf906573129bed9c10fa + (initializer_list< _Ch_type > __l) void - pop_back - a03900.html - a570874e864550fff0d314ee635afba9c - () + swap + a06513.html + a5cd0631c180f408fe3aa42a384bbaa74 + (basic_regex &__rhs) void - push_back - a03900.html - a0825375ff9f37dd0716baeb3932a8c10 - (_Elem __c) + swap + a01583.html + gadf87a2c687472379464a96ee65e6c547 + (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) - - reverse_iterator - rbegin - a03900.html - a43226db34f7ad7cb99e1cc9f6549ae03 + + + std::basic_streambuf + a02589.html + + + + _CharT + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Traits + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + virtual + ~basic_streambuf + a02589.html + ae09ce37bf4266e600cdc23c7648b7808 () - const_reverse_iterator - rbegin - a03900.html - a9c8fd2b5572dc31cbd455698a398ec9d - () const noexcept + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - reverse_iterator - rend - a03900.html - a320628bf4405d1896c4cbbaa1c0ddee1 + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c () - const_reverse_iterator - rend - a03900.html - a7bd1be7596d11f5b7e8d7f29372adc61 - () const noexcept + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - basic_string & - replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const _Elem *__s, size_type __n2) + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - basic_string & - replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const _Elem *__s) + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - basic_string & - replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, _Elem __c) + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - basic_string & - replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const _Elem *__s, size_type __n) + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - basic_string & - replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const _Elem *__s) + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - basic_string & - replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, _Elem __c) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - basic_string & - replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - basic_string & - replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< _Elem > __l) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, _Elem __c) + + + basic_streambuf + a02589.html + af9ead45743a5b28a57d385ac881493e1 + () - + void - resize - a03900.html - a9c65ed069cb3a757975febfef57479cd - (size_type __n) - - - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - size_type - rfind - a03900.html - a62cac31568a34b427b6faf3962f72746 - (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) - - size_type - rfind - a03900.html - a252f2266eacf983c47e0f5874b9eaff6 - (const _Elem *__s, size_type __pos=npos) const noexcept + + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - - size_type - rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (_Elem __c, size_type __pos=npos) const noexcept + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) - + void - shrink_to_fit - a03900.html - a74201ef9d14b1fd7c7e116268e277023 - () noexcept + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - size_type - size - a03900.html - a676f896c88073521cfac7aab5f3da5af - () const noexcept + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - basic_string - substr - a03900.html - a25792c9769bbd22fccf887bf0be28556 - (size_type __pos=0, size_type __n=npos) const + + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - + + virtual basic_streambuf< char_type, _Traits > * + setbuf + a02589.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + void - swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - static const size_type - npos - a03900.html - ac73924a70ab202e90e1c18c2dea125c9 - + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - - basic_string< char > - a03900.html - - - basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 + + virtual streamsize + showmanyc + a02589.html + a85e9299b4d91188c1c0070111604ece8 () - - - basic_string - a03900.html - a1b86aa9be110b05515cb86436ebecd0c - (const _Alloc &__a) + + virtual int + sync + a02589.html + a407510ac810a42b173f3bd553959bfb5 + () - - - basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - - basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + + virtual int_type + underflow + a02589.html + aab4011ac7751c858f121b887f124529d + () - - - basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) - - - basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) - - - basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const char *__s, size_type __n, const _Alloc &__a=_Alloc()) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - - basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const char *__s, const _Alloc &__a=_Alloc()) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - - basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, char __c, const _Alloc &__a=_Alloc()) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - - basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - - basic_string - a03900.html - a464829dac12de13b7fdd9411d413fca3 - (initializer_list< char > __l, const _Alloc &__a=_Alloc()) + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - - basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - - ~basic_string - a03900.html - adb7b4b7b01dd15155872907322c8ce6b - () noexcept + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - basic_string & - append - a03900.html - aedb1f587c0c2da80a654e467e0b02103 - (const char *__s, size_type __n) + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - basic_string & - append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const char *__s) + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - - basic_string & - append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, char __c) + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + - - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< char > __l) + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - - basic_string & - append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + + _CharT + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + - - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + + _Traits + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + - - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + - - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + - - basic_string & - assign - a03900.html - a29921ea06a2addf4f553a0926cee86ed - (const char *__s, size_type __n) + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - basic_string & - assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const char *__s) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - basic_string & - assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, char __c) - - - basic_string & - assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) - - - basic_string & - assign - a03900.html - a70293716cb2965eb975b5e7279373c5a - (initializer_list< char > __l) - - - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const - - - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) - - - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 - () + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - iterator - begin - a03900.html - a92ac8cd12ed8dd292465c513b47b3a81 + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce () - - const_iterator - begin - a03900.html - a9616ce861862d90208cee9aedd61747b - () const noexcept + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - const char * - c_str - a03900.html - a1c644c6d7fe3a686d752a9aecb99da0c - () const noexcept + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - const_iterator - cbegin - a03900.html - accd90e0fb247fa817e4b8e2b093380aa - () const noexcept + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - const_iterator - cend - a03900.html - a08def895e3c355e7d463af3f778a0f52 - () const noexcept + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - void - clear - a03900.html - aaf800493abc5157b122532f5553c7473 - () noexcept + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + + + basic_streambuf< _CharT, std::char_traits< _CharT > > + a02589.html + + _CharT + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + - - int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + + std::char_traits< _CharT > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + - - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + - - int - compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const char *__s) const noexcept + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + - - int - compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const char *__s) const + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + - - int - compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const char *__s, size_type __n2) const + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - - size_type - copy - a03900.html - a58b4af90a328f86db6bed2c8e25b4fe5 - (char *__s, size_type __n, size_type __pos=0) const + + virtual + ~basic_streambuf + a02589.html + ae09ce37bf4266e600cdc23c7648b7808 + () - const_reverse_iterator - crbegin - a03900.html - a0403377853044ccf7f9020f98a5b0916 - () const noexcept + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - const_reverse_iterator - crend - a03900.html - a9b78c09c0de7008f035df7238fe4b925 - () const noexcept + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - const char * - data - a03900.html - a7998fb98c9eddd604864547d4ed4a80f - () const noexcept + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - iterator - end - a03900.html - aa4a6c059c158877d2390196bbff5b480 + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e () - const_iterator - end - a03900.html - a817beeb1801ef5c3046593ef8867a37d - () const noexcept + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - basic_string & - erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - size_type - find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const char *__s, size_type __pos, size_type __n) const noexcept + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - size_type - find - a03900.html - a0961886fe945d04554beab21c4f9bc54 - (const char *__s, size_type __pos=0) const noexcept + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - size_type - find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (char __c, size_type __pos=0) const noexcept + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - size_type - find_first_not_of - a03900.html - a2ecada165b41788e4817cb31b8e5269b - (const char *__s, size_type __pos, size_type __n) const noexcept + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - size_type - find_first_not_of - a03900.html - af929326691134537716b308d080f487f - (const char *__s, size_type __pos=0) const noexcept + + + basic_streambuf + a02589.html + af9ead45743a5b28a57d385ac881493e1 + () - - size_type - find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (char __c, size_type __pos=0) const noexcept + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) - - size_type - find_first_of - a03900.html - a3539b87ea391ab52a571f62e3f4d3516 - (const char *__s, size_type __pos, size_type __n) const noexcept + + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - - size_type - find_first_of - a03900.html - ae2873f45c9a0fcb04bd17eaec640540b - (const char *__s, size_type __pos=0) const noexcept + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) - - size_type - find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (char __c, size_type __pos=0) const noexcept + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - size_type - find_last_not_of - a03900.html - ae7c601a7f29a2304f2f014faaa789652 - (const char *__s, size_type __pos, size_type __n) const noexcept + + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - size_type - find_last_not_of - a03900.html - a3e72d0dcdcb779d768feb37f0d10937d - (const char *__s, size_type __pos=npos) const noexcept + + virtual basic_streambuf< char_type, std::char_traits< _CharT > > * + setbuf + a02589.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) - - size_type - find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (char __c, size_type __pos=npos) const noexcept + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - size_type - find_last_of - a03900.html - abebb36705e89a99c9c8dd8b4968aa6f3 - (const char *__s, size_type __pos, size_type __n) const noexcept + + virtual streamsize + showmanyc + a02589.html + a85e9299b4d91188c1c0070111604ece8 + () - - size_type - find_last_of - a03900.html - a1eeebd95d63fe61d0ef78f369675ca89 - (const char *__s, size_type __pos=npos) const noexcept + + virtual int + sync + a02589.html + a407510ac810a42b173f3bd553959bfb5 + () - - size_type - find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (char __c, size_type __pos=npos) const noexcept + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 + + virtual int_type + underflow + a02589.html + aab4011ac7751c858f121b887f124529d () - - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) - - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) - - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, char __c) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< char > __l) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - basic_string & - insert - a03900.html - a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const char *__s, size_type __n) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - basic_string & - insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const char *__s) + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - basic_string & - insert - a03900.html - ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, char __c) + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, char __c) + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + - - basic_string & - operator+= - a03900.html - adbefaa945be40d2d60d200370327f078 - (const char *__s) + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - - basic_string & - operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (char __c) + + _CharT + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + - - basic_string & - operator+= - a03900.html - a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< char > __l) + + std::char_traits< _CharT > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + - - basic_string & - operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + - - basic_string & - operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const char *__s) + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + - - basic_string & - operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (char __c) + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + - - basic_string & - operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - basic_string & - operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< char > __l) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - reference - operator[] - a03900.html - ae727161635dca3a36d696c73d391424b - (size_type __pos) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - pop_back - a03900.html - a570874e864550fff0d314ee635afba9c + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce () - - void - push_back - a03900.html - a0825375ff9f37dd0716baeb3932a8c10 - (char __c) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - reverse_iterator - rbegin - a03900.html - a43226db34f7ad7cb99e1cc9f6549ae03 - () + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - const_reverse_iterator - rbegin - a03900.html - a9c8fd2b5572dc31cbd455698a398ec9d - () const noexcept + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - reverse_iterator - rend - a03900.html - a320628bf4405d1896c4cbbaa1c0ddee1 - () + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - const_reverse_iterator - rend - a03900.html - a7bd1be7596d11f5b7e8d7f29372adc61 - () const noexcept + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_streambuf< char, char_traits< char > > + a02589.html + + char + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + - - basic_string & - replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const char *__s, size_type __n2) + + char_traits< char > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + - - basic_string & - replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const char *__s) + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + - - basic_string & - replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, char __c) + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + - - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + - - basic_string & - replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const char *__s, size_type __n) + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - - basic_string & - replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const char *__s) + + virtual + ~basic_streambuf + a02589.html + ae09ce37bf4266e600cdc23c7648b7808 + () - basic_string & - replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, char __c) + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - basic_string & - replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - basic_string & - replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< char > __l) + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, char __c) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - void - resize - a03900.html - a9c65ed069cb3a757975febfef57479cd - (size_type __n) + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - size_type - rfind - a03900.html - a62cac31568a34b427b6faf3962f72746 - (const char *__s, size_type __pos, size_type __n) const noexcept + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - size_type - rfind - a03900.html - a252f2266eacf983c47e0f5874b9eaff6 - (const char *__s, size_type __pos=npos) const noexcept + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - size_type - rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (char __c, size_type __pos=npos) const noexcept + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - void - shrink_to_fit - a03900.html - a74201ef9d14b1fd7c7e116268e277023 - () noexcept + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - size_type - size - a03900.html - a676f896c88073521cfac7aab5f3da5af - () const noexcept + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - basic_string - substr - a03900.html - a25792c9769bbd22fccf887bf0be28556 - (size_type __pos=0, size_type __n=npos) const + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) - - - static const size_type - npos - a03900.html - ac73924a70ab202e90e1c18c2dea125c9 - + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - - basic_string< char, char_traits< char >, _Byte_alloc > - a03900.html - - basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce () - + - basic_string - a03900.html - a1b86aa9be110b05515cb86436ebecd0c - (const _Byte_alloc &__a) + basic_streambuf + a02589.html + af9ead45743a5b28a57d385ac881493e1 + () - - - basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - - basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Byte_alloc &__a=_Byte_alloc()) + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) - - - basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - - - basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Byte_alloc &__a) + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) - - - basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const char *__s, size_type __n, const _Byte_alloc &__a=_Byte_alloc()) + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - - basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const char *__s, const _Byte_alloc &__a=_Byte_alloc()) + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - - basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, char __c, const _Byte_alloc &__a=_Byte_alloc()) + + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - - basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + + virtual basic_streambuf< char_type, char_traits< char > > * + setbuf + a02589.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) - - - basic_string - a03900.html - a464829dac12de13b7fdd9411d413fca3 - (initializer_list< char > __l, const _Byte_alloc &__a=_Byte_alloc()) + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - - basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Byte_alloc &__a=_Byte_alloc()) + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - - ~basic_string - a03900.html - adb7b4b7b01dd15155872907322c8ce6b - () noexcept + + virtual streamsize + showmanyc + a02589.html + a85e9299b4d91188c1c0070111604ece8 + () - - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + + virtual int + sync + a02589.html + a407510ac810a42b173f3bd553959bfb5 + () - - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - basic_string & - append - a03900.html - aedb1f587c0c2da80a654e467e0b02103 - (const char *__s, size_type __n) + + virtual int_type + underflow + a02589.html + aab4011ac7751c858f121b887f124529d + () - - basic_string & - append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const char *__s) + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) - - basic_string & - append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, char __c) + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) - - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< char > __l) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - basic_string & - append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - basic_string & - assign - a03900.html - a29921ea06a2addf4f553a0926cee86ed - (const char *__s, size_type __n) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - basic_string & - assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const char *__s) + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - basic_string & - assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, char __c) + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - basic_string & - assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - basic_string & - assign - a03900.html - a70293716cb2965eb975b5e7279373c5a - (initializer_list< char > __l) + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + - - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 - () + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + + char + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + - - iterator - begin - a03900.html - a92ac8cd12ed8dd292465c513b47b3a81 - () + + char_traits< char > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + - - const_iterator - begin - a03900.html - a9616ce861862d90208cee9aedd61747b - () const noexcept + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + - - const char * - c_str - a03900.html - a1c644c6d7fe3a686d752a9aecb99da0c - () const noexcept + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + - - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + - - const_iterator - cbegin - a03900.html - accd90e0fb247fa817e4b8e2b093380aa - () const noexcept + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - const_iterator - cend - a03900.html - a08def895e3c355e7d463af3f778a0f52 - () const noexcept + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - void - clear - a03900.html - aaf800493abc5157b122532f5553c7473 - () noexcept + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - int - compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const char *__s) const noexcept + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - int - compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const char *__s) const + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - int - compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const char *__s, size_type __n2) const + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - size_type - copy - a03900.html - a58b4af90a328f86db6bed2c8e25b4fe5 - (char *__s, size_type __n, size_type __pos=0) const + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - const_reverse_iterator - crbegin - a03900.html - a0403377853044ccf7f9020f98a5b0916 - () const noexcept + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - const_reverse_iterator - crend - a03900.html - a9b78c09c0de7008f035df7238fe4b925 - () const noexcept + + + basic_streambuf< wchar_t, char_traits< wchar_t > > + a02589.html + + wchar_t + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + - - const char * - data - a03900.html - a7998fb98c9eddd604864547d4ed4a80f - () const noexcept + + char_traits< wchar_t > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + - - bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + - - iterator - end - a03900.html - aa4a6c059c158877d2390196bbff5b480 + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + virtual + ~basic_streambuf + a02589.html + ae09ce37bf4266e600cdc23c7648b7808 () - const_iterator - end - a03900.html - a817beeb1801ef5c3046593ef8867a37d - () const noexcept + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - basic_string & - erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - size_type - find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const char *__s, size_type __pos, size_type __n) const noexcept + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - size_type - find - a03900.html - a0961886fe945d04554beab21c4f9bc54 - (const char *__s, size_type __pos=0) const noexcept + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - size_type - find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (char __c, size_type __pos=0) const noexcept + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - size_type - find_first_not_of - a03900.html - a2ecada165b41788e4817cb31b8e5269b - (const char *__s, size_type __pos, size_type __n) const noexcept + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - size_type - find_first_not_of - a03900.html - af929326691134537716b308d080f487f - (const char *__s, size_type __pos=0) const noexcept + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - size_type - find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (char __c, size_type __pos=0) const noexcept + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - size_type - find_first_of - a03900.html - a3539b87ea391ab52a571f62e3f4d3516 - (const char *__s, size_type __pos, size_type __n) const noexcept + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - size_type - find_first_of - a03900.html - ae2873f45c9a0fcb04bd17eaec640540b - (const char *__s, size_type __pos=0) const noexcept + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - size_type - find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (char __c, size_type __pos=0) const noexcept + + + basic_streambuf + a02589.html + af9ead45743a5b28a57d385ac881493e1 + () - - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - size_type - find_last_not_of - a03900.html - ae7c601a7f29a2304f2f014faaa789652 - (const char *__s, size_type __pos, size_type __n) const noexcept + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) - - size_type - find_last_not_of - a03900.html - a3e72d0dcdcb779d768feb37f0d10937d - (const char *__s, size_type __pos=npos) const noexcept + + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - - size_type - find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (char __c, size_type __pos=npos) const noexcept + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) - - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - size_type - find_last_of - a03900.html - abebb36705e89a99c9c8dd8b4968aa6f3 - (const char *__s, size_type __pos, size_type __n) const noexcept + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - size_type - find_last_of - a03900.html - a1eeebd95d63fe61d0ef78f369675ca89 - (const char *__s, size_type __pos=npos) const noexcept + + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - size_type - find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (char __c, size_type __pos=npos) const noexcept + + virtual basic_streambuf< char_type, char_traits< wchar_t > > * + setbuf + a02589.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) - - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02589.html + a85e9299b4d91188c1c0070111604ece8 () - - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + + virtual int + sync + a02589.html + a407510ac810a42b173f3bd553959bfb5 + () - - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, char __c) + + virtual int_type + underflow + a02589.html + aab4011ac7751c858f121b887f124529d + () - - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) - - void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< char > __l) + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) - - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + + + + wchar_t + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + char_traits< wchar_t > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - basic_string & - insert - a03900.html - a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const char *__s, size_type __n) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - basic_string & - insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const char *__s) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - basic_string & - insert - a03900.html - ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, char __c) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + __gnu_debug::basic_string + a08625.html + + + + _Safe_container< basic_string< _CharT, std::char_traits< _CharT >, std::allocator< _CharT > >, std::allocator< _CharT >, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> + basic_string< _CharT, std::char_traits< _CharT >, std::allocator< _CharT > > - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, char __c) + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) basic_string & - operator+= - a03900.html - adbefaa945be40d2d60d200370327f078 - (const char *__s) + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) basic_string & - operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (char __c) + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) basic_string & - operator+= - a03900.html - a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< char > __l) + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _CharT > __l) basic_string & - operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< std::allocator< _CharT > >::is_always_equal::value) - basic_string & - operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const char *__s) + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) - basic_string & - operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (char __c) + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) basic_string & - operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) basic_string & - operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< char > __l) + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) reference - operator[] - a03900.html - ae727161635dca3a36d696c73d391424b - (size_type __pos) + at + a08625.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) - void - pop_back - a03900.html - a570874e864550fff0d314ee635afba9c - () + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const - void - push_back - a03900.html - a0825375ff9f37dd0716baeb3932a8c10 - (char __c) + const_reference + at + a08625.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const - reverse_iterator - rbegin - a03900.html - a43226db34f7ad7cb99e1cc9f6549ae03 + reference + back + a08625.html + ac12faa42fdb7031770f89f43f8901376 () - const_reverse_iterator - rbegin - a03900.html - a9c8fd2b5572dc31cbd455698a398ec9d + const_reference + back + a04673.html + a7b7634d8024933699b736e271f88cdac () const noexcept - reverse_iterator - rend - a03900.html - a320628bf4405d1896c4cbbaa1c0ddee1 - () + const_reference + back + a08625.html + a7b7634d8024933699b736e271f88cdac + () const noexcept - const_reverse_iterator - rend - a03900.html - a7bd1be7596d11f5b7e8d7f29372adc61 + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 () const noexcept - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + size_type + capacity + a08625.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - basic_string & - replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const char *__s, size_type __n2) + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - basic_string & - replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const char *__s) + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - basic_string & - replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, char __c) + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) + + + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const + + + _CharT * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept + + + bool + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + bool + empty + a08625.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + erase + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + iterator + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + reference + front + a08625.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + const_reference + front + a08625.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + allocator_type + get_allocator + a08625.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) + + + void + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _CharT > __l) + + + void + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) + + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) + + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) + + + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) + + + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + length + a08625.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + size_type + max_size + a08625.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept + + + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) + + + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) basic_string & replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const char *__s, size_type __n) + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) basic_string & replace - a03900.html + a04673.html a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const char *__s) + (iterator __i1, iterator __i2, const _CharT *__s) basic_string & replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, char __c) + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) basic_string & replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) basic_string & replace - a03900.html + a04673.html a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< char > __l) + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) - void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, char __c) + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) + + + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) + + + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) void - resize - a03900.html - a9c65ed069cb3a757975febfef57479cd - (size_type __n) + reserve + a08625.html + a7655538ad1d2b47b3765995d8123fbfc + () - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + void + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) - size_type - rfind - a03900.html - a62cac31568a34b427b6faf3962f72746 - (const char *__s, size_type __pos, size_type __n) const noexcept + void + reserve + a08625.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) - size_type + _If_sv< _Tp, size_type > rfind - a03900.html - a252f2266eacf983c47e0f5874b9eaff6 - (const char *__s, size_type __pos=npos) const noexcept + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (char __c, size_type __pos=npos) const noexcept - - - void - shrink_to_fit - a03900.html - a74201ef9d14b1fd7c7e116268e277023 - () noexcept + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept size_type size - a03900.html + a04673.html a676f896c88073521cfac7aab5f3da5af () const noexcept - basic_string - substr - a03900.html - a25792c9769bbd22fccf887bf0be28556 - (size_type __pos=0, size_type __n=npos) const + size_type + size + a08625.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept void swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + static const size_type npos - a03900.html + a08625.html ac73924a70ab202e90e1c18c2dea125c9 + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + - basic_string< char_type, _Traits, _Alloc > - a03900.html + std::basic_string + a04673.html + + + basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 - () + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept + + + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept basic_string - a03900.html + a04673.html a1b86aa9be110b05515cb86436ebecd0c (const _Alloc &__a) basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _CharT *__s, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const _Alloc &__a=_Alloc()) basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const char_type *__s, size_type __n, const _Alloc &__a=_Alloc()) + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const char_type *__s, const _Alloc &__a=_Alloc()) + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, char_type __c, const _Alloc &__a=_Alloc()) + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) basic_string - a03900.html + a04673.html a464829dac12de13b7fdd9411d413fca3 - (initializer_list< char_type > __l, const _Alloc &__a=_Alloc()) + (initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) ~basic_string - a03900.html + a04673.html adb7b4b7b01dd15155872907322c8ce6b () noexcept basic_string & append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) basic_string & append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _CharT *__s) basic_string & append - a03900.html + a04673.html aedb1f587c0c2da80a654e467e0b02103 - (const char_type *__s, size_type __n) + (const _CharT *__s, size_type __n) + + + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) + + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) basic_string & append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const char_type *__s) + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) basic_string & append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, char_type __c) + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) basic_string & append - a03900.html + a04673.html abbc4bbfee03cbca12a25929455036337 - (initializer_list< char_type > __l) + (initializer_list< _CharT > __l) basic_string & append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _CharT __c) basic_string & assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) basic_string & assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< _Alloc >::is_always_equal::value) basic_string & assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _CharT *__s) basic_string & assign - a03900.html + a04673.html a29921ea06a2addf4f553a0926cee86ed - (const char_type *__s, size_type __n) + (const _CharT *__s, size_type __n) - basic_string & + _If_sv< _Tp, basic_string & > assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const char_type *__s) + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) + + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) basic_string & assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, char_type __c) + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) basic_string & assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) basic_string & assign - a03900.html + a04673.html a70293716cb2965eb975b5e7279373c5a - (initializer_list< char_type > __l) + (initializer_list< _CharT > __l) - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _CharT __c) reference at - a03900.html + a04673.html afb57639cf518335a43c9b2875438fe0d (size_type __n) + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + reference back - a03900.html + a04673.html ac12faa42fdb7031770f89f43f8901376 () const_reference back - a03900.html + a04673.html a7b7634d8024933699b736e271f88cdac () const noexcept iterator begin - a03900.html + a04673.html a92ac8cd12ed8dd292465c513b47b3a81 () const_iterator begin - a03900.html + a04673.html a9616ce861862d90208cee9aedd61747b () const noexcept - const char_type * + const _CharT * c_str - a03900.html + a04673.html a1c644c6d7fe3a686d752a9aecb99da0c () const noexcept size_type capacity - a03900.html + a04673.html adbd70b5afd5d6a0b47dfe2e2ec491c07 () const noexcept const_iterator cbegin - a03900.html + a04673.html accd90e0fb247fa817e4b8e2b093380aa () const noexcept const_iterator cend - a03900.html + a04673.html a08def895e3c355e7d463af3f778a0f52 () const noexcept void clear - a03900.html + a04673.html aaf800493abc5157b122532f5553c7473 () noexcept int compare - a03900.html + a04673.html + a215d1d73d41a557d9615091708945db6 + (const _CharT *__s) const noexcept + + + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) + + + int + compare + a04673.html a2e55254a1296e57e119415607247b8f2 (const basic_string &__str) const + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) + + int compare - a03900.html + a04673.html a2bd799002ba56d91f9d7da0f66a39034 (size_type __pos, size_type __n, const basic_string &__str) const int compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _CharT *__s) const int compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const char_type *__s) const noexcept + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const - int + _If_sv< _Tp, int > compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const char_type *__s) const + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) int compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const char_type *__s, size_type __n2) const + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const size_type copy - a03900.html + a04673.html a58b4af90a328f86db6bed2c8e25b4fe5 - (char_type *__s, size_type __n, size_type __pos=0) const + (_CharT *__s, size_type __n, size_type __pos=0) const const_reverse_iterator crbegin - a03900.html + a04673.html a0403377853044ccf7f9020f98a5b0916 () const noexcept const_reverse_iterator crend - a03900.html + a04673.html a9b78c09c0de7008f035df7238fe4b925 () const noexcept - const char_type * + const _CharT * data - a03900.html + a04673.html a7998fb98c9eddd604864547d4ed4a80f () const noexcept + _CharT * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept + + bool empty - a03900.html + a04673.html ab646860c309686e5dfa9ab42e062a1bf () const noexcept iterator end - a03900.html + a04673.html aa4a6c059c158877d2390196bbff5b480 () const_iterator end - a03900.html + a04673.html a817beeb1801ef5c3046593ef8867a37d () const noexcept - basic_string & + iterator erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) iterator erase - a03900.html + a04673.html a28aff931bdb19be2c6b1658d6bb03f71 (iterator __position) - iterator + basic_string & erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) size_type find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const char_type *__s, size_type __pos, size_type __n) const noexcept + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_CharT __c, size_type __pos=0) const noexcept size_type find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find - a03900.html + a04673.html a0961886fe945d04554beab21c4f9bc54 - (const char_type *__s, size_type __pos=0) const noexcept + (const _CharT *__s, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) size_type find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (char_type __c, size_type __pos=0) const noexcept + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept size_type find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (_CharT __c, size_type __pos=0) const noexcept size_type find_first_not_of - a03900.html + a04673.html a2ecada165b41788e4817cb31b8e5269b - (const char_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_first_not_of - a03900.html + a04673.html af929326691134537716b308d080f487f - (const char_type *__s, size_type __pos=0) const noexcept + (const _CharT *__s, size_type __pos=0) const noexcept - size_type + _If_sv< _Tp, size_type > find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (char_type __c, size_type __pos=0) const noexcept + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c (const basic_string &__str, size_type __pos=0) const noexcept size_type find_first_of - a03900.html + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a04673.html a3539b87ea391ab52a571f62e3f4d3516 - (const char_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_first_of - a03900.html + a04673.html ae2873f45c9a0fcb04bd17eaec640540b - (const char_type *__s, size_type __pos=0) const noexcept + (const _CharT *__s, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (char_type __c, size_type __pos=0) const noexcept + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept size_type find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (_CharT __c, size_type __pos=npos) const noexcept size_type find_last_not_of - a03900.html + a04673.html ae7c601a7f29a2304f2f014faaa789652 - (const char_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_last_not_of - a03900.html + a04673.html a3e72d0dcdcb779d768feb37f0d10937d - (const char_type *__s, size_type __pos=npos) const noexcept + (const _CharT *__s, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (char_type __c, size_type __pos=npos) const noexcept + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept size_type find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_CharT __c, size_type __pos=npos) const noexcept size_type find_last_of - a03900.html + a04673.html abebb36705e89a99c9c8dd8b4968aa6f3 - (const char_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_last_of - a03900.html + a04673.html a1eeebd95d63fe61d0ef78f369675ca89 - (const char_type *__s, size_type __pos=npos) const noexcept + (const _CharT *__s, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (char_type __c, size_type __pos=npos) const noexcept + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept reference front - a03900.html + a04673.html a4e7ef41fd4dbb69e831e2721fef8c1f5 () const_reference front - a03900.html + a04673.html a3dd02d2967a250d1e115f96907b05411 () const noexcept allocator_type get_allocator - a03900.html + a04673.html ac74bf867dd0c370a371d27715417037d () const noexcept - void + iterator insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, char_type __c) + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) void insert - a03900.html + a04673.html adfba5cd6a9aa65ba311bccf50cb372f1 (iterator __p, _InputIterator __beg, _InputIterator __end) void insert - a03900.html + a04673.html a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< char_type > __l) + (iterator __p, initializer_list< _CharT > __l) - basic_string & + void insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) basic_string & insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _CharT *__s) basic_string & insert - a03900.html + a04673.html a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const char_type *__s, size_type __n) + (size_type __pos, const _CharT *__s, size_type __n) - basic_string & + _If_sv< _Tp, basic_string & > insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const char_type *__s) + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) basic_string & insert - a03900.html + a04673.html ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, char_type __c) + (size_type __pos, size_type __n, _CharT __c) - iterator + _If_sv< _Tp, basic_string & > insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, char_type __c) + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) + + + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) size_type length - a03900.html + a04673.html a5963813a61b3dbc4edd03cf1f91608b5 () const noexcept size_type max_size - a03900.html + a04673.html ae64648328b956cc014db981cfd763df4 () const noexcept + + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept + + basic_string & operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_CharT __c) basic_string & operator+= - a03900.html + a04673.html adbefaa945be40d2d60d200370327f078 - (const char_type *__s) + (const _CharT *__s) + + + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) basic_string & operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (char_type __c) + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) basic_string & operator+= - a03900.html + a04673.html a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< char_type > __l) + (initializer_list< _CharT > __l) basic_string & operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_CharT __c) basic_string & operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const char_type *__s) + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) basic_string & operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (char_type __c) + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _CharT *__s) - basic_string & + _If_sv< _Tp, basic_string & > operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) basic_string & operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< char_type > __l) + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _CharT > __l) reference operator[] - a03900.html + a04673.html ae727161635dca3a36d696c73d391424b (size_type __pos) + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + void pop_back - a03900.html + a04673.html a570874e864550fff0d314ee635afba9c () void push_back - a03900.html + a04673.html a0825375ff9f37dd0716baeb3932a8c10 - (char_type __c) + (_CharT __c) reverse_iterator rbegin - a03900.html + a04673.html a43226db34f7ad7cb99e1cc9f6549ae03 () const_reverse_iterator rbegin - a03900.html + a04673.html a9c8fd2b5572dc31cbd455698a398ec9d () const noexcept reverse_iterator rend - a03900.html + a04673.html a320628bf4405d1896c4cbbaa1c0ddee1 () const_reverse_iterator rend - a03900.html + a04673.html a7bd1be7596d11f5b7e8d7f29372adc61 () const noexcept + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) + + basic_string & replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) basic_string & replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) basic_string & replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const char_type *__s, size_type __n2) + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) basic_string & replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const char_type *__s) + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) basic_string & replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, char_type __c) + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) basic_string & replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) basic_string & replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const char_type *__s, size_type __n) + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) basic_string & replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const char_type *__s) + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _CharT *__s) basic_string & replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, char_type __c) + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) basic_string & replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) basic_string & replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< char_type > __l) + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) void reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, char_type __c) + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) void resize - a03900.html + a04673.html a9c65ed069cb3a757975febfef57479cd (size_type __n) + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _CharT __c) + + size_type rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_CharT __c, size_type __pos=npos) const noexcept size_type rfind - a03900.html + a04673.html a62cac31568a34b427b6faf3962f72746 - (const char_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type rfind - a03900.html + a04673.html a252f2266eacf983c47e0f5874b9eaff6 - (const char_type *__s, size_type __pos=npos) const noexcept + (const _CharT *__s, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (char_type __c, size_type __pos=npos) const noexcept + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept void shrink_to_fit - a03900.html + a04673.html a74201ef9d14b1fd7c7e116268e277023 () noexcept size_type size - a03900.html + a04673.html a676f896c88073521cfac7aab5f3da5af () const noexcept basic_string substr - a03900.html + a04673.html a25792c9769bbd22fccf887bf0be28556 (size_type __pos=0, size_type __n=npos) const void swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) static const size_type npos - a03900.html + a04673.html ac73924a70ab202e90e1c18c2dea125c9 - basic_string< value_type > - a03900.html + basic_string< _CharT > + a04673.html basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 - () + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept + + + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept basic_string - a03900.html + a04673.html a1b86aa9be110b05515cb86436ebecd0c (const _Alloc &__a) basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _CharT *__s, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const _Alloc &__a=_Alloc()) basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const value_type *__s, size_type __n, const _Alloc &__a=_Alloc()) + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const value_type *__s, const _Alloc &__a=_Alloc()) + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, value_type __c, const _Alloc &__a=_Alloc()) + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) basic_string - a03900.html + a04673.html a464829dac12de13b7fdd9411d413fca3 - (initializer_list< value_type > __l, const _Alloc &__a=_Alloc()) + (initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) ~basic_string - a03900.html + a04673.html adb7b4b7b01dd15155872907322c8ce6b () noexcept basic_string & append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) basic_string & append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _CharT *__s) basic_string & append - a03900.html + a04673.html aedb1f587c0c2da80a654e467e0b02103 - (const value_type *__s, size_type __n) + (const _CharT *__s, size_type __n) + + + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) + + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) basic_string & append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const value_type *__s) + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) basic_string & append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, value_type __c) + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) basic_string & append - a03900.html + a04673.html abbc4bbfee03cbca12a25929455036337 - (initializer_list< value_type > __l) + (initializer_list< _CharT > __l) basic_string & append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _CharT __c) basic_string & assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) basic_string & assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< _Alloc >::is_always_equal::value) basic_string & assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _CharT *__s) basic_string & assign - a03900.html + a04673.html a29921ea06a2addf4f553a0926cee86ed - (const value_type *__s, size_type __n) + (const _CharT *__s, size_type __n) - basic_string & + _If_sv< _Tp, basic_string & > assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const value_type *__s) + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) + + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) basic_string & assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, value_type __c) + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) basic_string & assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) basic_string & assign - a03900.html + a04673.html a70293716cb2965eb975b5e7279373c5a - (initializer_list< value_type > __l) + (initializer_list< _CharT > __l) - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _CharT __c) reference at - a03900.html + a04673.html afb57639cf518335a43c9b2875438fe0d (size_type __n) + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + reference back - a03900.html + a04673.html ac12faa42fdb7031770f89f43f8901376 () const_reference back - a03900.html + a04673.html a7b7634d8024933699b736e271f88cdac () const noexcept iterator begin - a03900.html + a04673.html a92ac8cd12ed8dd292465c513b47b3a81 () const_iterator begin - a03900.html + a04673.html a9616ce861862d90208cee9aedd61747b () const noexcept - const value_type * + const _CharT * c_str - a03900.html + a04673.html a1c644c6d7fe3a686d752a9aecb99da0c () const noexcept size_type capacity - a03900.html + a04673.html adbd70b5afd5d6a0b47dfe2e2ec491c07 () const noexcept const_iterator cbegin - a03900.html + a04673.html accd90e0fb247fa817e4b8e2b093380aa () const noexcept const_iterator cend - a03900.html + a04673.html a08def895e3c355e7d463af3f778a0f52 () const noexcept void clear - a03900.html + a04673.html aaf800493abc5157b122532f5553c7473 () noexcept int compare - a03900.html + a04673.html + a215d1d73d41a557d9615091708945db6 + (const _CharT *__s) const noexcept + + + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) + + + int + compare + a04673.html a2e55254a1296e57e119415607247b8f2 (const basic_string &__str) const + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) + + int compare - a03900.html + a04673.html a2bd799002ba56d91f9d7da0f66a39034 (size_type __pos, size_type __n, const basic_string &__str) const int compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _CharT *__s) const int compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const value_type *__s) const noexcept + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const - int + _If_sv< _Tp, int > compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const value_type *__s) const + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) int compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const value_type *__s, size_type __n2) const + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const size_type copy - a03900.html + a04673.html a58b4af90a328f86db6bed2c8e25b4fe5 - (value_type *__s, size_type __n, size_type __pos=0) const + (_CharT *__s, size_type __n, size_type __pos=0) const const_reverse_iterator crbegin - a03900.html + a04673.html a0403377853044ccf7f9020f98a5b0916 () const noexcept const_reverse_iterator crend - a03900.html + a04673.html a9b78c09c0de7008f035df7238fe4b925 () const noexcept - const value_type * + const _CharT * data - a03900.html + a04673.html a7998fb98c9eddd604864547d4ed4a80f () const noexcept + _CharT * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept + + bool empty - a03900.html + a04673.html ab646860c309686e5dfa9ab42e062a1bf () const noexcept iterator end - a03900.html + a04673.html aa4a6c059c158877d2390196bbff5b480 () const_iterator end - a03900.html + a04673.html a817beeb1801ef5c3046593ef8867a37d () const noexcept - basic_string & + iterator erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) iterator erase - a03900.html + a04673.html a28aff931bdb19be2c6b1658d6bb03f71 (iterator __position) - iterator + basic_string & erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) size_type find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const value_type *__s, size_type __pos, size_type __n) const noexcept + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_CharT __c, size_type __pos=0) const noexcept size_type find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find - a03900.html + a04673.html a0961886fe945d04554beab21c4f9bc54 - (const value_type *__s, size_type __pos=0) const noexcept + (const _CharT *__s, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) size_type find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (value_type __c, size_type __pos=0) const noexcept + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept size_type find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (_CharT __c, size_type __pos=0) const noexcept size_type find_first_not_of - a03900.html + a04673.html a2ecada165b41788e4817cb31b8e5269b - (const value_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_first_not_of - a03900.html + a04673.html af929326691134537716b308d080f487f - (const value_type *__s, size_type __pos=0) const noexcept + (const _CharT *__s, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (value_type __c, size_type __pos=0) const noexcept + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept size_type find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_CharT __c, size_type __pos=0) const noexcept size_type find_first_of - a03900.html + a04673.html a3539b87ea391ab52a571f62e3f4d3516 - (const value_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_first_of - a03900.html + a04673.html ae2873f45c9a0fcb04bd17eaec640540b - (const value_type *__s, size_type __pos=0) const noexcept + (const _CharT *__s, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (value_type __c, size_type __pos=0) const noexcept + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept size_type find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (_CharT __c, size_type __pos=npos) const noexcept size_type find_last_not_of - a03900.html + a04673.html ae7c601a7f29a2304f2f014faaa789652 - (const value_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_last_not_of - a03900.html + a04673.html a3e72d0dcdcb779d768feb37f0d10937d - (const value_type *__s, size_type __pos=npos) const noexcept + (const _CharT *__s, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (value_type __c, size_type __pos=npos) const noexcept + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept size_type find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_CharT __c, size_type __pos=npos) const noexcept size_type find_last_of - a03900.html + a04673.html abebb36705e89a99c9c8dd8b4968aa6f3 - (const value_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type find_last_of - a03900.html + a04673.html a1eeebd95d63fe61d0ef78f369675ca89 - (const value_type *__s, size_type __pos=npos) const noexcept + (const _CharT *__s, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (value_type __c, size_type __pos=npos) const noexcept + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept reference front - a03900.html + a04673.html a4e7ef41fd4dbb69e831e2721fef8c1f5 () const_reference front - a03900.html + a04673.html a3dd02d2967a250d1e115f96907b05411 () const noexcept allocator_type get_allocator - a03900.html + a04673.html ac74bf867dd0c370a371d27715417037d () const noexcept - void + iterator insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, value_type __c) + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) void insert - a03900.html + a04673.html adfba5cd6a9aa65ba311bccf50cb372f1 (iterator __p, _InputIterator __beg, _InputIterator __end) void insert - a03900.html + a04673.html a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< value_type > __l) + (iterator __p, initializer_list< _CharT > __l) - basic_string & + void insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) basic_string & insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _CharT *__s) basic_string & insert - a03900.html + a04673.html a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const value_type *__s, size_type __n) + (size_type __pos, const _CharT *__s, size_type __n) - basic_string & + _If_sv< _Tp, basic_string & > insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const value_type *__s) + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) basic_string & insert - a03900.html + a04673.html ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, value_type __c) + (size_type __pos, size_type __n, _CharT __c) - iterator + _If_sv< _Tp, basic_string & > insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, value_type __c) + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) + + + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) size_type length - a03900.html + a04673.html a5963813a61b3dbc4edd03cf1f91608b5 () const noexcept size_type max_size - a03900.html + a04673.html ae64648328b956cc014db981cfd763df4 () const noexcept + + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept + + basic_string & operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_CharT __c) basic_string & operator+= - a03900.html + a04673.html adbefaa945be40d2d60d200370327f078 - (const value_type *__s) + (const _CharT *__s) + + + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) basic_string & operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (value_type __c) + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) basic_string & operator+= - a03900.html + a04673.html a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< value_type > __l) + (initializer_list< _CharT > __l) basic_string & operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_CharT __c) basic_string & operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const value_type *__s) + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) basic_string & operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (value_type __c) + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _CharT *__s) - basic_string & + _If_sv< _Tp, basic_string & > operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) basic_string & operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< value_type > __l) + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _CharT > __l) reference operator[] - a03900.html + a04673.html ae727161635dca3a36d696c73d391424b (size_type __pos) + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + void pop_back - a03900.html + a04673.html a570874e864550fff0d314ee635afba9c () void push_back - a03900.html + a04673.html a0825375ff9f37dd0716baeb3932a8c10 - (value_type __c) + (_CharT __c) reverse_iterator rbegin - a03900.html + a04673.html a43226db34f7ad7cb99e1cc9f6549ae03 () const_reverse_iterator rbegin - a03900.html + a04673.html a9c8fd2b5572dc31cbd455698a398ec9d () const noexcept reverse_iterator rend - a03900.html + a04673.html a320628bf4405d1896c4cbbaa1c0ddee1 () const_reverse_iterator rend - a03900.html + a04673.html a7bd1be7596d11f5b7e8d7f29372adc61 () const noexcept + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) + + basic_string & replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) basic_string & replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) basic_string & replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const value_type *__s, size_type __n2) + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) basic_string & replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const value_type *__s) + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) basic_string & replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, value_type __c) + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) basic_string & replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) basic_string & replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const value_type *__s, size_type __n) + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) basic_string & replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const value_type *__s) + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _CharT *__s) basic_string & replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, value_type __c) + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) basic_string & replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) basic_string & replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< value_type > __l) + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) void reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, value_type __c) + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) void resize - a03900.html + a04673.html a9c65ed069cb3a757975febfef57479cd (size_type __n) + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _CharT __c) + + size_type rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_CharT __c, size_type __pos=npos) const noexcept size_type rfind - a03900.html + a04673.html a62cac31568a34b427b6faf3962f72746 - (const value_type *__s, size_type __pos, size_type __n) const noexcept + (const _CharT *__s, size_type __pos, size_type __n) const noexcept size_type rfind - a03900.html + a04673.html a252f2266eacf983c47e0f5874b9eaff6 - (const value_type *__s, size_type __pos=npos) const noexcept + (const _CharT *__s, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (value_type __c, size_type __pos=npos) const noexcept + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept void shrink_to_fit - a03900.html + a04673.html a74201ef9d14b1fd7c7e116268e277023 () noexcept size_type size - a03900.html + a04673.html a676f896c88073521cfac7aab5f3da5af () const noexcept basic_string substr - a03900.html + a04673.html a25792c9769bbd22fccf887bf0be28556 (size_type __pos=0, size_type __n=npos) const void swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) static const size_type npos - a03900.html + a04673.html ac73924a70ab202e90e1c18c2dea125c9 - bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - a10564.html - - bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - + basic_string< _CharT, std::char_traits< _CharT >, std::allocator< _CharT > > + a04673.html + + + basic_string + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept - - - bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - a10564.html - - bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - + + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - - bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - a10564.html - - bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - + + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept - - - bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - a10564.html - - bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > - node_const_iterator - a10564.html - a34153991f6bcc5f12afc0879ba367393 - + + + basic_string + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _CharT *__s, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - - binary_function< __shared_ptr< _Tp, _Lp >, __shared_ptr< _Tp, _Lp >, bool > - a06396.html - - __shared_ptr< _Tp, _Lp > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + + basic_string + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _CharT *__s, size_type __n, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + + basic_string + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - __shared_ptr< _Tp, _Lp > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + + basic_string + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - - binary_function< __weak_ptr< _Tp, _Lp >, __weak_ptr< _Tp, _Lp >, bool > - a06396.html - - __weak_ptr< _Tp, _Lp > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + + basic_string + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + + basic_string + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - __weak_ptr< _Tp, _Lp > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + + basic_string + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) - - - binary_function< _Arg1, _Arg2, _Arg1 > - a06396.html - - _Arg1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + + basic_string + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const std::allocator< _CharT > &__a) - - _Arg1 - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + + basic_string + a04673.html + a1b86aa9be110b05515cb86436ebecd0c + (const std::allocator< _CharT > &__a) - - _Arg2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + + basic_string + a04673.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< _CharT > __l, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - - binary_function< _Arg1, _Arg2, _Arg2 > - a06396.html - - _Arg1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + + basic_string + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _CharT __c, const std::allocator< _CharT > &__a=std::allocator< _CharT >()) - - _Arg2 - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + + ~basic_string + a04673.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept - - _Arg2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + append + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) - - - binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > - a06396.html - - _Predicate::first_argument_type - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + basic_string & + append + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _CharT *__s) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + basic_string & + append + a04673.html + aedb1f587c0c2da80a654e467e0b02103 + (const _CharT *__s, size_type __n) - - _Predicate::second_argument_type - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - - - binary_function< _Sp, _Sp, bool > - a06396.html - - _Sp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + basic_string & + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) - - _Sp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) - - - binary_function< _T1 *, _T2, _Res > - a06396.html - - _T1 * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + basic_string & + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _CharT > __l) - - _Res - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + basic_string & + append + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _CharT __c) - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + assign + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) - - - binary_function< _T1, _T2, _Res > - a06396.html - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + basic_string & + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< std::allocator< _CharT > >::is_always_equal::value) - - _Res - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + basic_string & + assign + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _CharT *__s) - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + assign + a04673.html + a29921ea06a2addf4f553a0926cee86ed + (const _CharT *__s, size_type __n) - - - binary_function< _T1, _T2, bool > - a06396.html - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) - - - binary_function< _Tp *, _Arg, _Ret > - a06396.html - - _Tp * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + basic_string & + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) - - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + basic_string & + assign + a04673.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< _CharT > __l) - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _CharT __c) - - - binary_function< _Tp, _Arg, _Ret > - a06396.html - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) - - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + reference + back + a04673.html + ac12faa42fdb7031770f89f43f8901376 + () - - - binary_function< _Tp, _Tp, _Tp > - a06396.html - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + const_reference + back + a04673.html + a7b7634d8024933699b736e271f88cdac + () const noexcept - - _Tp - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + iterator + begin + a04673.html + a92ac8cd12ed8dd292465c513b47b3a81 + () - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + const_iterator + begin + a04673.html + a9616ce861862d90208cee9aedd61747b + () const noexcept - - - binary_function< _Tp, _Tp, bool > - a06396.html - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - - binary_function< _Tp1, _Tp2, _Result > - a06396.html - - _Tp1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Result - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - - binary_function< const _T1 *, _T2, _Res > - a06396.html - - const _T1 * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + const _CharT * + c_str + a04673.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept - - _Res - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + const_iterator + cbegin + a04673.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept - - - binary_function< const _Tp *, _Arg, _Ret > - a06396.html - - const _Tp * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + const_iterator + cend + a04673.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept - - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + void + clear + a04673.html + aaf800493abc5157b122532f5553c7473 + () noexcept - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + int + compare + a04673.html + a215d1d73d41a557d9615091708945db6 + (const _CharT *__s) const noexcept - - - binary_function< const volatile _T1 *, _T2, _Res > - a06396.html - - const volatile _T1 * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - - _Res - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - - - binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > > - a06396.html - - rope< _CharT, _Alloc > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - - rope< _CharT, _Alloc > - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + int + compare + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _CharT *__s) const - - rope< _CharT, _Alloc > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + int + compare + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const - - - binary_function< shared_ptr< _Tp >, shared_ptr< _Tp >, bool > - a06396.html - - shared_ptr< _Tp > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const - - shared_ptr< _Tp > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + size_type + copy + a04673.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (_CharT *__s, size_type __n, size_type __pos=0) const - - - binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool > - a06396.html - - std::pair< _T1, _T2 > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + const_reverse_iterator + crbegin + a04673.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + const_reverse_iterator + crend + a04673.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept - - std::pair< _T1, _T2 > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + const _CharT * + data + a04673.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept - - - binary_function< value_type, value_type, bool > - a06396.html - - value_type - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + _CharT * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - value_type - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - - binary_function< void, void, bool > - a06396.html - - void - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + iterator + end + a04673.html + aa4a6c059c158877d2390196bbff5b480 + () - - void - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + const_iterator + end + a04673.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept - - - binary_function< volatile _T1 *, _T2, _Res > - a06396.html - - volatile _T1 * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + iterator + erase + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) - - _Res - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + iterator + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + basic_string & + erase + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) - - - binary_function< weak_ptr< _Tp >, weak_ptr< _Tp >, bool > - a06396.html - - weak_ptr< _Tp > - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + size_type + find + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_CharT __c, size_type __pos=0) const noexcept - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + size_type + find + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept - - weak_ptr< _Tp > - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + size_type + find + a04673.html + a0961886fe945d04554beab21c4f9bc54 + (const _CharT *__s, size_type __pos=0) const noexcept - - - codecvt< _Elem, char, mbstate_t > - a04268.html - std::__codecvt_abstract_base - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + size_type + find_first_not_of + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (_CharT __c, size_type __pos=0) const noexcept - - virtual result - do_out - a04268.html - a5cdde44b6d296efa567c0cc94bca6f08 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + size_type + find_first_not_of + a04673.html + a2ecada165b41788e4817cb31b8e5269b + (const _CharT *__s, size_type __pos, size_type __n) const noexcept - - - const_iterator_ - a11012.html - point_const_iterator_ - - const_pointer_ - const_pointer - a11012.html - a56f3879fa29a0681a004a855e77bb8e7 - + + size_type + find_first_not_of + a04673.html + af929326691134537716b308d080f487f + (const _CharT *__s, size_type __pos=0) const noexcept - - const_reference_ - const_reference - a11012.html - ace57cd6add9d3c9d22db7e8903ed2788 - + + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - _Alloc::difference_type - difference_type - a11012.html - a5aa0e868f0386bf8136500e986ccdbdd - + + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept - - std::forward_iterator_tag - iterator_category - a11012.html - af444809607ea316622a983fcd8b9e1d3 - + + size_type + find_first_of + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_CharT __c, size_type __pos=0) const noexcept - - pointer_ - pointer - a11012.html - a138b64767ee1c612debd902ae852f055 - + + size_type + find_first_of + a04673.html + a3539b87ea391ab52a571f62e3f4d3516 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept - - reference_ - reference - a11012.html - aaf84a768bee3b8ec22ac16b461865bea - + + size_type + find_first_of + a04673.html + ae2873f45c9a0fcb04bd17eaec640540b + (const _CharT *__s, size_type __pos=0) const noexcept - - value_type_ - value_type - a11012.html - a090d57c081a3e220bbe416e6b618f9f5 - + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - const_iterator_ - a11012.html - a7d6dec5709f9fa70583f65263701e9a3 - () + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept - bool - operator!= - a11020.html - a40cf56640357123e880f39e36454b552 - (const point_iterator_ &other) const + size_type + find_last_not_of + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (_CharT __c, size_type __pos=npos) const noexcept - bool - operator!= - a11020.html - a5b0ebe0ad2f13fb20de8c5cff2855216 - (const point_const_iterator_ &other) const + size_type + find_last_not_of + a04673.html + ae7c601a7f29a2304f2f014faaa789652 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept - const_reference - operator* - a11020.html - aa36fe65e861c9fe0e67b77f28d0fea0b - () const + size_type + find_last_not_of + a04673.html + a3e72d0dcdcb779d768feb37f0d10937d + (const _CharT *__s, size_type __pos=npos) const noexcept - const_iterator_ & - operator++ - a11012.html - aabeb7276d4ce2366c5bb6c9a9f213546 - () + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - const_iterator_ - operator++ - a11012.html - abb2e9ec96985b4c74418481ebb6e47e1 - (int) + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept - const_pointer - operator-> - a11020.html - a4f35a84ace173bc8b49e7b15af544bdc - () const + size_type + find_last_of + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_CharT __c, size_type __pos=npos) const noexcept - bool - operator== - a11020.html - a71de2ddc1c6ba25e6e272c9da3a95318 - (const point_iterator_ &other) const + size_type + find_last_of + a04673.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept - bool - operator== - a11020.html - a866b2f6450ebeaa95ed1b6065451ad7d - (const point_const_iterator_ &other) const + size_type + find_last_of + a04673.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const _CharT *__s, size_type __pos=npos) const noexcept - - - const_iterator_ - a11012.html - aefd4394ed84e098841202e80ebbd7b8b - (const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC *p_tbl) + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - const PB_DS_CLASS_C_DEC * - m_p_tbl - a11012.html - aa90bbed0309049118ba04e647ac91d66 - + + size_type + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept - - - container_traits_base< Cntnr::container_category > - a10220.html - - - deque< _StateSeqT > - a06388.html - _Deque_base< _StateSeqT, std::allocator< _StateSeqT > > - - deque - a06388.html - ae68c6ac05cd6e788a90c9b8a47c56756 + reference + front + a04673.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 () - - deque - a06388.html - aa8cf87c79a7c6bdf2cf07749fb1e2ff5 - (const allocator_type &__a) + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept - - deque - a06388.html - a511a8f76d058f6bd0e2236abf8df23bc - (size_type __n, const allocator_type &__a=allocator_type()) + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept - - deque - a06388.html - a858d7660a45a911f8ae7858246ea2f6d - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) - - deque - a06388.html - a03515a6af7f959e28cec591ac5f0f8b2 - (const deque &__x) + void + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) - - deque - a06388.html - a7d533f573a77a0f9bf33fa40dde1c9cd - (deque &&__x) + void + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _CharT > __l) - - deque - a06388.html - a0948ee096c5387c1deb1e5885d06c112 - (const deque &__x, const allocator_type &__a) + void + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) - - deque - a06388.html - a0bb7da7a228f22622f2e822252813d51 - (deque &&__x, const allocator_type &__a) + basic_string & + insert + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _CharT *__s) - - deque - a06388.html - abdc5fd34432d73edde92643c58d7db6d - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + basic_string & + insert + a04673.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const _CharT *__s, size_type __n) - - deque - a06388.html - ac11b72c35c99798a8aa8428206af7b74 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) - - ~deque - a06388.html - a8e7b8eb846862bae0ec76623338fa2a7 - () + basic_string & + insert + a04673.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, _CharT __c) - void - assign - a06388.html - a65dabc6e005b7b5a19adf55792821e76 - (size_type __n, const value_type &__val) + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) - void - assign - a06388.html - ac0579ff04738a923ad49b8b9398af642 - (_InputIterator __first, _InputIterator __last) + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) - void - assign - a06388.html - ab16028e538ba034ad569b6933c152cdb - (initializer_list< value_type > __l) + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) - reference - at - a06388.html - a4b0080ca0ed1a2222104a5fb776a454f - (size_type __n) + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept - const_reference - at - a06388.html - a03a10b684468f787e852fa360440ba7b - (size_type __n) const + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept - reference - back - a06388.html - a9345d8aadac1295d32b7390ede8478f5 - () noexcept + + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept - const_reference - back - a06388.html - a0ebb54615350e129c2ce3b51368402bb - () const noexcept + basic_string & + operator+= + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_CharT __c) - iterator - begin - a06388.html - af71a8fc9a6dff2b04bfd8b219c40a940 - () noexcept + basic_string & + operator+= + a04673.html + adbefaa945be40d2d60d200370327f078 + (const _CharT *__s) - const_iterator - begin - a06388.html - ac5c61891a706a301138fdc8dbf0d0209 - () const noexcept + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) - const_iterator - cbegin - a06388.html - a289af3aac006b9faa969fbdf090f8202 - () const noexcept + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) - const_iterator - cend - a06388.html - ae56c2f3c25dc623eba9825a2e3eddd7c - () const noexcept + basic_string & + operator+= + a04673.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< _CharT > __l) - void - clear - a06388.html - a1a753bfa9e6b675bac7ee9ec4365fbdf - () noexcept + basic_string & + operator= + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_CharT __c) - const_reverse_iterator - crbegin - a06388.html - a86674e16182ecb624e854ce7a653c03e - () const noexcept + basic_string & + operator= + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) - const_reverse_iterator - crend - a06388.html - a17d738d29f26320ce991399537a17bce - () const noexcept + basic_string & + operator= + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _CharT *__s) - iterator - emplace - a06388.html - a3ea67e3e7fc5c84e92d9868bb57ae05a - (const_iterator __position, _Args &&... __args) + _If_sv< _Tp, basic_string & > + operator= + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) - bool - empty - a06388.html - a512ed6c7e0dc244335b337da26d76f41 - () const noexcept + basic_string & + operator= + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - iterator - end - a06388.html - a78b2da6c6329349581db042e6bbe2a40 - () noexcept + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _CharT > __l) - const_iterator - end - a06388.html - ad1986c3313eec924e6a7531929a82b8d - () const noexcept + reference + operator[] + a04673.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) - iterator - erase - a06388.html - a0e0812f0cacd5dfd1108455df4fda375 - (const_iterator __position) + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept - iterator - erase - a06388.html - af8f15e04574604071004bcdcd3be22fc - (const_iterator __first, const_iterator __last) + void + pop_back + a04673.html + a570874e864550fff0d314ee635afba9c + () - reference - front - a06388.html - ae5172d8f3ab8a44f5f68f5d6256e5c7e - () noexcept + void + push_back + a04673.html + a0825375ff9f37dd0716baeb3932a8c10 + (_CharT __c) - const_reference - front - a06388.html - a62222a6cab13f17c0489a3d6242dd6a8 + reverse_iterator + rbegin + a04673.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a04673.html + a9c8fd2b5572dc31cbd455698a398ec9d () const noexcept - allocator_type - get_allocator - a06388.html - a40d6b0cbbd61cda2b99f5fc4a274fe02 + reverse_iterator + rend + a04673.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a04673.html + a7bd1be7596d11f5b7e8d7f29372adc61 () const noexcept - iterator - insert - a06388.html - a69b4ca4a5aad67e979d6e6db9b31781a - (const_iterator __position, const value_type &__x) + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) - iterator - insert - a06388.html - adec6ee2ba1f059f0addf6b9da5b596e1 - (const_iterator __position, value_type &&__x) + basic_string & + replace + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) - iterator - insert - a06388.html - a755a6d05ef2270de50ce270bea77250f - (const_iterator __p, initializer_list< value_type > __l) + basic_string & + replace + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) - iterator - insert - a06388.html - ad645c0144212cbfee911daa80578e997 - (const_iterator __position, size_type __n, const value_type &__x) + basic_string & + replace + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) - iterator - insert - a06388.html - aee2b0dd83e2d5c82db3b2df6918e484a - (const_iterator __position, _InputIterator __first, _InputIterator __last) + basic_string & + replace + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) - size_type - max_size - a06388.html - a5aea8252ed76805923d591f878768f67 - () const noexcept + basic_string & + replace + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) - deque & - operator= - a06388.html - acbbd2ced11be9e416c030bf3dcaeacad - (const deque &__x) + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) - deque & - operator= - a06388.html - a77734a257fa1c71752517d0ae6ae707d - (deque &&__x) noexcept(_Alloc_traits::_S_always_equal()) + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) - deque & - operator= - a06388.html - a74898d8b495f47ced979e6ba66c4eef1 - (initializer_list< value_type > __l) + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) - reference - operator[] - a06388.html - a461a433ad999e2d22e10f45addf1bb67 - (size_type __n) noexcept + basic_string & + replace + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _CharT *__s) - const_reference - operator[] - a06388.html - a513a4ab26ac9df40d7ec95fc50e1218b - (size_type __n) const noexcept + basic_string & + replace + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) - void - pop_back - a06388.html - a2299790b7c0080b2652ba374a2ea68fc - () noexcept + basic_string & + replace + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) + + + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) void - pop_front - a06388.html - a3f5c33f2728f70a589e11a2e8b013e78 - () noexcept + reserve + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () void - push_back - a06388.html - aa261893d7576d53592700d030dedae78 - (const value_type &__x) + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) void - push_front - a06388.html - a5e23e99b8919a725e105786dd2bf20e9 - (const value_type &__x) + resize + a04673.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) - reverse_iterator - rbegin - a06388.html - a00b51e916472a01d8d68945681ab8245 - () noexcept + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _CharT __c) - const_reverse_iterator - rbegin - a06388.html - af3714db48a222a584264a3e668bd5b3c - () const noexcept + size_type + rfind + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_CharT __c, size_type __pos=npos) const noexcept - reverse_iterator - rend - a06388.html - a0daef1995ab8473dad46086c79ecb9f0 - () noexcept + size_type + rfind + a04673.html + a62cac31568a34b427b6faf3962f72746 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept - const_reverse_iterator - rend - a06388.html - a2d4c0290323b6a5a78b2e30d2706d753 - () const noexcept + size_type + rfind + a04673.html + a252f2266eacf983c47e0f5874b9eaff6 + (const _CharT *__s, size_type __pos=npos) const noexcept - void - resize - a06388.html - a2cb09fae5538690a6175b6e738f39b59 - (size_type __new_size) + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - void - resize - a06388.html - a5f7f1a01f2d6a06b4c89a4c5a84a9002 - (size_type __new_size, const value_type &__x) + size_type + rfind + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept void shrink_to_fit - a06388.html - abe9c2e87fe6d96dbbbf7f50f750d3cf2 + a04673.html + a74201ef9d14b1fd7c7e116268e277023 () noexcept size_type size - a06388.html - a24d5150e384f657ca3b317ced4dadc5d + a04673.html + a676f896c88073521cfac7aab5f3da5af () const noexcept - void - swap - a06388.html - a41f78615b6896d0b85bef3aea0e41f2f - (deque &__x) noexcept + basic_string + substr + a04673.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const - + void - _M_fill_initialize - a06388.html - a67647a3b7f00d3ca89b27980a1f2b7ee - (const value_type &__value) + swap + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) - - void - _M_initialize_map - a06380.html - a0ba38b77ebabad6056d04d9f65ffa74c - (size_t) + + static const size_type + npos + a04673.html + ac73924a70ab202e90e1c18c2dea125c9 + - - void - _M_range_check - a06388.html - ab0b41c4f880dd45f1278ce6233a3f513 - (size_type __n) const + + + basic_string< char > + a04673.html + + + basic_string + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept - - void - _M_range_initialize - a06388.html - ae2b6ab89b51f74b7de15e6494fc03caa - (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) - - void - _M_range_initialize - a06388.html - aa453821f9b3b8666764d4e6bbd5d091c - (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept - - void - _M_push_back_aux - a06388.html - a9cacda81743ab1d5447c31ecc1a988d2 - (_Args &&... __args) + + + basic_string + a04673.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) - - void - _M_push_front_aux - a06388.html - aaf55754b5eef8f7f949e56a7ccf80068 - (_Args &&... __args) + + + basic_string + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const _Alloc &__a=_Alloc()) - - void - _M_pop_back_aux - a06388.html - ae125f10bcc0c0b97d7a4f5c582ebe9b7 - () + + + basic_string + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const _Alloc &__a=_Alloc()) - - void - _M_pop_front_aux - a06388.html - a21cfe1ac5af07d0cfa9dee315faec368 - () + + + basic_string + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) - - iterator - _M_reserve_elements_at_front - a06388.html - a2f8d8d37581896d79e8759a827bab9e0 - (size_type __n) + + + basic_string + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) - - iterator - _M_reserve_elements_at_back - a06388.html - ae525555e5d42a93d328bdd620705ce94 - (size_type __n) + + + basic_string + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) - - void - _M_new_elements_at_front - a06388.html - a9397000b47d5f39fff457ac11a728c50 - (size_type __new_elements) + + + basic_string + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) - - void - _M_new_elements_at_back - a06388.html - a71853b49ee48f7f429287d1a78964911 - (size_type __new_elements) + + + basic_string + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const char *__s, const _Alloc &__a=_Alloc()) - - void - _M_reserve_map_at_back - a06388.html - a8ebf868f4aae064167a0a05292b19093 - (size_type __nodes_to_add=1) + + + basic_string + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const char *__s, size_type __n, const _Alloc &__a=_Alloc()) - - void - _M_reserve_map_at_front - a06388.html - aa8eb5a8eedeacb9a0de37a42dfc5abc9 - (size_type __nodes_to_add=1) + + + basic_string + a04673.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< char > __l, const _Alloc &__a=_Alloc()) - - void - _M_reallocate_map - a06388.html - a27ce26ccde84a7aacb2326cb7969149e - (size_type __nodes_to_add, bool __add_at_front) + + + basic_string + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, char __c, const _Alloc &__a=_Alloc()) - - void - _M_range_initialize - a06388.html - ae2b6ab89b51f74b7de15e6494fc03caa - (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + + ~basic_string + a04673.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept - - void - _M_range_initialize - a06388.html - aa453821f9b3b8666764d4e6bbd5d091c - (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + basic_string & + append + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) - - void - _M_push_back_aux - a06388.html - a9cacda81743ab1d5447c31ecc1a988d2 - (_Args &&... __args) + + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - - void - _M_push_front_aux - a06388.html - aaf55754b5eef8f7f949e56a7ccf80068 - (_Args &&... __args) + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - void - _M_pop_back_aux - a06388.html - ae125f10bcc0c0b97d7a4f5c582ebe9b7 - () + + basic_string & + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) - - void - _M_pop_front_aux - a06388.html - a21cfe1ac5af07d0cfa9dee315faec368 - () + + basic_string & + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) - - iterator - _M_reserve_elements_at_front - a06388.html - a2f8d8d37581896d79e8759a827bab9e0 + + basic_string & + append + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const char *__s) + + + basic_string & + append + a04673.html + aedb1f587c0c2da80a654e467e0b02103 + (const char *__s, size_type __n) + + + basic_string & + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< char > __l) + + + basic_string & + append + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, char __c) + + + basic_string & + assign + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< _Alloc >::is_always_equal::value) + + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) + + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) + + + basic_string & + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) + + + basic_string & + assign + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const char *__s) + + + basic_string & + assign + a04673.html + a29921ea06a2addf4f553a0926cee86ed + (const char *__s, size_type __n) + + + basic_string & + assign + a04673.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< char > __l) + + + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, char __c) + + + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d (size_type __n) - + + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + back + a04673.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a04673.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + iterator - _M_reserve_elements_at_back - a06388.html - ae525555e5d42a93d328bdd620705ce94 - (size_type __n) + begin + a04673.html + a92ac8cd12ed8dd292465c513b47b3a81 + () - - void - _M_new_elements_at_front - a06388.html - a9397000b47d5f39fff457ac11a728c50 - (size_type __new_elements) + + const_iterator + begin + a04673.html + a9616ce861862d90208cee9aedd61747b + () const noexcept - - void - _M_new_elements_at_back - a06388.html - a71853b49ee48f7f429287d1a78964911 - (size_type __new_elements) + + const char * + c_str + a04673.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept - - void - _M_reserve_map_at_back - a06388.html - a8ebf868f4aae064167a0a05292b19093 - (size_type __nodes_to_add=1) + + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - - void - _M_reserve_map_at_front - a06388.html - aa8eb5a8eedeacb9a0de37a42dfc5abc9 - (size_type __nodes_to_add=1) + + const_iterator + cbegin + a04673.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept - + + const_iterator + cend + a04673.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + void - _M_reallocate_map - a06388.html - a27ce26ccde84a7aacb2326cb7969149e - (size_type __nodes_to_add, bool __add_at_front) + clear + a04673.html + aaf800493abc5157b122532f5553c7473 + () noexcept - - - gamma_distribution< double > - a05456.html - - double - result_type - a05456.html - aaa49ffe0d995ae8237a5dbad8ac7451c - + + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - - gamma_distribution - a05456.html - aaf1043f0be5e8da80224d77d62e23999 - (double __alpha_val=double(1), double __beta_val=double(1)) + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - double - alpha - a05456.html - a885140ca6e119c2c66130bcdd388038c - () const + int + compare + a04673.html + a215d1d73d41a557d9615091708945db6 + (const char *__s) const noexcept - double - beta - a05456.html - ac68ca29e3655c78cf60ba8159d307d4b - () const + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - result_type - max - a05456.html - ae00d7ad063d15bb7162da61116552175 - () const + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - result_type - min - a05456.html - a7dc4b8a5f0edcf447683b93607a8441e - () const + int + compare + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const char *__s) const - result_type - operator() - a05456.html - a72dba48d3f9781e948c535e37e7eabeb - (_UniformRandomNumberGenerator &__urng) + int + compare + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const char *__s, size_type __n2) const - result_type - operator() - a05456.html - a286dd68452eebd137ec7be7852a58fca - (_UniformRandomNumberGenerator &__urng, const param_type &__p) + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) - param_type - param - a05456.html - ad8b960699602dcafa9a4ca3895fa776a - () const + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const - void - param - a05456.html - ac1e8d68c10521bff382e0a14587d1dc4 - (const param_type &__param) + size_type + copy + a04673.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (char *__s, size_type __n, size_type __pos=0) const - void - reset - a05456.html - a305329ded629d15f8ff5f84d642357f9 + const_reverse_iterator + crbegin + a04673.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a04673.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const char * + data + a04673.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + char * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept + + + bool + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a04673.html + aa4a6c059c158877d2390196bbff5b480 () - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05456.html - a706fe0713381598aee2cf988bc299e5e - (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + const_iterator + end + a04673.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept - - friend bool - operator== - a05456.html - ab60504a4db8724aede12258da566aede - (const gamma_distribution &__d1, const gamma_distribution &__d2) + + iterator + erase + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05456.html - abe79b6964f9b74c546de48e9c34c7388 - (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + iterator + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) - - - gamma_distribution< result_type > - a05456.html - - result_type - result_type - a05456.html - aaa49ffe0d995ae8237a5dbad8ac7451c - + + basic_string & + erase + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) - - gamma_distribution - a05456.html - aaf1043f0be5e8da80224d77d62e23999 - (result_type __alpha_val=result_type(1), result_type __beta_val=result_type(1)) + size_type + find + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (char __c, size_type __pos=0) const noexcept - result_type - alpha - a05456.html - a885140ca6e119c2c66130bcdd388038c - () const + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - result_type - beta - a05456.html - ac68ca29e3655c78cf60ba8159d307d4b - () const + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept - result_type - max - a05456.html - ae00d7ad063d15bb7162da61116552175 - () const + size_type + find + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const char *__s, size_type __pos, size_type __n) const noexcept - result_type - min - a05456.html - a7dc4b8a5f0edcf447683b93607a8441e - () const + size_type + find + a04673.html + a0961886fe945d04554beab21c4f9bc54 + (const char *__s, size_type __pos=0) const noexcept - result_type - operator() - a05456.html - a72dba48d3f9781e948c535e37e7eabeb - (_UniformRandomNumberGenerator &__urng) + size_type + find_first_not_of + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (char __c, size_type __pos=0) const noexcept - result_type - operator() - a05456.html - a286dd68452eebd137ec7be7852a58fca - (_UniformRandomNumberGenerator &__urng, const param_type &__p) + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - param_type - param - a05456.html - ad8b960699602dcafa9a4ca3895fa776a - () const + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept - void - param - a05456.html - ac1e8d68c10521bff382e0a14587d1dc4 - (const param_type &__param) + size_type + find_first_not_of + a04673.html + a2ecada165b41788e4817cb31b8e5269b + (const char *__s, size_type __pos, size_type __n) const noexcept - void - reset - a05456.html - a305329ded629d15f8ff5f84d642357f9 - () + size_type + find_first_not_of + a04673.html + af929326691134537716b308d080f487f + (const char *__s, size_type __pos=0) const noexcept - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05456.html - a706fe0713381598aee2cf988bc299e5e - (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + size_type + find_first_of + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (char __c, size_type __pos=0) const noexcept - - friend bool - operator== - a05456.html - ab60504a4db8724aede12258da566aede - (const gamma_distribution &__d1, const gamma_distribution &__d2) + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05456.html - abe79b6964f9b74c546de48e9c34c7388 - (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept - - - hash_load_check_resize_trigger_size_base< Size_Type, External_Load_Access > - a10916.html - - - integral_constant< _Rep, static_cast< _Rep >(_Val)> - a03156.html - - - integral_constant< bool, !_Pp::value > - a03156.html - - - integral_constant< bool, !is_array< _Tp > ::value > - a03156.html - - - integral_constant< bool, !is_function< _Tp >::value > - a03156.html - - - integral_constant< bool, !is_fundamental< _Tp >::value > - a03156.html - - - integral_constant< bool, !ratio_equal< _R1, _R2 >::value > - a03156.html - - - integral_constant< bool, __big_less< _Left::__hi, _Left::__lo, _Right::__hi, _Right::__lo >::value > - a03156.html - - - integral_constant< bool, __is_abstract(_Tp)> - a03156.html - - - integral_constant< bool, __is_class(_Tp)> - a03156.html - - - integral_constant< bool, __is_empty(_Tp)> - a03156.html - - - integral_constant< bool, __is_enum(_Tp)> - a03156.html - - - integral_constant< bool, __is_final(_Tp)> - a03156.html - - - integral_constant< bool, __is_literal_type(_Tp)> - a03156.html - - - integral_constant< bool, __is_pod(_Tp)> - a03156.html - - - integral_constant< bool, __is_polymorphic(_Tp)> - a03156.html - - - integral_constant< bool, __is_standard_layout(_Tp)> - a03156.html - - - integral_constant< bool, __is_trivial(_Tp)> - a03156.html - - - integral_constant< bool, __is_trivially_copyable(_Tp)> - a03156.html - - - integral_constant< bool, __is_union(_Tp)> - a03156.html - - - integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > - a03156.html - - - integral_constant< bool, is_function< _Tp >::value > - a03156.html - - - integral_constant< bool,(__hi1< __hi2||(__hi1==__hi2 &&__lo1< __lo2))> - a03156.html - - - integral_constant< int, 0 > - a03156.html - - - integral_constant< int, _Num > - a03156.html - - - integral_constant< intmax_t, __static_abs< _Pn >::value > - a03156.html - - - integral_constant< intmax_t, __static_abs< _Qn >::value > - a03156.html - - - integral_constant< intmax_t, _Pn *__static_sign< _Pn >::value > - a03156.html - - - integral_constant< intmax_t,(_Pn< 0) ? -1 :1 > - a03156.html - - - integral_constant< size_t, sizeof...(_Types)> - a03156.html - - - integral_constant< size_t, tuple_size< _Tp >::value > - a03156.html - - - integral_constant< std::size_t, 2 > - a03156.html - - - integral_constant< std::size_t, _Nm > - a03156.html - - - integral_constant< std::size_t, sizeof...(_Elements)> - a03156.html - - - integral_constant< unsigned, 0 > - a03156.html - - - integral_constant< unsigned, 1 > - a03156.html - - - integral_constant< unsigned, _Val > - a03156.html - - - is_floating_point< _Rep > - a03316.html - - - iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT > - a06672.html - - _Traits::off_type - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - - - - input_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - - - - _CharT * - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - - - - _CharT - reference - a06672.html - abb17838f15d32971ad823036c6593aef - - - - _CharT - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - - - - - iterator< input_iterator_tag, _Tp, _Dist, const _Tp *, const _Tp &> - a06672.html - - _Dist - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + size_type + find_first_of + a04673.html + a3539b87ea391ab52a571f62e3f4d3516 + (const char *__s, size_type __pos, size_type __n) const noexcept - - input_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + size_type + find_first_of + a04673.html + ae2873f45c9a0fcb04bd17eaec640540b + (const char *__s, size_type __pos=0) const noexcept - - const _Tp * - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + size_type + find_last_not_of + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (char __c, size_type __pos=npos) const noexcept - - const _Tp & - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - _Tp - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept - - - iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > - a06672.html - - iterator_traits< _Iterator >::difference_type - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + size_type + find_last_not_of + a04673.html + ae7c601a7f29a2304f2f014faaa789652 + (const char *__s, size_type __pos, size_type __n) const noexcept - - iterator_traits< _Iterator >::iterator_category - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + size_type + find_last_not_of + a04673.html + a3e72d0dcdcb779d768feb37f0d10937d + (const char *__s, size_type __pos=npos) const noexcept - - iterator_traits< _Iterator >::pointer - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + size_type + find_last_of + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (char __c, size_type __pos=npos) const noexcept - - iterator_traits< _Iterator >::reference - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - iterator_traits< _Iterator >::value_type - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + size_type + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept - - - iterator< output_iterator_tag, void, void, void, void > - a06672.html - - void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + size_type + find_last_of + a04673.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const char *__s, size_type __pos, size_type __n) const noexcept - - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + size_type + find_last_of + a04673.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const char *__s, size_type __pos=npos) const noexcept - - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + reference + front + a04673.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () - - void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept - - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept - - - iterator< std::output_iterator_tag, void, void, void, void > - a06672.html - + void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - - - - std::output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) - - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, char __c) - + void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< char > __l) - + void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - - - - - iterator< std::random_access_iterator_tag, _CharT > - a06672.html - - ptrdiff_t - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - - - - std::random_access_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - - - - _CharT * - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - - - - _CharT & - reference - a06672.html - abb17838f15d32971ad823036c6593aef - - - - _CharT - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - - - - - iterator< std::random_access_iterator_tag, bool > - a06672.html - - ptrdiff_t - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - - - - std::random_access_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - - - - bool * - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, char __c) - - bool & - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) - - bool - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + basic_string & + insert + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const char *__s) - - - iterator_ - a11016.html - const_iterator_ - - const_pointer_ - const_pointer - a11016.html - a5b919c25bd3e9c458e1023bb775c41e4 - + + basic_string & + insert + a04673.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const char *__s, size_type __n) - - const_reference_ - const_reference - a11016.html - a6697087226a2ded72ae3aa5448c4a330 - + + basic_string & + insert + a04673.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, char __c) - - _Alloc::difference_type - difference_type - a11016.html - a8fcb57cdcee0a5668a3aae97bc159ff6 - + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) - - std::forward_iterator_tag - iterator_category - a11016.html - a304ce8f2d8163bcd83c095521b6fa1b1 - + + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) - - pointer_ - pointer - a11016.html - a5e8e32e609074706bc1124c6f143dcee - + + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) - - reference_ - reference - a11016.html - a44c68d704c42fe7722c558da7f2072c8 - + + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept - - value_type_ - value_type - a11016.html - a68da9e97879135d05aa37f27e2c826c4 - + + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept - iterator_ - a11016.html - a53fb6c07d7d3153087d79ca22c1a8ec0 - () + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept - - operator const point_iterator_ - a11016.html - a3fba9aa69c338b7babd7a436ba0cf99f - () const + basic_string & + operator+= + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (char __c) - - operator point_iterator_ - a11016.html - aa4c276572f3681c975c496b45962abdd - () + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) - bool - operator!= - a11020.html - a40cf56640357123e880f39e36454b552 - (const point_iterator_ &other) const + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) - bool - operator!= - a11020.html - a5b0ebe0ad2f13fb20de8c5cff2855216 - (const point_const_iterator_ &other) const + basic_string & + operator+= + a04673.html + adbefaa945be40d2d60d200370327f078 + (const char *__s) - reference - operator* - a11016.html - a44f292f812c56ddf38a1cded7175fa22 - () const + basic_string & + operator+= + a04673.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< char > __l) - iterator_ & - operator++ - a11016.html - ae3ce4e8d7eab45011fa177454aecf378 - () + basic_string & + operator= + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) - iterator_ - operator++ - a11016.html - ad5a05ab49fce8dd1c5eb8b807f0d84f5 - (int) + basic_string & + operator= + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (char __c) - pointer - operator-> - a11016.html - ab0ed1f338073d1926501cc11769724d9 - () const + _If_sv< _Tp, basic_string & > + operator= + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) - bool - operator== - a11020.html - a71de2ddc1c6ba25e6e272c9da3a95318 - (const point_iterator_ &other) const + basic_string & + operator= + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - bool - operator== - a11020.html - a866b2f6450ebeaa95ed1b6065451ad7d - (const point_const_iterator_ &other) const + basic_string & + operator= + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const char *__s) - - - iterator_ - a11016.html - a43fbe36e902b02465f9cd20a69cbd9a4 - (pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC *p_tbl) - - - const PB_DS_CLASS_C_DEC * - m_p_tbl - a11012.html - aa90bbed0309049118ba04e647ac91d66 - - - - - left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > - a10724.html - - - left_child_next_sibling_heap< Value_Type, Cmp_Fn, null_type, _Alloc > - a10724.html - - - list< __inp, __rebind_inp > - a06712.html - _List_base< __inp, __rebind_inp > - - - list - a06712.html - a5cec77d4bb0c37d6cd49fc87f72012ac - () noexcept(is_nothrow_default_constructible< _Node_alloc_type >::value) + + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< char > __l) - - list - a06712.html - a7b6d1424066dbfd18daebac90d143837 - (const allocator_type &__a) noexcept - - - - list - a06712.html - a3f6568813bbdefbd94cbde64e3e45366 - (size_type __n, const allocator_type &__a=allocator_type()) - - - - list - a06712.html - ac739777416320440d35c6de1a42ba818 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + reference + operator[] + a04673.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) - - list - a06712.html - aec4657b924fb0c29b7d3e347a2da97f0 - (const list &__x) + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept - - list - a06712.html - a6735f782a8c9a03d7bdd3ebf7f32da4e - (list &&__x) noexcept + void + pop_back + a04673.html + a570874e864550fff0d314ee635afba9c + () - - list - a06712.html - abc914a91c0740ca3f52168d0b631dbf8 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + void + push_back + a04673.html + a0825375ff9f37dd0716baeb3932a8c10 + (char __c) - - list - a06712.html - ad905b1f7f844c8715c654439611804a1 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + reverse_iterator + rbegin + a04673.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () - - ~list - a06712.html - a6520eeff66a82d7b6e5eacffdcb2da6e - ()=default + const_reverse_iterator + rbegin + a04673.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept - void - assign - a06712.html - a9f1a22c8bd2a8d5ecacab44644f513db - (size_type __n, const value_type &__val) + reverse_iterator + rend + a04673.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () - void - assign - a06712.html - a6527fbbec76ab1a8a4a80c04e6fcac70 - (_InputIterator __first, _InputIterator __last) + const_reverse_iterator + rend + a04673.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept - void - assign - a06712.html - a396193b1480defeaa5f3367ca15ec35e - (initializer_list< value_type > __l) + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) - reference - back - a06712.html - a9567c3ee9243b0159cb036f17ea74b53 - () noexcept + basic_string & + replace + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) - const_reference - back - a06712.html - ac43aac14d7c69657442718428b082aaf - () const noexcept + basic_string & + replace + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) - iterator - begin - a06712.html - a1a0d75e77ac53db35e3cdf85ad6d3fa3 - () noexcept + basic_string & + replace + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const char *__s) - const_iterator - begin - a06712.html - acd7d9dc641209c8e429d291db8f2de25 - () const noexcept + basic_string & + replace + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const char *__s, size_type __n) - const_iterator - cbegin - a06712.html - aac9c52d90a45482d052dbb4b2040b6da - () const noexcept + basic_string & + replace + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< char > __l) - const_iterator - cend - a06712.html - a702400622789c3e0f1171369f803fcb8 - () const noexcept + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, char __c) - void - clear - a06712.html - ae36feac84d9e8125b700ce5189ed9e95 - () noexcept + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) - const_reverse_iterator - crbegin - a06712.html - ab0c1a4886327c94160ec35419c516f64 - () const noexcept + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) - const_reverse_iterator - crend - a06712.html - af9bc7bbe49c3f41b0dfaa3acd5c89e12 - () const noexcept + basic_string & + replace + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const char *__s) - iterator - emplace - a06712.html - a1b89836dea3d2950a96e485677fe3c30 - (const_iterator __position, _Args &&... __args) + basic_string & + replace + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const char *__s, size_type __n2) - bool - empty - a06712.html - af558a1b206e6fdf40921aeaba0383dbe - () const noexcept + basic_string & + replace + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, char __c) - iterator - end - a06712.html - aba82f0b94c1ed15ccacea0e98aa6cff6 - () noexcept + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) - const_iterator - end - a06712.html - a39a7a20ed70dd4018608a3522d83124d - () const noexcept + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) - iterator - erase - a06712.html - aee5d29fe9b6e9494a71022ca980502be - (const_iterator __position) noexcept + void + reserve + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () - iterator - erase - a06712.html - a927ad4d7e4673d4b2b33a16de379671b - (const_iterator __first, const_iterator __last) noexcept + void + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) - reference - front - a06712.html - ad4367625f1676f2fc0d56b891db683fe - () noexcept + void + resize + a04673.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) - const_reference - front - a06712.html - a5393c199d92f965d065b677f2230e51e - () const noexcept + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, char __c) - allocator_type - get_allocator - a06712.html - a31f6032941520f4d9187fdf8284ae914 - () const noexcept + size_type + rfind + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (char __c, size_type __pos=npos) const noexcept - iterator - insert - a06712.html - a0b44f76b96a458895a1e8c6e4057b8dd - (const_iterator __position, const value_type &__x) + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - iterator - insert - a06712.html - a2b70528dcf0f77ddb45429d463de07e4 - (const_iterator __position, value_type &&__x) + size_type + rfind + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept - iterator - insert - a06712.html - af9214e29cd05b8446678285415fb6f1e - (const_iterator __p, initializer_list< value_type > __l) + size_type + rfind + a04673.html + a62cac31568a34b427b6faf3962f72746 + (const char *__s, size_type __pos, size_type __n) const noexcept - iterator - insert - a06712.html - a3660a3d042a5605cde9ecc59e4b9b17c - (const_iterator __position, size_type __n, const value_type &__x) + size_type + rfind + a04673.html + a252f2266eacf983c47e0f5874b9eaff6 + (const char *__s, size_type __pos=npos) const noexcept - iterator - insert - a06712.html - a9a552f1f8f2fd43351184e6676b1fea1 - (const_iterator __position, _InputIterator __first, _InputIterator __last) + void + shrink_to_fit + a04673.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept size_type - max_size - a06712.html - ac0642b1d26b07dcf28d5fd72bfbdd6d1 + size + a04673.html + a676f896c88073521cfac7aab5f3da5af () const noexcept - void - merge - a06712.html - a4d6a44991e6e9a4f1d74236e7d6fc012 - (list &&__x) + basic_string + substr + a04673.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const void - merge - a06712.html - a44306154a6f093d8168eff45b90aa3ad - (list &&__x, _StrictWeakOrdering __comp) + swap + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) - - list & - operator= - a06712.html - a35a994d029c0e0cf92abf1f468cfa140 - (const list &__x) + + static const size_type + npos + a04673.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + basic_string< char, char_traits< char >, allocator< char > > + a04673.html - list & - operator= - a06712.html - a8f9b65b72c23e8c124c5f4a6e11013e0 - (list &&__x) noexcept(_Node_alloc_traits::_S_nothrow_move()) + + basic_string + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept - list & - operator= - a06712.html - a7b554a6eab6e57e565eedb7da72a83c5 - (initializer_list< value_type > __l) + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const allocator< char > &__a=allocator< char >()) - void - pop_back - a06712.html - a437f35446fc4e342d4df581335191a69 - () noexcept + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept - void - pop_front - a06712.html - ad744f7f3b84fc57c973ed2d3bb25a33e - () noexcept + + basic_string + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const allocator< char > &__a=allocator< char >()) - void - push_back - a06712.html - a164bc4a9a0f40d98579507cfa9bb0313 - (const value_type &__x) + + basic_string + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const allocator< char > &__a=allocator< char >()) - void - push_front - a06712.html - a43ce26ebd4c6a1789692b7d377f332f3 - (const value_type &__x) + + basic_string + a04673.html + a1b86aa9be110b05515cb86436ebecd0c + (const allocator< char > &__a) - reverse_iterator - rbegin - a06712.html - a8a4cacefc7a58e913f2e9876df0d59de - () noexcept + + basic_string + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) - const_reverse_iterator - rbegin - a06712.html - a3ba0b1fa92ccc5268e64c0023632aee7 - () const noexcept + + basic_string + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const allocator< char > &__a=allocator< char >()) - void - remove - a06712.html - ad2334ed28f60c39412ac8cacfa14643d - (const __inp &__value) + + basic_string + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) - void - remove_if - a06712.html - adbed771a216e1f1db299bf13c0049177 - (_Predicate) + + basic_string + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const allocator< char > &__a) - reverse_iterator - rend - a06712.html - a4018c8137dc053cfd04641f1ab4b070e - () noexcept + + basic_string + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const char *__s, const allocator< char > &__a=allocator< char >()) - const_reverse_iterator - rend - a06712.html - af134c3c02479d6b40c4b6dd9784ff9b2 - () const noexcept + + basic_string + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const char *__s, size_type __n, const allocator< char > &__a=allocator< char >()) - void - resize - a06712.html - a06a57b2ab785e15264e7f36742c4b0dc - (size_type __new_size) + + basic_string + a04673.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< char > __l, const allocator< char > &__a=allocator< char >()) - void - resize - a06712.html - a235d2bb37c9a5d9323c123ebd060cebc - (size_type __new_size, const value_type &__x) + + basic_string + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, char __c, const allocator< char > &__a=allocator< char >()) - void - reverse - a06712.html - a7d420a62c310cd992f52c016293f969a + + ~basic_string + a04673.html + adb7b4b7b01dd15155872907322c8ce6b () noexcept - size_type - size - a06712.html - a4b6c305dd92e3c76213778feba213da2 - () const noexcept + basic_string & + append + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) - void - sort - a06712.html - a150b5b104440ea65709e70a7f2eba06b - () + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - void - sort - a06712.html - a96029060c6dd54dc811b3c0d59b06537 - (_StrictWeakOrdering) + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) - void - splice - a06712.html - ae27f8110bc96c70775f1654e978b4c5f - (const_iterator __position, list &&__x) noexcept + basic_string & + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) - void - splice - a06712.html - a11428bfeda40f933f26428bf432907db - (const_iterator __position, list &&__x, const_iterator __i) noexcept + basic_string & + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) - void - splice - a06712.html - aa9275ed20653d145bd3c324e0b0422c3 - (const_iterator __position, list &__x, const_iterator __i) noexcept + basic_string & + append + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const char *__s) - void - splice - a06712.html - aa4a9d0e45f35bc5c51ee5b1646304bb6 - (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept + basic_string & + append + a04673.html + aedb1f587c0c2da80a654e467e0b02103 + (const char *__s, size_type __n) - void - splice - a06712.html - a5e2e8e3c78743063a5223b09a7f7abf6 - (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept + basic_string & + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< char > __l) - void - swap - a06712.html - afca54335268365fbe964394a8fe5df1b - (list &__x) noexcept + basic_string & + append + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, char __c) - void - unique - a06712.html - a30b4690883a5219b9dc98233364d2e49 - () + basic_string & + assign + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) - void - unique - a06712.html - a69c3de1ee48297d2d375a11044694cf5 - (_BinaryPredicate) + basic_string & + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< allocator< char > >::is_always_equal::value) - - _Node * - _M_create_node - a06712.html - a751c5b84e439b1647db6b733bbaa570f - (_Args &&... __args) + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) - - - lu_counter_policy_base< _Alloc::size_type > - a10772.html - - - match_results< _Bi_iter > - a05784.html - vector< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > - bool - ready - a05784.html - a943761a52ea725eec3e3952e92aa6ef8 - () const + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - match_results - a05784.html - a617337132913b6481a69e0322384c3e7 - (const allocator< sub_match< _Bi_iter > > &__a=allocator< sub_match< _Bi_iter > >()) + basic_string & + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) - - match_results - a05784.html - ad4d6511edbb01d1584a68520d9f72a7b - (const match_results &__rhs)=default + basic_string & + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) - - match_results - a05784.html - af88e24767cf7d433aeddb134a47e03c8 - (match_results &&__rhs) noexcept=default + basic_string & + assign + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const char *__s) - match_results & - operator= - a05784.html - acc132e2ace54a234153366f95fd49dab - (const match_results &__rhs)=default + basic_string & + assign + a04673.html + a29921ea06a2addf4f553a0926cee86ed + (const char *__s, size_type __n) - match_results & - operator= - a05784.html - a45822404f5b9d029a958bd4fd07768cc - (match_results &&__rhs)=default - - - - ~match_results - a05784.html - a8a742929f23b5fc06967d9573583fad9 - () - - - size_type - size - a05784.html - a3601f410ccc6f06a45a6e431ce184e25 - () const - - - size_type - max_size - a05784.html - ab92248e4e49cefa5aef35d8494d0a831 - () const - - - bool - empty - a05784.html - a1776bd0725f18a633696a11a89d71e21 - () const - - - difference_type - length - a05784.html - a4d5afaf65af6a5038ad666a6b4ac3836 - (size_type __sub=0) const + basic_string & + assign + a04673.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< char > __l) - difference_type - position - a05784.html - a258ebf7a862afc9be1ef8b188393b298 - (size_type __sub=0) const + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, char __c) - string_type - str - a05784.html - a8659c3a93da87fb8de3ca1fdd6c49bc0 - (size_type __sub=0) const + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) const_reference - operator[] - a05784.html - a6021c27572ef3bc03cea38c66dde3783 - (size_type __sub) const + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const - const_reference - prefix - a05784.html - a4f1ab979440a0c53c13422a5d628144e - () const + reference + back + a04673.html + ac12faa42fdb7031770f89f43f8901376 + () const_reference - suffix - a05784.html - aae76fe76fdc4f6f729e0a55c8c2d4aa4 - () const + back + a04673.html + a7b7634d8024933699b736e271f88cdac + () const noexcept - const_iterator + iterator begin - a05784.html - a38518053753c77f7349d1ab30199bb76 - () const - - - const_iterator - cbegin - a05784.html - a4c9c9402ea5b2308729c70193cabc204 - () const - - - const_iterator - end - a05784.html - a369a747e8f970f28f7e1966d72e998ad - () const + a04673.html + a92ac8cd12ed8dd292465c513b47b3a81 + () const_iterator - cend - a05784.html - a6af0a3ce49b696e44c23f87655f4a1c8 - () const - - - _Out_iter - format - a05784.html - a4a8d689c2bf7f9a32e1cdc9462cb9ca5 - (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const + begin + a04673.html + a9616ce861862d90208cee9aedd61747b + () const noexcept - _Out_iter - format - a05784.html - a75078225998ca82f96787929ba9d7646 - (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + const char * + c_str + a04673.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept - basic_string< char_type, _St, _Sa > - format - a05784.html - a6dd64effbedc4db4891802952f0b226e - (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - string_type - format - a05784.html - acb9033dc604fc3ddd6a611de43e2857a - (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const + const_iterator + cbegin + a04673.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept - allocator_type - get_allocator - a05784.html - aa45aba6250bf4bb581e18baf06d18bf6 - () const + const_iterator + cend + a04673.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept void - swap - a05784.html - a78d71976b891dc606316341e7b1c3341 - (match_results &__that) - - - pointer - _M_allocate_and_copy - a06912.html - a283e72373f613c3d74ccf35b529a8393 - (size_type __n, _ForwardIterator __first, _ForwardIterator __last) - - - void - _M_range_check - a06912.html - a84c7c47a337f0e2dfbdad2c5719c13f5 - (size_type __n) const + clear + a04673.html + aaf800493abc5157b122532f5553c7473 + () noexcept - void - assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - void - assign - a06912.html - acaab0c546279a999bcba3ed54478c83d - (_InputIterator __first, _InputIterator __last) + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - void - assign - a06912.html - acda096d477c2ef09ee0b3e7fb3ca558c - (initializer_list< value_type > __l) + int + compare + a04673.html + a215d1d73d41a557d9615091708945db6 + (const char *__s) const noexcept - reference - at - a06912.html - a11362894b61f87331541b5268d0cb033 - (size_type __n) + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - const_reference - at - a06912.html - aaa0004f67abf317a8923d549a0e74987 - (size_type __n) const + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept + int + compare + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const char *__s) const - const_reference - back - a06912.html - ad185eab26722975ac46eb977c7b2627b - () const noexcept + int + compare + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const char *__s, size_type __n2) const - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 - () noexcept + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) - size_type - capacity - a06912.html - aeec23a5238eb60cd3bb5ec960e9b430e - () const noexcept + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const - void - clear - a06912.html - a57ef261b05f9ea1457d6f54494902e84 - () noexcept + size_type + copy + a04673.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (char *__s, size_type __n, size_type __pos=0) const const_reverse_iterator crbegin - a06912.html - a30f4698eae082ffd64ed80c8cb648360 + a04673.html + a0403377853044ccf7f9020f98a5b0916 () const noexcept const_reverse_iterator crend - a06912.html - a825800ea90d4e7367b5361ae53f864c7 + a04673.html + a9b78c09c0de7008f035df7238fe4b925 () const noexcept - sub_match< _Bi_iter > * + const char * data - a06912.html - abee0514d69c004f06f06e37e33b6104b + a04673.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + char * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc () noexcept - iterator - emplace - a06912.html - ab9f9ca10121c7ca0d2365a92ec7c5a85 - (const_iterator __position, _Args &&... __args) + bool + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept iterator end - a06912.html - ae957699b810eb3313916800773e103d7 - () noexcept + a04673.html + aa4a6c059c158877d2390196bbff5b480 + () - iterator - erase - a06912.html - a1c8b8734443a1028d00ad364190bac76 - (const_iterator __position) + const_iterator + end + a04673.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept iterator erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) - - - reference - front - a06912.html - a460e9d810eb0009f44d8584662672a6b - () noexcept - - - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 - () const noexcept + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) iterator - insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) - iterator - insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + basic_string & + erase + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) - iterator - insert - a06912.html - a1a1db200194fca60d689aacce652d616 - (const_iterator __position, initializer_list< value_type > __l) + size_type + find + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (char __c, size_type __pos=0) const noexcept - iterator - insert - a06912.html - a4922c571c2d3e9006f68813656f36587 - (const_iterator __position, size_type __n, const value_type &__x) + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - iterator - insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + size_type + find + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const char *__s, size_type __pos, size_type __n) const noexcept - const_reference - operator[] - a06912.html - a75bd59d9586be7f6d3e43e1afeac3d08 - (size_type __n) const noexcept + size_type + find + a04673.html + a0961886fe945d04554beab21c4f9bc54 + (const char *__s, size_type __pos=0) const noexcept - void - pop_back - a06912.html - a99e26d28529b0d7e6dfc3aff0400e8bd - () noexcept + size_type + find_first_not_of + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (char __c, size_type __pos=0) const noexcept - void - push_back - a06912.html - a6f2144e852790296d3c62cdec92c95ce - (const value_type &__x) + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept - const_reverse_iterator - rbegin - a06912.html - ac1f157333783a401dd4a0c23edaddf1c - () const noexcept + size_type + find_first_not_of + a04673.html + a2ecada165b41788e4817cb31b8e5269b + (const char *__s, size_type __pos, size_type __n) const noexcept - reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c - () noexcept + size_type + find_first_not_of + a04673.html + af929326691134537716b308d080f487f + (const char *__s, size_type __pos=0) const noexcept - const_reverse_iterator - rend - a06912.html - aa32a4b05a4c404e012c787360d7518a8 - () const noexcept + size_type + find_first_of + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (char __c, size_type __pos=0) const noexcept - void - reserve - a06912.html - a8ab62036345a72d8126fa30425dfe869 - (size_type __n) + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - void - resize - a06912.html - a1134bcc83ff6c70cf78bab3cd426feaf - (size_type __new_size) + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept - void - resize - a06912.html - a53e627a12d33d2df15d4a9c25c872785 - (size_type __new_size, const value_type &__x) + size_type + find_first_of + a04673.html + a3539b87ea391ab52a571f62e3f4d3516 + (const char *__s, size_type __pos, size_type __n) const noexcept - void - shrink_to_fit - a06912.html - a4f4dc31fc105124cd9a5e4a90ae99c44 - () + size_type + find_first_of + a04673.html + ae2873f45c9a0fcb04bd17eaec640540b + (const char *__s, size_type __pos=0) const noexcept - void - swap - a06912.html - a97d8ff35af22b6787d9aa7c60b2ba3ff - (vector &__x) noexcept + size_type + find_last_not_of + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (char __c, size_type __pos=npos) const noexcept - - match_results - a05784.html - a617337132913b6481a69e0322384c3e7 - (const allocator< sub_match< _Bi_iter > > &__a=allocator< sub_match< _Bi_iter > >()) + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - match_results - a05784.html - ad4d6511edbb01d1584a68520d9f72a7b - (const match_results &__rhs)=default + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept - - match_results - a05784.html - af88e24767cf7d433aeddb134a47e03c8 - (match_results &&__rhs) noexcept=default + size_type + find_last_not_of + a04673.html + ae7c601a7f29a2304f2f014faaa789652 + (const char *__s, size_type __pos, size_type __n) const noexcept - match_results & - operator= - a05784.html - acc132e2ace54a234153366f95fd49dab - (const match_results &__rhs)=default + size_type + find_last_not_of + a04673.html + a3e72d0dcdcb779d768feb37f0d10937d + (const char *__s, size_type __pos=npos) const noexcept - match_results & - operator= - a05784.html - a45822404f5b9d029a958bd4fd07768cc - (match_results &&__rhs)=default + size_type + find_last_of + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (char __c, size_type __pos=npos) const noexcept - - ~match_results - a05784.html - a8a742929f23b5fc06967d9573583fad9 - () + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) size_type - size - a05784.html - a3601f410ccc6f06a45a6e431ce184e25 - () const + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept size_type - max_size - a05784.html - ab92248e4e49cefa5aef35d8494d0a831 - () const + find_last_of + a04673.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const char *__s, size_type __pos, size_type __n) const noexcept - bool - empty - a05784.html - a1776bd0725f18a633696a11a89d71e21 - () const + size_type + find_last_of + a04673.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const char *__s, size_type __pos=npos) const noexcept - difference_type - length - a05784.html - a4d5afaf65af6a5038ad666a6b4ac3836 - (size_type __sub=0) const + reference + front + a04673.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () - difference_type - position - a05784.html - a258ebf7a862afc9be1ef8b188393b298 - (size_type __sub=0) const + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept - string_type - str - a05784.html - a8659c3a93da87fb8de3ca1fdd6c49bc0 - (size_type __sub=0) const + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept - const_reference - operator[] - a05784.html - a6021c27572ef3bc03cea38c66dde3783 - (size_type __sub) const + void + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) - const_reference - prefix - a05784.html - a4f1ab979440a0c53c13422a5d628144e - () const + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, char __c) - const_reference - suffix - a05784.html - aae76fe76fdc4f6f729e0a55c8c2d4aa4 - () const + void + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< char > __l) - const_iterator - begin - a05784.html - a38518053753c77f7349d1ab30199bb76 - () const + void + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, char __c) - const_iterator - cbegin - a05784.html - a4c9c9402ea5b2308729c70193cabc204 - () const + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) - const_iterator - end - a05784.html - a369a747e8f970f28f7e1966d72e998ad - () const + basic_string & + insert + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const char *__s) - const_iterator - cend - a05784.html - a6af0a3ce49b696e44c23f87655f4a1c8 - () const + basic_string & + insert + a04673.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const char *__s, size_type __n) - _Out_iter - format - a05784.html - a4a8d689c2bf7f9a32e1cdc9462cb9ca5 - (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const + basic_string & + insert + a04673.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, char __c) - _Out_iter - format - a05784.html - a75078225998ca82f96787929ba9d7646 - (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) - basic_string< char_type, _St, _Sa > - format - a05784.html - a6dd64effbedc4db4891802952f0b226e - (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) - string_type - format - a05784.html - acb9033dc604fc3ddd6a611de43e2857a - (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) - allocator_type - get_allocator - a05784.html - aa45aba6250bf4bb581e18baf06d18bf6 - () const + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept - void - swap - a05784.html - a78d71976b891dc606316341e7b1c3341 - (match_results &__that) - - - - mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > - a05404.html - - uint_fast32_t - result_type - a05404.html - ab1ad02d59f290faf3d8b33e1209cdfae - + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept - mersenne_twister_engine - a05404.html - a8987d5bb70c31ba8e4bb80f993acff85 - (_Sseq &__q) + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept - void - discard - a05404.html - a5e2f7304fcf0b11ea1cde1397fb7ddb6 - (unsigned long long __z) - - - static constexpr result_type - max - a05404.html - a8e9cd7d4bb14de188ead958d3f1faeac - () + basic_string & + operator+= + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (char __c) - - static constexpr result_type - min - a05404.html - aaf1720ef1664fa77a5972c78addfa290 - () + + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05404.html - acc44ab3c56e9048acd13c60ca1a877e0 - (std::basic_ostream< _CharT, _Traits > &__os, const std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) + + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) - - friend bool - operator== - a05404.html - a96c6f6aabca5106a2db6ecc834bbddfe - (const mersenne_twister_engine &__lhs, const mersenne_twister_engine &__rhs) + + basic_string & + operator+= + a04673.html + adbefaa945be40d2d60d200370327f078 + (const char *__s) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05404.html - a4fe6e606a61991ce6007b14402043497 - (std::basic_istream< _CharT, _Traits > &__is, std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) + + basic_string & + operator+= + a04673.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< char > __l) - - - normal_distribution< double > - a05440.html - - double - result_type - a05440.html - ae45488abda3f5b20d944da2da5a70001 - + + basic_string & + operator= + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) - - normal_distribution - a05440.html - a658ac956ac7ba2337b60388d188d09cf - (result_type __mean=result_type(0), result_type __stddev=result_type(1)) + basic_string & + operator= + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (char __c) - result_type - max - a05440.html - ae433f04f988a93f6e835d7cf7fbbde31 - () const + _If_sv< _Tp, basic_string & > + operator= + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) - double - mean - a05440.html - abcc6e9b8ff25f5d1e076cb5f51f42231 - () const + basic_string & + operator= + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - result_type - min - a05440.html - aa79e79b65edcb6f45dda08b3efdff9e8 - () const + basic_string & + operator= + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const char *__s) - result_type - operator() - a05440.html - ae67f6ec56c5564a3521d734d90f35501 - (_UniformRandomNumberGenerator &__urng) + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< char > __l) - result_type - operator() - a05440.html - a159f2f44c19a01c99cb937297d03604c - (_UniformRandomNumberGenerator &__urng, const param_type &__p) + reference + operator[] + a04673.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) - param_type - param - a05440.html - a63085cf246a895f8b03ccb632d4fd0c7 - () const + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept void - param - a05440.html - a9e150060b4fd9ea4fef8f07d8b249944 - (const param_type &__param) + pop_back + a04673.html + a570874e864550fff0d314ee635afba9c + () void - reset - a05440.html - a757217130ef7b0eb980500afc8bd865c + push_back + a04673.html + a0825375ff9f37dd0716baeb3932a8c10 + (char __c) + + + reverse_iterator + rbegin + a04673.html + a43226db34f7ad7cb99e1cc9f6549ae03 () - double - stddev - a05440.html - a43aa93573bdffbacfde869b5a11bed31 - () const + const_reverse_iterator + rbegin + a04673.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05440.html - abdfecf8325ed9e856625871fee2c56a3 - (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + reverse_iterator + rend + a04673.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () - - friend bool - operator== - a05440.html - afaafdb22ede1508109622f89f50e213d - (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + const_reverse_iterator + rend + a04673.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05440.html - ac440bfeab944ac2efe370a05088ed47c - (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) - - - normal_distribution< result_type > - a05440.html - - result_type - result_type - a05440.html - ae45488abda3f5b20d944da2da5a70001 - + + basic_string & + replace + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) - - normal_distribution - a05440.html - a658ac956ac7ba2337b60388d188d09cf - (result_type __mean=result_type(0), result_type __stddev=result_type(1)) + basic_string & + replace + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) - result_type - max - a05440.html - ae433f04f988a93f6e835d7cf7fbbde31 - () const + basic_string & + replace + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const char *__s) - result_type - mean - a05440.html - abcc6e9b8ff25f5d1e076cb5f51f42231 - () const + basic_string & + replace + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const char *__s, size_type __n) - result_type - min - a05440.html - aa79e79b65edcb6f45dda08b3efdff9e8 - () const + basic_string & + replace + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< char > __l) - result_type - operator() - a05440.html - ae67f6ec56c5564a3521d734d90f35501 - (_UniformRandomNumberGenerator &__urng) + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, char __c) - result_type - operator() - a05440.html - a159f2f44c19a01c99cb937297d03604c - (_UniformRandomNumberGenerator &__urng, const param_type &__p) + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) - param_type - param - a05440.html - a63085cf246a895f8b03ccb632d4fd0c7 - () const + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) - void - param - a05440.html - a9e150060b4fd9ea4fef8f07d8b249944 - (const param_type &__param) + basic_string & + replace + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const char *__s) - void - reset - a05440.html - a757217130ef7b0eb980500afc8bd865c - () + basic_string & + replace + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const char *__s, size_type __n2) - result_type - stddev - a05440.html - a43aa93573bdffbacfde869b5a11bed31 - () const + basic_string & + replace + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, char __c) - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05440.html - abdfecf8325ed9e856625871fee2c56a3 - (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) - - friend bool - operator== - a05440.html - afaafdb22ede1508109622f89f50e213d - (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05440.html - ac440bfeab944ac2efe370a05088ed47c - (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + void + reserve + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () - - - pair< _Bi_iter, _Bi_iter > - a06756.html - - _PCC<!is_same< _Bi_iter, _U1 >::value||!is_same< _Bi_iter, _U2 >::value, _Bi_iter, _Bi_iter > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + void + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) - - _PCC< true, _Bi_iter, _Bi_iter > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + void + resize + a04673.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) - - _Bi_iter - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, char __c) - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () + size_type + rfind + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (char __c, size_type __pos=npos) const noexcept - - _Bi_iter - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - _Bi_iter - second - a06756.html - a91179413226db12e66346d3673b7835f - + + size_type + rfind + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept - - - pair< _BiIter, _BiIter > - a06756.html - - _PCC<!is_same< _BiIter, _U1 >::value||!is_same< _BiIter, _U2 >::value, _BiIter, _BiIter > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + size_type + rfind + a04673.html + a62cac31568a34b427b6faf3962f72746 + (const char *__s, size_type __pos, size_type __n) const noexcept - - _PCC< true, _BiIter, _BiIter > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + size_type + rfind + a04673.html + a252f2266eacf983c47e0f5874b9eaff6 + (const char *__s, size_type __pos=npos) const noexcept - - _BiIter - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + void + shrink_to_fit + a04673.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () + size_type + size + a04673.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept - - _BiIter - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + basic_string + substr + a04673.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const - - _BiIter - second - a06756.html - a91179413226db12e66346d3673b7835f + + void + swap + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) + + + static const size_type + npos + a04673.html + ac73924a70ab202e90e1c18c2dea125c9 - pair< _Iterator1, _Iterator2 > - a06756.html - - _PCC<!is_same< _Iterator1, _U1 >::value||!is_same< _Iterator2, _U2 >::value, _Iterator1, _Iterator2 > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + basic_string< char_type, _Traits, _Alloc > + a04673.html + + + basic_string + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept - - _PCC< true, _Iterator1, _Iterator2 > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) - - _Iterator2 - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () + + basic_string + a04673.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) - - _Iterator1 - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + + basic_string + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const _Alloc &__a=_Alloc()) - - _Iterator2 - second - a06756.html - a91179413226db12e66346d3673b7835f - + + + basic_string + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const _Alloc &__a=_Alloc()) - - - pair< _RAIter, _RAIter > - a06756.html - - _PCC<!is_same< _RAIter, _U1 >::value||!is_same< _RAIter, _U2 >::value, _RAIter, _RAIter > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + + basic_string + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) - - _PCC< true, _RAIter, _RAIter > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + + basic_string + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) - - _RAIter - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + + basic_string + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () - - - _RAIter - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + basic_string + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) - - _RAIter - second - a06756.html - a91179413226db12e66346d3673b7835f - + + + basic_string + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const char_type *__s, const _Alloc &__a=_Alloc()) - - - pair< char, _TokenT > - a06756.html - - _PCC<!is_same< char, _U1 >::value||!is_same< _TokenT, _U2 >::value, char, _TokenT > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + + basic_string + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const char_type *__s, size_type __n, const _Alloc &__a=_Alloc()) - - _PCC< true, char, _TokenT > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + + basic_string + a04673.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< char_type > __l, const _Alloc &__a=_Alloc()) - - _TokenT - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + + basic_string + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, char_type __c, const _Alloc &__a=_Alloc()) - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () + + ~basic_string + a04673.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept - - char - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + basic_string & + append + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) - - _TokenT - second - a06756.html - a91179413226db12e66346d3673b7835f - + + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - - - pair< char, char > - a06756.html - - _PCC<!is_same< char, _U1 >::value||!is_same< char, _U2 >::value, char, char > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - _PCC< true, char, char > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + basic_string & + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) - - char - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + basic_string & + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () + basic_string & + append + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const char_type *__s) - - char - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + basic_string & + append + a04673.html + aedb1f587c0c2da80a654e467e0b02103 + (const char_type *__s, size_type __n) - - char - second - a06756.html - a91179413226db12e66346d3673b7835f - + + basic_string & + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< char_type > __l) - - - pair< entry_pointer, typename _Alloc::size_type > - a06756.html - - _PCC<!is_same< entry_pointer, _U1 >::value||!is_same< typename _Alloc::size_type, _U2 >::value, entry_pointer, typename _Alloc::size_type > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + basic_string & + append + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, char_type __c) - - _PCC< true, entry_pointer, typename _Alloc::size_type > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + basic_string & + assign + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) - - typename _Alloc::size_type - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + basic_string & + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< _Alloc >::is_always_equal::value) - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) - - entry_pointer - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - typename _Alloc::size_type - second - a06756.html - a91179413226db12e66346d3673b7835f - + + basic_string & + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) - - - point_const_iterator_ - a11020.html - - const_pointer_ - const_pointer - a11020.html - a5c4301fb32288fe246e53a9712ccdfd9 - + + basic_string & + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) - - const_reference_ - const_reference - a11020.html - ae2a78ffde6504713d18b10737b777aea - + + basic_string & + assign + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const char_type *__s) - - trivial_iterator_difference_type - difference_type - a11020.html - af7235d3d4813ccc8f644d3f099691c3a - + + basic_string & + assign + a04673.html + a29921ea06a2addf4f553a0926cee86ed + (const char_type *__s, size_type __n) - - trivial_iterator_tag - iterator_category - a11020.html - ac5b6dc54bff59e85201e0c4c6c3cd412 - + + basic_string & + assign + a04673.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< char_type > __l) - - pointer_ - pointer - a11020.html - a0e68152e66e7d8c3c236b2e120452564 - + + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, char_type __c) - - reference_ - reference - a11020.html - a28963e0d8e208b99c3de414baa3ac4de - + + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) - - value_type_ - value_type - a11020.html - a6b4407e8d88685be7370f32a7f8046ba - + + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const - - point_const_iterator_ - a11020.html - a2cf6f17c026eaa0ba79e8e3c4a3e5d7b + reference + back + a04673.html + ac12faa42fdb7031770f89f43f8901376 () - - point_const_iterator_ - a11020.html - ada6e22f4de631b12adb1b421764f5f3b - (const point_const_iterator_ &other) + const_reference + back + a04673.html + a7b7634d8024933699b736e271f88cdac + () const noexcept - - point_const_iterator_ - a11020.html - af9880948052666182bce3dec61ba6b5b - (const point_iterator_ &other) + iterator + begin + a04673.html + a92ac8cd12ed8dd292465c513b47b3a81 + () - bool - operator!= - a11020.html - a40cf56640357123e880f39e36454b552 - (const point_iterator_ &other) const + const_iterator + begin + a04673.html + a9616ce861862d90208cee9aedd61747b + () const noexcept - bool - operator!= - a11020.html - a5b0ebe0ad2f13fb20de8c5cff2855216 - (const point_const_iterator_ &other) const + const char_type * + c_str + a04673.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept - const_reference - operator* - a11020.html - aa36fe65e861c9fe0e67b77f28d0fea0b - () const + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - const_pointer - operator-> - a11020.html - a4f35a84ace173bc8b49e7b15af544bdc - () const + const_iterator + cbegin + a04673.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept - bool - operator== - a11020.html - a71de2ddc1c6ba25e6e272c9da3a95318 - (const point_iterator_ &other) const + const_iterator + cend + a04673.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept - bool - operator== - a11020.html - a866b2f6450ebeaa95ed1b6065451ad7d - (const point_const_iterator_ &other) const + void + clear + a04673.html + aaf800493abc5157b122532f5553c7473 + () noexcept - - - point_iterator_ - a11024.html - - const_pointer_ - const_pointer - a11024.html - a89be73f6a8053c3a8a467f9e5b9a381c - + + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - - const_reference_ - const_reference - a11024.html - a05924e3a0a7e273dcea7afecfb20dbd6 - + + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - - trivial_iterator_difference_type - difference_type - a11024.html - add99e941f5a6608fd1944d01db299168 - + + int + compare + a04673.html + a215d1d73d41a557d9615091708945db6 + (const char_type *__s) const noexcept - - trivial_iterator_tag - iterator_category - a11024.html - abe8100b521572dbff3f33d9a4d7779eb - + + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - - pointer_ - pointer - a11024.html - a1db05c0220024671689e8f0110314c58 - + + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - - reference_ - reference - a11024.html - abe840ee0131ad7258892877c91ee8448 - + + int + compare + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const char_type *__s) const - - value_type_ - value_type - a11024.html - aa45ff42c6115d26f80c83e5a20ba4485 - + + int + compare + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const char_type *__s, size_type __n2) const - - point_iterator_ - a11024.html - a3115c68fed82f555c6ae0d01e3d50caf - () + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - point_iterator_ - a11024.html - a74dce2de293ba5005f3a1bf007926bff - (const point_iterator_ &other) + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const - bool - operator!= - a11024.html - ae8c663552f5380496391513e71799847 - (const point_iterator_ &other) const + size_type + copy + a04673.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (char_type *__s, size_type __n, size_type __pos=0) const - bool - operator!= - a11024.html - a0b828d52a1d27c8e786c7171a65bff97 - (const point_const_iterator_ &other) const + const_reverse_iterator + crbegin + a04673.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept - reference - operator* - a11024.html - a07f5dff121401de22bbc2647de595243 - () const + const_reverse_iterator + crend + a04673.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept - pointer - operator-> - a11024.html - a281f49eca5033b2d2bd3c5f369bdb9e0 - () const + const char_type * + data + a04673.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept - bool - operator== - a11024.html - adfa598f9d27ae43c69743fa39fd49a05 - (const point_iterator_ &other) const + char_type * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept bool - operator== - a11024.html - aa326cdd6985b3c513e13027a420cc8d8 - (const point_const_iterator_ &other) const + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept - - - rc< typename binomial_heap_base< Value_Type, Cmp_Fn, _Alloc >::node, _Alloc > - a10908.html - - - regex_traits< _CharType > - a05792.html - - regex_traits - a05792.html - a4db88d5c982e69fbd0202c02de2f714a + iterator + end + a04673.html + aa4a6c059c158877d2390196bbff5b480 () - locale_type - getloc - a05792.html - aca8761334621d52895e4518448b6773c - () const + const_iterator + end + a04673.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept - locale_type - imbue - a05792.html - ae1d71eed7ede0411f443426e1d0b781d - (locale_type __loc) + iterator + erase + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) - bool - isctype - a05792.html - ad819d5f658133c4dd71c1fa5a7cb9031 - (_CharType __c, char_class_type __f) const + iterator + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) - char_class_type - lookup_classname - a05792.html - ae475712d0d2b637992cfe799ea83d99c - (_Fwd_iter __first, _Fwd_iter __last, bool __icase=false) const + basic_string & + erase + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) - string_type - lookup_collatename - a05792.html - ac1a97012352a2ccef114895cfb08307c - (_Fwd_iter __first, _Fwd_iter __last) const + size_type + find + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (char_type __c, size_type __pos=0) const noexcept - string_type - transform - a05792.html - af4d286d995ec6ff200854960c15b78c8 - (_Fwd_iter __first, _Fwd_iter __last) const + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - string_type - transform_primary - a05792.html - a31b5b84c5919d3fd0658cf8c18df0160 - (_Fwd_iter __first, _Fwd_iter __last) const + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept - char_type - translate - a05792.html - a001a4c2c5d9b06d4cc7e9a83310255c4 - (char_type __c) const + size_type + find + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const char_type *__s, size_type __pos, size_type __n) const noexcept - char_type - translate_nocase - a05792.html - aa92edaaafe63f2333dc9d1ce9167c0f3 - (char_type __c) const + size_type + find + a04673.html + a0961886fe945d04554beab21c4f9bc54 + (const char_type *__s, size_type __pos=0) const noexcept - int - value - a05792.html - a5b1afcb8b3cb7d323dfb6fc8db08310a - (_CharType __ch, int __radix) const + size_type + find_first_not_of + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (char_type __c, size_type __pos=0) const noexcept - - static std::size_t - length - a05792.html - a2d1679803ff038b130a3ac2d545da164 - (const char_type *__p) + + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - - resize_policy< _Alloc::size_type > - a10532.html - - - scoped_allocator_adaptor< _InnerHead, _InnerTail... > - a02864.html - - - shared_ptr< _Dir > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + size_type + find_first_not_of + a04673.html + a2ecada165b41788e4817cb31b8e5269b + (const char_type *__s, size_type __pos, size_type __n) const noexcept - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + size_type + find_first_not_of + a04673.html + af929326691134537716b308d080f487f + (const char_type *__s, size_type __pos=0) const noexcept - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + size_type + find_first_of + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (char_type __c, size_type __pos=0) const noexcept - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + size_type + find_first_of + a04673.html + a3539b87ea391ab52a571f62e3f4d3516 + (const char_type *__s, size_type __pos, size_type __n) const noexcept - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + size_type + find_first_of + a04673.html + ae2873f45c9a0fcb04bd17eaec640540b + (const char_type *__s, size_type __pos=0) const noexcept - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + size_type + find_last_not_of + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (char_type __c, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept - - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + size_type + find_last_not_of + a04673.html + ae7c601a7f29a2304f2f014faaa789652 + (const char_type *__s, size_type __pos, size_type __n) const noexcept - - - shared_ptr< _Dir_stack > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + size_type + find_last_not_of + a04673.html + a3e72d0dcdcb779d768feb37f0d10937d + (const char_type *__s, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + size_type + find_last_of + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (char_type __c, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + size_type + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + size_type + find_last_of + a04673.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const char_type *__s, size_type __pos, size_type __n) const noexcept - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + size_type + find_last_of + a04673.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const char_type *__s, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + reference + front + a04673.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + void + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, char_type __c) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept - - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + void + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< char_type > __l) - - - shared_ptr< _RegexT > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + void + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, char_type __c) - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + basic_string & + insert + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const char_type *__s) - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + basic_string & + insert + a04673.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const char_type *__s, size_type __n) - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + basic_string & + insert + a04673.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, char_type __c) - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept - - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + basic_string & + operator+= + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (char_type __c) - - - shared_ptr< _State > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + basic_string & + operator+= + a04673.html + adbefaa945be40d2d60d200370327f078 + (const char_type *__s) - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + basic_string & + operator+= + a04673.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< char_type > __l) - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + basic_string & + operator= + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + basic_string & + operator= + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (char_type __c) - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + _If_sv< _Tp, basic_string & > + operator= + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + basic_string & + operator= + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + basic_string & + operator= + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const char_type *__s) - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< char_type > __l) - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + reference + operator[] + a04673.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept - - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept - - - shared_ptr< _State_base > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + void + pop_back + a04673.html + a570874e864550fff0d314ee635afba9c + () - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + void + push_back + a04673.html + a0825375ff9f37dd0716baeb3932a8c10 + (char_type __c) - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + reverse_iterator + rbegin + a04673.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + const_reverse_iterator + rbegin + a04673.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + reverse_iterator + rend + a04673.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + const_reverse_iterator + rend + a04673.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + basic_string & + replace + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + basic_string & + replace + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + basic_string & + replace + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const char_type *__s) - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + basic_string & + replace + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const char_type *__s, size_type __n) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept + basic_string & + replace + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< char_type > __l) - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, char_type __c) - - - shared_ptr< _State_type > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + basic_string & + replace + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const char_type *__s) - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + basic_string & + replace + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const char_type *__s, size_type __n2) - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + basic_string & + replace + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, char_type __c) - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + void + reserve + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + void + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + void + resize + a04673.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, char_type __c) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept + size_type + rfind + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (char_type __c, size_type __pos=npos) const noexcept - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - - shared_ptr< const __detail::_NFA< _Rx_traits > > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + size_type + rfind + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + size_type + rfind + a04673.html + a62cac31568a34b427b6faf3962f72746 + (const char_type *__s, size_type __pos, size_type __n) const noexcept - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + size_type + rfind + a04673.html + a252f2266eacf983c47e0f5874b9eaff6 + (const char_type *__s, size_type __pos=npos) const noexcept - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + void + shrink_to_fit + a04673.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept - - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + size_type + size + a04673.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept - - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + basic_string + substr + a04673.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + void + swap + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) + + + static const size_type + npos + a04673.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + basic_string< value_type > + a04673.html - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + basic_string + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + basic_string + a04673.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept - - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + + basic_string + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const _Alloc &__a=_Alloc()) - - - shared_ptr< std::mutex > - a05936.html - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept + + basic_string + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) + basic_string + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) + basic_string + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + basic_string + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + basic_string + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + basic_string + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const value_type *__s, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + basic_string + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const value_type *__s, size_type __n, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + basic_string + a04673.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< value_type > __l, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + basic_string + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, value_type __c, const _Alloc &__a=_Alloc()) - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + ~basic_string + a04673.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + basic_string & + append + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - - stack< _StateSeqT > - a06780.html - - stack - a06780.html - ad95ef4166cdb0aa8bae1dcd7ae2839e4 - () + basic_string & + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) - bool - empty - a06780.html - a86e3c205d6100cd4bb98b4b7e36bb35e - () const + basic_string & + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) - void - pop - a06780.html - a16b93d714717c5af52a14ebd6fec11b7 - () + basic_string & + append + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const value_type *__s) - void - push - a06780.html - a7efe15f8159c166b68a24486ec561608 - (const value_type &__x) + basic_string & + append + a04673.html + aedb1f587c0c2da80a654e467e0b02103 + (const value_type *__s, size_type __n) - size_type - size - a06780.html - a625c78a7dc1b563f9754e33879243f4e - () const + basic_string & + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< value_type > __l) - reference - top - a06780.html - adc6f199f89b9bcf05884bcfcf96e18ea - () + basic_string & + append + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, value_type __c) - const_reference - top - a06780.html - a9dd3184636ea0325d194346266e4e516 - () const + basic_string & + assign + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) - - - std::__allocated_ptr - a03836.html - - - __allocated_ptr - a03836.html - aa6dc842b0059cbc04204b7b85c0739ed - (_Alloc &__a, pointer __ptr) noexcept + basic_string & + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< _Alloc >::is_always_equal::value) - - __allocated_ptr - a03836.html - a966c17e818aa46f93c352e1ae4bf872a - (_Alloc &__a, _Ptr __ptr) + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) - - __allocated_ptr - a03836.html - a039de128ed7917b07a0a0b10e491a6af - (__allocated_ptr &&__gd) noexcept + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - ~__allocated_ptr - a03836.html - aa88dd0de1ff3b4586cde0906dc41645f - () + basic_string & + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) - value_type * - get - a03836.html - a8c2790a1ba48d3f00a77feb0eda93b19 - () + basic_string & + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) - __allocated_ptr & - operator= - a03836.html - af6ed2d0a405aee06f81dda8452a6e2ce - (std::nullptr_t) noexcept + basic_string & + assign + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const value_type *__s) - - - std::__atomic_base - a03880.html - _ITp - - - std::__atomic_base< _PTp * > - a03892.html - - - - std::__atomic_flag_base - a03884.html - - - std::__basic_future - a02452.html - _Res - std::__future_base - - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 - + + basic_string & + assign + a04673.html + a29921ea06a2addf4f553a0926cee86ed + (const value_type *__s, size_type __n) - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const + + basic_string & + assign + a04673.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< value_type > __l) - - - std::__codecvt_abstract_base - a04264.html - _InternT - _ExternT - _StateT - std::locale::facet - std::codecvt_base - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, value_type __c) - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const - - virtual result - do_out - a04264.html - aa969d1e16dd100e737c5d777aa0cdf02 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const =0 + + reference + back + a04673.html + ac12faa42fdb7031770f89f43f8901376 + () - - - std::__ctype_abstract_base - a04988.html - _CharT - std::locale::facet - std::ctype_base - - _CharT - char_type - a04988.html - a6b04fb1c6b10871f93cd4f60d0f78f8d - + + const_reference + back + a04673.html + a7b7634d8024933699b736e271f88cdac + () const noexcept - bool - is - a04988.html - af6d5ac31c2da7cd350672e88a4b6c89e - (mask __m, char_type __c) const + iterator + begin + a04673.html + a92ac8cd12ed8dd292465c513b47b3a81 + () - const char_type * - is - a04988.html - a98b93b10d5d0700394d0dbd2dd1a3742 - (const char_type *__lo, const char_type *__hi, mask *__vec) const + const_iterator + begin + a04673.html + a9616ce861862d90208cee9aedd61747b + () const noexcept - char - narrow - a04988.html - a6d7dfa83561cc124e75a25b7b311f7db - (char_type __c, char __dfault) const + const value_type * + c_str + a04673.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept - const char_type * - narrow - a04988.html - a5bf8de5d297e81cd4812c5754e1b70a6 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - const char_type * - scan_is - a04988.html - ad6c3f07029e022d82a459a12693fab50 - (mask __m, const char_type *__lo, const char_type *__hi) const + const_iterator + cbegin + a04673.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept - const char_type * - scan_not - a04988.html - a083176729448869cdc7b5353299efac8 - (mask __m, const char_type *__lo, const char_type *__hi) const + const_iterator + cend + a04673.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept - char_type - tolower - a04988.html - a0ebd233aadf12ec7725b961c469855cf - (char_type __c) const + void + clear + a04673.html + aaf800493abc5157b122532f5553c7473 + () noexcept - const char_type * - tolower - a04988.html - a60b8b7de0aed52f3e98e3b4103e088f8 - (char_type *__lo, const char_type *__hi) const + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - char_type - toupper - a04988.html - a3308c7447a3a2c54ab8cb344f502baff - (char_type __c) const + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - const char_type * - toupper - a04988.html - ae8000f95414789f7a5cba135b3b1e7b8 - (char_type *__lo, const char_type *__hi) const + int + compare + a04673.html + a215d1d73d41a557d9615091708945db6 + (const value_type *__s) const noexcept - char_type - widen - a04988.html - a48efd45b6e1d43d5120ffd37884b9f83 - (char __c) const + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - const char * - widen - a04988.html - a2dc39e55a8ed1c402dcfbd8b4cb01207 - (const char *__lo, const char *__hi, char_type *__to) const + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - - virtual bool - do_is - a04988.html - a13f6a9df12541e794f95b69dd7c12d8d - (mask __m, char_type __c) const =0 + + int + compare + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const value_type *__s) const - - virtual const char_type * - do_is - a04988.html - a11e40e753bfcc987db52294dc0c99878 - (const char_type *__lo, const char_type *__hi, mask *__vec) const =0 + + int + compare + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const value_type *__s, size_type __n2) const - - virtual char - do_narrow - a04988.html - ab2c37d0e04ecf5a71d618ca97478c893 - (char_type __c, char __dfault) const =0 + + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - virtual const char_type * - do_narrow - a04988.html - a5bd09acf78baf8b8ae9cff1938cf6668 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const =0 + + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const - - virtual const char_type * - do_scan_is - a04988.html - a6d63444db4c605c256c36343394bb883 - (mask __m, const char_type *__lo, const char_type *__hi) const =0 + + size_type + copy + a04673.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (value_type *__s, size_type __n, size_type __pos=0) const - - virtual const char_type * - do_scan_not - a04988.html - a40c1314bb60f9b9795ec8e628ffbcc34 - (mask __m, const char_type *__lo, const char_type *__hi) const =0 + + const_reverse_iterator + crbegin + a04673.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept - - virtual char_type - do_tolower - a04988.html - a322123706f52d8c72b9c8bee3f612676 - (char_type __c) const =0 + + const_reverse_iterator + crend + a04673.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept - - virtual const char_type * - do_tolower - a04988.html - afe5fc2040092e4f8fb6e88d253f4d3c3 - (char_type *__lo, const char_type *__hi) const =0 + + const value_type * + data + a04673.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept - - virtual char_type - do_toupper - a04988.html - af90fbcc9340edf7ca0002520cccb0b8f - (char_type __c) const =0 + + value_type * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept - - virtual const char_type * - do_toupper - a04988.html - a51eeaf4fefdd3a85b0706028cec0c5e7 - (char_type *__lo, const char_type *__hi) const =0 + + bool + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept - - virtual char_type - do_widen - a04988.html - a0f4951419f48a08bd975cb49a81995a5 - (char __c) const =0 + + iterator + end + a04673.html + aa4a6c059c158877d2390196bbff5b480 + () - - virtual const char * - do_widen - a04988.html - a289ae9e9ce16c7c26a8356b4610c7dee - (const char *__lo, const char *__hi, char_type *__to) const =0 + + const_iterator + end + a04673.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept - - - std::__debug::bitset - a07756.html - _Nb - - - std::__debug::deque - a07764.html - _Tp - _Allocator - _Safe_container< deque< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + iterator + erase + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + iterator + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + basic_string & + erase + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + size_type + find + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const value_type *__s, size_type __pos, size_type __n) const noexcept - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + size_type + find + a04673.html + a0961886fe945d04554beab21c4f9bc54 + (const value_type *__s, size_type __pos=0) const noexcept - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + size_type + find + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (value_type __c, size_type __pos=0) const noexcept - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + size_type + find_first_not_of + a04673.html + a2ecada165b41788e4817cb31b8e5269b + (const value_type *__s, size_type __pos, size_type __n) const noexcept - - - std::__debug::forward_list - a07772.html - _Tp - _Alloc - _Safe_container< forward_list< _Tp, _Alloc >, _Alloc, __gnu_debug::_Safe_forward_list > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + size_type + find_first_not_of + a04673.html + af929326691134537716b308d080f487f + (const value_type *__s, size_type __pos=0) const noexcept - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + size_type + find_first_not_of + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (value_type __c, size_type __pos=0) const noexcept - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + size_type + find_first_of + a04673.html + a3539b87ea391ab52a571f62e3f4d3516 + (const value_type *__s, size_type __pos, size_type __n) const noexcept - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + size_type + find_first_of + a04673.html + ae2873f45c9a0fcb04bd17eaec640540b + (const value_type *__s, size_type __pos=0) const noexcept - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + size_type + find_first_of + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (value_type __c, size_type __pos=0) const noexcept - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + size_type + find_last_not_of + a04673.html + ae7c601a7f29a2304f2f014faaa789652 + (const value_type *__s, size_type __pos, size_type __n) const noexcept - - - std::__debug::list - a07788.html - _Tp - _Allocator - _Safe_container< list< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + size_type + find_last_not_of + a04673.html + a3e72d0dcdcb779d768feb37f0d10937d + (const value_type *__s, size_type __pos=npos) const noexcept - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + size_type + find_last_not_of + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (value_type __c, size_type __pos=npos) const noexcept - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + size_type + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + size_type + find_last_of + a04673.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const value_type *__s, size_type __pos, size_type __n) const noexcept - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + size_type + find_last_of + a04673.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const value_type *__s, size_type __pos=npos) const noexcept - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + size_type + find_last_of + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (value_type __c, size_type __pos=npos) const noexcept - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + reference + front + a04673.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept - + void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) - - - std::__debug::map - a07660.html - _Key - _Tp - _Compare - _Allocator - _Safe_container< map< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< value_type > __l) void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, value_type __c) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, value_type __c) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + basic_string & + insert + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const value_type *__s) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + basic_string & + insert + a04673.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const value_type *__s, size_type __n) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + basic_string & + insert + a04673.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, value_type __c) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept - - - std::__debug::multimap - a07664.html - _Key - _Tp - _Compare - _Allocator - _Safe_container< multimap< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - - - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + basic_string & + operator+= + a04673.html + adbefaa945be40d2d60d200370327f078 + (const value_type *__s) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + basic_string & + operator+= + a04673.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< value_type > __l) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + basic_string & + operator+= + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (value_type __c) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + basic_string & + operator= + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + _If_sv< _Tp, basic_string & > + operator= + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + basic_string & + operator= + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) - - - std::__debug::multiset - a07668.html - _Key - _Compare - _Allocator - _Safe_container< multiset< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + basic_string & + operator= + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const value_type *__s) - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< value_type > __l) - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + basic_string & + operator= + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (value_type __c) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + reference + operator[] + a04673.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept - + void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 + pop_back + a04673.html + a570874e864550fff0d314ee635afba9c () - + void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + push_back + a04673.html + a0825375ff9f37dd0716baeb3932a8c10 + (value_type __c) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + reverse_iterator + rbegin + a04673.html + a43226db34f7ad7cb99e1cc9f6549ae03 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + const_reverse_iterator + rbegin + a04673.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + reverse_iterator + rend + a04673.html + a320628bf4405d1896c4cbbaa1c0ddee1 () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept - - - - std::__debug::set - a07728.html - _Key - _Compare - _Allocator - _Safe_container< set< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + const_reverse_iterator + rend + a04673.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) - - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + basic_string & + replace + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + basic_string & + replace + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + basic_string & + replace + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const value_type *__s) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + basic_string & + replace + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const value_type *__s, size_type __n) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + basic_string & + replace + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< value_type > __l) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, value_type __c) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) - - - std::__debug::unordered_map - a07808.html - _Key - _Tp - _Hash - _Pred - _Alloc - _Safe_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + basic_string & + replace + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const value_type *__s) - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + basic_string & + replace + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const value_type *__s, size_type __n2) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + basic_string & + replace + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, value_type __c) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) - + void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff + reserve + a04673.html + a7655538ad1d2b47b3765995d8123fbfc () - + void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () - - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) - + void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + resize + a04673.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) - + void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, value_type __c) - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + size_type + rfind + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + size_type + rfind + a04673.html + a62cac31568a34b427b6faf3962f72746 + (const value_type *__s, size_type __pos, size_type __n) const noexcept - + + size_type + rfind + a04673.html + a252f2266eacf983c47e0f5874b9eaff6 + (const value_type *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (value_type __c, size_type __pos=npos) const noexcept + + void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + shrink_to_fit + a04673.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept - - - std::__debug::unordered_multimap - a07812.html - _Key - _Tp - _Hash - _Pred - _Alloc - _Safe_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + size_type + size + a04673.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + basic_string + substr + a04673.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + void + swap + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 + + static const size_type + npos + a04673.html + ac73924a70ab202e90e1c18c2dea125c9 - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + + basic_string< wchar_t, char_traits< wchar_t >, allocator< wchar_t > > + a04673.html + + + basic_string + a04673.html + add45a9cfe4bd5a6d6881c4cbe5d54e4a + () noexcept - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + + basic_string + a04673.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + + basic_string + a04673.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + + basic_string + a04673.html + a50dd51890ace3986b0e6638ff41deb9e + (const _Tp &__t, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + + basic_string + a04673.html + a422e4a8d5f4d04827fdada8080f24d1c + (const _Tp &__t, size_type __pos, size_type __n, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + + basic_string + a04673.html + a1b86aa9be110b05515cb86436ebecd0c + (const allocator< wchar_t > &__a) - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + + basic_string + a04673.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + + basic_string + a04673.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + + basic_string + a04673.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + + basic_string + a04673.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const allocator< wchar_t > &__a) - - - std::__debug::unordered_multiset - a07820.html - _Value - _Hash - _Pred - _Alloc - _Safe_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + + basic_string + a04673.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const wchar_t *__s, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + + basic_string + a04673.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const wchar_t *__s, size_type __n, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + + basic_string + a04673.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< wchar_t > __l, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + + basic_string + a04673.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, wchar_t __c, const allocator< wchar_t > &__a=allocator< wchar_t >()) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + + ~basic_string + a04673.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + basic_string & + append + a04673.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + _If_sv< _Tp, basic_string & > + append + a04673.html + a05df642c27398b571a5fac118d43f05b + (const _Tp &__svt) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + _If_sv< _Tp, basic_string & > + append + a04673.html + a203c6ee5eea85a18e88f0b55e19ecc4a + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + basic_string & + append + a04673.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + basic_string & + append + a04673.html + a07de98e080c12d6a757368e040baaa6d + (const basic_string &__str, size_type __pos, size_type __n=npos) - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + basic_string & + append + a04673.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const wchar_t *__s) - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + basic_string & + append + a04673.html + aedb1f587c0c2da80a654e467e0b02103 + (const wchar_t *__s, size_type __n) - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + basic_string & + append + a04673.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< wchar_t > __l) - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + basic_string & + append + a04673.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, wchar_t __c) - - - std::__debug::unordered_set - a07816.html - _Value - _Hash - _Pred - _Alloc - _Safe_container< unordered_set< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + basic_string & + assign + a04673.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) - - _Safe_iterator_base * - _M_const_local_iterators - a07720.html - aada883d3554a2f87ca780c2457c09d5d - + + basic_string & + assign + a04673.html + a745919f1f432a127a2373ce685bfe5a8 + (basic_string &&__str) noexcept(allocator_traits< allocator< wchar_t > >::is_always_equal::value) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a57abf50482e3b24e6056320724d1d3fc + (const _Tp &__svt) - - _Safe_iterator_base * - _M_local_iterators - a07720.html - ad62db24fbffa1fb93099351281b7ce65 - + + _If_sv< _Tp, basic_string & > + assign + a04673.html + a7381bf9ba08dbf06c475b38e2d2e47ce + (const _Tp &__svt, size_type __pos, size_type __n=npos) - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + basic_string & + assign + a04673.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) - - void - _M_detach_all - a07720.html - aa7ec5c80048329d10fe2916fff73aeff - () + + basic_string & + assign + a04673.html + af43d2cffe4cbafd3b7e0e3413a9d64e8 + (const basic_string &__str, size_type __pos, size_type __n=npos) - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d + + basic_string & + assign + a04673.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const wchar_t *__s) + + + basic_string & + assign + a04673.html + a29921ea06a2addf4f553a0926cee86ed + (const wchar_t *__s, size_type __n) + + + basic_string & + assign + a04673.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< wchar_t > __l) + + + basic_string & + assign + a04673.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, wchar_t __c) + + + reference + at + a04673.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + const_reference + at + a04673.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + back + a04673.html + ac12faa42fdb7031770f89f43f8901376 () - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 + + const_reference + back + a04673.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a04673.html + a92ac8cd12ed8dd292465c513b47b3a81 () - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + const_iterator + begin + a04673.html + a9616ce861862d90208cee9aedd61747b + () const noexcept - - void - _M_invalidate_if - a07724.html - aff0fe666b60f05c5f8da0ae92548ad42 - (_Predicate __pred) + + const wchar_t * + c_str + a04673.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept - - void - _M_invalidate_local_if - a07724.html - aa3e9b27e61fad7cb80cfab023eac395d - (_Predicate __pred) + + size_type + capacity + a04673.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 - () + + const_iterator + cbegin + a04673.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept - - void - _M_swap - a07720.html - a1ff909e73bfb6e9646caf6df99db2d70 - (_Safe_unordered_container_base &__x) noexcept + + const_iterator + cend + a04673.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept - + void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + clear + a04673.html + aaf800493abc5157b122532f5553c7473 + () noexcept - - - std::__debug::vector - a07828.html - _Tp - _Allocator - _Safe_container< vector< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > - _Safe_vector< vector< _Tp, _Allocator >, ::vector< _Tp, _Allocator > > - - vector - a07828.html - ae41f4262ebb8fc69f3a5f562498b5c2c - (const _Base &__x) + _If_sv< _Tp, int > + compare + a04673.html + a63d71cf8cfbe15a4f12fae2e37834fa6 + (const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - void - _M_invalidate_if - a07584.html - a9526e7688edd9c4e6f343340d833dfcf - (_Predicate __pred) + int + compare + a04673.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const - void - _M_transfer_from_if - a07584.html - ad1f86e4e83069486342ba7b53e095c42 - (_Safe_sequence &__from, _Predicate __pred) + int + compare + a04673.html + a215d1d73d41a557d9615091708945db6 + (const wchar_t *__s) const noexcept - - _Safe_iterator_base * - _M_const_iterators - a07676.html - a5aabbc5d256f3eaaf313274ebf200877 - + + _If_sv< _Tp, int > + compare + a04673.html + aa6d4a44aba530a8e48b76089a6f86dd8 + (size_type __pos, size_type __n, const _Tp &__svt) const noexcept(is_same< _Tp, __sv_type >::value) - - _Safe_iterator_base * - _M_iterators - a07676.html - a9d678da43e3d7456af279062c4e5c28a - + + int + compare + a04673.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const - - unsigned int - _M_version - a07676.html - af796b1fd115ea27cd078eeb7e4909bd5 - + + int + compare + a04673.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const wchar_t *__s) const - - void - _M_detach_all - a07676.html - acebac46f833f903deb7c094fc26cbea1 - () + + int + compare + a04673.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const wchar_t *__s, size_type __n2) const - - void - _M_detach_singular - a07676.html - aadde2fc883be085fc4588c1ef442cd3d - () + + _If_sv< _Tp, int > + compare + a04673.html + a9843d8dab827c230828b706794993d25 + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) const noexcept(is_same< _Tp, __sv_type >::value) - - __gnu_cxx::__mutex & - _M_get_mutex - a07676.html - aa245644963340f3dee07d384eeeb01f3 - () + + int + compare + a04673.html + a00fcb723571cc0e06c053dd40d3f9089 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) const - - void - _M_invalidate_all - a07676.html - a58a4c8925457fcf371457ec9f071a31f - () const + + size_type + copy + a04673.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (wchar_t *__s, size_type __n, size_type __pos=0) const - - void - _M_revalidate_singular - a07676.html - a75f6eb02cd1721b550bd5eb205ed6920 + + const_reverse_iterator + crbegin + a04673.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a04673.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const wchar_t * + data + a04673.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + wchar_t * + data + a04673.html + a94bd974b43f9d63e1d4b325a979b06dc + () noexcept + + + bool + empty + a04673.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a04673.html + aa4a6c059c158877d2390196bbff5b480 () - - void - _M_swap - a07676.html - a4be4c001b025723e907afc2a0dc899c7 - (_Safe_sequence_base &__x) noexcept + + const_iterator + end + a04673.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + iterator + erase + a04673.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + iterator + erase + a04673.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + basic_string & + erase + a04673.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + _If_sv< _Tp, size_type > + find + a04673.html + a170b25d315cd68d43b11d5914287af81 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find + a04673.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a04673.html + a2905ece9a19045bd348be9fd2aa01664 + (const wchar_t *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a04673.html + a0961886fe945d04554beab21c4f9bc54 + (const wchar_t *__s, size_type __pos=0) const noexcept + + + size_type + find + a04673.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (wchar_t __c, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_not_of + a04673.html + a90da3030aba923a21c09e4897270fdd8 + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_first_not_of + a04673.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a04673.html + a2ecada165b41788e4817cb31b8e5269b + (const wchar_t *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a04673.html + af929326691134537716b308d080f487f + (const wchar_t *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a04673.html + a0766f7adbc9a185b21bb1356ab6e302f + (wchar_t __c, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_first_of + a04673.html + afb6b35389e7fbfd7cc3becae6faf023b + (const _Tp &__svt, size_type __pos=0) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_first_of + a04673.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a04673.html + a3539b87ea391ab52a571f62e3f4d3516 + (const wchar_t *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a04673.html + ae2873f45c9a0fcb04bd17eaec640540b + (const wchar_t *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a04673.html + ab065587ff286d2b7e0aa9ed49ceb871a + (wchar_t __c, size_type __pos=0) const noexcept + + + _If_sv< _Tp, size_type > + find_last_not_of + a04673.html + aeee9573a86518cc742d3b0ff9dceaeee + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_last_not_of + a04673.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a04673.html + ae7c601a7f29a2304f2f014faaa789652 + (const wchar_t *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a04673.html + a3e72d0dcdcb779d768feb37f0d10937d + (const wchar_t *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a04673.html + a779c081af38b8c6af0341ed88e19c69f + (wchar_t __c, size_type __pos=npos) const noexcept + + + _If_sv< _Tp, size_type > + find_last_of + a04673.html + a112071aa62eefd9ae748673b8ea74bf7 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + find_last_of + a04673.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a04673.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const wchar_t *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a04673.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const wchar_t *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a04673.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (wchar_t __c, size_type __pos=npos) const noexcept + + + reference + front + a04673.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a04673.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a04673.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a04673.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a04673.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< wchar_t > __l) + + + void + insert + a04673.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, wchar_t __c) + + + iterator + insert + a04673.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, wchar_t __c) + + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a3d35cd4e1d02689d199708f2e2f11c8c + (size_type __pos, const _Tp &__svt) + + + basic_string & + insert + a04673.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const wchar_t *__s) + + + basic_string & + insert + a04673.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const wchar_t *__s, size_type __n) + + + basic_string & + insert + a04673.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, wchar_t __c) + + + _If_sv< _Tp, basic_string & > + insert + a04673.html + a7d1e6763715527aea25f439b15dc43b0 + (size_type __pos1, const _Tp &__svt, size_type __pos2, size_type __n=npos) + + + basic_string & + insert + a04673.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a04673.html + a5f4cb009e10c77720a50e15b43881053 + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n=npos) + + + size_type + length + a04673.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a04673.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + + operator __sv_type + a04673.html + a3b0ac4a781d8405839f7db336e389ecb + () const noexcept + + + _If_sv< _Tp, basic_string & > + operator+= + a04673.html + a45dd7ec74e206b928bf9b250a64591e3 + (const _Tp &__svt) + + + basic_string & + operator+= + a04673.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a04673.html + adbefaa945be40d2d60d200370327f078 + (const wchar_t *__s) + + + basic_string & + operator+= + a04673.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< wchar_t > __l) + + + basic_string & + operator+= + a04673.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (wchar_t __c) + + + basic_string & + operator= + a04673.html + aaf111030848945ff5ea674b5f22552ed + (basic_string &&__str) noexcept(/*conditional */) + + + _If_sv< _Tp, basic_string & > + operator= + a04673.html + a2cf228cc4727b08c8bb9439eabd24428 + (const _Tp &__svt) + + + basic_string & + operator= + a04673.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a04673.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const wchar_t *__s) + + + basic_string & + operator= + a04673.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< wchar_t > __l) + + + basic_string & + operator= + a04673.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (wchar_t __c) + + + reference + operator[] + a04673.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + const_reference + operator[] + a04673.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + void + pop_back + a04673.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a04673.html + a0825375ff9f37dd0716baeb3932a8c10 + (wchar_t __c) + + + reverse_iterator + rbegin + a04673.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a04673.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a04673.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a04673.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a333afd1d36fb9705aedcf85a84ae0cf5 + (const_iterator __i1, const_iterator __i2, const _Tp &__svt) + + + basic_string & + replace + a04673.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a04673.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a04673.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const wchar_t *__s) + + + basic_string & + replace + a04673.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const wchar_t *__s, size_type __n) + + + basic_string & + replace + a04673.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< wchar_t > __l) + + + basic_string & + replace + a04673.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, wchar_t __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + a558f3ef0813023cc320e0a4603163ab9 + (size_type __pos, size_type __n, const _Tp &__svt) + + + basic_string & + replace + a04673.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a04673.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const wchar_t *__s) + + + basic_string & + replace + a04673.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const wchar_t *__s, size_type __n2) + + + basic_string & + replace + a04673.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, wchar_t __c) + + + _If_sv< _Tp, basic_string & > + replace + a04673.html + aa2e57d620c877081c57df99461eb600d + (size_type __pos1, size_type __n1, const _Tp &__svt, size_type __pos2, size_type __n2=npos) + + + basic_string & + replace + a04673.html + ae606af4ea116bf6decc1c67e3d35d92b + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2=npos) + + + void + reserve + a04673.html + a7655538ad1d2b47b3765995d8123fbfc + () + + + void + reserve + a04673.html + a289378ead36bc253f4b47a5d35c1bdfe + (size_type __res_arg) + + + void + resize + a04673.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + void + resize + a04673.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, wchar_t __c) + + + _If_sv< _Tp, size_type > + rfind + a04673.html + a676a7b0a67a82bc522c515baf8f4f7b9 + (const _Tp &__svt, size_type __pos=npos) const noexcept(is_same< _Tp, __sv_type >::value) + + + size_type + rfind + a04673.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a04673.html + a62cac31568a34b427b6faf3962f72746 + (const wchar_t *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a04673.html + a252f2266eacf983c47e0f5874b9eaff6 + (const wchar_t *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a04673.html + a3287a95c5ac1c576aac7c1c28d3f001a + (wchar_t __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a04673.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a04673.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a04673.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a04673.html + a0545aa0fb34370d0730659096d85db98 + (basic_string &__s) noexcept(/*conditional */) + + + static const size_type + npos + a04673.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + std::basic_string_view + a02981.html + + + + + std::experimental::fundamentals_v1::basic_string_view + a10765.html + + + + + basic_string_view< _CharT, _Traits > + a02981.html + + + std::basic_stringbuf + a02605.html + + + + std::basic_streambuf + + + basic_stringbuf + a02605.html + ab0a5669ecc1f760772bd59eee8589bd4 + () + + + + basic_stringbuf + a02605.html + a37b53ee2a13c652e61c4db6cc1f47b51 + (const __string_type &__str, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + + basic_stringbuf + a02605.html + a2e1a7b8366134c8c3920f1a450034ed8 + (ios_base::openmode __mode) + + + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + __string_type + str + a02605.html + a710ce01324037dd8787cde291a3608e0 + () const + + + void + str + a02605.html + a54d0b95ccabadaa97884f3c54f1943d2 + (const __string_type &__s) + + + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a02605.html + a9016f69345c21be73b6f737778988c48 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a02605.html + ab841cde22dc8221da78bda25cb6273bf + (int_type __c=traits_type::eof()) + + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02605.html + a87ffed7ed9940e5952303b31be0b6a11 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02605.html + a763bee40dfc04e2ee2816e322c3af297 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02605.html + a3ecbb2133b5c6b598b0344b7cbbe1757 + (char_type *__s, streamsize __n) + + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02605.html + a24490a3224662a3c57cbb8f591b2acbc + () + + + virtual int + sync + a02589.html + a407510ac810a42b173f3bd553959bfb5 + () + + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02605.html + a51561fccb6d01fb598c1885de0defc71 + () + + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02605.html + ac61ba779db3a0af0973ab5222c78fa0b + + + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + + + + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + std::basic_stringstream + a02617.html + + + + std::basic_iostream + + + event + a05825.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a05825.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a05825.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a05825.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a05825.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a05825.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_stringstream + a02617.html + a64ecd0630d487399d2384825621daf7c + () + + + + basic_stringstream + a02617.html + a441ffb983d534b288151ff70610ad42b + (const __string_type &__str, ios_base::openmode __m=ios_base::out|ios_base::in) + + + + basic_stringstream + a02617.html + af2d1b2ccbf5c54aa9b4ab6dfaab765ef + (ios_base::openmode __m) + + + + ~basic_stringstream + a02617.html + a2fe66a8d73dcf33d78ad41df02328fe4 + () + + + const locale & + _M_getloc + a05825.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02585.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02585.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02585.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02585.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02585.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02585.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02585.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02585.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02585.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a05825.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a05825.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02597.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + streamsize + gcount + a02593.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02593.html + ae4f60892c2bbbfcec2d72f2be78030ed + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a05825.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02585.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02585.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a05825.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02585.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02597.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + __ostream_type & + operator<< + a02597.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __istream_type & + operator>> + a02593.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + __istream_type & + operator>> + a02593.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + streamsize + precision + a05825.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a05825.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a05825.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + __stringbuf_type * + rdbuf + a02617.html + a20c0bfc4dc37364093b8c7bfe77d1d7f + () const + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02585.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + iostate + rdstate + a02585.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02597.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + __ostream_type & + seekp + a02597.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02585.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + __string_type + str + a02617.html + a36e49da6993836a79290489fab310077 + () const + + + void + str + a02617.html + a84b6a2da124b5f937c3f5dfa12d70957 + (const __string_type &__s) + + + pos_type + tellp + a02597.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02585.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02585.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02585.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02593.html + a561684f2822987bda56c7e8817f91892 + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02585.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + __istream_type & + operator>> + a02593.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02593.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02593.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02593.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02593.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02593.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02593.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02593.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02593.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02593.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02593.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02593.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02593.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02593.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02593.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02593.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02593.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02593.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02593.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02593.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02593.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02593.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02593.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02593.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02593.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02593.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02593.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02593.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02593.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02593.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02593.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02593.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02593.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02593.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02593.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02585.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02585.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02597.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02597.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02597.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02597.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02597.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02597.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02597.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02597.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02597.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02597.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02597.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02597.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02597.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02597.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02597.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02597.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + __ostream_type & + write + a02597.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + std::bernoulli_distribution + a06421.html + std::bernoulli_distribution::param_type + + bool + result_type + a06421.html + acc481fbef5fb023da54c1fa303d042ab + + + + + bernoulli_distribution + a06421.html + ab91c233e95876adba650f28bf642bb09 + () + + + + bernoulli_distribution + a06421.html + ab9d29c592203debf23220ce8cb07e729 + (double __p) + + + result_type + max + a06421.html + a14712b344c9472eb67d2973589ddf7f2 + () const + + + result_type + min + a06421.html + acfd63c2f93e6215cd8304db6f5c39df4 + () const + + + result_type + operator() + a06421.html + aec456e48e7dd746d11b2836368b7ed6d + (_UniformRandomNumberGenerator &__urng) + + + double + p + a06421.html + addcfd796c755aee31989d1fc69e24b46 + () const + + + param_type + param + a06421.html + a87898c9d5ca977d0d4c7d32996aff34e + () const + + + void + param + a06421.html + addd7642a0dc7aeb3025fd98670eb2ae4 + (const param_type &__param) + + + void + reset + a06421.html + a0e2d60fd13c2709af0294ab028e0646a + () + + + friend bool + operator== + a06421.html + a30ec495579b2c991c5eb5259ad4f1704 + (const bernoulli_distribution &__d1, const bernoulli_distribution &__d2) + + + + std::bidirectional_iterator_tag + a07517.html + std::forward_iterator_tag + + + __gnu_pbds::detail::bin_search_tree_const_it_ + a12233.html + + + + + + + Is_Forward_Iterator + + + + __gnu_pbds::detail::bin_search_tree_const_node_it_ + a12225.html + + + + + + Const_Iterator + const_reference + a12225.html + a7c469cca98a372efbd8ed9cb086fa3ae + + + + trivial_iterator_difference_type + difference_type + a12225.html + a60ca6e16f3a71fde157c1376d14afc62 + + + + trivial_iterator_tag + iterator_category + a12225.html + ae7cdc704c64581039293828b5c6f4b15 + + + + rebind_traits< _Alloc, metadata_type >::const_reference + metadata_const_reference + a12225.html + a841a6111c8c1c0a18db8a1ae486b9c40 + + + + Node::metadata_type + metadata_type + a12225.html + a7eb0036cd037c9139ab0019c557be22d + + + + Const_Iterator + reference + a12225.html + a00a0a67e9558dd2891dd4ddc9a568fab + + + + Const_Iterator + value_type + a12225.html + a67882de51ea972e066ed1ea5e39ae76c + + + + bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_l_child + a12225.html + adef28620e7ee83e27bf0a3850c31765b + () const + + + metadata_const_reference + get_metadata + a12225.html + ac2361c1a9389f98ad1476a463670ad30 + () const + + + bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_r_child + a12225.html + a29777270beba31264794e507ac3b7fee + () const + + + bool + operator!= + a12225.html + af00d0999bd1cb1c6a731bf5327caea72 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + const_reference + operator* + a12225.html + aeebd8eab002abaceeeeedbb0850ae617 + () const + + + bool + operator== + a12225.html + a7acc944a17c34a7e6a1f46a18319abe7 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + + __gnu_pbds::detail::bin_search_tree_it_ + a12237.html + + + + + + + Is_Forward_Iterator + + __gnu_pbds::detail::bin_search_tree_const_it_ + + + __gnu_pbds::detail::bin_search_tree_node_it_ + a12229.html + + + + + __gnu_pbds::detail::bin_search_tree_const_node_it_ + + Iterator + const_reference + a12229.html + a4929c6c309b332e7e61ca667d4970f34 + + + + trivial_iterator_difference_type + difference_type + a12225.html + a60ca6e16f3a71fde157c1376d14afc62 + + + + trivial_iterator_tag + iterator_category + a12225.html + ae7cdc704c64581039293828b5c6f4b15 + + + + rebind_traits< _Alloc, metadata_type >::const_reference + metadata_const_reference + a12225.html + a841a6111c8c1c0a18db8a1ae486b9c40 + + + + Node::metadata_type + metadata_type + a12225.html + a7eb0036cd037c9139ab0019c557be22d + + + + Iterator + reference + a12229.html + a4ad1cd9fab408c3e3bb9aaac4fb02ca9 + + + + Iterator + value_type + a12229.html + ac8e3c7ff2237536b5567dc23b5218d38 + + + + bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_l_child + a12229.html + a7c165db48078740c7eb8d7d9acd5eba8 + () const + + + metadata_const_reference + get_metadata + a12225.html + ac2361c1a9389f98ad1476a463670ad30 + () const + + + bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_r_child + a12229.html + aafe527c188b1b6900addb0bcb67f5f0b + () const + + + bool + operator!= + a12225.html + af00d0999bd1cb1c6a731bf5327caea72 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + Iterator + operator* + a12229.html + aab710c87290d148b6dd2eb260ff27a1d + () const + + + bool + operator== + a12225.html + a7acc944a17c34a7e6a1f46a18319abe7 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + + __gnu_pbds::detail::bin_search_tree_traits + a12241.html + + + + Node_Update + + + + bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 + + + + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a12241.html + + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 + + + + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a12241.html + + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > + a12245.html + + + Node_Update + + + + bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12245.html + a7956a5cdcec778e8abce36c69ccd3053 + + + + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a12241.html + + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 + + + + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a12241.html + + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_cxx::binary_compose + a08709.html + + + + unary_function< _Operation2::argument_type, _Operation1::result_type > + + _Operation2::argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation1::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::binary_function + a07157.html + + + + + _Arg1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Arg1, _Arg2, _Arg1 > + a07157.html + + _Arg1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Arg1 + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Arg1, _Arg2, _Arg2 > + a07157.html + + _Arg1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Arg2 + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > + a07157.html + + _Predicate::first_argument_type + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Predicate::second_argument_type + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _T1, _T2, bool > + a07157.html + + _T1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp *, _Arg, _Ret > + a07157.html + + _Tp * + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp *, _Tp *, bool > + a07157.html + + _Tp * + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp * + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp, _Arg, _Ret > + a07157.html + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp, _Tp, _Tp > + a07157.html + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp, _Tp, bool > + a07157.html + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp1, _Tp2, __typeof__(*static_cast< _Tp1 * >(0) **static_cast< _Tp2 * >(0)) > + a07157.html + + _Tp1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + __typeof__(*< * >0_Tp1 **static_cast< _Tp2 * >(0) + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp1, _Tp2, __typeof__(*static_cast< _Tp1 * >(0)+*static_cast< _Tp2 * >(0)) > + a07157.html + + _Tp1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + __typeof__(*< * >0_Tp1+*static_cast< _Tp2 * >(0) + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< const _Tp *, _Arg, _Ret > + a07157.html + + const _Tp * + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > > + a07157.html + + rope< _CharT, _Alloc > + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + rope< _CharT, _Alloc > + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + rope< _CharT, _Alloc > + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool > + a07157.html + + std::pair< _T1, _T2 > + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + std::pair< _T1, _T2 > + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< value_type, value_type, bool > + a07157.html + + value_type + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + value_type + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_pbds::detail::binary_heap + a12165.html + + + + resize_policy< _Alloc::size_type > + + + __gnu_pbds::detail::binary_heap_const_iterator_ + a12169.html + + + Simple + + __gnu_pbds::detail::binary_heap_point_const_iterator_ + + base_type::const_pointer + const_pointer + a12169.html + a8233f5369e1b6e60da547f7f1843e030 + + + + base_type::const_reference + const_reference + a12169.html + a157eb231eb4380523a8b4f619829787e + + + + _Alloc::difference_type + difference_type + a12169.html + a74b080229c28726dcc2bf12ce54cfefe + + + + std::forward_iterator_tag + iterator_category + a12169.html + aac3f2af936b4120fe980c2d7075dd6f4 + + + + base_type::pointer + pointer + a12169.html + a0907bb639cf9ac29dab204626ec12377 + + + + base_type::reference + reference + a12169.html + adc01f11049fc8b3283d60458c4e2d04f + + + + base_type::value_type + value_type + a12169.html + af7d6e44fa7c917f95357a470af816658 + + + + + binary_heap_const_iterator_ + a12169.html + af0a2dc25dbba85fcd249ab120194f33e + () + + + + binary_heap_const_iterator_ + a12169.html + ae1e5c7467605a29e1268bd34dd84a624 + (const binary_heap_const_iterator_ &other) + + + bool + operator!= + a12169.html + ade2fe116ea5d8252d04e3205d8a097f5 + (const binary_heap_const_iterator_ &other) const + + + bool + operator!= + a12205.html + ac2a94a28e8beb3b3b2e66632636930f9 + (const binary_heap_point_const_iterator_ &other) const + + + const_reference + operator* + a12205.html + a50d89bdcb26164ff380a312673cf0f06 + () const + + + const_pointer + operator-> + a12205.html + a60137368e9df33aaca43271c842f0dea + () const + + + bool + operator== + a12169.html + a49be997a654cf31a5688f876b3a0926b + (const binary_heap_const_iterator_ &other) const + + + bool + operator== + a12205.html + a086ba257226b242633bc6519023da110 + (const binary_heap_point_const_iterator_ &other) const + + + + __gnu_pbds::detail::binary_heap_point_const_iterator_ + a12205.html + + + Simple + + + rebind_traits< _Alloc, value_type >::const_pointer + const_pointer + a12205.html + aed5f5c737f104d5bcbca0d85c53d4f5c + + + + rebind_traits< _Alloc, value_type >::const_reference + const_reference + a12205.html + aba0ad574a1255ee94fe1a5830aa18698 + + + + trivial_iterator_difference_type + difference_type + a12205.html + afa0007845d620ae7f329c9813ecfe7d0 + + + + trivial_iterator_tag + iterator_category + a12205.html + a0d1b6774adedb170ee1ed23fcff30ba2 + + + + rebind_traits< _Alloc, value_type >::pointer + pointer + a12205.html + a4545ea3f3f814b9ce4041ba8aaef536b + + + + rebind_traits< _Alloc, value_type >::reference + reference + a12205.html + afa6fd9f1b0953d28a9567635e5196cba + + + + Value_Type + value_type + a12205.html + af4eb9042a7175d970490ed0cdd89eda4 + + + + + binary_heap_point_const_iterator_ + a12205.html + a51849dc1d50e671689acdc7ca14297f9 + () + + + + binary_heap_point_const_iterator_ + a12205.html + a4caa8f4cc657a7fd700f07c51653c29b + (const binary_heap_point_const_iterator_ &other) + + + bool + operator!= + a12205.html + ac2a94a28e8beb3b3b2e66632636930f9 + (const binary_heap_point_const_iterator_ &other) const + + + const_reference + operator* + a12205.html + a50d89bdcb26164ff380a312673cf0f06 + () const + + + const_pointer + operator-> + a12205.html + a60137368e9df33aaca43271c842f0dea + () const + + + bool + operator== + a12205.html + a086ba257226b242633bc6519023da110 + (const binary_heap_point_const_iterator_ &other) const + + + + __gnu_pbds::binary_heap_tag + a11885.html + __gnu_pbds::priority_queue_tag + + + std::binary_negate + a07397.html + + binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > + + _Predicate::first_argument_type + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Predicate::second_argument_type + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::binder1st + a08269.html + + unary_function< _Operation::second_argument_type, _Operation::result_type > + + _Operation::second_argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::binder2nd + a08273.html + + unary_function< _Operation::first_argument_type, _Operation::result_type > + + _Operation::first_argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::binomial_distribution + a06429.html + + std::binomial_distribution::param_type + + _IntType + result_type + a06429.html + af4383227c82a6c0ee7d105c6b9bad120 + + + + result_type + max + a06429.html + a3699dfeea620a15824d48f712df52b0c + () const + + + result_type + min + a06429.html + a0dcaff746d5993e73b30cbbc70afbd05 + () const + + + result_type + operator() + a06429.html + a81e88f1000ed08018856b1b908acae12 + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a06429.html + aff0946f83a897c9f8b42f88d9e6d24c6 + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + double + p + a06429.html + af0583bb444d7db7e7458dd1443ac7407 + () const + + + param_type + param + a06429.html + a999c47841c55d2615178786296635761 + () const + + + void + param + a06429.html + a77ced711f56a6b1dabc97cae8c0e70d7 + (const param_type &__param) + + + void + reset + a06429.html + acac7f32aa4a2b3ac2e512c5097aa70dc + () + + + _IntType + t + a06429.html + aa72d944e9abea97404fcc4ce35822060 + () const + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06429.html + a414a99f11823d3fdfed86fc37f55690b + (std::basic_ostream< _CharT, _Traits > &__os, const std::binomial_distribution< _IntType1 > &__x) + + + friend bool + operator== + a06429.html + a98cae54fe8bdfb6ad29aa3577b02e50c + (const binomial_distribution &__d1, const binomial_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06429.html + a6770ba69c9a9d9b6d45fb2d262b6739d + (std::basic_istream< _CharT, _Traits > &__is, std::binomial_distribution< _IntType1 > &__x) + + + + __gnu_pbds::detail::binomial_heap + a12213.html + + + + __gnu_pbds::detail::binomial_heap_base + + + __gnu_pbds::detail::binomial_heap_base + a12217.html + + + + left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + + + __gnu_pbds::binomial_heap_tag + a11877.html + __gnu_pbds::priority_queue_tag + + + __gnu_cxx::bitmap_allocator + a10877.html + + __gnu_cxx::free_list + + pointer + _M_allocate_single_object + a10877.html + ac77b949a33d56571818a29d403d29c0f + () + + + void + _M_deallocate_single_object + a10877.html + ae0ef4419b8cbba9cb3dd18f54767011b + (pointer __p) + + + + std::__debug::bitset + a08569.html + _Nb + + + std::bitset + a01949.html + _Nb + _Base_bitset<((_Nb)/(__CHAR_BIT__ *__SIZEOF_LONG__)+((_Nb) %(__CHAR_BIT__ *__SIZEOF_LONG__)==0 ? 0 :1))> + std::bitset::reference + + constexpr + bitset + a01949.html + a5151bbfc506a4e67b62aad88858087bf + () noexcept + + + + bitset + a01949.html + a68b8f8604acc020e65bec91099f31eb3 + (const _CharT *__str, typename std::basic_string< _CharT >::size_type __n=std::basic_string< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) + + + + bitset + a01949.html + aad1e618ff42ed7383899856a0c0043f4 + (const std::basic_string< _CharT, _Traits, _Alloc > &__s, size_t __position, size_t __n) + + + + bitset + a01949.html + a8d5bd427a29860ac451ffe8a8d4ad40e + (const std::basic_string< _CharT, _Traits, _Alloc > &__s, size_t __position=0) + + + constexpr + bitset + a01949.html + ac9ff38d14bbdb04b227c153e599ea2a3 + (unsigned long long __val) noexcept + + + size_t + _Find_first + a01544.html + ga6e02d58f0dc8e29529bc5bb4bda868c9 + () const noexcept + + + size_t + _Find_next + a01544.html + ga335929b2d821067e4288911e01e7e0ab + (size_t __prev) const noexcept + + + bool + all + a01949.html + a19aaf012161f62da7b7c26fe03aafe79 + () const noexcept + + + bool + any + a01949.html + ac04f8abc0698b5d65081d1253d68aca9 + () const noexcept + + + size_t + count + a01949.html + ad4633f8abd7e24be8f0315dff4a0882c + () const noexcept + + + bitset< _Nb > & + flip + a01949.html + a74c7d5b72d4bdc578f796f6f382b7b76 + () noexcept + + + bitset< _Nb > & + flip + a01949.html + ac1664aa3a88a766504c14fa38c824522 + (size_t __position) + + + bool + none + a01949.html + a55acf106c98106e68dfb1e475176624b + () const noexcept + + + bitset< _Nb > + operator~ + a01949.html + a2cdeed3169c5dbfd617f68bbef6457ee + () const noexcept + + + bitset< _Nb > & + reset + a01949.html + a74ba5bc37dd7a687b8f05883e076f3bd + () noexcept + + + bitset< _Nb > & + reset + a01949.html + af4c2e2cef691e173dca06e743dce31fa + (size_t __position) + + + bitset< _Nb > & + set + a01949.html + a11172e92c3d43b0241294f0fabeb176c + () noexcept + + + bitset< _Nb > & + set + a01949.html + a8e5de5f2693d0f873982c7e7435ecdb8 + (size_t __position, bool __val=true) + + + constexpr size_t + size + a01949.html + acae6b747171db72a7f5b80f698972874 + () const noexcept + + + bool + test + a01949.html + abb1381e9fd6c77312c8a18b2089b5e96 + (size_t __position) const + + + std::basic_string< _CharT, _Traits, _Alloc > + to_string + a01949.html + a14f4372623ade9d8dde70d1012d647e1 + () const + + + unsigned long + to_ulong + a01949.html + ac43af07a3a1af8d80529ce525eb08716 + () const + + + bitset< _Nb > & + operator&= + a01949.html + ac5587d086529952ee5b2e103359e046b + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator|= + a01949.html + a75853927c9ad1aa9548e9eea7fde188c + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator^= + a01949.html + aa9ac8697d02b2a3bacc58b1fa619b630 + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator<<= + a01949.html + ac36920b534a80be4cc1e6e80c68d2be5 + (size_t __position) noexcept + + + bitset< _Nb > & + operator>>= + a01949.html + ac07ef85ee38aa3428883eb50f719cbca + (size_t __position) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01544.html + gab46cfb783c57ffc53976ee861fae1ff4 + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01544.html + gaf6e22292e9928712291bfdfc899e32fe + (size_t __pos, int __val) noexcept + + + bitset< _Nb > & + _Unchecked_reset + a01544.html + gaf6f4ee325fdf30171454f70ac153374b + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_flip + a01544.html + ga3ae4b2fca495c3dc883f9e05ea618538 + (size_t __pos) noexcept + + + constexpr bool + _Unchecked_test + a01544.html + ga937a54ac511a8847838de564dbe17e39 + (size_t __pos) const noexcept + + + reference + operator[] + a01949.html + a03ad7ade15b93f22b17648d53ba20062 + (size_t __position) + + + constexpr bool + operator[] + a01949.html + afa6b9908b9752384b42da517a3ae3d8c + (size_t __position) const + + + bool + operator== + a01949.html + affef282a5c1dde27d67a3ad667936c17 + (const bitset< _Nb > &__rhs) const noexcept + + + bool + operator!= + a01949.html + aa69e1223ce6dc3f69fd44cc331bb170e + (const bitset< _Nb > &__rhs) const noexcept + + + bitset< _Nb > + operator<< + a01949.html + a725f2ea3af449e1e3286300e694d863d + (size_t __position) const noexcept + + + bitset< _Nb > + operator>> + a01949.html + aeba729a09e2f6c19b000476fa7eb0fcd + (size_t __position) const noexcept + + + bitset< _Nb > & + operator&= + a01949.html + ac5587d086529952ee5b2e103359e046b + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator|= + a01949.html + a75853927c9ad1aa9548e9eea7fde188c + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator^= + a01949.html + aa9ac8697d02b2a3bacc58b1fa619b630 + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator<<= + a01949.html + ac36920b534a80be4cc1e6e80c68d2be5 + (size_t __position) noexcept + + + bitset< _Nb > & + operator>>= + a01949.html + ac07ef85ee38aa3428883eb50f719cbca + (size_t __position) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01544.html + gab46cfb783c57ffc53976ee861fae1ff4 + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01544.html + gaf6e22292e9928712291bfdfc899e32fe + (size_t __pos, int __val) noexcept + + + bitset< _Nb > & + _Unchecked_reset + a01544.html + gaf6f4ee325fdf30171454f70ac153374b + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_flip + a01544.html + ga3ae4b2fca495c3dc883f9e05ea618538 + (size_t __pos) noexcept + + + constexpr bool + _Unchecked_test + a01544.html + ga937a54ac511a8847838de564dbe17e39 + (size_t __pos) const noexcept + + + reference + operator[] + a01949.html + a03ad7ade15b93f22b17648d53ba20062 + (size_t __position) + + + constexpr bool + operator[] + a01949.html + afa6b9908b9752384b42da517a3ae3d8c + (size_t __position) const + + + bool + operator== + a01949.html + affef282a5c1dde27d67a3ad667936c17 + (const bitset< _Nb > &__rhs) const noexcept + + + bool + operator!= + a01949.html + aa69e1223ce6dc3f69fd44cc331bb170e + (const bitset< _Nb > &__rhs) const noexcept + + + bitset< _Nb > + operator<< + a01949.html + a725f2ea3af449e1e3286300e694d863d + (size_t __position) const noexcept + + + bitset< _Nb > + operator>> + a01949.html + aeba729a09e2f6c19b000476fa7eb0fcd + (size_t __position) const noexcept + + + + std::tr2::bool_set + a09325.html + + constexpr + bool_set + a09325.html + a0f07a0992a2bc62b7dbf3f7aa6a01d3d + () + + + constexpr + bool_set + a09325.html + ab77298d8121ed18a24e80cd0e1d23232 + (bool __t) + + + bool + equals + a09325.html + a44c6fd7ac40c7338196f1aa8db50e0b4 + (bool_set __b) const + + + bool + is_emptyset + a09325.html + a65ed1ee8eb1992fd9d4a25898d2a0db2 + () const + + + bool + is_indeterminate + a09325.html + a584b2bb82827cf99abbe1e59f2bb683c + () const + + + bool + is_singleton + a09325.html + a967a4154ed069a5c9dfd55f53f60de2b + () const + + + + operator bool + a09325.html + a98aca37a82eec323904e712571fa2ab1 + () const + + + + __gnu_pbds::detail::branch_policy + a12249.html + + + + + + __gnu_pbds::detail::branch_policy< Node_CItr, Node_CItr, _Alloc > + a12253.html + + + + + std::cauchy_distribution + a06397.html + + std::cauchy_distribution::param_type + + _RealType + result_type + a06397.html + aa8912582da5d0545839decb4e97304ce + + + + result_type + max + a06397.html + ae5cd7dd82c78d0383e64cd19e0234c86 + () const + + + result_type + min + a06397.html + a93cbd65b4fa6d5a84149a0db63c7e10c + () const + + + result_type + operator() + a06397.html + ae2c1bb8200f59e2e62b591676fffbf41 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a06397.html + ac85420c7ac3f7d2c83c3a7484facad86 + () const + + + void + param + a06397.html + aef17e054f8317d965a4baf4fa0424760 + (const param_type &__param) + + + void + reset + a06397.html + aa71463201b987ecaf218767aeaf9f8e8 + () + + + friend bool + operator== + a06397.html + a9df65ecb32574bdf021bd67b12ad772f + (const cauchy_distribution &__d1, const cauchy_distribution &__d2) + + + + __gnu_pbds::cc_hash_max_collision_check_resize_trigger + a11765.html + External_Load_Access + + + external_load_access + a11765.html + a951ff513f1715a71928078cf75109a27abc495279215d973cef60eeedf09f5a70 + + + + external_load_access + a11765.html + a951ff513f1715a71928078cf75109a27abc495279215d973cef60eeedf09f5a70 + + + + + cc_hash_max_collision_check_resize_trigger + a11765.html + a3570f81e8bebfa7c217839b679c1692c + (float load=0.5) + + + float + get_load + a11765.html + a65eddf9416d51fc632010a8667fe58c2 + () const + + + void + set_load + a11765.html + acbe6814913bb7c30a34f4fc4d99d4e01 + (float load) + + + bool + is_grow_needed + a11765.html + ad50aebe50070ae305b6c17a522bf6d0b + (size_type size, size_type num_entries) const + + + bool + is_resize_needed + a11765.html + a7c5123f36dfca1b53699730fd2d184e8 + () const + + + void + notify_cleared + a11765.html + afe7436bbd2219b3bb023834046574805 + () + + + void + notify_erase_search_collision + a11765.html + a751447ee7cf5a38825c91c46156f1553 + () + + + void + notify_erase_search_end + a11765.html + ad2553af559204a400e889dfce3793555 + () + + + void + notify_erase_search_start + a11765.html + a240b4b28ea1cdc784d5e95c62db3c15f + () + + + void + notify_erased + a11765.html + a1f46c2c9b293370318f1e2abb64cfcc1 + (size_type num_entries) + + + void + notify_externally_resized + a11765.html + a548dc80e54ce98dfb63b6197b0a5367f + (size_type new_size) + + + void + notify_find_search_collision + a11765.html + aa657361a797637c5894f887b2f68b08d + () + + + void + notify_find_search_end + a11765.html + a495e2209b7f02d5006404aaaa1087768 + () + + + void + notify_find_search_start + a11765.html + aecfd626845c5f41b5996a98ce41abe5d + () + + + void + notify_insert_search_collision + a11765.html + a0ada2bfdc28eb5b321d4e40ae1d383f1 + () + + + void + notify_insert_search_end + a11765.html + a64694cff7ecc080077cf5a1d77cfb91f + () + + + void + notify_insert_search_start + a11765.html + ac180a1382d59cb873053ef1a00aeaf7a + () + + + void + notify_inserted + a11765.html + a3873f31f2d3d3ff8118f48fa2bead1a8 + (size_type num_entries) + + + void + notify_resized + a11765.html + a21c9dcb73448b7a0e82857a272ad43a8 + (size_type new_size) + + + + __gnu_pbds::cc_hash_table + a11705.html + + + + + + + Store_Hash + + basic_hash_table< Key, Mapped, typename detail::default_hash_fn< Key >::type, typename detail::default_eq_fn< Key >::type, typename detail::default_resize_policy< detail::default_comb_hash_fn::type >::type, detail::default_store_hash, cc_hash_tag, __gnu_cxx::typelist::create1< detail::default_comb_hash_fn::type >::type, std::allocator< char > > + + + cc_hash_table + a11705.html + a5bb84ecde74cb41964822f5d7cce74e1 + () + + + + cc_hash_table + a11705.html + ae82fe7fcb8c0975de60e6fa15ce95085 + (const hash_fn &h) + + + + cc_hash_table + a11705.html + a27bdb924e2946488ec465fcacde15e21 + (const hash_fn &h, const eq_fn &e) + + + + cc_hash_table + a11705.html + a2f83d8a3065813574b512ebbf8437447 + (const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch) + + + + cc_hash_table + a11705.html + af141c65bc358d5c20b19adfe317ad7ac + (const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch, const resize_policy &rp) + + + + cc_hash_table + a11705.html + a70bcd64a9cb68398c169151c36365be9 + (It first, It last) + + + + cc_hash_table + a11705.html + a406cabdd8523a7b910875ce4ecce1cbc + (It first, It last, const hash_fn &h) + + + + cc_hash_table + a11705.html + a824df817359f701b3d157ed8638d4528 + (It first, It last, const hash_fn &h, const eq_fn &e) + + + + cc_hash_table + a11705.html + a1bca4b04926462c9f409b902ebb0b397 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch) + + + + cc_hash_table + a11705.html + a2ffb9ad5d7b0bdde4f5e079ed3c0a6a5 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch, const resize_policy &rp) + + + + __gnu_pbds::cc_hash_tag + a11829.html + __gnu_pbds::basic_hash_tag + + + __gnu_pbds::detail::cc_ht_map + a12269.html + + + + + + Store_Hash + + + __gnu_pbds::detail::hash_eq_fn + __gnu_pbds::detail::ranged_hash_fn + __gnu_pbds::detail::types_traits + + bool + empty + a12269.html + a81c25bcdaf87a204dd90b224fa29b068 + () const + + + Comb_Hash_Fn & + get_comb_hash_fn + a12269.html + a33f3fa01442c5cb048d3e0b69f074bde + () + + + const Comb_Hash_Fn & + get_comb_hash_fn + a12269.html + a883f9719416cf8bb0fa3132436c124ff + () const + + + Eq_Fn & + get_eq_fn + a12269.html + a196c3a9b1f75209ff04a83bf947bd52f + () + + + const Eq_Fn & + get_eq_fn + a12269.html + a8814614ad3ddc41194c090c2d7281804 + () const + + + Hash_Fn & + get_hash_fn + a12269.html + ad36b9aa96625e72ad575d88b4de8c6e7 + () + + + const Hash_Fn & + get_hash_fn + a12269.html + ab71175294ae5d94b7489b01a83b76ca4 + () const + + + Resize_Policy & + get_resize_policy + a12269.html + af38f1176de6bc59af78020c5a9da92d9 + () + + + const Resize_Policy & + get_resize_policy + a12269.html + a9455d1b05a274be3dd796289ec6c7814 + () const + + + + __gnu_cxx::char_traits + a05017.html + + + + std::char_traits + a05021.html + + __gnu_cxx::char_traits + + + std::char_traits< __gnu_cxx::character< _Value, _Int, _St > > + a11137.html + + + + + + std::char_traits< char > + a05025.html + + + std::char_traits< wchar_t > + a05029.html + + + __gnu_cxx::character + a11133.html + + + + + + std::chi_squared_distribution + a06389.html + + std::chi_squared_distribution::param_type + + _RealType + result_type + a06389.html + add3353e1e6f35655c681fe7de51ec8c1 + + + + result_type + max + a06389.html + ab4889a7bcb116a19e0815cf2fa250263 + () const + + + result_type + min + a06389.html + a71039379ac60b7df94b625c4a45cb287 + () const + + + result_type + operator() + a06389.html + a2ddd460528095405f9ee56cf681f306a + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a06389.html + a43a4a1e17f1083b6f67fb08037956f9e + () const + + + void + param + a06389.html + aa17c3dc11719efd80ca2aefee1a07044 + (const param_type &__param) + + + void + reset + a06389.html + a97c1963c5d5cab27292ba7233cb54b5e + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06389.html + aebe1b72f5b814d959f807aaaf5e6319e + (std::basic_ostream< _CharT, _Traits > &__os, const std::chi_squared_distribution< _RealType1 > &__x) + + + friend bool + operator== + a06389.html + a691feda4d6a0dec975dbe07c838768b6 + (const chi_squared_distribution &__d1, const chi_squared_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06389.html + a5c7725e75b4c3fec1a13c3258ceaa6bc + (std::basic_istream< _CharT, _Traits > &__is, std::chi_squared_distribution< _RealType1 > &__x) + + + + std::codecvt + a05049.html + + + + std::__codecvt_abstract_base + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05049.html + a5cdde44b6d296efa567c0cc94bca6f08 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + codecvt< _Elem, char, mbstate_t > + a05049.html + std::__codecvt_abstract_base + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05049.html + a5cdde44b6d296efa567c0cc94bca6f08 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< _InternT, _ExternT, encoding_state > + a10917.html + + + __codecvt_abstract_base< _InternT, _ExternT, encoding_state > + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a10917.html + ae1283355554c11b6ce2d3dacc9e6cba0 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< char, char, mbstate_t > + a05053.html + __codecvt_abstract_base< char, char, mbstate_t > + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05053.html + adc5c0e2cc9d18affc9bf2888d351d699 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< char16_t, char, mbstate_t > + a05061.html + __codecvt_abstract_base< char16_t, char, mbstate_t > + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05061.html + a16f65a78cd4179ab7115490453e3664e + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< char32_t, char, mbstate_t > + a05065.html + __codecvt_abstract_base< char32_t, char, mbstate_t > + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05065.html + a1767804ef887e46a422d005ca31e2500 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< wchar_t, char, mbstate_t > + a05057.html + __codecvt_abstract_base< wchar_t, char, mbstate_t > + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05057.html + a56bc3e4682156830a84159babb38d611 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt_base + a05041.html + + + std::codecvt_byname + a05069.html + + + + std::codecvt + + result + in + a05045.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a05045.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a05045.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a05049.html + a5cdde44b6d296efa567c0cc94bca6f08 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::collate + a05861.html + + std::locale::facet + + _CharT + char_type + a05861.html + a8ad2844c921007521e36300507bcf8a2 + + + + basic_string< _CharT > + string_type + a05861.html + af10a9e48b7d0c07aa42e5931d644703f + + + + + collate + a05861.html + a4c34c192809a224b1dfc6f3d6160e564 + (__c_locale __cloc, size_t __refs=0) + + + + collate + a05861.html + af79f640413431b317d0eef470792ebb3 + (size_t __refs=0) + + + int + compare + a05861.html + ac7757ff95f04e364fc1230c2945f27fc + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + long + hash + a05861.html + ac70cace45e39beb108d6b6fbe6748ba3 + (const _CharT *__lo, const _CharT *__hi) const + + + string_type + transform + a05861.html + ada536ca81b2869cfe04ccb92bc42282e + (const _CharT *__lo, const _CharT *__hi) const + + + static locale::id + id + a05861.html + ab4a21a6ecff234461ad994da29515d62 + + + + virtual + ~collate + a05861.html + a4a168df3331d1b84ff5b547efe526bca + () + + + virtual int + do_compare + a05861.html + a7392c4a1fc4373a7298d26b3994458f0 + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + virtual long + do_hash + a05861.html + a0c49714f9b5bec2d7bc33a9a9b93919b + (const _CharT *__lo, const _CharT *__hi) const + + + virtual string_type + do_transform + a05861.html + a17895df009fcf8d929823aea3f1adbba + (const _CharT *__lo, const _CharT *__hi) const + + + _CharT + char_type + a05861.html + a8ad2844c921007521e36300507bcf8a2 + + + + basic_string< _CharT > + string_type + a05861.html + af10a9e48b7d0c07aa42e5931d644703f + + + + + std::collate_byname + a05865.html + + std::collate + + _CharT + char_type + a05865.html + aea2bc2caa0c7516b94a3a0a7513e9533 + + + + basic_string< _CharT > + string_type + a05865.html + aad3f32937222680b3f47919cdf752b6c + + + + int + compare + a05861.html + ac7757ff95f04e364fc1230c2945f27fc + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + long + hash + a05861.html + ac70cace45e39beb108d6b6fbe6748ba3 + (const _CharT *__lo, const _CharT *__hi) const + + + string_type + transform + a05861.html + ada536ca81b2869cfe04ccb92bc42282e + (const _CharT *__lo, const _CharT *__hi) const + + + static locale::id + id + a05861.html + ab4a21a6ecff234461ad994da29515d62 + + + + virtual int + do_compare + a05861.html + a7392c4a1fc4373a7298d26b3994458f0 + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + virtual long + do_hash + a05861.html + a0c49714f9b5bec2d7bc33a9a9b93919b + (const _CharT *__lo, const _CharT *__hi) const + + + virtual string_type + do_transform + a05861.html + a17895df009fcf8d929823aea3f1adbba + (const _CharT *__lo, const _CharT *__hi) const + + + _CharT + char_type + a05865.html + aea2bc2caa0c7516b94a3a0a7513e9533 + + + + basic_string< _CharT > + string_type + a05865.html + aad3f32937222680b3f47919cdf752b6c + + + + + std::common_type + a03917.html + _Tp + + + common_type< _Types... > + a03917.html + + + std::common_type< chrono::duration< _Rep, _Period > > + a01993.html + + + + + std::common_type< chrono::duration< _Rep, _Period >, chrono::duration< _Rep, _Period > > + a01989.html + + + + + std::common_type< chrono::duration< _Rep1, _Period1 >, chrono::duration< _Rep2, _Period2 > > + a01985.html + + + + + + + std::common_type< chrono::time_point< _Clock, _Duration > > + a02005.html + + + + + std::common_type< chrono::time_point< _Clock, _Duration >, chrono::time_point< _Clock, _Duration > > + a02001.html + + + + + std::common_type< chrono::time_point< _Clock, _Duration1 >, chrono::time_point< _Clock, _Duration2 > > + a01997.html + + + + + + std::complex + a02125.html + + + _Tp + value_type + a02125.html + a2c87f5c1ef86cd0a4b1ea60205b50924 + + + + constexpr + complex + a02125.html + a4243bd8ee861d7f2e640127085fb4c48 + (const _Tp &__r=_Tp(), const _Tp &__i=_Tp()) + + + constexpr + complex + a02125.html + a49d7da00378dd1c3bd5984ffdce09349 + (const complex< _Up > &__z) + + + constexpr complex< _Tp > & + operator*= + a01554.html + ga42116953b3206a198f58bdb49239687e + (const _Tp &) + + + constexpr complex< _Tp > & + operator*= + a01554.html + gafefa09e799aac6be595066ffc25bce46 + (const complex< _Up > &) + + + constexpr complex< _Tp > & + operator+= + a02125.html + a7b103c7fa605465f12eceadae967e19c + (const _Tp &__t) + + + constexpr complex< _Tp > & + operator+= + a01554.html + ga4627443fe80c8b3d100b3433b286aebf + (const complex< _Up > &) + + + constexpr complex< _Tp > & + operator-= + a02125.html + a12c551251b09a830aadf9412ed1cbb0a + (const _Tp &__t) + + + constexpr complex< _Tp > & + operator-= + a01554.html + ga046f4d41d6a8c43fc00594d3685499d2 + (const complex< _Up > &) + + + constexpr complex< _Tp > & + operator/= + a01554.html + gae8c0b2354de298932ab8db2e18e2b12c + (const _Tp &) + + + constexpr complex< _Tp > & + operator/= + a01554.html + ga6ee035512909e14275ec28672ad971d6 + (const complex< _Up > &) + + + constexpr complex< _Tp > & + operator= + a01554.html + ga97a93a849858dcbb69a241ef0d2ae278 + (const _Tp &) + + + constexpr complex< _Tp > & + operator= + a01554.html + ga3aa3e9f59c92ae8b014c217059f041d1 + (const complex< _Up > &) - - std::__detail::_BracketMatcher - a05840.html - _TraitsT - __icase - __collate - - - std::__detail::_Compiler - a05844.html - - - - std::__detail::_Default_ranged_hash - a04788.html - - - std::__detail::_Equal_helper - a04876.html - - - - - - __cache_hash_code - - - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > - a04884.html - - - - - - - - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > - a04880.html - - - - - - - - std::__detail::_Equality - a04916.html - - - - - - - - - - - _Unique_keys - - - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - a04924.html - - - - - - - - - - - std::__detail::_Equality_base - - - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - a04920.html - - - - - - - - - - - - - std::__detail::_Equality_base - a04912.html - - - std::__detail::_Executor - a05788.html - - - - __dfs_mode - - - std::__detail::_Hash_code_base - a04860.html - - - - - - - __cache_hash_code + + std::complex< double > + a02141.html - - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > - a04868.html - - - - - - _Hashtable_ebo_helper< 0, _ExtractKey > - _Hashtable_ebo_helper< 1, _H1 > - _Hashtable_ebo_helper< 2, _H2 > + + std::complex< float > + a02137.html - - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > - a04872.html - - - - - - _Hashtable_ebo_helper< 0, _ExtractKey > - _Hashtable_ebo_helper< 1, _H1 > - _Hashtable_ebo_helper< 2, _H2 > + + std::complex< long double > + a02145.html - - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > - a04864.html - - - - + + __gnu_pbds::detail::cond_dealtor + a11977.html - _Hashtable_ebo_helper< 0, _ExtractKey > - _Hashtable_ebo_helper< 1, _Hash > - - std::__detail::_Hash_node - a04760.html + + __gnu_pbds::detail::ov_tree_map::cond_dtor + a12425.html - _Cache_hash_code - std::__detail::_Hash_node< _Value, false > - a04768.html - - std::__detail::_Hash_node_value_base + __gnu_cxx::condition_base + a11285.html - - std::__detail::_Hash_node< _Value, true > - a04764.html - - std::__detail::_Hash_node_value_base + + std::condition_variable + a02161.html - - std::__detail::_Hash_node_base - a04752.html + + std::_V2::condition_variable_any + a02169.html - std::__detail::_Hash_node_value_base - a04756.html + std::conditional + a03233.html + _Cond + - std::__detail::_Hash_node_base - - std::__detail::_Hashtable_alloc - a04736.html - _NodeAlloc - _Hashtable_ebo_helper< 0, _NodeAlloc > + + conditional< _UseCache::value, std::bitset< _S_cache_size >, _Dummy > + a03233.html - std::__detail::_Hashtable_base - a04720.html + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + a12481.html + + + std::const_mem_fun1_ref_t + a07453.html + binary_function< _Tp, _Arg, _Ret > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::const_mem_fun1_t + a07445.html + binary_function< const _Tp *, _Arg, _Ret > + + const _Tp * + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::const_mem_fun_ref_t + a07437.html - _Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, _Traits::__hash_cached::value > - _Hashtable_ebo_helper< 0, _Equal > + unary_function< _Tp, _Ret > + + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + - - std::__detail::_Hashtable_ebo_helper - a04844.html - _Nm + + std::const_mem_fun_t + a07429.html - __use_ebo - - - std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > - a04852.html - _Nm + unary_function< const _Tp *, _Ret > + + const _Tp * + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + - std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > - a04848.html - _Nm + __gnu_cxx::constant_binary_fun + a08761.html + + - std::__detail::_Hashtable_traits - a04748.html - _Cache_hash_code - _Constant_iterators - _Unique_keys + __gnu_parallel::constant_size_blocks_tag + a09313.html + __gnu_parallel::find_tag - std::__detail::_Insert - a04820.html - - + __gnu_cxx::constant_unary_fun + a08757.html + + + __gnu_cxx::constant_void_fun + a08753.html + + + __gnu_pbds::detail::container_base_dispatch + a11957.html - _Constant_iterators - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - a04828.html - - - - + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type > + a12049.html + + binary_heap< _VTp, Cmp_Fn, _Alloc > + type + a12049.html + adbbd8131d9a4cdc53e280a34f161dd3c + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binomial_heap_tag, null_type > + a12041.html - std::__detail::_Insert_base + + binomial_heap< _VTp, Cmp_Fn, _Alloc > + type + a12041.html + ab4cecfd9b1ed21229fe049cabebe321c + + - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - a04824.html - + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, pairing_heap_tag, null_type > + a12037.html + + pairing_heap< _VTp, Cmp_Fn, _Alloc > + type + a12037.html + adecf3a56bd35a5ca376d0492e7123a7b + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag, null_type > + a12045.html + + rc_binomial_heap< _VTp, Cmp_Fn, _Alloc > + type + a12045.html + a7d1df51ac2b0c2e893e450bf7fe9e379 + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, thin_heap_tag, null_type > + a12053.html - std::__detail::_Insert_base + + thin_heap< _VTp, Cmp_Fn, _Alloc > + type + a12053.html + a9810405868a4fa2e115def4f7da71b66 + + - std::__detail::_Insert_base - a04816.html - - + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, cc_hash_tag, Policy_Tl > + a12021.html + + cc_ht_map< Key, Mapped, at0t, at1t, _Alloc, at3t::value, at4t, at2t > + type + a12021.html + a23615b62e54e710b3434f9fa1ec9e3d1 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, gp_hash_tag, Policy_Tl > + a12029.html + + gp_ht_map< Key, Mapped, at0t, at1t, _Alloc, at3t::value, at4t, at5t, at2t > + type + a12029.html + abd5c9e94abb13133205d4974cb2c396f + + - std::__detail::_List_node_base - a06696.html - - - std::__detail::_Local_const_iterator - a04908.html - - + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, list_update_tag, Policy_Tl > + a11981.html - __constant_iterators - __cache - _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache > + + lu_map< Key, Mapped, at0t, _Alloc, at1t > + type + a11981.html + acdf7426a920b3c4b7e483cd738099f08 + + - std::__detail::_Local_iterator - a04904.html - - + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, ov_tree_tag, Policy_Tl > + a12013.html - __constant_iterators - __cache - _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache > + + ov_tree_map< Key, Mapped, at0t, at1t, _Alloc > + type + a12013.html + a9dee3e80b552749aba49a387cfef6768 + + - std::__detail::_Local_iterator_base - a04856.html - - + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl > + a11989.html - __cache_hash_code - std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > - a04888.html - - + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl > + a11997.html - _Hashtable_ebo_helper< 0, _H2 > + + rb_tree_map< Key, Mapped, at0t, at1t, _Alloc > + type + a11997.html + a4dc67d36e7e28cebbf0696edd715d8a6 + + - std::__detail::_Map_base - a04804.html - - - + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, splay_tree_tag, Policy_Tl > + a12005.html + + splay_tree_map< Key, Mapped, at0t, at1t, _Alloc > + type + a12005.html + a7539df56bb60708acd2660656ceee4a8 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, cc_hash_tag, Policy_Tl > + a12025.html - _Unique_keys + + cc_ht_set< Key, null_type, at0t, at1t, _Alloc, at3t::value, at4t, at2t > + type + a12025.html + a3ecac13ca9bd3607b2cc2aba336c4c2c + + - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - a04808.html + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, gp_hash_tag, Policy_Tl > + a12033.html + + gp_ht_set< Key, null_type, at0t, at1t, _Alloc, at3t::value, at4t, at5t, at2t > + type + a12033.html + a315c9e64b8e3cf04bf9ca02ca72e5914 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl > + a11985.html + + lu_set< Key, null_type, at0t, _Alloc, at1t > + type + a11985.html + a3567565c4791014129d9271f665960dd + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, ov_tree_tag, Policy_Tl > + a12017.html + + ov_tree_set< Key, null_type, at0t, at1t, _Alloc > + type + a12017.html + ac19add69b1550d2db0c651b84634ddca + + - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - a04812.html + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, pat_trie_tag, Policy_Tl > + a11993.html + + pat_trie_set< Key, null_type, at1t, _Alloc > + type + a11993.html + a52af7516d4c19d6fe0a0cbd61c047eb8 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, rb_tree_tag, Policy_Tl > + a12001.html + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, splay_tree_tag, Policy_Tl > + a12009.html + + splay_tree_set< Key, null_type, at0t, at1t, _Alloc > + type + a12009.html + a1d218c006e5fec5f988d65044d11b85f + + - std::__detail::_Mask_range_hashing - a04796.html + __gnu_pbds::container_error + a11729.html + std::logic_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + - std::__detail::_Mod_range_hashing - a04784.html + __gnu_pbds::container_tag + a11809.html - std::__detail::_Node_const_iterator - a04780.html + __gnu_pbds::container_traits + a11953.html - __constant_iterators - __cache - _Node_iterator_base< _Value, __cache > + container_traits_base< Cntnr::container_category > + + order_preserving + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2a7a8084f7409a761ceaa0de948e82363d + + + + erase_can_throw + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2a04adc70b657d67c81caf60c8722c9ada + + + + split_join_can_throw + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2a065162f99ac47cfa946b17a85f2e5f1e + + + + reverse_iteration + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2ad65704fae44294b3e727d6704fd61ab6 + + + + erase_can_throw + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2a04adc70b657d67c81caf60c8722c9ada + + + + order_preserving + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2a7a8084f7409a761ceaa0de948e82363d + + + + reverse_iteration + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2ad65704fae44294b3e727d6704fd61ab6 + + + + split_join_can_throw + a11953.html + aa4fb84c5cbd0eaa7aa48a8fedd6958d2a065162f99ac47cfa946b17a85f2e5f1e + + - std::__detail::_Node_iterator - a04776.html + __gnu_pbds::container_traits_base + a11901.html - __constant_iterators - __cache - _Node_iterator_base< _Value, __cache > - - - std::__detail::_Node_iterator_base - a04772.html - _Value - _Cache_hash_code - - - std::__detail::_Power2_rehash_policy - a04800.html - - - std::__detail::_Prime_rehash_policy - a04792.html - - - std::__detail::_Quoted_string - a05396.html - _String - _CharT - std::__detail::_Rehash_base - a04832.html - - - - - - - - - - - + __gnu_pbds::container_traits_base< binary_heap_tag > + a11949.html - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > - a04836.html - - - - - - - - - - + __gnu_pbds::container_traits_base< binomial_heap_tag > + a11941.html - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > - a04840.html - - - - - - - - - - - - - std::__detail::_Scanner - a05932.html - - - - std::__detail::_StateSeq - a05836.html - + __gnu_pbds::container_traits_base< cc_hash_tag > + a11905.html - std::__exception_ptr::exception_ptr - a04560.html - - - std::__future_base - a02364.html - std::__future_base::_Result - std::__future_base::_Result< _Res & > - std::__future_base::_Result< void > - std::__future_base::_Result_alloc - std::__future_base::_Result_base - - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 - - + container_traits_base< Cntnr::container_category > + a11901.html - std::__future_base::_Result - a02376.html - - std::__future_base::_Result_base + __gnu_pbds::container_traits_base< gp_hash_tag > + a11909.html - std::__future_base::_Result< _Res & > - a02436.html - - std::__future_base::_Result_base + __gnu_pbds::container_traits_base< list_update_tag > + a11929.html - std::__future_base::_Result< void > - a02440.html - std::__future_base::_Result_base + __gnu_pbds::container_traits_base< ov_tree_tag > + a11921.html - std::__future_base::_Result_alloc - a02380.html - - - std::__future_base::_Result + __gnu_pbds::container_traits_base< pairing_heap_tag > + a11933.html - std::__future_base::_Result_base - a02368.html + __gnu_pbds::container_traits_base< pat_trie_tag > + a11925.html - std::__is_location_invariant - a06172.html - + __gnu_pbds::container_traits_base< rb_tree_tag > + a11913.html - std::__is_nullptr_t - a03508.html - - std::is_null_pointer + __gnu_pbds::container_traits_base< rc_binomial_heap_tag > + a11945.html - std::__is_tuple_like_impl< std::pair< _T1, _T2 > > - a03648.html - - - std::integral_constant + __gnu_pbds::container_traits_base< splay_tree_tag > + a11917.html - std::__iterator_traits - a06676.html - - + __gnu_pbds::container_traits_base< thin_heap_tag > + a11937.html - - std::__numeric_limits_base - a02632.html - - static constexpr int - digits - a02632.html - a6e3cb3ba2f8a6742d4759b989e5e3fed - + + std::ctype + a05885.html + + std::__ctype_abstract_base + + const char_type * + is + a05881.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const - - static constexpr int - digits10 - a02632.html - acc2df72b67282d8ad4ca54cbb4826475 - + + bool + is + a05881.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const - - static constexpr float_denorm_style - has_denorm - a02632.html - afc9f9982a8b1c62c901eccdb07fcb5d9 - + + char + narrow + a05881.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const - - static constexpr bool - has_denorm_loss - a02632.html - a73f0cc2531cddced5d6e83310f7889f8 - + + const char_type * + narrow + a05881.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const - - static constexpr bool - has_infinity - a02632.html - af40ebac2e757c3a671a25493ca2ef1e7 - + + const char_type * + scan_is + a05881.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const - - static constexpr bool - has_quiet_NaN - a02632.html - a0a8471dcf6287585eae04a539926c324 - + + const char_type * + scan_not + a05881.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const - - static constexpr bool - has_signaling_NaN - a02632.html - ab9e32618933910efd38857f2b4c112f9 - + + const char_type * + tolower + a05881.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const - - static constexpr bool - is_bounded - a02632.html - a73d31de0788cee8f432f0a9075e97a76 - + + char_type + tolower + a05881.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const - - static constexpr bool - is_exact - a02632.html - a81640a55cbeb9fccfbedd74ce954a439 - + + const char_type * + toupper + a05881.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const - - static constexpr bool - is_iec559 - a02632.html - a76fdc688c82a37689f4920a9776fc593 - + + char_type + toupper + a05881.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const - - static constexpr bool - is_integer - a02632.html - a1080a407fe101570ab1a619fe8071396 - + + char_type + widen + a05881.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a05881.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const - static constexpr bool - is_modulo - a02632.html - a05f7c8b3b2be44d621e3fd1f0e738461 + static locale::id + id + a05885.html + ad9d09c3f3e6b0adc794173ea09adda8b - - static constexpr bool - is_signed - a02632.html - ac9fad027d1b91ec445d58e5036e8ea0b + + virtual const char_type * + do_is + a05885.html + a5013f2144fc72bd446537daa7d407ccd + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + virtual bool + do_is + a05885.html + a35d540d6dbd1c06296f0bc0bddf8afe8 + (mask __m, char_type __c) const + + + virtual char + do_narrow + a05885.html + a01a3c227801621bd3ca9b3568c44c3a0 + (char_type, char __dfault) const + + + virtual const char_type * + do_narrow + a05885.html + abc730453d5fc2d3dca9e557ccc7b4394 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_scan_is + a05885.html + a9e5dfcb79a7718c330889862788e1279 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_scan_not + a05885.html + ad5c6efb9e8be0613aee87070a24098ef + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_tolower + a05885.html + aac256f247d2f52ca6f81f42a0bed6992 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_tolower + a05885.html + a59a0ada1cc334c6c407e43af870d291e + (char_type __c) const + + + virtual const char_type * + do_toupper + a05885.html + a2df6c745f13674152565a8dd6a88d9b3 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a05885.html + a292e998fb0eeeef612c4e879ead72bc9 + (char_type __c) const + + + virtual char_type + do_widen + a05885.html + a7d464e73ba99ec097116cb63a9f99761 + (char __c) const + + + virtual const char * + do_widen + a05885.html + aacb919dc096268066282f4dae1abcfc9 + (const char *__lo, const char *__hi, char_type *__dest) const + + + + std::ctype< char > + a05889.html + std::locale::facet + std::ctype_base + + char + char_type + a05889.html + a28f3c847c9453a72212fdf3c2d186e4a + + + ctype + a05889.html + a00afd225d281cd0a8cd3f35611dd91f9 + (__c_locale __cloc, const mask *__table=0, bool __del=false, size_t __refs=0) + + + + ctype + a05889.html + acf81454de90c003b463e19f8703c1cbb + (const mask *__table=0, bool __del=false, size_t __refs=0) + + + const char * + is + a05889.html + a3f98c7b3851c877d90a1c55102506b30 + (const char *__lo, const char *__hi, mask *__vec) const + + + bool + is + a05889.html + a966c54a29d5fb4424486f74ceacaed4a + (mask __m, char __c) const + + + char + narrow + a05889.html + a9ea185aec61cbd0161c6530aa8ee16f1 + (char_type __c, char __dfault) const + + + const char_type * + narrow + a05889.html + a8b760284fa34ce8010089a74e1ead79e + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char * + scan_is + a05889.html + afb41b267fdd60faf7e4083606cb52a37 + (mask __m, const char *__lo, const char *__hi) const + + + const char * + scan_not + a05889.html + a8dface426b4233def1221b870319be44 + (mask __m, const char *__lo, const char *__hi) const + + + const mask * + table + a05889.html + a3007d55c6427b410606f499795e1f66c + () const + + + const char_type * + tolower + a05889.html + aae3c348679b28ff02f655b1ac59d37d9 + (char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a05889.html + a613ce83b223f740721454f283d168ceb + (char_type __c) const + + + const char_type * + toupper + a05889.html + a45aa4603a4e2181084e6f634d83502fc + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a05889.html + a40a825cf22f673eafcd52ec226982604 + (char_type __c) const + + + char_type + widen + a05889.html + adb03af528f35f54abb0e5145e82d6f98 + (char __c) const + + + const char * + widen + a05889.html + a536369ec0cf9590af6c627ff27a407bc + (const char *__lo, const char *__hi, char_type *__to) const + + + static const mask * + classic_table + a05889.html + a747e7392c1a15e23869442fea9685aaf + () + - static constexpr bool - is_specialized - a02632.html - ac5f6c4f5343b7060e87d95c2ddb406eb + static locale::id + id + a05889.html + aaa75fca18dac7d25648746904feca918 - static constexpr int - max_digits10 - a02632.html - a1c62958a09eb69aba2a03a6e03b1574f + static const size_t + table_size + a05889.html + a8e1ecbf03326b7f71563e2c3f9a40b03 - - static constexpr int - max_exponent - a02632.html - ac68694be9c73ac6e36c3fe2ab1f18da4 + + virtual + ~ctype + a05889.html + a245192d563ebc4ba5d52cfd4a114e598 + () + + + virtual char + do_narrow + a05889.html + aec8aa906c303a66f0ca841ba5c5f8359 + (char_type __c, char __dfault) const + + + virtual const char_type * + do_narrow + a05889.html + a0912b1f79db01af7e545350fc7a1ffb1 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_tolower + a05889.html + afe122310bbeed79c8451587e257ca463 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_tolower + a05889.html + ac019737df7ce6bff299aa60d7d6b18b0 + (char_type __c) const + + + virtual const char_type * + do_toupper + a05889.html + aaa8745e5d3c653ba8252ec926519bb60 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a05889.html + a0baaa8202343a9c588635910b4fa4d7d + (char_type __c) const + + + virtual char_type + do_widen + a05889.html + a37bae5847ddd2a3e9dda66b2bb663f38 + (char __c) const + + + virtual const char * + do_widen + a05889.html + ad1c0a38350b682ac361a85ca1ac6ddc5 + (const char *__lo, const char *__hi, char_type *__to) const + + + + std::ctype< wchar_t > + a05893.html + __ctype_abstract_base< wchar_t > + + wchar_t + char_type + a05893.html + a77b824c31b28ab6ed3e78ee14b07de89 + + + ctype + a05893.html + aea37b8246f8796aa91522d5bcd8c87a3 + (__c_locale __cloc, size_t __refs=0) + + + + ctype + a05893.html + a1151154fd754cfa479a1d4b52a561435 + (size_t __refs=0) + + + const char_type * + is + a05881.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + bool + is + a05881.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + + char + narrow + a05881.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const + + + const char_type * + narrow + a05881.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char_type * + scan_is + a05881.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + scan_not + a05881.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + tolower + a05881.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a05881.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const + + + const char_type * + toupper + a05881.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a05881.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + char_type + widen + a05881.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a05881.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const + - static constexpr int - max_exponent10 - a02632.html - afa984ea44c90b032e00779a960af64ff + static locale::id + id + a05893.html + ac0eb2ff99c40a189820f9803c63dd088 - - static constexpr int - min_exponent - a02632.html - a2552b13ee696d6a61a0a037fef1dc1e0 - + + virtual + ~ctype + a05893.html + a87d9b95f4b151b418aa9ba829d16ddc2 + () + + + virtual const char_type * + do_is + a05893.html + a14be28229f0a8efde46ea9654297e556 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + virtual bool + do_is + a05893.html + a5fddabd0a6f03cb5274020784a32eb72 + (mask __m, char_type __c) const + + + virtual char + do_narrow + a05893.html + a4c0c870d5d7ec8a6d942da3a03597da2 + (char_type __c, char __dfault) const + + + virtual const char_type * + do_narrow + a05893.html + af77b64ba799c73ab7566f159d5dee756 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_scan_is + a05893.html + acf1b6dfec89abd4d28e306b7f3cf7c23 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_scan_not + a05893.html + a4d9f6191ed300d3ab5e728e7a90047b2 + (mask __m, const char_type *__lo, const char_type *__hi) const - - static constexpr int - min_exponent10 - a02632.html - ad10027037371bb1138225df2876d5e6c - + + virtual const char_type * + do_tolower + a05893.html + abaacddaf3a1d3adeed77aeaa71bc1a2e + (char_type *__lo, const char_type *__hi) const - - static constexpr int - radix - a02632.html - af69d3e469fe6b7e0de143494703ab04a - + + virtual char_type + do_tolower + a05893.html + ad8989f20ff67441f84cc2e286d34d594 + (char_type __c) const - - static constexpr float_round_style - round_style - a02632.html - ae94127c8af226c7ebe44e9b39b80813b - + + virtual const char_type * + do_toupper + a05893.html + a446b87f9dde5a37ca18d7bfa07dfa80d + (char_type *__lo, const char_type *__hi) const - - static constexpr bool - tinyness_before - a02632.html - ad43f706bb453627342a50e9891ae8027 - + + virtual char_type + do_toupper + a05893.html + a56659902a772ea65838dd6481268e099 + (char_type __c) const - - static constexpr bool - traps - a02632.html - aada3546b2e0b32ecaef18c00e2b0dcfd - + + virtual char_type + do_widen + a05893.html + a027a349455fcbe1572794e5e6ffc25b3 + (char __c) const - - - std::__parallel::_CRandNumber - a08268.html - _MustBeInt - - - std::__profile::bitset - a08024.html - _Nb - - - std::__profile::deque - a08032.html - _Tp - _Allocator - - - std::__profile::forward_list - a08036.html - _Tp - _Alloc - - - std::__profile::list - a08044.html - _Tp - _Allocator - - - std::__profile::map - a07848.html - _Key - _Tp - _Compare - _Allocator - - - std::__profile::multimap - a07852.html - _Key - _Tp - _Compare - _Allocator - - - std::__profile::multiset - a07856.html - _Key - _Compare - _Allocator - - - std::__profile::set - a07864.html - _Key - _Compare - _Allocator - - - std::__profile::unordered_map - a08048.html - _Key - _Tp - _Hash - _Pred - _Alloc - - - std::__profile::unordered_multimap - a08052.html - _Key - _Tp - _Hash - _Pred - _Alloc - - - std::__profile::unordered_multiset - a08060.html - _Value - _Hash - _Pred - _Alloc - - - std::__profile::unordered_set - a08056.html - _Key - _Hash - _Pred - _Alloc - - - std::__shared_mutex_cv - a02884.html - - - std::_Base_bitset - a01788.html - _Nw - - _WordT - _M_w - a01788.html - a935cf17f91719fcd39d284151064f170 - [_Nw] + + virtual const char * + do_widen + a05893.html + ad2118710f1ca2b452af0cf54ee179c56 + (const char *__lo, const char *__hi, char_type *__to) const - std::_Base_bitset< 0 > - a01796.html - - - std::_Base_bitset< 1 > - a01792.html - - - std::_Bind - a02260.html - - - - std::_Bind_result - a02268.html - - + std::ctype_base + a08253.html - std::_Deque_base - a06380.html - _Tp - _Alloc - - void - _M_initialize_map - a06380.html - a0ba38b77ebabad6056d04d9f65ffa74c - (size_t) + std::ctype_byname + a05897.html + + std::ctype + + const char_type * + is + a05881.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const - - - std::_Deque_iterator - a06376.html - _Tp - _Ref - _Ptr - void - _M_set_node - a06376.html - a8d2581de34cff0de15953128185cbe55 - (_Map_pointer __new_node) noexcept + bool + is + a05881.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const - - - std::_Enable_copy_move - a04480.html - _Copy - _CopyAssignment - _Move - _MoveAssignment - - - - std::_Enable_default_constructor - a04472.html - _Switch - _Tag - - - std::_Enable_destructor - a04476.html - _Switch - - - - std::_Enable_special_members - a04484.html - _Default - _Destructor - _Copy - _CopyAssignment - _Move - _MoveAssignment - - _Enable_default_constructor< _Default, _Tag > - _Enable_destructor< _Destructor, _Tag > - std::_Enable_copy_move - - - std::_Function_base - a06196.html - - - std::_Fwd_list_base - a04580.html - - - - - std::_Fwd_list_const_iterator - a04576.html - _Tp - - - std::_Fwd_list_iterator - a04572.html - _Tp - - - std::_Fwd_list_node - a04568.html - - std::_Fwd_list_node_base - - - std::_Fwd_list_node_base - a04564.html - - - std::_Hashtable - a04712.html - _Key - _Value - _Alloc - _ExtractKey - _Equal - _H1 - _H2 - _Hash - _RehashPolicy - _Traits - std::__detail::_Hashtable_base - _Map_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - _Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - _Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - _Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > - _Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > - - - std::_List_base - a06704.html - _Tp - _Alloc - - - std::_List_const_iterator - a06648.html - _Tp - - - std::_List_iterator - a06644.html - _Tp - - - std::_List_node - a06700.html - _Tp - std::__detail::_List_node_base - - - std::_Maybe_get_result_type - a05588.html - - - - - std::_Maybe_unary_or_binary_function - a06156.html - - _ArgTypes - - - std::_Maybe_unary_or_binary_function< _Res, _T1 > - a06160.html - - - unary_function< _T1, _Res > - - _T1 - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + char + narrow + a05881.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const - - _Res - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + const char_type * + narrow + a05881.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const - - - std::_Maybe_unary_or_binary_function< _Res, _T1, _T2 > - a06164.html - - - - binary_function< _T1, _T2, _Res > - - _T1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + const char_type * + scan_is + a05881.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const - - _Res - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + const char_type * + scan_not + a05881.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const - - _T2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + const char_type * + tolower + a05881.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const - - - std::_Mu - a02240.html - - _IsBindExp - _IsPlaceholder - - - std::_Mu< _Arg, false, false > - a02256.html - - - - std::_Mu< _Arg, false, true > - a02252.html - - - - std::_Mu< _Arg, true, false > - a02248.html - - - - std::_Mu< reference_wrapper< _Tp >, false, false > - a02244.html - - - - std::_Not_fn - a02336.html - - - - std::_Placeholder - a02228.html - _Num - - - std::_Reference_wrapper_base - a05700.html - _Tp - _Weak_result_type< _Tp > - - - std::_Sp_ebo_helper< _Nm, _Tp, false > - a06024.html - _Nm - - - - std::_Sp_ebo_helper< _Nm, _Tp, true > - a06020.html - _Nm - - - - std::_Temporary_buffer - a06788.html - _ForwardIterator - _Tp - - _Temporary_buffer - a06788.html - a90880d362bf8cfed57d39149b5d333ad - (_ForwardIterator __first, _ForwardIterator __last) + char_type + tolower + a05881.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const - iterator - begin - a06788.html - acd631918c7c80bd4d4edd871c5122064 - () + const char_type * + toupper + a05881.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const - iterator - end - a06788.html - a0a05d06255dbcf619bb312133b13cc97 - () + char_type + toupper + a05881.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const - size_type - requested_size - a06788.html - a6cc6bd1d6df0b852168f5065c01433ca - () const + char_type + widen + a05881.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const - size_type - size - a06788.html - a9bc2a952203a764d5a1cdf80f94bd2a8 - () const + const char * + widen + a05881.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const - - - std::_Tuple_impl - a03020.html - _Idx - _Elements - - - std::_Tuple_impl< _Idx, _Head, _Tail... > - a03024.html - _Idx - - _Tail - _Tuple_impl< _Idx+1, _Tail... > - - - std::_V2::condition_variable_any - a02064.html - - - std::_V2::error_category - a02948.html - - - std::_Vector_base - a06904.html - _Tp - _Alloc - - - std::_Weak_result_type - a05680.html - _Functor - _Weak_result_type_impl< remove_cv< _Functor >::type > - - - std::_Weak_result_type_impl - a05596.html - _Functor - _Maybe_get_result_type< _Functor > - - - std::_Weak_result_type_impl< _Res(&)(_ArgTypes...)> - a05632.html - - _ArgTypes - - - std::_Weak_result_type_impl< _Res(*)(_ArgTypes...)> - a05640.html - - _ArgTypes - - - std::_Weak_result_type_impl< _Res(_ArgTypes...)> - a05600.html - - _ArgTypes - - - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const > - a05656.html - - - _ArgTypes - - - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile > - a05672.html - - - _ArgTypes - - - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile > - a05664.html - - - _ArgTypes - - - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)> - a05648.html - - - _ArgTypes - - - std::adopt_lock_t - a06252.html - - - std::allocator - a03848.html - _Tp - __gnu_cxx::new_allocator - - - std::allocator< void > - a03840.html - - - std::allocator_arg_t - a07004.html - - - std::allocator_traits - a03788.html - _Alloc - - _Alloc - allocator_type - a03788.html - afca1125c7f138bdffa1fda17a5181429 + + static locale::id + id + a05885.html + ad9d09c3f3e6b0adc794173ea09adda8b - - typename _Ptr< __c_pointer, const value_type >::type - const_pointer - a03788.html - a841791873537638dfc36c80ecc98bc48 - + + virtual const char_type * + do_is + a05885.html + a5013f2144fc72bd446537daa7d407ccd + (const char_type *__lo, const char_type *__hi, mask *__vec) const - - typename _Ptr< __cv_pointer, const void >::type - const_void_pointer - a03788.html - a5a9cb47519e4840523e38e45cf56bf1d - + + virtual bool + do_is + a05885.html + a35d540d6dbd1c06296f0bc0bddf8afe8 + (mask __m, char_type __c) const - - typename _Diff< _Alloc, pointer >::type - difference_type - a03788.html - a653e076069bf6f57a6b09ca015d56a4e - + + virtual char + do_narrow + a05885.html + a01a3c227801621bd3ca9b3568c44c3a0 + (char_type, char __dfault) const - - __detected_or_t< typename is_empty< _Alloc >::type, __equal, _Alloc > - is_always_equal - a03788.html - afae6957b1a6d68084b2b6114dff01ae8 - + + virtual const char_type * + do_narrow + a05885.html + abc730453d5fc2d3dca9e557ccc7b4394 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_scan_is + a05885.html + a9e5dfcb79a7718c330889862788e1279 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_scan_not + a05885.html + ad5c6efb9e8be0613aee87070a24098ef + (mask __m, const char_type *__lo, const char_type *__hi) const - - __detected_or_t< value_type *, __pointer, _Alloc > - pointer - a03788.html - a4931a231115cbef628c29b147a7d7336 - + + virtual const char_type * + do_tolower + a05885.html + aac256f247d2f52ca6f81f42a0bed6992 + (char_type *__lo, const char_type *__hi) const - - __detected_or_t< false_type, __pocca, _Alloc > - propagate_on_container_copy_assignment - a03788.html - acd5ad3d84299a655ad2c59e2345b7796 - + + virtual char_type + do_tolower + a05885.html + a59a0ada1cc334c6c407e43af870d291e + (char_type __c) const - - __detected_or_t< false_type, __pocma, _Alloc > - propagate_on_container_move_assignment - a03788.html - a1db75f5aec19020544743134c961f607 - + + virtual const char_type * + do_toupper + a05885.html + a2df6c745f13674152565a8dd6a88d9b3 + (char_type *__lo, const char_type *__hi) const - - __detected_or_t< false_type, __pocs, _Alloc > - propagate_on_container_swap - a03788.html - adad7997e545350e38d1b44d01568741a - + + virtual char_type + do_toupper + a05885.html + a292e998fb0eeeef612c4e879ead72bc9 + (char_type __c) const - - typename _Size< _Alloc, difference_type >::type - size_type - a03788.html - a528d5c1afff59af1a90aa9273dddb806 - + + virtual char_type + do_widen + a05885.html + a7d464e73ba99ec097116cb63a9f99761 + (char __c) const - - _Alloc::value_type - value_type - a03788.html - aa51dca0f6ab162918c10679e8feb57df - + + virtual const char * + do_widen + a05885.html + aacb919dc096268066282f4dae1abcfc9 + (const char *__lo, const char *__hi, char_type *__dest) const + + + std::ctype_byname< char > + a05901.html + std::ctype< char > - typename _Ptr< __v_pointer, void >::type - void_pointer - a03788.html - a242e530b7ee8e5d17a017983cc7cc705 + char + char_type + a05889.html + a28f3c847c9453a72212fdf3c2d186e4a - - static pointer - allocate - a03788.html - a1afbf725286c9e82ba6166dcc04b10bc - (_Alloc &__a, size_type __n) - - - static pointer - allocate - a03788.html - a79296fdf0f48ef0a49f2d5de6193f867 - (_Alloc &__a, size_type __n, const_void_pointer __hint) - - - static auto - construct - a03788.html - aad7d7b8604439d1ecf953a1b9a426e7b - (_Alloc &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + const char * + is + a05889.html + a3f98c7b3851c877d90a1c55102506b30 + (const char *__lo, const char *__hi, mask *__vec) const - - static void - deallocate - a03788.html - ae5f6b86b98b17e2ba39243ca8eaf4ee1 - (_Alloc &__a, pointer __p, size_type __n) + + bool + is + a05889.html + a966c54a29d5fb4424486f74ceacaed4a + (mask __m, char __c) const - - static void - destroy - a03788.html - ac73f3d164cf01c9d61b44d42c30db3d3 - (_Alloc &__a, _Tp *__p) + + char + narrow + a05889.html + a9ea185aec61cbd0161c6530aa8ee16f1 + (char_type __c, char __dfault) const - - static size_type - max_size - a03788.html - a29c306bcb6a7676a516430a0e50b990a - (const _Alloc &__a) noexcept + + const char_type * + narrow + a05889.html + a8b760284fa34ce8010089a74e1ead79e + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const - - static _Alloc - select_on_container_copy_construction - a03788.html - ac324d9065f45f7ae2dd1e0014c73f218 - (const _Alloc &__rhs) + + const char * + scan_is + a05889.html + afb41b267fdd60faf7e4083606cb52a37 + (mask __m, const char *__lo, const char *__hi) const - - - std::allocator_traits< allocator< _Tp > > - a03820.html - - - allocator< _Tp > - allocator_type - a03820.html - a235dca414a6b10eb9434eb7bba492c5e - + + const char * + scan_not + a05889.html + a8dface426b4233def1221b870319be44 + (mask __m, const char *__lo, const char *__hi) const - - const _Tp * - const_pointer - a03820.html - a96c1831e637b76322672ada286c11295 - + + const mask * + table + a05889.html + a3007d55c6427b410606f499795e1f66c + () const - - const void * - const_void_pointer - a03820.html - aa47f11fc58f578103d6d7eb28e2fab5c - + + const char_type * + tolower + a05889.html + aae3c348679b28ff02f655b1ac59d37d9 + (char_type *__lo, const char_type *__hi) const - - std::ptrdiff_t - difference_type - a03820.html - a882b662be1b1300acf04490112ae63f3 - + + char_type + tolower + a05889.html + a613ce83b223f740721454f283d168ceb + (char_type __c) const - - true_type - is_always_equal - a03820.html - a90f7e4bb63b02a787cac38f4ab470488 - + + const char_type * + toupper + a05889.html + a45aa4603a4e2181084e6f634d83502fc + (char_type *__lo, const char_type *__hi) const - - _Tp * - pointer - a03820.html - a3203247b206cbdb36c897d1e8d82e8e8 - + + char_type + toupper + a05889.html + a40a825cf22f673eafcd52ec226982604 + (char_type __c) const - - false_type - propagate_on_container_copy_assignment - a03820.html - aead0578ced7c066e9a89d1cb5825c5df - + + char_type + widen + a05889.html + adb03af528f35f54abb0e5145e82d6f98 + (char __c) const - - true_type - propagate_on_container_move_assignment - a03820.html - ab636a9fa7ab57a25ec043f171371976f - + + const char * + widen + a05889.html + a536369ec0cf9590af6c627ff27a407bc + (const char *__lo, const char *__hi, char_type *__to) const - - false_type - propagate_on_container_swap - a03820.html - a37863f3ca5e214592282792a1741219f - + + static const mask * + classic_table + a05889.html + a747e7392c1a15e23869442fea9685aaf + () - - std::size_t - size_type - a03820.html - af1836ee16fd652969eb06007c273edd0 + + static locale::id + id + a05889.html + aaa75fca18dac7d25648746904feca918 - - _Tp - value_type - a03820.html - a714ab1320373db07c7999b4f98bae091 + + static const size_t + table_size + a05889.html + a8e1ecbf03326b7f71563e2c3f9a40b03 - - void * - void_pointer - a03820.html - a2e58512fe31588cbb360b60a98190bf9 - + + virtual char + do_narrow + a05889.html + aec8aa906c303a66f0ca841ba5c5f8359 + (char_type __c, char __dfault) const - - static pointer - allocate - a03820.html - abffb8a07f8a6178b2eb6d47b4acb75ff - (allocator_type &__a, size_type __n) + + virtual const char_type * + do_narrow + a05889.html + a0912b1f79db01af7e545350fc7a1ffb1 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const - - static pointer - allocate - a03820.html - a34032c152ffa5bf5d296aa21288c0518 - (allocator_type &__a, size_type __n, const_void_pointer __hint) + + virtual const char_type * + do_tolower + a05889.html + afe122310bbeed79c8451587e257ca463 + (char_type *__lo, const char_type *__hi) const - - static void - construct - a03820.html - a432f57a6f390972747cd10bbc93de239 - (allocator_type &__a, _Up *__p, _Args &&... __args) + + virtual char_type + do_tolower + a05889.html + ac019737df7ce6bff299aa60d7d6b18b0 + (char_type __c) const - - static void - deallocate - a03820.html - a221deccca32f2195cfe2d521e14c736c - (allocator_type &__a, pointer __p, size_type __n) + + virtual const char_type * + do_toupper + a05889.html + aaa8745e5d3c653ba8252ec926519bb60 + (char_type *__lo, const char_type *__hi) const - - static void - destroy - a03820.html - ab178050fa26faa5aeab09a3674fb6626 - (allocator_type &__a, _Up *__p) + + virtual char_type + do_toupper + a05889.html + a0baaa8202343a9c588635910b4fa4d7d + (char_type __c) const - - static size_type - max_size - a03820.html - a7d06983d84598768a8aa6458ac10738c - (const allocator_type &__a) noexcept + + virtual char_type + do_widen + a05889.html + a37bae5847ddd2a3e9dda66b2bb663f38 + (char __c) const - - static allocator_type - select_on_container_copy_construction - a03820.html - abba21b363dcc1a741ea3f6047e491388 - (const allocator_type &__rhs) + + virtual const char * + do_widen + a05889.html + ad1c0a38350b682ac361a85ca1ac6ddc5 + (const char *__lo, const char *__hi, char_type *__to) const - - std::array - a01696.html - _Tp - _Nm - - - std::atomic - a01720.html - _Tp + + __gnu_cxx::debug_allocator + a10949.html + - - std::atomic< _Tp * > - a01728.html + + std::decay + a03901.html - - std::atomic< bool > - a01724.html + + std::decimal::decimal128 + a09377.html + + + decimal128 + a09377.html + a0109f8036769986ae2b5cbb5b369b1fc + (__decfloat128 __z) + - - std::atomic< char > - a01732.html - __atomic_base< char > + + std::decimal::decimal32 + a09369.html + + + decimal32 + a09369.html + a0a56ec8df48bee17d6c22c53c0f160f8 + (__decfloat32 __z) + - - std::atomic< char16_t > - a01780.html - __atomic_base< char16_t > + + std::decimal::decimal64 + a09373.html + + + decimal64 + a09373.html + afc30d8fb426619b5f29cf8b590c6b331 + (__decfloat64 __z) + - std::atomic< char32_t > - a01784.html - __atomic_base< char32_t > + simd_abi::deduce + a09845.html + + _Np + - std::atomic< int > - a01752.html - __atomic_base< int > + __gnu_pbds::detail::default_comb_hash_fn + a12065.html + + direct_mask_range_hashing + type + a12065.html + acf71610ce6c7a4a66b87e61fbc3e7407 + + - std::atomic< long > - a01760.html - __atomic_base< long > + std::default_delete + a07753.html + + + constexpr + default_delete + a07753.html + a304c2d88d632c1023b5cf06066d18440 + () noexcept=default + + + + default_delete + a07753.html + a91c7d2434b31fc4d62155d108d1bfd99 + (const default_delete< _Up > &) noexcept + + + void + operator() + a07753.html + a8ba28722822c984007c41986305ee762 + (_Tp *__ptr) const + - std::atomic< long long > - a01768.html - __atomic_base< long long > + std::default_delete< _Tp[]> + a07757.html + + + constexpr + default_delete + a07757.html + a8add7bace07168095265e2cbe19cd3fe + () noexcept=default + + + + default_delete + a07757.html + aec0bac655768abe7060853f80292614f + (const default_delete< _Up[]> &) noexcept + + + enable_if< is_convertible< _Up(*)[], _Tp(*)[]>::value >::type + operator() + a07757.html + a00890fd27c38569b6d907b8f93bd7833 + (_Up *__ptr) const + - std::atomic< short > - a01744.html - __atomic_base< short > + __gnu_pbds::detail::default_eq_fn + a12061.html + + + std::equal_to< Key > + type + a12061.html + a504bba9208637bab17e2da42601884ba + + - std::atomic< signed char > - a01736.html - __atomic_base< signed char > + __gnu_pbds::detail::default_hash_fn + a12057.html + + + std::tr1::hash< Key > + type + a12057.html + a9d4935ab2b6d39c2dd35d2d6d395b45a + + - std::atomic< unsigned char > - a01740.html - __atomic_base< unsigned char > + __gnu_parallel::default_parallel_tag + a09257.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + - std::atomic< unsigned int > - a01756.html - __atomic_base< unsigned int > + __gnu_pbds::detail::default_probe_fn + a12077.html + + + cond_type::__type + type + a12077.html + a37d9371e79bf6ce01e4bdcc723df1017 + + - std::atomic< unsigned long > - a01764.html - __atomic_base< unsigned long > + __gnu_pbds::detail::default_resize_policy + a12069.html + + + hash_standard_resize_policy< size_policy_type, trigger, false, size_type > + type + a12069.html + a76f207395a752f928b216799653b005d + + - std::atomic< unsigned long long > - a01772.html - __atomic_base< unsigned long long > + __gnu_pbds::detail::default_trie_access_traits + a12081.html + - std::atomic< unsigned short > - a01748.html - __atomic_base< unsigned short > + __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > > + a12085.html + + + + trie_string_access_traits< string_type > + type + a12085.html + a3d7eb49d274057829afe1bce8418ca14 + + - std::atomic< wchar_t > - a01776.html - __atomic_base< wchar_t > + __gnu_pbds::detail::default_update_policy + a12073.html + + lu_move_to_front_policy + type + a12073.html + a386b5f8ac62032f7854bec47c859d9b8 + + - std::atomic_flag - a03888.html - std::__atomic_flag_base + std::defer_lock_t + a06965.html - std::auto_ptr - a07444.html - _Tp - - _Tp - element_type - a07444.html - a7c925143715c359436b453e524dd9fc1 + std::__debug::deque + a08577.html + + + _Safe_container< deque< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_sequence > + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::deque + a07145.html + + + _Deque_base< _Tp, std::allocator< _Tp > > - auto_ptr - a07444.html - a4029546a38036de379586d8514a02ebb - (element_type *__p=0) + deque + a07145.html + a9c0c26afb3ef1546c872e018e19b448b + ()=default - auto_ptr - a07444.html - aa88c998565d04c8e882a3b579e46c055 - (auto_ptr &__a) + deque + a07145.html + ac11b72c35c99798a8aa8428206af7b74 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) - auto_ptr - a07444.html - a10d7a4a15c88b4953d090c08dfc87e14 - (auto_ptr< _Tp1 > &__a) + deque + a07145.html + aa8cf87c79a7c6bdf2cf07749fb1e2ff5 + (const allocator_type &__a) - auto_ptr - a07444.html - a829d06b1a12a622608a3cce322238fc6 - (auto_ptr_ref< element_type > __ref) + deque + a07145.html + a03515a6af7f959e28cec591ac5f0f8b2 + (const deque &__x) - ~auto_ptr - a07444.html - a7306f9cb13ae8e32b4a4bc9d8bee2fd1 - () + deque + a07145.html + a0948ee096c5387c1deb1e5885d06c112 + (const deque &__x, const allocator_type &__a) - element_type * - get - a07444.html - a84b05c8cd5548725ab4e0180aa3b2352 - () const + + deque + a07145.html + af97eccfadc6211f3f9cf5fa848a406b0 + (deque &&)=default - element_type & - operator* - a07444.html - a2e044fd0c71fba38157d3aa588be4518 - () const + + deque + a07145.html + a0bb7da7a228f22622f2e822252813d51 + (deque &&__x, const allocator_type &__a) - element_type * - operator-> - a07444.html - a26129c2150ef03c1d8d33a3bbe65ef23 - () const + + deque + a07145.html + abdc5fd34432d73edde92643c58d7db6d + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) - auto_ptr & - operator= - a07444.html - af798a3136d8030f2158837fde7373f5b - (auto_ptr &__a) + + deque + a07145.html + a511a8f76d058f6bd0e2236abf8df23bc + (size_type __n, const allocator_type &__a=allocator_type()) - auto_ptr & - operator= - a07444.html - adf78f102f371538dbe78a57976053736 - (auto_ptr< _Tp1 > &__a) + + deque + a07145.html + a858d7660a45a911f8ae7858246ea2f6d + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) - element_type * - release - a07444.html - a3cdeabd85acfcac56136924e939c29ef + + ~deque + a07145.html + a8e7b8eb846862bae0ec76623338fa2a7 () void - reset - a07444.html - a7d9519c9b72d8add8292661b822ab7fe - (element_type *__p=0) + assign + a07145.html + ac0579ff04738a923ad49b8b9398af642 + (_InputIterator __first, _InputIterator __last) - - - std::auto_ptr_ref - a07440.html - _Tp1 - - - std::back_insert_iterator - a06620.html - - iterator< output_iterator_tag, void, void, void, void > - - _Container - container_type - a06620.html - a07b20b41619db738d2bb3782b063be1a - + + void + assign + a07145.html + ab16028e538ba034ad569b6933c152cdb + (initializer_list< value_type > __l) - + void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + assign + a07145.html + a65dabc6e005b7b5a19adf55792821e76 + (size_type __n, const value_type &__val) - - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + reference + at + a07145.html + a4b0080ca0ed1a2222104a5fb776a454f + (size_type __n) - - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + const_reference + at + a07145.html + a03a10b684468f787e852fa360440ba7b + (size_type __n) const - - void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + const_reference + back + a07145.html + a0ebb54615350e129c2ce3b51368402bb + () const noexcept - - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + reference + back + a07145.html + a9345d8aadac1295d32b7390ede8478f5 + () noexcept - - back_insert_iterator - a06620.html - a0fc044f06510c501f45d1b6c69e0ad80 - (_Container &__x) + const_iterator + begin + a07145.html + ac5c61891a706a301138fdc8dbf0d0209 + () const noexcept - back_insert_iterator & - operator* - a06620.html - a07c1b7a9f42341013f7a44752596d16e - () + iterator + begin + a07145.html + af71a8fc9a6dff2b04bfd8b219c40a940 + () noexcept - back_insert_iterator & - operator++ - a06620.html - a86e4cf04673011aa38c843b3eb44e2f8 - () + const_iterator + cbegin + a07145.html + a289af3aac006b9faa969fbdf090f8202 + () const noexcept - back_insert_iterator - operator++ - a06620.html - ad9e4589271dccb8b64df10af255d4076 - (int) + const_iterator + cend + a07145.html + ae56c2f3c25dc623eba9825a2e3eddd7c + () const noexcept - back_insert_iterator & - operator= - a06620.html - aa94f823e79ee65ed66fe128448d434ef - (const typename _Container::value_type &__value) + void + clear + a07145.html + a1a753bfa9e6b675bac7ee9ec4365fbdf + () noexcept - - - std::bad_alloc - a01660.html - std::exception - - virtual const char * - what - a01660.html - a3559b1691d8a8138d5fb7aa79ac06cbe - () const + + const_reverse_iterator + crbegin + a07145.html + a86674e16182ecb624e854ce7a653c03e + () const noexcept - - - std::bad_cast - a01676.html - std::exception - - virtual const char * - what - a01676.html - a06dd9ba98e54d468ba243e7354c52714 + + const_reverse_iterator + crend + a07145.html + a17d738d29f26320ce991399537a17bce () const noexcept - - - std::bad_exception - a01652.html - std::exception - - virtual const char * - what - a01652.html - a039e9f2a4314de27076f0ab3c15da722 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + iterator + emplace + a07145.html + a3ea67e3e7fc5c84e92d9868bb57ae05a + (const_iterator __position, _Args &&... __args) - - - std::bad_function_call - a06168.html - std::exception - const char * - what - a06168.html - adc08d09b07e62fe8943fdda5ab8f56af + bool + empty + a07145.html + a512ed6c7e0dc244335b337da26d76f41 () const noexcept - - - std::bad_typeid - a01680.html - std::exception - - virtual const char * - what - a01680.html - ad423bab305d43240e9798c55778ca199 + + const_iterator + end + a07145.html + ad1986c3313eec924e6a7531929a82b8d () const noexcept - - - std::bad_weak_ptr - a05976.html - std::exception - - virtual char const * - what - a05976.html - adfea1fffacfb8c9c39f374e16ec7315c + + iterator + end + a07145.html + a78b2da6c6329349581db042e6bbe2a40 + () noexcept + + + iterator + erase + a07145.html + af8f15e04574604071004bcdcd3be22fc + (const_iterator __first, const_iterator __last) + + + iterator + erase + a07145.html + a0e0812f0cacd5dfd1108455df4fda375 + (const_iterator __position) + + + const_reference + front + a07145.html + a62222a6cab13f17c0489a3d6242dd6a8 () const noexcept - - - std::basic_filebuf - a02072.html - _CharT - _Traits - std::basic_streambuf - - basic_filebuf - a02072.html - add2d16a8965c490cd9b4cc95b958e09f - () + reference + front + a07145.html + ae5172d8f3ab8a44f5f68f5d6256e5c7e + () noexcept - - virtual - ~basic_filebuf - a02072.html - a226a8efc1add60c0fc04ce2714a56b4c - () + + allocator_type + get_allocator + a07145.html + a40d6b0cbbd61cda2b99f5fc4a274fe02 + () const noexcept - __filebuf_type * - close - a02072.html - a5e13a128abb0a5dd8ef1e3d10597031f - () + iterator + insert + a07145.html + a755a6d05ef2270de50ce270bea77250f + (const_iterator __p, initializer_list< value_type > __l) - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + iterator + insert + a07145.html + aee2b0dd83e2d5c82db3b2df6918e484a + (const_iterator __position, _InputIterator __first, _InputIterator __last) - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + iterator + insert + a07145.html + a69b4ca4a5aad67e979d6e6db9b31781a + (const_iterator __position, const value_type &__x) - bool - is_open - a02072.html - a56ddf5ebdff55e7aaf51077a51c4d42f - () const + iterator + insert + a07145.html + ad645c0144212cbfee911daa80578e997 + (const_iterator __position, size_type __n, const value_type &__x) - __filebuf_type * - open - a02072.html - ad72dc61561f4420b36f9e626b4426433 - (const char *__s, ios_base::openmode __mode) + iterator + insert + a07145.html + adec6ee2ba1f059f0addf6b9da5b596e1 + (const_iterator __position, value_type &&__x) - __filebuf_type * - open - a02072.html - a541062313b01b7bb74af2582f88a365f - (const std::string &__s, ios_base::openmode __mode) + size_type + max_size + a07145.html + a5aea8252ed76805923d591f878768f67 + () const noexcept - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + deque & + operator= + a07145.html + acbbd2ced11be9e416c030bf3dcaeacad + (const deque &__x) - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + deque & + operator= + a07145.html + a77734a257fa1c71752517d0ae6ae707d + (deque &&__x) noexcept(_Alloc_traits::_S_always_equal()) - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + deque & + operator= + a07145.html + a74898d8b495f47ced979e6ba66c4eef1 + (initializer_list< value_type > __l) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + const_reference + operator[] + a07145.html + a513a4ab26ac9df40d7ec95fc50e1218b + (size_type __n) const noexcept - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + reference + operator[] + a07145.html + a461a433ad999e2d22e10f45addf1bb67 + (size_type __n) noexcept - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + void + pop_back + a07145.html + a2299790b7c0080b2652ba374a2ea68fc + () noexcept - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + void + pop_front + a07145.html + a3f5c33f2728f70a589e11a2e8b013e78 + () noexcept - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + void + push_back + a07145.html + aa261893d7576d53592700d030dedae78 + (const value_type &__x) + + + void + push_front + a07145.html + a5e23e99b8919a725e105786dd2bf20e9 + (const value_type &__x) + + + const_reverse_iterator + rbegin + a07145.html + af3714db48a222a584264a3e668bd5b3c + () const noexcept + + + reverse_iterator + rbegin + a07145.html + a00b51e916472a01d8d68945681ab8245 + () noexcept + + + const_reverse_iterator + rend + a07145.html + a2d4c0290323b6a5a78b2e30d2706d753 + () const noexcept + + + reverse_iterator + rend + a07145.html + a0daef1995ab8473dad46086c79ecb9f0 + () noexcept + + + void + resize + a07145.html + a2cb09fae5538690a6175b6e738f39b59 + (size_type __new_size) + + + void + resize + a07145.html + a5f7f1a01f2d6a06b4c89a4c5a84a9002 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a07145.html + abe9c2e87fe6d96dbbbf7f50f750d3cf2 + () noexcept + + + size_type + size + a07145.html + a24d5150e384f657ca3b317ced4dadc5d + () const noexcept + + + void + swap + a07145.html + a41f78615b6896d0b85bef3aea0e41f2f + (deque &__x) noexcept + + + void + _M_fill_initialize + a07145.html + a67647a3b7f00d3ca89b27980a1f2b7ee + (const value_type &__value) - - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + + void + _M_initialize_map + a07133.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + void + _M_range_check + a07145.html + ab0b41c4f880dd45f1278ce6233a3f513 + (size_type __n) const - - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + void + _M_range_initialize + a07145.html + ae2b6ab89b51f74b7de15e6494fc03caa + (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) - - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + void + _M_range_initialize + a07145.html + aa453821f9b3b8666764d4e6bbd5d091c + (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) - - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + + void + _M_push_back_aux + a07145.html + a9cacda81743ab1d5447c31ecc1a988d2 + (_Args &&... __args) void - _M_create_pback - a02072.html - ac4c7480aea8087a568d10b87a06b4d4e - () + _M_push_front_aux + a07145.html + aaf55754b5eef8f7f949e56a7ccf80068 + (_Args &&... __args) void - _M_destroy_pback - a02072.html - a7b95d650e7a161b18ca9fcbd3f792253 + _M_pop_back_aux + a07145.html + ae125f10bcc0c0b97d7a4f5c582ebe9b7 () void - _M_set_buffer - a02072.html - af3d033b08f1641d4594fb5d21eb2db89 - (streamsize __off) + _M_pop_front_aux + a07145.html + a21cfe1ac5af07d0cfa9dee315faec368 + () - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + iterator + _M_reserve_elements_at_front + a07145.html + a2f8d8d37581896d79e8759a827bab9e0 + (size_type __n) - - virtual void - imbue - a02072.html - a4e8214d23c9895a180231de6cf463449 - (const locale &__loc) + + iterator + _M_reserve_elements_at_back + a07145.html + ae525555e5d42a93d328bdd620705ce94 + (size_type __n) - - virtual int_type - overflow - a02072.html - ac1941000c0d1480052cc8ee84fd8a665 - (int_type __c=_Traits::eof()) + + void + _M_new_elements_at_front + a07145.html + a9397000b47d5f39fff457ac11a728c50 + (size_type __new_elements) - - virtual int_type - pbackfail - a02072.html - a98e6cafd6256f907c4fff74afa49be3e - (int_type __c=_Traits::eof()) + + void + _M_new_elements_at_back + a07145.html + a71853b49ee48f7f429287d1a78964911 + (size_type __new_elements) void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + _M_reserve_map_at_back + a07145.html + a8ebf868f4aae064167a0a05292b19093 + (size_type __nodes_to_add=1) - - virtual pos_type - seekoff - a02072.html - a0152beebcac8c9542b6b0efe3de5bbfb - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + void + _M_reserve_map_at_front + a07145.html + aa8eb5a8eedeacb9a0de37a42dfc5abc9 + (size_type __nodes_to_add=1) - - virtual pos_type - seekpos - a02072.html - a91365d684bb298cb7ad42e3c73cd0252 - (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + void + _M_reallocate_map + a07145.html + a27ce26ccde84a7aacb2326cb7969149e + (size_type __nodes_to_add, bool __add_at_front) - - virtual __streambuf_type * - setbuf - a02072.html - afdc468aedafb80e43f14569d09485e6b - (char_type *__s, streamsize __n) + + void + _M_range_initialize + a07145.html + ae2b6ab89b51f74b7de15e6494fc03caa + (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + _M_range_initialize + a07145.html + aa453821f9b3b8666764d4e6bbd5d091c + (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + _M_push_back_aux + a07145.html + a9cacda81743ab1d5447c31ecc1a988d2 + (_Args &&... __args) - - virtual streamsize - showmanyc - a02072.html - a0e8e4218ba9766e34b74e69b17fb28b3 - () + + void + _M_push_front_aux + a07145.html + aaf55754b5eef8f7f949e56a7ccf80068 + (_Args &&... __args) - - virtual int - sync - a02072.html - af42cd30ec66c6eb0df56026098b6e04f + + void + _M_pop_back_aux + a07145.html + ae125f10bcc0c0b97d7a4f5c582ebe9b7 () - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 + + void + _M_pop_front_aux + a07145.html + a21cfe1ac5af07d0cfa9dee315faec368 () - - virtual int_type - underflow - a02072.html - a051ec9d0aa68d3bbf3a2b8cb2e41c93b - () + + iterator + _M_reserve_elements_at_front + a07145.html + a2f8d8d37581896d79e8759a827bab9e0 + (size_type __n) - - virtual streamsize - xsgetn - a02072.html - a4fb6d662a8351a9c790be9fbe78be8b4 - (char_type *__s, streamsize __n) + + iterator + _M_reserve_elements_at_back + a07145.html + ae525555e5d42a93d328bdd620705ce94 + (size_type __n) - - virtual streamsize - xsputn - a02072.html - a9e78a1d5dec2c7eea816ada4e43d7576 - (const char_type *__s, streamsize __n) + + void + _M_new_elements_at_front + a07145.html + a9397000b47d5f39fff457ac11a728c50 + (size_type __new_elements) - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + void + _M_new_elements_at_back + a07145.html + a71853b49ee48f7f429287d1a78964911 + (size_type __new_elements) - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + void + _M_reserve_map_at_back + a07145.html + a8ebf868f4aae064167a0a05292b19093 + (size_type __nodes_to_add=1) - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + void + _M_reserve_map_at_front + a07145.html + aa8eb5a8eedeacb9a0de37a42dfc5abc9 + (size_type __nodes_to_add=1) - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + void + _M_reallocate_map + a07145.html + a27ce26ccde84a7aacb2326cb7969149e + (size_type __nodes_to_add, bool __add_at_front) + + + std::tr2::direct_bases + a09365.html + + + + __gnu_pbds::direct_mask_range_hashing + a11753.html + + mask_based_range_hashing< std::size_t > - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + size_type + operator() + a11753.html + a0c4e753aaa7d9e0763bb509cde1920d6 + (size_type hash) const + + + __gnu_pbds::direct_mod_range_hashing + a11757.html + + mod_based_range_hashing< std::size_t > - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + size_type + operator() + a11757.html + a7e5f3882e94e2faee2a5d8d781f0284d + (size_type hash) const - - char_type * - _M_buf - a02072.html - a981a6d9fa6672d57f94dc2578f3d4b07 - + + + std::filesystem::directory_entry + a05445.html + + + std::filesystem::directory_iterator + a05453.html + + directory_iterator + begin + a01556.html + ga52c8f454ca1e9c83136084e9c25a9f9a + (directory_iterator __iter) noexcept - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - + + directory_iterator + end + a01556.html + ga24f91bffc28b3eb75ebacc3e2b6ace04 + (directory_iterator) noexcept - - size_t - _M_buf_size - a02072.html - a59de9f582ce410ea2c7583eaf4228e2f - + + directory_iterator + begin + a01556.html + ga52c8f454ca1e9c83136084e9c25a9f9a + (directory_iterator __iter) noexcept - - char * - _M_ext_buf - a02072.html - a65f15e25bc11ffc20ca24e1c437ee5c0 - + + directory_iterator + end + a01556.html + ga24f91bffc28b3eb75ebacc3e2b6ace04 + (directory_iterator) noexcept - - streamsize - _M_ext_buf_size - a02072.html - a284d196740028e4047586fe923e7a595 + + + std::discard_block_engine + a06333.html + + __p + __r + + _RandomNumberEngine::result_type + result_type + a06333.html + af97ea43c5fbacbc2f8f8296336d946dd - - const char * - _M_ext_next - a02072.html - af4a3bae8038d32dffd03676c93feccbc - + + + discard_block_engine + a06333.html + aa4197a4ae6f9057e0473bdea26087a42 + () - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - + + + discard_block_engine + a06333.html + a5b10975e19ab0b41895b72b59acb3f47 + (_RandomNumberEngine &&__rng) - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - + + + discard_block_engine + a06333.html + ab4c425df46f55cbd80745d0ebaf8cacd + (_Sseq &__q) - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 - + + + discard_block_engine + a06333.html + a2fbd9faf2b21da3be4d307608020e93c + (const _RandomNumberEngine &__rng) - - ios_base::openmode - _M_mode - a02072.html - a14cdd23152cee458aaa655cf9508f9a6 - + + + discard_block_engine + a06333.html + af23cfe2cdaf2fd6146ac3f99806d64f0 + (result_type __s) - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 - + + const _RandomNumberEngine & + base + a06333.html + a290971f91c2edf0a02d19e93fa240516 + () const noexcept - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 - + + void + discard + a06333.html + a34ad0ea19451ee1c087351414947c190 + (unsigned long long __z) - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe - + + result_type + operator() + a06333.html + ab96a2de7f6360a7fc295a0d03f0dfd2e + () - - bool - _M_reading - a02072.html - acde765e7a5ddaca79683176fe981cec1 - + + void + seed + a06333.html + a271b3af14e42c8d2eb9df443916b3e84 + () - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 - + + _If_seed_seq< _Sseq > + seed + a06333.html + a03e7c33b907217f52a22d855b8f046d1 + (_Sseq &__q) - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 + + void + seed + a06333.html + a0bbf8d919762d77cdb63f350a77c3853 + (result_type __s) + + + static constexpr result_type + max + a06333.html + a9a70eb71021b6dd2b675e158d76833ef + () + + + static constexpr result_type + min + a06333.html + a16286565620fc6966ca53540572ede38 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06333.html + acefef9fae1a48c92ebc15b4c930dbf08 + (std::basic_ostream< _CharT, _Traits > &__os, const std::discard_block_engine< _RandomNumberEngine1, __p1, __r1 > &__x) + + + friend bool + operator== + a06333.html + aa991a227519aedc1fb7b50798612f94c + (const discard_block_engine &__lhs, const discard_block_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06333.html + a47191ff90d26d583cadb261b7de61c1d + (std::basic_istream< _CharT, _Traits > &__is, std::discard_block_engine< _RandomNumberEngine1, __p1, __r1 > &__x) + + + + std::discrete_distribution + a06485.html + + std::discrete_distribution::param_type + + _IntType + result_type + a06485.html + a05b12fcc53882e7460348cbd46178e46 - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c - + + result_type + max + a06485.html + a3e8e124e8cdf1f8d18b1838a5d1c9728 + () const + + + result_type + min + a06485.html + a2ea8319bc859527d8a4f22380ab85672 + () const + + + result_type + operator() + a06485.html + a8213bca3ac8f3617fd3bec4f8ecd55f8 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a06485.html + a57aea1784603fcbb8af7480bc0b9e16c + () const + + + void + param + a06485.html + ad2a6bbcde16e1eb36226f579536bb166 + (const param_type &__param) + + + std::vector< double > + probabilities + a06485.html + a61e7fb7df1787577f1b0a94f07e3c1e3 + () const + + + void + reset + a06485.html + a42f8e4f291038ca9a9d1057f58d506d3 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06485.html + a0da5726a47d5a89fc4d67118558d5834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::discrete_distribution< _IntType1 > &__x) + + + friend bool + operator== + a06485.html + a61bdfdd7dbb86dc1e5b16f008f9131ae + (const discrete_distribution &__d1, const discrete_distribution &__d2) - - bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06485.html + aab065c34d9b99c0ffaaed26759eb193c + (std::basic_istream< _CharT, _Traits > &__is, std::discrete_distribution< _IntType1 > &__x) - - char_type - _M_pback - a02072.html - a0763759a2b15f0d18f869978aded8f84 + + + std::divides + a07173.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - char_type * - _M_pback_cur_save - a02072.html - a293a2014b3f6801df3764e2c502e6e25 + + _Tp + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - char_type * - _M_pback_end_save - a02072.html - a65dce41d776ab7f376607436e7c5455c + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - bool - _M_pback_init - a02072.html - aa144642d688ad4c36807ce149e632995 - + + + std::divides< void > + a07197.html + + + std::domain_error + a02949.html + std::logic_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + + + __gnu_pbds::detail::dumnode_const_iterator + a12257.html + + + + + + std::chrono::duration + a01977.html + + - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + constexpr common_type< duration< _Rep1, _Period1 >, duration< _Rep2, _Period2 > >::type + operator+ + a01553.html + gaacf6239712e35dc90de5030254ae9869 + (const duration< _Rep1, _Period1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + constexpr common_type< duration< _Rep1, _Period1 >, duration< _Rep2, _Period2 > >::type + operator- + a01553.html + ga650ac6341bf000e7e311e3bacd609e9d + (const duration< _Rep1, _Period1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + constexpr duration< __common_rep_t< _Rep1, _Rep2 >, _Period > + operator* + a01553.html + gad994c6c7581a6b3e953ab8f918b0ecc8 + (const duration< _Rep1, _Period > &__d, const _Rep2 &__s) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const - - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + constexpr duration< __common_rep_t< _Rep2, _Rep1 >, _Period > + operator* + a01553.html + ga175b1718f907c940b0d8947e34ab9201 + (const _Rep1 &__s, const duration< _Rep2, _Period > &__d) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + constexpr common_type< duration< _Rep1, _Period1 >, duration< _Rep2, _Period2 > >::type + operator+ + a01553.html + gaacf6239712e35dc90de5030254ae9869 + (const duration< _Rep1, _Period1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + constexpr common_type< duration< _Rep1, _Period1 >, duration< _Rep2, _Period2 > >::type + operator- + a01553.html + ga650ac6341bf000e7e311e3bacd609e9d + (const duration< _Rep1, _Period1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + constexpr duration< __common_rep_t< _Rep1, _Rep2 >, _Period > + operator* + a01553.html + gad994c6c7581a6b3e953ab8f918b0ecc8 + (const duration< _Rep1, _Period > &__d, const _Rep2 &__s) - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + constexpr duration< __common_rep_t< _Rep2, _Rep1 >, _Period > + operator* + a01553.html + ga175b1718f907c940b0d8947e34ab9201 + (const _Rep1 &__s, const duration< _Rep2, _Period > &__d) + + std::chrono::duration_values + a02013.html + + - std::basic_fstream - a02084.html - _CharT - _Traits - std::basic_iostream - + std::tr2::dynamic_bitset + a09333.html + + + __dynamic_bitset_base< unsigned long long, std::allocator< unsigned long long > > + std::tr2::dynamic_bitset::reference + - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - - - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) - - - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e - - - - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd - - - - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad - + dynamic_bitset + a09333.html + a37c4cf25cf2f0122ba3c952d5f4fb136 + ()=default - - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a - + + + dynamic_bitset + a09333.html + a14f9010fa71c5ff2382e8a81e2cb9187 + (const allocator_type &__alloc) - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + + dynamic_bitset + a09333.html + a4cfedc13b3f271fdf44774168e0f9178 + (const char *__str, const allocator_type &__alloc=allocator_type()) - basic_fstream - a02084.html - aed77d792895951c0c0ca8d6b689a6f3e - () + dynamic_bitset + a09333.html + a09f32eaa5007a2adc583f9dc1d8b807f + (const dynamic_bitset &)=default - basic_fstream - a02084.html - ae15d72ac8176fa8086d0d0a46c9a047c - (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + dynamic_bitset + a09333.html + a83d4afb31d435543ed57f61f452c7ad5 + (const std::basic_string< _CharT, _Traits, _Alloc1 > &__str, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __pos=0, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __n=std::basic_string< _CharT, _Traits, _Alloc1 >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1'), const allocator_type &__alloc=allocator_type()) - basic_fstream - a02084.html - a403175b364bfae6f18b01aea8bd309e2 - (const std::string &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + dynamic_bitset + a09333.html + aa8aa690fe197432110dfadbd8f055c13 + (dynamic_bitset &&__b) noexcept - ~basic_fstream - a02084.html - a1b850171ae0a0603138763e98253773b - () + dynamic_bitset + a09333.html + a09163c15d91003865f72d3d11313daae + (size_type __nbits, unsigned long long __val=0ULL, const allocator_type &__alloc=allocator_type()) - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 + bool + all + a09333.html + afc6c0cbe1e68203c79c039c3c38e8c3e () const bool - bad - a02564.html - ad79b64356f78198654c36480f670738c + any + a09333.html + ac7d91a54176095fd09f6082d2933590c () const void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + append + a09333.html + ab096eed28395ba93a82038788496953e + (_BlockInputIterator __first, _BlockInputIterator __last) void - close - a02084.html - adf2ca5f243067d406a96f91763173839 + append + a09333.html + a15d3fb346ccfcba83148dcc3dbcfe41f + (block_type __block) + + + void + clear + a09333.html + ae9ed6af5f774f6eb904fe29b21a0c013 () - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + size_type + count + a09333.html + aa79c5f403196eb4ba5d037710830c683 + () const noexcept bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + empty + a09333.html + ad722e5faf968881dad10923f27bb92d6 + () const noexcept - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 + size_type + find_first + a09333.html + aa79a2a1fad69bbaab1be7de6fb5ad37d () const - void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + size_type + find_next + a09333.html + a011bdf5c380085fc00c15c368b060624 + (size_t __prev) const + + + dynamic_bitset & + flip + a09333.html + aaab99f0e8e5208a515482e4b549f4dc9 + () + + + dynamic_bitset & + flip + a09333.html + a53285bcbf85cc3b61ebbc6a6360aafe3 + (size_type __pos) + + + allocator_type + get_allocator + a09333.html + a5ce4e4cfdd479de8af555d02c577ba5c + () const noexcept + + + constexpr size_type + max_size + a09333.html + a70757335be624593a6bdf3c84d4895ee + () noexcept bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 + none + a09333.html + a5399d063c80e2837bda0ff98a8435e50 () const - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + size_type + num_blocks + a09333.html + a8c8aff43771b4a33d923ce0e7b952540 + () const noexcept - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + dynamic_bitset & + operator= + a09333.html + a0aa055c3e0b3e447ea378c5982952d20 + (const dynamic_bitset &)=default - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 + dynamic_bitset & + operator= + a09333.html + a617447d4740d9204992d8119a838aff7 + (dynamic_bitset &&__b) noexcept(std::is_nothrow_move_assignable< _Base >::value) + + + dynamic_bitset + operator~ + a09333.html + aed8f061579e182d2d8249f37a11de6c4 () const - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + void + push_back + a09333.html + a33d8f9d5743852a2ad4db802d0eaeee1 + (bool __bit) - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 + dynamic_bitset & + reset + a09333.html + a506b883f52467029cd9245e063730156 () - streamsize - gcount - a02572.html - a14cc48ec617f1c1a65d8532e7807882c - () const + dynamic_bitset & + reset + a09333.html + a7882b9f8c437599fc24e0e01e5346af2 + (size_type __pos) - basic_istream< char > & - getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 - (char_type *__s, streamsize __n, char_type __delim) + void + resize + a09333.html + a3e0c1dfb374af7a457d5e74d04b37b95 + (size_type __nbits, bool __value=false) - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + dynamic_bitset & + set + a09333.html + af0f0684a054caff643d9599dcc821b80 + () + + + dynamic_bitset & + set + a09333.html + a5d26ab2d19fd14a7a70c3d5af6b922be + (size_type __pos, bool __val=true) + + + size_type + size + a09333.html + aa80249a927b88d3e03afce4993630c17 + () const noexcept + + + void + swap + a09333.html + a2029b19ff5945268a03a130ee05e7e75 + (dynamic_bitset &__b) noexcept bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf + test + a09333.html + ad5a3a2e3dfac03daf4a39f919e28de55 + (size_type __pos) const + + + std::basic_string< _CharT, _Traits, _Alloc1 > + to_string + a09333.html + a059c2dbeb4277691875b35b2c8409080 + (_CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) const + + + unsigned long long + to_ullong + a09333.html + ab8d0f32ee206f1c1c54a117f6bde02f2 + () const + + + unsigned long + to_ulong + a09333.html + a17b163f21c7fc5b28e3925627511e075 + () const + + + dynamic_bitset & + operator&= + a09333.html + a75cc7573b8a5e317f2ee3e6bdf2fda80 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator&= + a09333.html + a4fd3d6eb0df7880aa0c16643e20c999e + (dynamic_bitset &&__rhs) + + + dynamic_bitset & + operator|= + a09333.html + a4db104deaf30025db9b8064f29fa29f8 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator^= + a09333.html + adf5d449d2357108981b85b43f05114e7 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator-= + a09333.html + a821d3b176095151a3557a0aa6f7871e4 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator<<= + a09333.html + a0052dae6eec21a15abee0bb7f339611d + (size_type __pos) + + + dynamic_bitset & + operator>>= + a09333.html + ab0acb45e7697ddaa619582139a55227e + (size_type __pos) + + + reference + operator[] + a09333.html + a7b05f8159b467622dc2804f276ecc8ea + (size_type __pos) + + + const_reference + operator[] + a09333.html + a78022be7125e50468596e2a0e0df4a3b + (size_type __pos) const + + + dynamic_bitset + operator<< + a09333.html + a436906ba9f65924c521aba3f4c981616 + (size_type __pos) const + + + dynamic_bitset + operator>> + a09333.html + ae9a03a35d703cdbbf1155330a59eed57 + (size_type __pos) const + + + dynamic_bitset & + operator&= + a09333.html + a75cc7573b8a5e317f2ee3e6bdf2fda80 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator&= + a09333.html + a4fd3d6eb0df7880aa0c16643e20c999e + (dynamic_bitset &&__rhs) + + + dynamic_bitset & + operator|= + a09333.html + a4db104deaf30025db9b8064f29fa29f8 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator^= + a09333.html + adf5d449d2357108981b85b43f05114e7 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator-= + a09333.html + a821d3b176095151a3557a0aa6f7871e4 + (const dynamic_bitset &__rhs) + + + dynamic_bitset & + operator<<= + a09333.html + a0052dae6eec21a15abee0bb7f339611d + (size_type __pos) + + + dynamic_bitset & + operator>>= + a09333.html + ab0acb45e7697ddaa619582139a55227e + (size_type __pos) + + + reference + operator[] + a09333.html + a7b05f8159b467622dc2804f276ecc8ea + (size_type __pos) + + + const_reference + operator[] + a09333.html + a78022be7125e50468596e2a0e0df4a3b + (size_type __pos) const + + + dynamic_bitset + operator<< + a09333.html + a436906ba9f65924c521aba3f4c981616 + (size_type __pos) const + + + dynamic_bitset + operator>> + a09333.html + ae9a03a35d703cdbbf1155330a59eed57 + (size_type __pos) const + + + + std::enable_if + a03905.html + + + + + std::enable_shared_from_this + a06689.html + + + + __gnu_cxx::enc_filebuf + a10965.html + + basic_filebuf< _CharT, encoding_char_traits< _CharT > > + + __filebuf_type * + close + a02181.html + a5e13a128abb0a5dd8ef1e3d10597031f + () + + + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 () const - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () bool is_open - a02084.html - a715c50358129e80ce7a37ee157c141a7 - () + a02181.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + _If_fs_path< _Path, __filebuf_type * > + open + a02181.html + a533da3d641248263ed1015942c49b86b + (const _Path &__s, ios_base::openmode __mode) - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + __filebuf_type * + open + a02181.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) - void + __filebuf_type * open - a02084.html - a3a4c04e09a683bc30e9c5c19bdbbcda4 - (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + a02181.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) - void - open - a02084.html - a4e3a98b2a30cf6f0e3eaff8eeb9eee47 - (const std::string &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - __istream_type & - operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - __filebuf_type * - rdbuf - a02084.html - a7e87dac89bf6608d35890a632336b347 - () const + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + _M_create_pback + a02181.html + ac4c7480aea8087a568d10b87a06b4d4e + () - - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + + void + _M_destroy_pback + a02181.html + a7b95d650e7a161b18ca9fcbd3f792253 + () - - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + + void + _M_set_buffer + a02181.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) - - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + + virtual void + imbue + a02181.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) - + + virtual int_type + overflow + a02181.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) + + + virtual int_type + pbackfail + a02181.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) + + void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () + + virtual pos_type + seekoff + a02181.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + + virtual pos_type + seekpos + a02181.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + + virtual __streambuf_type * + setbuf + a02181.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) - + void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + + virtual streamsize + showmanyc + a02181.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () - - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + + virtual int + sync + a02181.html + af42cd30ec66c6eb0df56026098b6e04f + () - - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + + virtual int_type + underflow + a02181.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () - - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + + virtual streamsize + xsgetn + a02181.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) - - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + + virtual streamsize + xsputn + a02181.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) - - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + + char_type * + _M_buf + a02181.html + a981a6d9fa6672d57f94dc2578f3d4b07 + - - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + + size_t + _M_buf_size + a02181.html + a59de9f582ce410ea2c7583eaf4228e2f + - - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + + char * + _M_ext_buf + a02181.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + - - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + + streamsize + _M_ext_buf_size + a02181.html + a284d196740028e4047586fe923e7a595 + - - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + + const char * + _M_ext_next + a02181.html + af4a3bae8038d32dffd03676c93feccbc + - - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + + ios_base::openmode + _M_mode + a02181.html + a14cdd23152cee458aaa655cf9508f9a6 + - - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + + + + bool + _M_reading + a02181.html + acde765e7a5ddaca79683176fe981cec1 + + + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce () - - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d () const - - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 () const - - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + + + __gnu_cxx::encoding_char_traits + a10913.html + + std::char_traits + + + __gnu_cxx::encoding_state + a10909.html + + + __gnu_pbds::detail::entry_cmp + a12173.html + + + + No_Throw + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false > + a12181.html + + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, true > + a12177.html + + + + + Cmp_Fn + type + a12177.html + aec3a9bedeb284ef0b99f1a279adae4c3 + - - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + + + __gnu_pbds::detail::entry_pred + a12189.html + + + + No_Throw + + + __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, false > + a12197.html + + + + + + __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, true > + a12193.html + + + + + + __gnu_pbds::detail::eq_by_less + a12277.html + + + + + __gnu_parallel::equal_split_tag + a09317.html + __gnu_parallel::find_tag + + + std::equal_to + a07209.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + std::equal_to< void > + a07249.html + + + std::_V2::error_category + a03033.html + + + std::error_code + a03037.html + + + std::error_condition + a03041.html - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + error_condition + make_error_condition + a01549.html + gacf4a9d450f963603dc7f5f295a8620a2 + (errc __e) noexcept - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + bool + operator< + a01549.html + ga86f2a056529ba82f2698f891a421bafa + (const error_condition &__lhs, const error_condition &__rhs) noexcept + + + __gnu_parallel::exact_tag + a09281.html + __gnu_parallel::parallel_tag - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + + + std::exception + a05405.html + + virtual const char * + what + a05405.html + a13ea7bcad59eab4379990a7322b17672 + () const noexcept + + + + std::__exception_ptr::exception_ptr + a05409.html + + + std::exponential_distribution + a06461.html + + std::exponential_distribution::param_type + + _RealType + result_type + a06461.html + ac591303d7888e5576784bf67be998683 + - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + + exponential_distribution + a06461.html + a0d648c2fe97f6882eb362331d4fc4be9 + () - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + + exponential_distribution + a06461.html + a0da5c22c9ebe44479b181cce576f466e + (_RealType __lambda) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + _RealType + lambda + a06461.html + a03a1280a3dec72c2ca4045eaa026887b + () const - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + result_type + max + a06461.html + ac4d57abc4ee818a817139259105ef090 + () const - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + result_type + min + a06461.html + a21226cd61a367799a695c438f6c0af26 + () const - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + result_type + operator() + a06461.html + a11a94d907e89a229cfd4083cb8e6a14c + (_UniformRandomNumberGenerator &__urng) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + param_type + param + a06461.html + a79a2944c707f21d96fb329d89c001cb0 + () const void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + param + a06461.html + ac53c5c21d59b131a95ca5d5d8fdfe37a + (const param_type &__param) - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) - - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea + void + reset + a06461.html + a1d72f5ccd6ee769af3d8cc82ed350e99 () - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - - - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - - - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - - - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - - - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - - - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - - - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - - - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - - - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - - - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - - - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - - - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - - - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - - - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - - - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - - - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - - - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - - - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - - - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - - - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - - - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + friend bool + operator== + a06461.html + acb5724229a97210048c27dba8f3a50b4 + (const exponential_distribution &__d1, const exponential_distribution &__d2) - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 + + + std::extent + a03461.html + + _Uint + integral_constant< std::size_t, 0 > + + + std::extreme_value_distribution + a06477.html + + std::extreme_value_distribution::param_type + + _RealType + result_type + a06477.html + a1af667bbaf9fbf7448cc8b4f6c7ba52d - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + _RealType + a + a06477.html + af00b09f7395813d9fa478e720a3f166c + () const - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + _RealType + b + a06477.html + a5a4b0a760127213b3e645911ad6b56e0 + () const - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + result_type + max + a06477.html + ade74f06d6ad6c6f14c988fea1b63c1bb + () const - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + result_type + min + a06477.html + aa97af0bfaca27148976ef1a65ab257c5 + () const - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + result_type + operator() + a06477.html + a88eda5b7e1af374a061fdc284e8c2baa + (_UniformRandomNumberGenerator &__urng) - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + param_type + param + a06477.html + afef9a5a4a38b2155d763a38571ee3e41 + () const - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + void + param + a06477.html + a9a82202d5349aaa0565e08305e3f0de0 + (const param_type &__param) - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + void + reset + a06477.html + a31f27dfe6c4727fb924d04ab3450fa14 + () - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + friend bool + operator== + a06477.html + afdd72be1506ac50b8909ca3cb57b8bfa + (const extreme_value_distribution &__d1, const extreme_value_distribution &__d2) + + + std::locale::facet + a05849.html - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + + facet + a05849.html + a04dc2d88fcc6ebd76e37eb11d928eb7a + (size_t __refs=0) - - streamsize - _M_gcount - a02572.html - a561684f2822987bda56c7e8817f91892 - + + virtual + ~facet + a05849.html + a6e70b45296191df4c1a0657bd9be6514 + () - - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + + + std::ios_base::failure + a05829.html + std::exception + + virtual const char * + what + a05829.html + a7ab1e57574a1dff9cdf603041cbe628a + () const + + + std::filesystem::file_status + a05441.html + + + std::experimental::filesystem::v1::filesystem_error + a09413.html + std::system_error - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + const char * + what + a09413.html + a84e5f36ee7835b44bef2cfc82a6b0293 + () const noexcept + + + std::filesystem::filesystem_error + a05477.html + std::system_error - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + const char * + what + a05477.html + affd61782eb8a0b41750f62281b22d77f + () const noexcept - - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + + + __gnu_parallel::find_tag + a09277.html + + + std::fisher_f_distribution + a06405.html + + std::fisher_f_distribution::param_type + + _RealType + result_type + a06405.html + a81d8f625ee48920d4700c5ff1700aaea + - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + result_type + max + a06405.html + a06d2101e5cda9129c6632e788fe7b9b8 + () const - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + result_type + min + a06405.html + a7b129ca3a6af6d6d063ecde317361ef8 + () const - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + result_type + operator() + a06405.html + ab172a885f02391e497338955fbd5a5b7 + (_UniformRandomNumberGenerator &__urng) - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + param_type + param + a06405.html + a64441f490b89c34e0fe852bff1cb335d + () const - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + void + param + a06405.html + a052913a3ca616ba45870d25e5f1da93c + (const param_type &__param) - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + void + reset + a06405.html + a1a8ed43ea1042c8a502c4d497cff95a8 + () - - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06405.html + ae32074f867a5686e7e7dab19d6f4cf2b + (std::basic_ostream< _CharT, _Traits > &__os, const std::fisher_f_distribution< _RealType1 > &__x) - - __istream_type & + + friend bool + operator== + a06405.html + a6d91b2687b4f8cc34d02a65b739ed070 + (const fisher_f_distribution &__d1, const fisher_f_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + a06405.html + abab2538be3fead2df80ac93a9ebaa7f3 + (std::basic_istream< _CharT, _Traits > &__is, std::fisher_f_distribution< _RealType1 > &__x) + + + + __gnu_cxx::forced_error + a11277.html + std::exception + + virtual const char * + what + a05405.html + a13ea7bcad59eab4379990a7322b17672 + () const noexcept + + + std::forward_iterator_tag + a07513.html + std::input_iterator_tag + + + std::__debug::forward_list + a08585.html + + + _Safe_container< forward_list< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_forward_list > - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + + std::forward_list + a05437.html + + + _Fwd_list_base< _Tp, allocator< _Tp > > - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + + forward_list + a05437.html + a2d179d6a061a4e6d8dcea244cdc29fe7 + ()=default - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + + forward_list + a05437.html + ac9a366e3ba3ca40c479e0f33e664e6e7 + (_InputIterator __first, _InputIterator __last, const _Alloc &__al=_Alloc()) - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + + forward_list + a05437.html + a4876e29ab044344ca726a36b6cdca01b + (const _Alloc &__al) noexcept - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + + forward_list + a05437.html + a642ecbf961b6a99a7deb77e676e71cac + (const forward_list &__list) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + + forward_list + a05437.html + a43d0c48b0ef128ee0431be85c8fdd843 + (const forward_list &__list, const _Alloc &__al) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + + forward_list + a05437.html + ac57eaebb7af37579e166cb2c2b753f53 + (forward_list &&)=default - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + + forward_list + a05437.html + a3a1601333d918ce64f330bf97c142e4c + (forward_list &&__list, const _Alloc &__al) noexcept(_Node_alloc_traits::_S_always_equal()) - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + + forward_list + a05437.html + a950f84e93e993ce756a016954c4322db + (size_type __n, const _Alloc &__al=_Alloc()) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + + forward_list + a05437.html + a81dc09fa341ed4c54da852f6a430bba2 + (size_type __n, const _Tp &__value, const _Alloc &__al=_Alloc()) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + + forward_list + a05437.html + a925933047508f0bd16df276c4f0261e4 + (std::initializer_list< _Tp > __il, const _Alloc &__al=_Alloc()) - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + + ~forward_list + a05437.html + a30c16633a2af635de7b7646ab8c29e46 + () noexcept - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + void + assign + a05437.html + aaf0bffb70955f72cf2972e70155e13d2 + (_InputIterator __first, _InputIterator __last) - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + void + assign + a05437.html + a834314c2bf6e162dab99f07f1d6c551d + (size_type __n, const _Tp &__val) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + void + assign + a05437.html + adcaa8789d2741f6b65603b41c8aba63f + (std::initializer_list< _Tp > __il) - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + const_iterator + before_begin + a05437.html + a1b8f8d9f8c5572304785f24529c297c6 + () const noexcept - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + iterator + before_begin + a05437.html + a4becc964d2aa37c756215139094d8ff8 + () noexcept - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + const_iterator + begin + a05437.html + a8913be197ae32ed6898686dfa3f1bfdf + () const noexcept - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + iterator + begin + a05437.html + a141f3a112d865e3125cb105b429c2a63 + () noexcept - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + const_iterator + cbefore_begin + a05437.html + a8e747964c0b29e83f50020110f4b1d72 + () const noexcept - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + const_iterator + cbegin + a05437.html + ace31decae76d75133e08418f392a78b3 + () const noexcept - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + const_iterator + cend + a05437.html + aaa651df81ec5161454becd5198407986 + () const noexcept - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + void + clear + a05437.html + aa88c1d40b71b3724ca63da3b66d4a5e0 + () noexcept - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + iterator + emplace_after + a05437.html + a5fd1e68be8454830cea449ad8114cf3d + (const_iterator __pos, _Args &&... __args) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + reference + emplace_front + a05437.html + a950aacf736d4f143794cacefbd742a7a + (_Args &&... __args) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + bool + empty + a05437.html + ab0a3479429315d1735f3d6b15817b01e + () const noexcept - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + const_iterator + end + a05437.html + a9a320037c76fc8f0e6f60784dcec1383 + () const noexcept - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + iterator + end + a05437.html + a7f64feff678dd8cb85d35bd9b08fde54 + () noexcept - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + iterator + erase_after + a05437.html + a369164fbcb598a49bbd7297eb6f2c5b0 + (const_iterator __pos) - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + iterator + erase_after + a05437.html + aa779e251eac11a2d84fa9a2b65921bae + (const_iterator __pos, const_iterator __last) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + reference + front + a05437.html + aa2daca181da8d9a22ecc19e4a7364b1f + () - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + const_reference + front + a05437.html + a40c8314a3fb6d46884588bcab67111b5 + () const - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + allocator_type + get_allocator + a05437.html + ab66a5f239cf5fe9431700b756e711b4a + () const noexcept - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + iterator + insert_after + a05437.html + a03cc027e568ad94dbbbc25da7d485fe7 + (const_iterator __pos, _InputIterator __first, _InputIterator __last) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + iterator + insert_after + a05437.html + a6f8e1063932912fb3e245b7c8116ed1f + (const_iterator __pos, const _Tp &__val) - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + iterator + insert_after + a05437.html + a4921af283fd230d563266ca0ce14a455 + (const_iterator __pos, size_type __n, const _Tp &__val) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + iterator + insert_after + a05437.html + a9739cbb5af18ac9976288f6c9c072bb0 + (const_iterator __pos, std::initializer_list< _Tp > __il) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + size_type + max_size + a05437.html + ae19c74808b1bc8e53bdc229fd3d389fa + () const noexcept void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + merge + a05437.html + a4794e46af448c443019e9b36640744ab + (forward_list &&__list) - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) - - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + void + merge + a05437.html + a0de7b075b73cc0a843447ad75cba4b87 + (forward_list &&__list, _Comp __comp) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + forward_list & + operator= + a05437.html + a78c1273fb53228cab655addd77f9cd25 + (const forward_list &__list) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const - - - - std::basic_ifstream - a02076.html - _CharT - _Traits - std::basic_istream - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - - - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) - - - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e - - - - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd - - - - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad - - - - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a - + forward_list & + operator= + a05437.html + aaedecd0634ab8c057cca203778ea6cfa + (forward_list &&__list) noexcept(_Node_alloc_traits::_S_nothrow_move()) - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + forward_list & + operator= + a05437.html + a6b8dfcf0c3aad308699e909186c39f2b + (std::initializer_list< _Tp > __il) - - basic_ifstream - a02076.html - a0332ea0815cd0f2681780ed3cb482229 + void + pop_front + a05437.html + ace75c01c591425341e21b6404e7f9e90 () - - basic_ifstream - a02076.html - a83516a8e9d1db5ae7d2cf392b23dd840 - (const char *__s, ios_base::openmode __mode=ios_base::in) + void + push_front + a05437.html + ac2d708075d40071265f0a376591ba1d7 + (const _Tp &__val) - - basic_ifstream - a02076.html - ad533b4e5d658fe6563d34b9ef36a9d7a - (const std::string &__s, ios_base::openmode __mode=ios_base::in) + __remove_return_type + remove + a05437.html + aa9b3162769904b5c710868fa13e9b8b9 + (const _Tp &__val) - - ~basic_ifstream - a02076.html - a1bb90895f6ee2886b8e2dd9e033d31ad - () + __remove_return_type + remove_if + a05437.html + a7c7f79f92d9199ce7245925b27621304 + (_Pred __pred) - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 - () const + void + resize + a05437.html + a73ffca07b591237200b852caf7040057 + (size_type __sz) - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + void + resize + a05437.html + abfb248e17d0392a8caf5c46683102332 + (size_type __sz, const value_type &__val) void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + reverse + a05437.html + a2ab1413dfa1c6858634407a44504a368 + () noexcept void - close - a02076.html - adca6a6b93f9f3ae1c9393213caa37a9a + sort + a05437.html + a4bb37711f3350692a1246d7781967ea6 () - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + void + sort + a05437.html + a3f59eaf1f58f480eafa906d68d408682 + (_Comp __comp) - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + void + splice_after + a05437.html + a8918bd7e48f28df3b891edfc246556d0 + (const_iterator __pos, forward_list &&__list) noexcept - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + void + splice_after + a05437.html + aa3a2a989959206263a683014f575cdc3 + (const_iterator __pos, forward_list &&__list, const_iterator __i) noexcept void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + swap + a05437.html + a3c41eb7aabcd13c334d38bc68afe2cd8 + (forward_list &__list) noexcept - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + __remove_return_type + unique + a05437.html + aa83922c8c2f4ba5c7895749e6cd248c8 + () - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + __remove_return_type + unique + a05437.html + a0c10b7544adadf762ce0b1671faa42bd + (_BinPred __binary_pred) - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + void + splice_after + a05437.html + a9c1efa0c819d46d9d19f7fc363e14307 + (const_iterator __pos, forward_list &&, const_iterator __before, const_iterator __last) noexcept - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + void + splice_after + a05437.html + ac9ba3ce45ccc225252b0a7b14e883dcc + (const_iterator __pos, forward_list &, const_iterator __before, const_iterator __last) noexcept - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + void + splice_after + a05437.html + a9c1efa0c819d46d9d19f7fc363e14307 + (const_iterator __pos, forward_list &&, const_iterator __before, const_iterator __last) noexcept - streamsize - gcount - a02572.html - a14cc48ec617f1c1a65d8532e7807882c - () const + void + splice_after + a05437.html + ac9ba3ce45ccc225252b0a7b14e883dcc + (const_iterator __pos, forward_list &, const_iterator __before, const_iterator __last) noexcept + + + std::fpos + a06221.html + - basic_istream< char > & - getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 - (char_type *__s, streamsize __n, char_type __delim) + + fpos + a06221.html + a6816aa318c7eeb099c78a3414a2bcdfd + (streamoff __off) - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 + + operator streamoff + a06221.html + a7da1f1b28792e35537bec6d1bc4feb88 () const - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + fpos + operator+ + a06221.html + a6719627d8f502c54e16f321d1790e030 + (streamoff __off) const - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + fpos & + operator+= + a06221.html + a82884338bf22e5b2e47088240ee3603c + (streamoff __off) - bool - is_open - a02076.html - afcbe0c0931007c7359e16543abe1fe87 - () + streamoff + operator- + a06221.html + a9cb8084ee1bb8395c4a5e7a937092425 + (const fpos &__other) const - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + fpos + operator- + a06221.html + af2e0577cdf823db2436ffc2c3e5bf5d5 + (streamoff __off) const - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + fpos & + operator-= + a06221.html + af98737e3474e12ecb9d40f19bea2ea9e + (streamoff __off) - void - open - a02076.html - a642496a04b7adb81e614d2b3903734ff - (const char *__s, ios_base::openmode __mode=ios_base::in) + _StateT + state + a06221.html + ab0b8ab377a6907428414353bca366234 + () const void - open - a02076.html - ab7c7c2bf6e27152bb0460c83c32ab431 - (const std::string &__s, ios_base::openmode __mode=ios_base::in) + state + a06221.html + a4e97b157edf8205bcc60347a86c9ed86 + (_StateT __st) + + + __gnu_cxx::free_list + a10869.html - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + void + _M_clear + a10869.html + aa818ab5db6cd984caf19488acd99e773 + () - __istream_type & - operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + std::size_t * + _M_get + a10869.html + abea5933462596ea6c126bbbd313b26d1 + (std::size_t __sz) - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + void + _M_insert + a10869.html + a47d9c55887fe0251814f97161d554cdd + (std::size_t *__addr) - - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + + + std::from_chars_result + a01969.html + + + std::front_insert_iterator + a07477.html + + iterator< output_iterator_tag, void, void, void, void > + + _Container + container_type + a07477.html + a4308a2935935721e29e7cd725be64007 + - - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + + void + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - __filebuf_type * - rdbuf - a02076.html - a7f104c73e5bd5a76405a0edc299da3e2 - () const + + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + + void + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - + void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + constexpr + front_insert_iterator + a07477.html + a60bac8bf39cc2df3e89b395335e3505c + (_Container &__x) - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + constexpr front_insert_iterator & + operator* + a07477.html + ab46f42e55f1d9fb90d2c2cd6b88f64db + () - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + constexpr front_insert_iterator & + operator++ + a07477.html + a9210095d52878973204eb6e0d6599fff + () - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + constexpr front_insert_iterator + operator++ + a07477.html + a49f7759df47ff3450d269b7dfb284284 + (int) - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + constexpr front_insert_iterator & + operator= + a07477.html + abd3d7ed10599ac7e3aaaca1e484af5d3 + (const typename _Container::value_type &__value) + + + std::function< _Res(_ArgTypes...)> + a06937.html + + _ArgTypes + std::_Function_base - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + + function + a06937.html + aabc5bfd9d463ca6a06aa8198a1f12e14 + () noexcept - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + + function + a06937.html + a470c79d81f0e1a388d3522ccf7e6a9d0 + (_Functor __f) - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + + function + a06937.html + a8869fed86e489fcedbf59cd814f440b3 + (const function &__x) - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + + function + a06937.html + a91f39c85ac536220f5efd7e505fc73e6 + (function &&__x) noexcept - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + + function + a06937.html + a4a3d52a1f71572613d699d0593479615 + (nullptr_t) noexcept - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + + operator bool + a06937.html + a2804a8e2d69cd03550a87d46d153c165 + () const noexcept - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + _Res + operator() + a06937.html + ab0bfbd15574ba442c644604dc18c4750 + (_ArgTypes... __args) const - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + _Requires< _Callable< typename decay< _Functor >::type >, function & > + operator= + a06937.html + afbb6bdd269617d2793d4dbbb078f6707 + (_Functor &&__f) - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + function & + operator= + a06937.html + a698ecd83665a25c0c1f9cbe2ea85c2a0 + (const function &__x) - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + function & + operator= + a06937.html + a00bb39127d1936767cbfd81c4bb02354 + (function &&__x) noexcept - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + function & + operator= + a06937.html + a05ea81faa27f6b5511b699634b83c4a8 + (nullptr_t) noexcept - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + function & + operator= + a06937.html + afc4ca535d5508c13e9112b39c8c064d4 + (reference_wrapper< _Functor > __f) noexcept - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + void + swap + a06937.html + ad6e98060b15f59120e426a787febf1a5 + (function &__x) noexcept - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + const type_info & + target_type + a06937.html + a721892917f0ecc245eb32273162250c0 + () const noexcept - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + _Functor * + target + a06937.html + af59ea44c0ab963cbc76c30dcef37a5c1 + () noexcept - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + const _Functor * + target + a06937.html + ae7fd56a0d23423f7696c72557e9a8ae0 + () const noexcept - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + _Functor * + target + a06937.html + af59ea44c0ab963cbc76c30dcef37a5c1 + () noexcept - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + const _Functor * + target + a06937.html + ae7fd56a0d23423f7696c72557e9a8ae0 + () const noexcept + + + + std::future + a02381.html + + std::__basic_future + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + + future + a02381.html + a47c11429633480bddbb965a5f79ab410 + (future &&__uf) noexcept - int_type + _Res get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 + a02381.html + ad340dd48cf99967cf53809024cbe9db1 () + + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::future< _Res & > + a02493.html + + __basic_future< _Res & > + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + + - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + + future + a02493.html + a290550ce931d18ccad7d296e4875ddb3 + (future &&__uf) noexcept - __istream_type & + _Res & get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + a02493.html + a02dd6ce87e29a3baadfc1061430df774 + () + + + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::future< void > + a02497.html + __basic_future< void > + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + + future + a02497.html + a8d804ed9d3fb0818d7d4af8197cc00a7 + (future &&__uf) noexcept - __istream_type & + void get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + a02497.html + a22b2cb90803ba2cae78dafa81ba278d6 + () + + + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::future_error + a02377.html + std::logic_error + + virtual const char * + what + a02377.html + a95833ed17fb6f056709e29abdc50f50c + () const noexcept + + + + std::gamma_distribution + a06381.html + + std::gamma_distribution::param_type + + _RealType + result_type + a06381.html + aaa49ffe0d995ae8237a5dbad8ac7451c + - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + + gamma_distribution + a06381.html + a9d249484e7e6eb29922fc604b218c53a + () - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + + gamma_distribution + a06381.html + a303823b5879668c9ef5fb5aa1866ff0f + (_RealType __alpha_val, _RealType __beta_val=_RealType(1)) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + _RealType + alpha + a06381.html + a885140ca6e119c2c66130bcdd388038c + () const - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + _RealType + beta + a06381.html + ac68ca29e3655c78cf60ba8159d307d4b + () const - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + result_type + max + a06381.html + ae00d7ad063d15bb7162da61116552175 + () const - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + result_type + min + a06381.html + a7dc4b8a5f0edcf447683b93607a8441e + () const - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + result_type + operator() + a06381.html + a72dba48d3f9781e948c535e37e7eabeb + (_UniformRandomNumberGenerator &__urng) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + result_type + operator() + a06381.html + a286dd68452eebd137ec7be7852a58fca + (_UniformRandomNumberGenerator &__urng, const param_type &__p) - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + param_type + param + a06381.html + ad8b960699602dcafa9a4ca3895fa776a + () const - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + void + param + a06381.html + ac1e8d68c10521bff382e0a14587d1dc4 + (const param_type &__param) - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 + void + reset + a06381.html + a305329ded629d15f8ff5f84d642357f9 () + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06381.html + a706fe0713381598aee2cf988bc299e5e + (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + + friend bool + operator== + a06381.html + ab60504a4db8724aede12258da566aede + (const gamma_distribution &__d1, const gamma_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06381.html + abe79b6964f9b74c546de48e9c34c7388 + (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + + + gamma_distribution< double > + a06381.html + + double + result_type + a06381.html + aaa49ffe0d995ae8237a5dbad8ac7451c + + - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 + + gamma_distribution + a06381.html + a9d249484e7e6eb29922fc604b218c53a () - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + + gamma_distribution + a06381.html + a303823b5879668c9ef5fb5aa1866ff0f + (double __alpha_val, double __beta_val=double(1)) - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + double + alpha + a06381.html + a885140ca6e119c2c66130bcdd388038c + () const - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + double + beta + a06381.html + ac68ca29e3655c78cf60ba8159d307d4b + () const - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee + result_type + max + a06381.html + ae00d7ad063d15bb7162da61116552175 () const - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 + result_type + min + a06381.html + a7dc4b8a5f0edcf447683b93607a8441e () const - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) + + result_type + operator() + a06381.html + a72dba48d3f9781e948c535e37e7eabeb + (_UniformRandomNumberGenerator &__urng) - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea + + result_type + operator() + a06381.html + a286dd68452eebd137ec7be7852a58fca + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a06381.html + ad8b960699602dcafa9a4ca3895fa776a + () const + + + void + param + a06381.html + ac1e8d68c10521bff382e0a14587d1dc4 + (const param_type &__param) + + + void + reset + a06381.html + a305329ded629d15f8ff5f84d642357f9 () - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06381.html + a706fe0713381598aee2cf988bc299e5e + (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - + + friend bool + operator== + a06381.html + ab60504a4db8724aede12258da566aede + (const gamma_distribution &__d1, const gamma_distribution &__d2) - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06381.html + abe79b6964f9b74c546de48e9c34c7388 + (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b + + + gamma_distribution< result_type > + a06381.html + + result_type + result_type + a06381.html + aaa49ffe0d995ae8237a5dbad8ac7451c - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - + + + gamma_distribution + a06381.html + a9d249484e7e6eb29922fc604b218c53a + () - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - + + + gamma_distribution + a06381.html + a303823b5879668c9ef5fb5aa1866ff0f + (result_type __alpha_val, result_type __beta_val=result_type(1)) - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - + + result_type + alpha + a06381.html + a885140ca6e119c2c66130bcdd388038c + () const - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - + + result_type + beta + a06381.html + ac68ca29e3655c78cf60ba8159d307d4b + () const - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - + + result_type + max + a06381.html + ae00d7ad063d15bb7162da61116552175 + () const - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - + + result_type + min + a06381.html + a7dc4b8a5f0edcf447683b93607a8441e + () const - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + result_type + operator() + a06381.html + a72dba48d3f9781e948c535e37e7eabeb + (_UniformRandomNumberGenerator &__urng) - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + result_type + operator() + a06381.html + a286dd68452eebd137ec7be7852a58fca + (_UniformRandomNumberGenerator &__urng, const param_type &__p) - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + param_type + param + a06381.html + ad8b960699602dcafa9a4ca3895fa776a + () const - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + void + param + a06381.html + ac1e8d68c10521bff382e0a14587d1dc4 + (const param_type &__param) - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + void + reset + a06381.html + a305329ded629d15f8ff5f84d642357f9 + () - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06381.html + a706fe0713381598aee2cf988bc299e5e + (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + friend bool + operator== + a06381.html + ab60504a4db8724aede12258da566aede + (const gamma_distribution &__d1, const gamma_distribution &__d2) - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06381.html + abe79b6964f9b74c546de48e9c34c7388 + (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 + + + std::geometric_distribution + a06437.html + + std::geometric_distribution::param_type + + _IntType + result_type + a06437.html + a3853f646d5644e294b44ccbfc8ec34b1 - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + result_type + max + a06437.html + a537ddec1681bac5e12dd0aab79983072 + () const - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + result_type + min + a06437.html + af711039331910d5b184bfcdb43e4e12b + () const - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + result_type + operator() + a06437.html + a4a41c317cae02db9d8cc20dbbcd4d77d + (_UniformRandomNumberGenerator &__urng) - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + double + p + a06437.html + a3f50a0fa0b370466364b3928394c5fe3 + () const - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + param_type + param + a06437.html + a690e55bc0b6fe8c78d4e46a08197e70b + () const - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + void + param + a06437.html + a75d3adb67d1d8a8d9ec152ed6076a009 + (const param_type &__param) - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + void + reset + a06437.html + ad170e9c049fc1d5df02da5097eda29df + () - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + friend bool + operator== + a06437.html + a63cafb50acfe1b10c4a26cd6c990bc3f + (const geometric_distribution &__d1, const geometric_distribution &__d2) - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + + __gnu_pbds::gp_hash_table + a11709.html + + + + + + + + Store_Hash + + basic_hash_table< Key, Mapped, typename detail::default_hash_fn< Key >::type, typename detail::default_eq_fn< Key >::type, typename detail::default_resize_policy< detail::default_comb_hash_fn::type >::type, detail::default_store_hash, gp_hash_tag, __gnu_cxx::typelist::create2< detail::default_comb_hash_fn::type, typename detail::default_probe_fn< detail::default_comb_hash_fn::type >::type >::type, std::allocator< char > > + + + gp_hash_table + a11709.html + a090fe23fa9a464334f41bac7c58839d7 + () - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + + gp_hash_table + a11709.html + aa868348b5d0403163cc3fcff72488ecf + (const hash_fn &h) - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + + gp_hash_table + a11709.html + a46ef48ae07c1e2407f5676a519fda8d2 + (const hash_fn &h, const eq_fn &e) - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + + gp_hash_table + a11709.html + afc4daba066d47ce7f3687adadb8d49e7 + (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp) - - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + + + gp_hash_table + a11709.html + a02d894524f232f722315e57158ea6c62 + (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p) - - streamsize - _M_gcount - a02572.html - a561684f2822987bda56c7e8817f91892 - + + + gp_hash_table + a11709.html + a57a476e9e07131b80495dd9bfe56f3f0 + (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp) - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + + gp_hash_table + a11709.html + a3b2755912ddc11a6aa6387825f1b4dd2 + (It first, It last) - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + + gp_hash_table + a11709.html + a79315b5c79f3c457c2ed81a6e369ef79 + (It first, It last, const hash_fn &h) - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + + gp_hash_table + a11709.html + ad8b1efc6af0b813705792313fd566b04 + (It first, It last, const hash_fn &h, const eq_fn &e) - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + + gp_hash_table + a11709.html + a1e09abc416f9e136eba0221560b61002 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp) - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + + gp_hash_table + a11709.html + a1483741a8699383e857cefa0834767db + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p) - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + + gp_hash_table + a11709.html + a046c24793ff31b211894e668ae0146a5 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp) + + + __gnu_pbds::gp_hash_tag + a11833.html + __gnu_pbds::basic_hash_tag + + + __gnu_pbds::detail::gp_ht_map + a12293.html + + + + + + Store_Hash + + + + __gnu_pbds::detail::hash_eq_fn + __gnu_pbds::detail::ranged_probe_fn + __gnu_pbds::detail::types_traits - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + bool + empty + a12293.html + a3bab1fd3177ead540ec019702d62f6b1 + () const - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + Comb_Probe_Fn & + get_comb_probe_fn + a12293.html + ae56911a9c21e37ba39946a6db319de7d + () - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + const Comb_Probe_Fn & + get_comb_probe_fn + a12293.html + a5adf51a2c75653fa5ab58b5bd9ca28d7 + () const - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + Eq_Fn & + get_eq_fn + a12293.html + a6b7af0702278aa446cd63e64be1e70a5 + () - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + const Eq_Fn & + get_eq_fn + a12293.html + af1e55926d13c5fd9198cbbf6274266a9 + () const - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + Hash_Fn & + get_hash_fn + a12293.html + a90df453fbf8635c859884c910c192675 + () - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + const Hash_Fn & + get_hash_fn + a12293.html + a3988fa6dcff8f2979a02c5ce9096de27 + () const - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + Probe_Fn & + get_probe_fn + a12293.html + acbe89b042d8f3f2cc9ef80889da25dde + () - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + const Probe_Fn & + get_probe_fn + a12293.html + aec0bedb859fd11ec09fbd5cd8b2e91ba + () const - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 + Resize_Policy & + get_resize_policy + a12293.html + a3df05b58ac55a04cc9436d13743a32d5 () - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + const Resize_Policy & + get_resize_policy + a12293.html + ac2d229ce1295669670daceaadd896667 + () const + + + + std::greater + a07217.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::greater< void > + a07257.html + + + std::greater_equal + a07225.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::greater_equal< void > + a07297.html + + + __gnu_cxx::random_condition::group_adjustor + a11317.html + + + __gnu_parallel::growing_blocks_tag + a09309.html + __gnu_parallel::find_tag + + + std::gslice + a05601.html + + + gslice + a01568.html + ga2cdeff5f9ecb19bdb80fc3752fdaa733 + () - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + + gslice + a01568.html + ga6d537efe4eac64e1eabe933628b415ce + (const gslice &) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + + gslice + a01568.html + ga24cbc4afc05cd3354563268960468dab + (size_t __o, const valarray< size_t > &__l, const valarray< size_t > &__s) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + + ~gslice + a01568.html + ga1d1f37cf92925a601af3246c55896251 + () - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + gslice & + operator= + a01568.html + ga59fd646ebf243e99b2063baf37ba91d0 + (const gslice &) - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + valarray< size_t > + size + a01568.html + gaeabfccb9dc90c70b63e73149b026ccf5 + () const - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + size_t + start + a01568.html + ga5f0b7200c4a68f9b939ae84060439707 + () const - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + valarray< size_t > + stride + a01568.html + ga8a9378455753dd979d6424bdff021820 + () const + + + std::gslice_array + a04101.html + - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + + gslice_array + a01568.html + gab775a3f1c7c0d12448513c036e1ae22b + (const gslice_array &) - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + void + operator%= + a01568.html + ga707e141e760766ca9cbdb6be26941cd4 + (const valarray< _Tp > &) const - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + void + operator&= + a01568.html + gaea48202aa25615a4c09fff61278cf729 + (const valarray< _Tp > &) const - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + void + operator*= + a01568.html + ga84520c24cc0701e3f2bbeaea755e4aa2 + (const valarray< _Tp > &) const - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + void + operator+= + a01568.html + gadaedde83c0c3dc087cd28fede7547179 + (const valarray< _Tp > &) const - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + void + operator-= + a01568.html + gac25a53dfa03677767990c5a3af186cf8 + (const valarray< _Tp > &) const - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + void + operator/= + a01568.html + ga4a86ee20d770ceb9779e865968faa6a7 + (const valarray< _Tp > &) const - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + void + operator<<= + a01568.html + ga30a493dbd85a2271bcc09d9d24f387b2 + (const valarray< _Tp > &) const - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + void + operator= + a01568.html + ga8dfed8c043d7a82e4b71cf65c64ec844 + (const _Tp &) const - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + gslice_array & + operator= + a01568.html + gaf25507c9a66f729500964d397b7cb9fb + (const gslice_array &) - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + void + operator= + a01568.html + gaf2a0c3883cfb758e05e3d62ec7e0a07f + (const valarray< _Tp > &) const - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + void + operator>>= + a01568.html + ga8293a4feaf1bde96e155e6ba528d0b9a + (const valarray< _Tp > &) const - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + void + operator^= + a01568.html + gaa45daae152fd32ab851c56779fc1e13c + (const valarray< _Tp > &) const - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + void + operator|= + a01568.html + ga87a6054e3d3df9b3b828c86d7b71a7d0 + (const valarray< _Tp > &) const - - std::basic_ios - a02564.html - _CharT - _Traits - std::ios_base - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - - - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) - + + std::has_virtual_destructor + a03677.html + + integral_constant< bool, __has_virtual_destructor(_Tp)> + + + std::hash + a02985.html + + + + std::hash< __debug::bitset< _Nb > > + a08573.html + _Nb + + + std::hash< __debug::vector< bool, _Alloc > > + a08685.html + + + + std::hash< __gnu_cxx::__u16vstring > + a11685.html + + + std::hash< __gnu_cxx::__u32vstring > + a11689.html + + + std::hash< __gnu_cxx::__vstring > + a11677.html + + + std::hash< __gnu_cxx::__wvstring > + a11681.html + + + std::hash< __gnu_cxx::throw_value_limit > + a11361.html + unary_function< __gnu_cxx::throw_value_limit, size_t > - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e + __gnu_cxx::throw_value_limit + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd + size_t + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + std::hash< __gnu_cxx::throw_value_random > + a11365.html + unary_function< __gnu_cxx::throw_value_random, size_t > - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad + __gnu_cxx::throw_value_random + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a + size_t + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 - - _CharT - char_type - a02564.html - ab79c2147554ac3080647828e0bd75c17 - + + + std::hash< __gnu_debug::basic_string< _CharT > > + a08633.html + + hash< std::basic_string< _CharT > > + + + std::hash< __shared_ptr< _Tp, _Lp > > + a06881.html + + _Lp + + + std::hash< _Tp * > + a05505.html + + + + std::hash< bool > + a05509.html + + + std::hash< char > + a05513.html + + + std::hash< char16_t > + a05529.html + + + std::hash< char32_t > + a05533.html + + + std::hash< double > + a05581.html + + + std::hash< error_code > + a03049.html + + + std::hash< error_condition > + a03053.html + + + std::hash< experimental::optional< _Tp > > + a10721.html + + + + std::hash< experimental::shared_ptr< _Tp > > + a09829.html + + + + std::hash< float > + a05577.html + + + std::hash< int > + a05541.html + + + std::hash< long > + a05545.html + + + std::hash< long double > + a05585.html + + + std::hash< long long > + a05549.html + + + std::hash< shared_ptr< _Tp > > + a06693.html + + + + std::hash< short > + a05537.html + + + std::hash< signed char > + a05517.html + + + hash< std::basic_string< _CharT > > + a02985.html + + + std::hash< string > + a04693.html + + + std::hash< thread::id > + a07009.html + + + std::hash< type_index > + a03221.html + + + std::hash< u16string > + a04709.html + + + std::hash< u32string > + a04717.html + + + std::hash< unique_ptr< _Tp, _Dp > > + a07769.html + + + + + std::hash< unsigned char > + a05521.html + + + std::hash< unsigned int > + a05557.html + + + std::hash< unsigned long > + a05561.html + + + std::hash< unsigned long long > + a05565.html + + + std::hash< unsigned short > + a05553.html + + + std::hash< wchar_t > + a05525.html + + + std::hash< wstring > + a04701.html + + + std::hash<::bitset< _Nb > > + a01957.html + _Nb + + + std::hash<::vector< bool, _Alloc > > + a07113.html + + + + __gnu_pbds::detail::hash_eq_fn + a12281.html + + + + Store_Hash + + + __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false > + a12285.html + + + + + + __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true > + a12289.html + + + + + + __gnu_pbds::hash_exponential_size_policy + a11769.html + + + + hash_exponential_size_policy + a11769.html + afaa82af641851bf662b2cf2f60ea1eb9 + (size_type start_size=8, size_type grow_factor=2) - - _Traits::int_type - int_type - a02564.html - abed08c42ca8297417265888a1232709a + + + __gnu_pbds::hash_load_check_resize_trigger + a11761.html + External_Load_Access + + hash_load_check_resize_trigger_size_base< std::size_t, false > + + external_load_access + a11761.html + abfd8fc74e2bbe12de0b7f21b63f62825a8dad02122f698bdbd58666bcbc3fdf62 - - _Traits::pos_type - pos_type - a02564.html - a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + + external_load_access + a11761.html + abfd8fc74e2bbe12de0b7f21b63f62825a8dad02122f698bdbd58666bcbc3fdf62 - - _Traits::off_type - off_type - a02564.html - a9b0940b8e61b43dbb5c0f1bb268ce944 - + + + hash_load_check_resize_trigger + a11761.html + af5404477bbd9dca79da25daf6bd77592 + (float load_min=0.125, float load_max=0.5) + + + std::pair< float, float > + get_loads + a11761.html + afb41668144ff085b8767a5928cd7f603 + () const + + + void + set_loads + a11761.html + a5dba0dabb39ff7313a02f51b1bfefe24 + (std::pair< float, float > load_pair) + + + void + notify_cleared + a11761.html + a4c92b235ca2dcda57fe3d4cee1afb48b + () + + + void + notify_inserted + a11761.html + a6389dcb57ad2dc82804a7dbf32d96fc8 + (size_type num_entries) + + void + notify_resized + a11761.html + a027d59f653ccc3272bb94540164bfd77 + (size_type new_size) + + + + __gnu_pbds::detail::hash_load_check_resize_trigger_size_base + a12545.html + + Hold_Size + + + __gnu_pbds::detail::hash_load_check_resize_trigger_size_base< Size_Type, true > + a12549.html + + + + hash_load_check_resize_trigger_size_base< std::size_t, false > + a12545.html + + + __gnu_cxx::hash_map + a08345.html + + + + + + + + __gnu_cxx::hash_multimap + a08349.html + + + + + + + + __gnu_cxx::hash_multiset + a08365.html + + + + + + + __gnu_pbds::hash_prime_size_policy + a11773.html - _Traits - traits_type - a02564.html - a2ce652e072a7f6664c71548df3e43af4 + std::size_t + size_type + a11773.html + a74744bfab3764b78a3cf339de9479a80 - - ctype< _CharT > - __ctype_type - a02564.html - a182d68de5e0177334ea13de288105523 + + + hash_prime_size_policy + a11773.html + ad18b7b7fe2840b81542376ddb4e0bcfa + (size_type start_size=8) + + + + __gnu_cxx::hash_set + a08361.html + + + + + + + __gnu_pbds::hash_standard_resize_policy + a11777.html + + + External_Size_Access + + __gnu_pbds::hash_exponential_size_policy + __gnu_pbds::hash_load_check_resize_trigger + + external_load_access + a11761.html + abfd8fc74e2bbe12de0b7f21b63f62825a8dad02122f698bdbd58666bcbc3fdf62 - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 + + external_load_access + a11761.html + abfd8fc74e2bbe12de0b7f21b63f62825a8dad02122f698bdbd58666bcbc3fdf62 - - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc - + + + hash_standard_resize_policy + a11777.html + adecad428987dfd07cf4df9aa49a25dc3 + () - basic_ios - a02564.html - aec6ddbe42050441c71ec066b901f332c - (basic_streambuf< _CharT, _Traits > *__sb) + hash_standard_resize_policy + a11777.html + aba05ccfca9dd3a44f331377bd7cc2c42 + (const Size_Policy &r_size_policy) - - virtual - ~basic_ios - a02564.html - a9988b5612652454d970d5ad856c6e8d2 - () + + + hash_standard_resize_policy + a11777.html + a8f0e49859d29501c85eacf73af545119 + (const Size_Policy &r_size_policy, const Trigger_Policy &r_trigger_policy) - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 + size_type + get_actual_size + a11777.html + ab1e873de0a82024f07b44a0854a17ddf () const - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c + std::pair< float, float > + get_loads + a11761.html + afb41668144ff085b8767a5928cd7f603 () const - void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + Size_Policy & + get_size_policy + a11777.html + a3d30bf528a4b7dec0d63d4044805f95c + () - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + const Size_Policy & + get_size_policy + a11777.html + a3a20e79599189abdce83d7c8ab6068c4 + () const - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + Trigger_Policy & + get_trigger_policy + a11777.html + a5be11801c2a557d2a6c6bc210ffced9e + () - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 + const Trigger_Policy & + get_trigger_policy + a11777.html + a0df381fbc1eed480337bd4c4233d8097 () const void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + resize + a11777.html + aa602ba7bfa4925ea84591734c68d49e2 + (size_type suggested_new_size) - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + void + set_loads + a11761.html + a5dba0dabb39ff7313a02f51b1bfefe24 + (std::pair< float, float > load_pair) - - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + + size_type + get_new_size + a11777.html + a59607830af324861fac594baff5bfdcd + (size_type size, size_type num_used_e) const + + + std::locale::id + a05853.html - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + + id + a05853.html + a05733d8d1ad35f4fa4feef3313b1bce3 + () - - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + + friend bool + has_facet + a05853.html + ad5bc3cddb6bb375329682cb211ba0441 + (const locale &) - - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + + friend const _Facet & + use_facet + a05853.html + ac42c07b39caa9133862dd851c3fa2c7d + (const locale &) - - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + + + std::thread::id + a06989.html + + + std::experimental::fundamentals_v1::in_place_t + a10709.html + + + std::independent_bits_engine + a06337.html + + __w + + + _UIntType + result_type + a06337.html + a8548a254ad408b901f446f84fc1c47b8 + - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + + independent_bits_engine + a06337.html + ac39fb77deb769d85123ece7b6c981c8f + () - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + + independent_bits_engine + a06337.html + ae6b9f2ddf321e24e8bae7edd6f4c2e7d + (_RandomNumberEngine &&__rng) - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + + independent_bits_engine + a06337.html + a1b27f8236f8a90380ea7fab8a3014d90 + (_Sseq &__q) - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + + independent_bits_engine + a06337.html + a4d92ca47578567e9465b90b6461acb39 + (const _RandomNumberEngine &__rng) - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + + independent_bits_engine + a06337.html + ad54d8549b7e6e4f9908486383d543efa + (result_type __s) - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + const _RandomNumberEngine & + base + a06337.html + aac9a880b6296be8440a764a4b682e724 + () const noexcept - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + void + discard + a06337.html + a80e7c314ddc6fd4cf54a5f720e89801a + (unsigned long long __z) - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a21f92cbfd296f81694cdaef956d0bd6d - () const + result_type + operator() + a06337.html + a61bc80ca1745e63a5f22307498737844 + () - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + void + seed + a06337.html + a68700cdbf6e7f53faa2cf86baf96d142 + () - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + _If_seed_seq< _Sseq > + seed + a06337.html + a53bb5f059979eea1988908f2d767323e + (_Sseq &__q) void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + seed + a06337.html + a9d04c347df4ab52e8c1b8e6ab3a547de + (result_type __s) - - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + + static constexpr result_type + max + a06337.html + abf1815a0f69ac213aeeac81d614371e2 + () - - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + + static constexpr result_type + min + a06337.html + a5900ce9b2214d848cce14cb82ce71397 + () - - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + + friend bool + operator== + a06337.html + ab5791f2acb5c5700ef1e339bfc166d89 + (const independent_bits_engine &__lhs, const independent_bits_engine &__rhs) - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06337.html + a13e9be7110a9e32004584ac71de9190f + (std::basic_istream< _CharT, _Traits > &__is, std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + + + std::indirect_array + a04109.html + - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + + indirect_array + a01568.html + gad5e982b5f515ce67d9e6b55c84a61cb2 + (const indirect_array &) void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + operator%= + a01568.html + gaec955c90f1d087dd1a6a2bd41a5cea7a + (const valarray< _Tp > &) const - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + void + operator&= + a01568.html + gae6224beec13d47cc3880e68bda04d37a + (const valarray< _Tp > &) const - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + void + operator*= + a01568.html + gac530f41a625a6f0842fc4fda0cb98189 + (const valarray< _Tp > &) const - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + void + operator+= + a01568.html + gaeb7b9d2b39d2312c117a50769114e26c + (const valarray< _Tp > &) const - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + void + operator-= + a01568.html + ga8eb0f010a6a61d5066af1b3e757b87b9 + (const valarray< _Tp > &) const - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const - - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () - - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - - - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - - - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - - - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - - - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - - - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - - - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - - - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - - - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - - - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - - - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - - - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - - - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - - - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - - - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - - - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - - - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - - - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - - - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - - - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - - - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - - - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - - - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - - - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - - - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - - - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + void + operator/= + a01568.html + ga2ea239d6f6f027caa976efe4821944d0 + (const valarray< _Tp > &) const - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + void + operator<<= + a01568.html + ga43fc95bcbd0f89c0468f249209eb587b + (const valarray< _Tp > &) const - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + void + operator= + a01568.html + gac17dafc8657c7fd6eab36a46260ff97f + (const _Tp &) const - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + indirect_array & + operator= + a01568.html + ga73cce032d98e922eeafb676920174f52 + (const indirect_array &) - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + void + operator= + a01568.html + ga6072ae14d756314665aef25c55cc4d33 + (const valarray< _Tp > &) const - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + void + operator>>= + a01568.html + ga611bd59fab7a43ce79f1707eea03be7a + (const valarray< _Tp > &) const - - - basic_ios - a02564.html - a3ecd9e8f6ad7e3f910a1b9ef2962c6a4 - () + + void + operator^= + a01568.html + ga335663b1692606f8a5d96324592d4785 + (const valarray< _Tp > &) const - + void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + operator|= + a01568.html + ga349500cff6b300c39a505e9c74943b86 + (const valarray< _Tp > &) const - - _CharT - char_type - a02564.html - ab79c2147554ac3080647828e0bd75c17 - + + + std::initializer_list + a01757.html + + + constexpr const _Tp * + begin + a01757.html + a49aa731f29ba33f3683519c7c394bbb3 + (initializer_list< _Tp > __ils) noexcept - - _Traits::int_type - int_type - a02564.html - abed08c42ca8297417265888a1232709a - + + constexpr const _Tp * + end + a01757.html + a7f95c1567e552c231f8302369a34677a + (initializer_list< _Tp > __ils) noexcept + + + + std::input_iterator_tag + a07505.html + + + __gnu_pbds::insert_error + a11733.html + __gnu_pbds::container_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + + + std::insert_iterator + a07481.html + + iterator< output_iterator_tag, void, void, void, void > - _Traits::pos_type - pos_type - a02564.html - a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + _Container + container_type + a07481.html + a81ef704d3e33bcb38d894a8b1e440771 - _Traits::off_type - off_type - a02564.html - a9b0940b8e61b43dbb5c0f1bb268ce944 + void + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - _Traits - traits_type - a02564.html - a2ce652e072a7f6664c71548df3e43af4 + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - ctype< _CharT > - __ctype_type - a02564.html - a182d68de5e0177334ea13de288105523 + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 + void + reference + a07525.html + abb17838f15d32971ad823036c6593aef - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + void + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + constexpr + insert_iterator + a07481.html + ae29f27ffeea5f6bef52ba3a42272c3f8 + (_Container &__x, _Iter __i) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + constexpr insert_iterator & + operator* + a07481.html + af489693d6ddf1417e5ee234ef8d8f79d + () + + + constexpr insert_iterator & + operator++ + a07481.html + a74b4eeac62d50b2be0aed2650e46d776 + () + + + constexpr insert_iterator & + operator++ + a07481.html + aa777badc7710251d3b17ed21f36d1178 + (int) + + + constexpr insert_iterator & + operator= + a07481.html + ada435b176316b43d73003de455a37460 + (const typename _Container::value_type &__value) + + std::integer_sequence + a04029.html + + _Idx + + + std::integral_constant + a03229.html + + __v + - std::basic_iostream - a02580.html - _CharT - _Traits - std::basic_istream - std::basic_ostream + integral_constant< bool, !ratio_equal< _R1, _R2 >::value > + a03229.html + + + integral_constant< bool, !ratio_less< _R1, _R2 >::value > + a03229.html + + + integral_constant< bool, !ratio_less< _R2, _R1 >::value > + a03229.html + + + integral_constant< bool, __has_virtual_destructor(_Tp)> + a03229.html + + + integral_constant< bool, __is_abstract(_Tp)> + a03229.html + + + integral_constant< bool, __is_base_of(_Base, _Derived)> + a03229.html + + + integral_constant< bool, __is_class(_Tp)> + a03229.html + + + integral_constant< bool, __is_empty(_Tp)> + a03229.html + + + integral_constant< bool, __is_enum(_Tp)> + a03229.html + + + integral_constant< bool, __is_final(_Tp)> + a03229.html + + + integral_constant< bool, __is_literal_type(_Tp)> + a03229.html + + + integral_constant< bool, __is_pod(_Tp)> + a03229.html + + + integral_constant< bool, __is_polymorphic(_Tp)> + a03229.html + + + integral_constant< bool, __is_standard_layout(_Tp)> + a03229.html + + + integral_constant< bool, __is_trivial(_Tp)> + a03229.html + + + integral_constant< bool, __is_trivially_copyable(_Tp)> + a03229.html + + + integral_constant< bool, __is_union(_Tp)> + a03229.html + + + integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > + a03229.html + + + integral_constant< bool, ratio_less< _R2, _R1 >::value > + a03229.html + + + integral_constant< int, 0 > + a03229.html + + + integral_constant< int, _Num > + a03229.html + + + integral_constant< size_t, 0 > + a03229.html + + + integral_constant< size_t, 2 > + a03229.html + + + integral_constant< size_t, __tuple_count_v< _Tp, tuple< _Rest... > >+is_same_v< _Tp, _First > > + a03229.html + + + integral_constant< size_t, is_same_v< _Tp, _First > ? 0 :__index_of_v< _Tp, _Rest... >+1 > + a03229.html + + + integral_constant< size_t, sizeof...(_Elements)> + a03229.html + + + integral_constant< size_t, sizeof...(_Types)> + a03229.html + + + integral_constant< size_t, variant_npos > + a03229.html + + + integral_constant< std::size_t, 0 > + a03229.html + + + integral_constant< std::size_t, 1+rank< _Tp >::value > + a03229.html + + + integral_constant< std::size_t, _Nm > + a03229.html + + + integral_constant< std::size_t, _Uint==0 ? 0 :extent< _Tp, _Uint - 1 >::value > + a03229.html + + + integral_constant< std::size_t, _Uint==0 ? _Size :extent< _Tp, _Uint - 1 >::value > + a03229.html + + + integral_constant< std::size_t, alignof(_Tp)> + a03229.html + + + integral_constant< unsigned, 0 > + a03229.html + + + integral_constant< unsigned, 1 > + a03229.html + + + integral_constant< unsigned, _Val > + a03229.html + + + std::invalid_argument + a02953.html + std::logic_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + + + + std::invoke_result + a03949.html + + _ArgTypes + + + std::ios_base + a05825.html + std::ios_base::failure event - a04932.html + a05825.html a411605aa4a6914dded5a9308ce28257b void(* event_callback - a04932.html + a05825.html a6c6b4d6e83f6adabb3e089e3c0725eae )(event __e, ios_base &__b, int __i) _Ios_Fmtflags fmtflags - a04932.html + a05825.html a03fbf244b3dfb55651c7460537abb89e _Ios_Iostate iostate - a04932.html + a05825.html a0487f09dbaf55c34d14350a54daf0bbd _Ios_Openmode openmode - a04932.html + a05825.html aa7e2408680d83e0bac8979774aeecdad _Ios_Seekdir seekdir - a04932.html + a05825.html ac19bbe98949795f6038952b6c7759a0a - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - - - - - basic_iostream - a02580.html - ab1cea733f7a42667a83144a06857450b - (basic_streambuf< _CharT, _Traits > *__sb) - virtual - ~basic_iostream - a02580.html - ae6395051f05575ecd1f386e0eb46fff7 + ~ios_base + a05825.html + a7864443afddcf4f8d374a8442e55d1be () const locale & _M_getloc - a04932.html + a05825.html a2f44ec9f5d32f4a3a7159b4c4b8924d9 () const - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const - - - void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) - - - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) - - - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const - - - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const - - - void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) - - - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const - - - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const - - - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) - - fmtflags flags - a04932.html + a05825.html a7bdbad6d382502ee581ce65a3e21d8d1 () const fmtflags flags - a04932.html + a05825.html a415eb7181eb10a21c92455e1fae17cec (fmtflags __fmtfl) - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 - () - - - streamsize - gcount - a02572.html - a14cc48ec617f1c1a65d8532e7807882c - () const - - - basic_istream< char > & - getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 - (char_type *__s, streamsize __n, char_type __delim) - - locale getloc - a04932.html + a05825.html ad2ef2af6c7194c081df6c0d505c28699 () const - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const - - locale imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e + a05825.html + a29b144ecf437562b7cc05027f3e5a608 (const locale &__loc) long & iword - a04932.html + a05825.html a25040dc1ead79e80cbdb4b5d692119f4 (int __ix) - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const - - - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) - - - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) - - - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) - - - __istream_type & - operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) - - streamsize precision - a04932.html + a05825.html a22f2e1638f5fcac7fff2442122dc51e6 () const streamsize precision - a04932.html + a05825.html ae76be155a419e7056ece84ad7dbd8ec7 (streamsize __prec) void *& pword - a04932.html + a05825.html a562ae8fc4f9ac0b806ab7839a8877a77 (int __ix) - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a21f92cbfd296f81694cdaef956d0bd6d - () const + void + register_callback + a05825.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + fmtflags + setf + a05825.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + fmtflags + setf + a05825.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + unsetf + a05825.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + streamsize + width + a05825.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a05825.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + static bool + sync_with_stdio + a05825.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a05825.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a05825.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a05825.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a05825.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a05825.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a05825.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a05825.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a05825.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a05825.html + a7643f003a532a377d00ebe8bd288985f + - - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + + static const seekdir + cur + a05825.html + a1965600e26ca83d186504a4fd337cb9e + - - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + + static const fmtflags + dec + a05825.html + a3b38d2c92a8191a8f6d4994c663d408e + - - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + + static const seekdir + end + a05825.html + a505c3780386ccd5ca9679f7264db97f9 + - - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + + static const iostate + eofbit + a05825.html + a806f6f377e4fb4525d19e6d24df3cd62 + - - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + + static const iostate + failbit + a05825.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + - - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () + + static const fmtflags + fixed + a05825.html + ab68a9e528eb897d85741f7a21adf4368 + - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + + static const fmtflags + floatfield + a05825.html + a82663733691c649e8138a0fa959cb8c4 + - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + + static const iostate + goodbit + a05825.html + a9af3b6f8ace7d893e1a0853d8fb29778 + - - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + + static const fmtflags + hex + a05825.html + a0dec2040942a5b127ce98be81486466f + - - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + + static const openmode + in + a05825.html + a652e2323949eea3d906e1c81bd8ce8f7 + - - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + + static const fmtflags + internal + a05825.html + a6e38abfae36f1fce1d01ec47487ba226 + - - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + + static const fmtflags + left + a05825.html + ac3795cde4efbdf63b27ea978f1a2755d + - - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + + static const fmtflags + oct + a05825.html + ab9d72ba493c0a12da9e6669c32af98ed + - - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + + static const openmode + out + a05825.html + a7187e216e5d16ec820ea1791002f85e0 + - - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + + static const fmtflags + right + a05825.html + a13753798f5c9da6f9372429c53039767 + - - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + + static const fmtflags + scientific + a05825.html + af4966eeb93a789a84f9acd92375d8483 + - - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + + static const fmtflags + showbase + a05825.html + a69acbf246475f065d6648303e452fd4d + - - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + + static const fmtflags + showpoint + a05825.html + a4c79db16d6509208744e2b698a2d107f + - - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + + static const fmtflags + showpos + a05825.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + - - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + + static const fmtflags + skipws + a05825.html + a0092524de17db6438bc3bdcb914ac62b + - - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + + static const openmode + trunc + a05825.html + ae6831a611ce41b51a873c55b30d8534d + - - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + + static const fmtflags + unitbuf + a05825.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + - - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + + static const fmtflags + uppercase + a05825.html + a1be02544c10366da9fd9183a905d4910 + + + + + std::is_abstract + a03449.html + + integral_constant< bool, __is_abstract(_Tp)> + + + std::is_arithmetic + a03377.html + + + + std::is_array + a03277.html + + std::integral_constant + + + std::is_assignable + a03509.html + + + + + std::is_base_of + a03709.html + + + integral_constant< bool, __is_base_of(_Base, _Derived)> + + + is_base_of< random_access_iterator_tag, __iterator_category_t< _It > > + a03709.html + std::integral_constant + + + std::is_bind_expression + a02217.html + + std::integral_constant + + + std::is_bind_expression< _Bind< _Signature > > + a02269.html + + std::integral_constant + + + std::is_bind_expression< _Bind_result< _Result, _Signature > > + a02285.html + + + std::integral_constant + + + std::is_bind_expression< const _Bind< _Signature > > + a02273.html + + std::integral_constant + + + std::is_bind_expression< const _Bind_result< _Result, _Signature > > + a02289.html + + + std::integral_constant + + + std::is_bind_expression< const volatile _Bind< _Signature > > + a02281.html + + std::integral_constant + + + std::is_bind_expression< const volatile _Bind_result< _Result, _Signature > > + a02297.html + + + std::integral_constant + + + std::is_bind_expression< volatile _Bind< _Signature > > + a02277.html + + std::integral_constant + + + std::is_bind_expression< volatile _Bind_result< _Result, _Signature > > + a02293.html + + + std::integral_constant + + + std::is_class + a03349.html + + integral_constant< bool, __is_class(_Tp)> + + + std::is_compound + a03397.html + + + + std::is_const + a03265.html + + std::integral_constant + + + std::is_constructible + a03477.html + + _Args + + + std::is_convertible + a03721.html + + + + + std::is_copy_assignable + a03525.html + + + + std::is_copy_constructible + a03485.html + + + + std::is_default_constructible + a03481.html + + + + std::is_destructible + a03469.html + + + + std::is_empty + a03437.html + + integral_constant< bool, __is_empty(_Tp)> + + + std::is_enum + a03341.html + + integral_constant< bool, __is_enum(_Tp)> + + + std::is_error_code_enum + a03021.html + + std::integral_constant + + + std::is_error_code_enum< future_errc > + a02373.html + std::integral_constant + + + std::is_error_condition_enum + a03025.html + + std::integral_constant + + + std::is_final + a03445.html + + integral_constant< bool, __is_final(_Tp)> + + + std::is_floating_point + a03273.html + + + + is_floating_point< _Rep > + a03273.html + + + std::is_function + a03253.html + + + + std::is_fundamental + a03381.html + + + + std::is_integral + a03269.html + + + + std::is_invocable + a03953.html + + _ArgTypes + + + std::is_invocable_r + a03957.html + + + _ArgTypes + + + std::is_literal_type + a03433.html + + integral_constant< bool, __is_literal_type(_Tp)> + + + std::is_lvalue_reference + a03301.html + + std::integral_constant + + + std::is_member_function_pointer + a03337.html + + std::integral_constant + + + std::is_member_object_pointer + a03325.html + + std::integral_constant + + + std::is_member_pointer + a03389.html + + + + std::is_move_assignable + a03541.html + + + + std::is_move_constructible + a03489.html + + + + std::is_nothrow_assignable + a03545.html + + + + + std::is_nothrow_constructible + a03493.html + + _Args + + + std::is_nothrow_copy_assignable + a03561.html + + + + std::is_nothrow_copy_constructible + a03501.html + + + + std::is_nothrow_default_constructible + a03497.html + + + + std::is_nothrow_destructible + a03473.html + + + + std::is_nothrow_invocable + a03961.html + + _ArgTypes + + + std::is_nothrow_invocable_r + a03965.html + + + _ArgTypes + + + std::is_nothrow_move_assignable + a03577.html + + + + is_nothrow_move_assignable< __debug::vector< _Tp, _Alloc > > + a03577.html + + + is_nothrow_move_assignable<::vector< _Tp, _Alloc > > + a03577.html + + + std::is_nothrow_move_constructible + a03505.html + + + + std::is_nothrow_swappable + a03937.html + + + + std::is_nothrow_swappable_with + a03945.html + + + + + std::is_null_pointer + a03369.html + + std::integral_constant + + + std::is_object + a03385.html + + + + std::is_placeholder + a02221.html + + integral_constant< int, 0 > + + + std::is_placeholder< _Placeholder< _Num > > + a02225.html + _Num + integral_constant< int, _Num > + + + std::is_pod + a03429.html + + integral_constant< bool, __is_pod(_Tp)> + + + std::is_pointer + a03297.html + + std::integral_constant + + + std::is_polymorphic + a03441.html + + integral_constant< bool, __is_polymorphic(_Tp)> + + + std::is_reference + a03249.html + + + + std::is_rvalue_reference + a03309.html + + std::integral_constant + + + std::is_same + a03401.html + + + std::integral_constant + + + std::is_scalar + a03393.html + + + + std::is_signed + a03453.html + + + + std::is_standard_layout + a03425.html + + integral_constant< bool, __is_standard_layout(_Tp)> + + + std::is_swappable + a03933.html + + + + std::is_swappable_with + a03941.html + + + + + std::is_trivial + a03417.html + + integral_constant< bool, __is_trivial(_Tp)> + + + std::is_trivially_assignable + a03637.html + + + + + std::is_trivially_constructible + a03581.html + + _Args + + + std::is_trivially_copy_assignable + a03653.html + + + + std::is_trivially_copy_constructible + a03617.html + + + + std::is_trivially_copyable + a03421.html + + integral_constant< bool, __is_trivially_copyable(_Tp)> + + + std::is_trivially_default_constructible + a03585.html + + + + std::is_trivially_destructible + a03673.html + + + + std::is_trivially_move_assignable + a03669.html + + + + std::is_trivially_move_constructible + a03633.html + + + + std::is_union + a03345.html + + integral_constant< bool, __is_union(_Tp)> + + + std::is_unsigned + a03457.html + + + + std::is_void + a03257.html + + + + is_void< _To > + a03257.html + + + std::is_volatile + a03409.html + + std::integral_constant + + + std::istream_iterator + a07733.html + + + + + iterator< input_iterator_tag, _Tp, ptrdiff_t, const _Tp *, const _Tp & > + + ptrdiff_t + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + + input_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + + const _Tp * + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + + const _Tp & + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + + _Tp + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 + constexpr + istream_iterator + a07733.html + ad21a77186d51771382af6007e650b33c () - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) - - - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) - - - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) - - - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) - - - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + + istream_iterator + a07733.html + a947cfbb26709a887a3e2b47782d8093f + (istream_type &__s) - - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + + friend bool + operator!= + a07733.html + a11475a56d21cf0f601cc1e196353a342 + (const istream_iterator &__x, const istream_iterator &__y) - - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + + friend bool + operator== + a07733.html + ad6a2c93263406cda84013c5b62ca736f + (const istream_iterator &__x, const istream_iterator &__y) - - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + + + std::istreambuf_iterator + a02621.html + + + iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT > + + _Traits::off_type + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + + input_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + + _CharT * + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + + _CharT + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + + _CharT + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + + _CharT + char_type + a02621.html + af460c7ea636315f32d360100cc25d939 + - - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + + _Traits + traits_type + a02621.html + aba59a766c14f4ae3a89119edd0c82baa + - - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + + _Traits::int_type + int_type + a02621.html + afb6691f43e173e47ffe52e245a360da1 + - - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02621.html + a1db6612d72b7c65ea1f15b51109a4101 + - - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + + basic_istream< _CharT, _Traits > + istream_type + a02621.html + a88fc8fbe18f938ebfad7c496ccafcd76 + - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + constexpr + istreambuf_iterator + a02621.html + a75654a594dd9fd94bcf6712f9c3b8d2c + () noexcept - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + + istreambuf_iterator + a02621.html + ac5abfcd042a670b72bdbb2fa3ee0d6f5 + (istream_type &__s) noexcept - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + istreambuf_iterator + a02621.html + af53baf53c052a0086f61f54cb4dfa337 + (streambuf_type *__s) noexcept bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const - - - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) - - - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) - - - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) - - - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) - - - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) - - - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) - - - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) - - - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) - - - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) - - - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) - - - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) - - - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) - - - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) - - - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) - - - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) - - - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + equal + a02621.html + aaf5799b2a894bef2fa6763f7017b88b2 + (const istreambuf_iterator &__b) const - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + char_type + operator* + a02621.html + aa68118742e48a3296a39611184764153 + () const - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) - - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea + istreambuf_iterator & + operator++ + a02621.html + a4c45d7bfc4e2a3594fb8918017b4ac3a () - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - + + istreambuf_iterator + operator++ + a02621.html + adb987d5d42a928df600f5068d8a9e1dc + (int) - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 + + _CharT + char_type + a02621.html + af460c7ea636315f32d360100cc25d939 - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 + + _Traits + traits_type + a02621.html + aba59a766c14f4ae3a89119edd0c82baa - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b + + _Traits::int_type + int_type + a02621.html + afb6691f43e173e47ffe52e245a360da1 - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02621.html + a1db6612d72b7c65ea1f15b51109a4101 - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf + + basic_istream< _CharT, _Traits > + istream_type + a02621.html + a88fc8fbe18f938ebfad7c496ccafcd76 - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 + + + __gnu_pbds::detail::pat_trie_base::_Inode::iterator + a12485.html + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + + + std::experimental::filesystem::v1::path::iterator + a09417.html + + + std::filesystem::path::iterator + a05481.html + + + std::iterator + a07525.html + + + + + + + _Distance + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f + + _Category + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e + + _Pointer + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e + + _Reference + reference + a07525.html + abb17838f15d32971ad823036c6593aef - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 + + _Tp + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 + + + iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT > + a07525.html + + _Traits::off_type + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + input_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 + + _CharT * + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 + + _CharT + reference + a07525.html + abb17838f15d32971ad823036c6593aef - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 + + _CharT + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f + + + iterator< input_iterator_tag, _Tp, ptrdiff_t, const _Tp *, const _Tp & > + a07525.html + + ptrdiff_t + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 + + input_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 + + const _Tp * + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d + + const _Tp & + reference + a07525.html + abb17838f15d32971ad823036c6593aef - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed + + _Tp + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 + + + iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > + a07525.html + + iterator_traits< _Iterator >::difference_type + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 + + iterator_traits< _Iterator >::iterator_category + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 + + iterator_traits< _Iterator >::pointer + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d + + iterator_traits< _Iterator >::reference + reference + a07525.html + abb17838f15d32971ad823036c6593aef - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f + + iterator_traits< _Iterator >::value_type + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + iterator< output_iterator_tag, void, void, void, void > + a07525.html + + void + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b + + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d + + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 + + void + reference + a07525.html + abb17838f15d32971ad823036c6593aef - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 + + void + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - + + + iterator< std::output_iterator_tag, void, void, void, void > + a07525.html + void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) - - - streamsize - _M_gcount - a02572.html - a561684f2822987bda56c7e8817f91892 + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) - - - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) - - - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) - - - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) - - - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) - - - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) - - - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) - - - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) - - - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) - - - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) - - - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + + std::output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + + void + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + + void + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + + + iterator< std::random_access_iterator_tag, _CharT > + a07525.html + + ptrdiff_t + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + + std::random_access_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + + _CharT * + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + + _CharT & + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + + _CharT + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + + + iterator< std::random_access_iterator_tag, bool > + a07525.html + + ptrdiff_t + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + + std::random_access_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + + bool * + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + + bool & + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + + bool + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + + + std::iterator_traits + a05237.html + + + + std::iterator_traits< _Tp * > + a07537.html + + + + iterator_traits< _Tp > + a05237.html + + + std::iterator_traits< const _Tp * > + a07541.html + + + + __gnu_pbds::join_error + a11737.html + __gnu_pbds::container_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept - - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + + + __gnu_pbds::detail::left_child_next_sibling_heap + a12369.html + + + + + + + left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + a12369.html + + + left_child_next_sibling_heap< Value_Type, Cmp_Fn, null_type, _Alloc > + a12369.html + + + __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_ + a12365.html + + + __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ + + base_type::const_pointer + const_pointer + a12365.html + a162def37be44e8be8c4a67ae92e99e4e + - - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + + base_type::const_reference + const_reference + a12365.html + a21dc840b511d19faf16ba33864df72df + - - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + + _Alloc::difference_type + difference_type + a12365.html + a7a99e74779506a128cd9557bcdb62294 + - - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + + std::forward_iterator_tag + iterator_category + a12365.html + abfb76ff099663b004647df58f5caea7a + - - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + + base_type::pointer + pointer + a12365.html + a1db8d2d6a17d1ede94fa15d0d6056460 + - - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + + base_type::reference + reference + a12365.html + ab5f6bb8d56264c9fa8c54b38ffda86ce + - - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + + base_type::value_type + value_type + a12365.html + ad38e84193ee9d64e723d209b57d94656 + - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 + + left_child_next_sibling_heap_const_iterator_ + a12365.html + a6d0bc89961b0ee4562057769c0b6d65d () - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + + left_child_next_sibling_heap_const_iterator_ + a12365.html + ad84cc711e4b85e7e3cd6a56bf0e123fb + (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + bool + operator!= + a12365.html + aa943274d090a3ccb2e74e2937ac00e13 + (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + bool + operator!= + a12381.html + ad5876d650788d02f01035cdb3040dd88 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + const_reference + operator* + a12381.html + a60ad369139de2b800a5a729f10b992bb + () const - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + const_pointer + operator-> + a12381.html + a2096ba7f4be3c22e0f883172ba323f5c + () const - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + bool + operator== + a12365.html + ae75829a8ccd781a3914acd4e19e3ce3e + (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + bool + operator== + a12381.html + a0a47dab89d7acfb414046e40887e3064 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const - - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + + + __gnu_pbds::detail::left_child_next_sibling_heap_node_ + a12373.html + + + + + + __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ + a12381.html + + + + rebind_traits< _Alloc, value_type >::const_pointer + const_pointer + a12381.html + ab129ee9a2c44d3ea21a18aaf96ae7467 + - - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + + rebind_traits< _Alloc, value_type >::const_reference + const_reference + a12381.html + a76c4ec05771710bb8236fd52b30d9781 + - - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + + trivial_iterator_difference_type + difference_type + a12381.html + a616b40631335033152a105b5f70abd0a + - - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + + trivial_iterator_tag + iterator_category + a12381.html + ad578e2244dc434c3efe2c432b2ed6e49 + - - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + + rebind_traits< _Alloc, value_type >::pointer + pointer + a12381.html + ac3d5c5dc21c2b55d62dd42d10a677f35 + - - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + + rebind_traits< _Alloc, value_type >::reference + reference + a12381.html + a5c45ada5c8b16874766295fe773d3c36 + - - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + + Node::value_type + value_type + a12381.html + a0d64aeaf34a1aa7635345e4100c2da38 + - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + + left_child_next_sibling_heap_node_point_const_iterator_ + a12381.html + a2b5ec53c4fd8841483c95d86548cea47 + () - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + + left_child_next_sibling_heap_node_point_const_iterator_ + a12381.html + a4e9379a36eba962914ad7afe36fd5a98 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + bool + operator!= + a12381.html + ad5876d650788d02f01035cdb3040dd88 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + const_reference + operator* + a12381.html + a60ad369139de2b800a5a729f10b992bb + () const - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + const_pointer + operator-> + a12381.html + a2096ba7f4be3c22e0f883172ba323f5c + () const - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + bool + operator== + a12381.html + a0a47dab89d7acfb414046e40887e3064 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + + + std::length_error + a02957.html + std::logic_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + + + std::less + a07221.html + + binary_function< _Tp, _Tp, bool > - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const - - + bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - std::basic_istream - a02572.html - _CharT - _Traits - std::basic_ios - std::basic_istream::sentry - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b + less< typename _Sequence::value_type > + a07221.html + std::binary_function + + _Arg1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) + _Result + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e + _Arg2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + std::less< void > + a07277.html + + + std::less_equal + a07229.html + + binary_function< _Tp, _Tp, bool > - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + std::less_equal< void > + a07317.html + + + __gnu_cxx::limit_condition::limit_adjustor + a11305.html + + + __gnu_cxx::limit_condition + a11289.html + __gnu_cxx::condition_base + __gnu_cxx::limit_condition::always_adjustor + __gnu_cxx::limit_condition::limit_adjustor + __gnu_cxx::limit_condition::never_adjustor + + + std::linear_congruential_engine + a06321.html + + __a + __c + __m - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 + _UIntType + result_type + a06321.html + ae47aa1543eb8eef0d874551586c0a8df - basic_istream - a02572.html - aafe5687995bf38a165786a7ec224ee7f - (__streambuf_type *__sb) - - - virtual - ~basic_istream - a02572.html - a7556d385b49d449f67b8a0cd795977ff + linear_congruential_engine + a06321.html + a8444b5d92cc748637faad0a99a74b465 () - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 - () const + + linear_congruential_engine + a06321.html + a3e49cb7b04e60dfae94dd28844521da4 + (_Sseq &__q) - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + + linear_congruential_engine + a06321.html + a369efa188a734025bb65bf6fcec77cf3 + (result_type __s) void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + discard + a06321.html + a6c3917727c95e3e73ea25871ebd21441 + (unsigned long long __z) - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + result_type + operator() + a06321.html + ae42fad7d735fb5d8d96076f70f2f65d4 + () - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + _If_seed_seq< _Sseq > + seed + a06321.html + aac948b8fbdb3540985f0e23ff984ef3c + (_Sseq &__q) - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + auto + seed + a06321.html + a7ef79cd68e42013fb35269be5d130797 + (_Sseq &__q) -> _If_seed_seq< _Sseq > void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + seed + a06321.html + aa0c9986cf366682ff3311bca8021ee19 + (result_type __s=default_seed) - - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + + static constexpr result_type + max + a06321.html + af334bf0422c2d5ef522e3dac8427d63a + () - - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + + static constexpr result_type + min + a06321.html + a57c283a281f9b007e0a7659b57586f52 + () + + + static constexpr result_type + increment + a06321.html + ad2d0da3af999df8d7992143640f344a6 + + + + static constexpr result_type + modulus + a06321.html + a9c73f24c92d06c4aa7c5b2c37d8c6dcb + + + + static constexpr result_type + multiplier + a06321.html + a5f6ca5414f03b35e0a82731cf9cd6496 + + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06321.html + af5e6423d264a9888844b74c2f9944199 + (std::basic_ostream< _CharT, _Traits > &__os, const std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) + + + friend bool + operator== + a06321.html + ab062526efb78cd1480aff1eb1544b341 + (const linear_congruential_engine &__lhs, const linear_congruential_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06321.html + a337332c3de4a035002d715e35f79c49f + (std::basic_istream< _CharT, _Traits > &__is, std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) + + + + __gnu_pbds::linear_probe_fn + a11745.html + + + size_type + operator() + a11745.html + a2157046a86e4bdfeb4ae33ef885e9167 + (size_type i) const + + + std::__debug::list + a08609.html + + + _Safe_container< list< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_node_sequence > - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f () const - - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + std::list + a07569.html + + + _List_base< _Tp, std::allocator< _Tp > > - streamsize - gcount - a02572.html - a14cc48ec617f1c1a65d8532e7807882c - () const + + list + a07569.html + a8bd45a3517b01002de6debdb401d9170 + ()=default - basic_istream< char > & - getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 - (char_type *__s, streamsize __n, char_type __delim) + + list + a07569.html + ad905b1f7f844c8715c654439611804a1 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + + list + a07569.html + a7b6d1424066dbfd18daebac90d143837 + (const allocator_type &__a) noexcept - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + + list + a07569.html + aec4657b924fb0c29b7d3e347a2da97f0 + (const list &__x) - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + + list + a07569.html + abc914a91c0740ca3f52168d0b631dbf8 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + + list + a07569.html + a138af8bc9ad16e2d9f1f51057b50a786 + (list &&)=default - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + + list + a07569.html + a3f6568813bbdefbd94cbde64e3e45366 + (size_type __n, const allocator_type &__a=allocator_type()) - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + + list + a07569.html + ac739777416320440d35c6de1a42ba818 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) - __istream_type & - operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + + ~list + a07569.html + a6520eeff66a82d7b6e5eacffdcb2da6e + ()=default - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + void + assign + a07569.html + a6527fbbec76ab1a8a4a80c04e6fcac70 + (_InputIterator __first, _InputIterator __last) - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + void + assign + a07569.html + a396193b1480defeaa5f3367ca15ec35e + (initializer_list< value_type > __l) - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + void + assign + a07569.html + a9f1a22c8bd2a8d5ecacab44644f513db + (size_type __n, const value_type &__val) - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a21f92cbfd296f81694cdaef956d0bd6d - () const + const_reference + back + a07569.html + ac43aac14d7c69657442718428b082aaf + () const noexcept - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + reference + back + a07569.html + a9567c3ee9243b0159cb036f17ea74b53 + () noexcept - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + const_iterator + begin + a07569.html + acd7d9dc641209c8e429d291db8f2de25 + () const noexcept - void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + iterator + begin + a07569.html + a1a0d75e77ac53db35e3cdf85ad6d3fa3 + () noexcept - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + const_iterator + cbegin + a07569.html + aac9c52d90a45482d052dbb4b2040b6da + () const noexcept - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + const_iterator + cend + a07569.html + a702400622789c3e0f1171369f803fcb8 + () const noexcept void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + clear + a07569.html + ae36feac84d9e8125b700ce5189ed9e95 + () noexcept - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + const_reverse_iterator + crbegin + a07569.html + ab0c1a4886327c94160ec35419c516f64 + () const noexcept - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + const_reverse_iterator + crend + a07569.html + af9bc7bbe49c3f41b0dfaa3acd5c89e12 + () const noexcept - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + iterator + emplace + a07569.html + a1b89836dea3d2950a96e485677fe3c30 + (const_iterator __position, _Args &&... __args) - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + bool + empty + a07569.html + af558a1b206e6fdf40921aeaba0383dbe + () const noexcept - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + const_iterator + end + a07569.html + a39a7a20ed70dd4018608a3522d83124d + () const noexcept - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + iterator + end + a07569.html + aba82f0b94c1ed15ccacea0e98aa6cff6 + () noexcept - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + iterator + erase + a07569.html + a927ad4d7e4673d4b2b33a16de379671b + (const_iterator __first, const_iterator __last) noexcept - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + iterator + erase + a07569.html + aee5d29fe9b6e9494a71022ca980502be + (const_iterator __position) noexcept - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + const_reference + front + a07569.html + a5393c199d92f965d065b677f2230e51e + () const noexcept - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + reference + front + a07569.html + ad4367625f1676f2fc0d56b891db683fe + () noexcept - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + allocator_type + get_allocator + a07569.html + a31f6032941520f4d9187fdf8284ae914 + () const noexcept - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + iterator + insert + a07569.html + af9214e29cd05b8446678285415fb6f1e + (const_iterator __p, initializer_list< value_type > __l) - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + iterator + insert + a07569.html + a9a552f1f8f2fd43351184e6676b1fea1 + (const_iterator __position, _InputIterator __first, _InputIterator __last) - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + iterator + insert + a07569.html + a0b44f76b96a458895a1e8c6e4057b8dd + (const_iterator __position, const value_type &__x) - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + iterator + insert + a07569.html + a3660a3d042a5605cde9ecc59e4b9b17c + (const_iterator __position, size_type __n, const value_type &__x) - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + iterator + insert + a07569.html + a2b70528dcf0f77ddb45429d463de07e4 + (const_iterator __position, value_type &&__x) - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + size_type + max_size + a07569.html + ac0642b1d26b07dcf28d5fd72bfbdd6d1 + () const noexcept - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + void + merge + a07569.html + a4d6a44991e6e9a4f1d74236e7d6fc012 + (list &&__x) - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + void + merge + a07569.html + a44306154a6f093d8168eff45b90aa3ad + (list &&__x, _StrictWeakOrdering __comp) - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + list & + operator= + a07569.html + a35a994d029c0e0cf92abf1f468cfa140 + (const list &__x) - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + list & + operator= + a07569.html + a7b554a6eab6e57e565eedb7da72a83c5 + (initializer_list< value_type > __l) - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + list & + operator= + a07569.html + a8f9b65b72c23e8c124c5f4a6e11013e0 + (list &&__x) noexcept(_Node_alloc_traits::_S_nothrow_move()) - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + void + pop_back + a07569.html + a437f35446fc4e342d4df581335191a69 + () noexcept - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + void + pop_front + a07569.html + ad744f7f3b84fc57c973ed2d3bb25a33e + () noexcept - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + void + push_back + a07569.html + a164bc4a9a0f40d98579507cfa9bb0313 + (const value_type &__x) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + void + push_front + a07569.html + a43ce26ebd4c6a1789692b7d377f332f3 + (const value_type &__x) - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + const_reverse_iterator + rbegin + a07569.html + a3ba0b1fa92ccc5268e64c0023632aee7 + () const noexcept - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + reverse_iterator + rbegin + a07569.html + a8a4cacefc7a58e913f2e9876df0d59de + () noexcept - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + __remove_return_type + remove + a07569.html + a7e31cf919e63de611522d32e301e75b8 + (const _Tp &__value) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + __remove_return_type + remove_if + a07569.html + ab31cebd10d04a7e69803d9cd55716213 + (_Predicate) - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + const_reverse_iterator + rend + a07569.html + af134c3c02479d6b40c4b6dd9784ff9b2 + () const noexcept - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + reverse_iterator + rend + a07569.html + a4018c8137dc053cfd04641f1ab4b070e + () noexcept - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + void + resize + a07569.html + a06a57b2ab785e15264e7f36742c4b0dc + (size_type __new_size) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + void + resize + a07569.html + a235d2bb37c9a5d9323c123ebd060cebc + (size_type __new_size, const value_type &__x) - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + void + reverse + a07569.html + a7d420a62c310cd992f52c016293f969a + () noexcept - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + size_type + size + a07569.html + a4b6c305dd92e3c76213778feba213da2 + () const noexcept - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 + void + sort + a07569.html + a150b5b104440ea65709e70a7f2eba06b () - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + void + sort + a07569.html + a96029060c6dd54dc811b3c0d59b06537 + (_StrictWeakOrdering) - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + void + splice + a07569.html + ae27f8110bc96c70775f1654e978b4c5f + (const_iterator __position, list &&__x) noexcept - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + void + splice + a07569.html + aa4a9d0e45f35bc5c51ee5b1646304bb6 + (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + void + splice + a07569.html + a11428bfeda40f933f26428bf432907db + (const_iterator __position, list &&__x, const_iterator __i) noexcept - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + void + splice + a07569.html + a5e2e8e3c78743063a5223b09a7f7abf6 + (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + void + splice + a07569.html + aa9275ed20653d145bd3c324e0b0422c3 + (const_iterator __position, list &__x, const_iterator __i) noexcept - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) + + void + swap + a07569.html + afca54335268365fbe964394a8fe5df1b + (list &__x) noexcept - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea + + __remove_return_type + unique + a07569.html + a4611f6d40c69d7fea959ecc30be59337 () - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - - - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - + + __remove_return_type + unique + a07569.html + a375c2b873c83cd97ad92ec193eea7dd9 + (_BinaryPredicate) - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + _Node * + _M_create_node + a07569.html + a751c5b84e439b1647db6b733bbaa570f + (_Args &&... __args) - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - + + + list< __inp, __rebind_inp > + a07569.html + std::_List_base + + + list + a07569.html + a8bd45a3517b01002de6debdb401d9170 + ()=default - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - + + + list + a07569.html + ad905b1f7f844c8715c654439611804a1 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - + + + list + a07569.html + a7b6d1424066dbfd18daebac90d143837 + (const allocator_type &__a) noexcept - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - + + + list + a07569.html + aec4657b924fb0c29b7d3e347a2da97f0 + (const list &__x) - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - + + + list + a07569.html + abc914a91c0740ca3f52168d0b631dbf8 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - + + + list + a07569.html + a138af8bc9ad16e2d9f1f51057b50a786 + (list &&)=default - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - + + + list + a07569.html + a3f6568813bbdefbd94cbde64e3e45366 + (size_type __n, const allocator_type &__a=allocator_type()) - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + + list + a07569.html + ac739777416320440d35c6de1a42ba818 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + + ~list + a07569.html + a6520eeff66a82d7b6e5eacffdcb2da6e + ()=default - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + void + assign + a07569.html + a6527fbbec76ab1a8a4a80c04e6fcac70 + (_InputIterator __first, _InputIterator __last) - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + void + assign + a07569.html + a396193b1480defeaa5f3367ca15ec35e + (initializer_list< value_type > __l) - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + void + assign + a07569.html + a9f1a22c8bd2a8d5ecacab44644f513db + (size_type __n, const value_type &__val) - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + const_reference + back + a07569.html + ac43aac14d7c69657442718428b082aaf + () const noexcept - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + reference + back + a07569.html + a9567c3ee9243b0159cb036f17ea74b53 + () noexcept - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + const_iterator + begin + a07569.html + acd7d9dc641209c8e429d291db8f2de25 + () const noexcept - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - + + iterator + begin + a07569.html + a1a0d75e77ac53db35e3cdf85ad6d3fa3 + () noexcept - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + const_iterator + cbegin + a07569.html + aac9c52d90a45482d052dbb4b2040b6da + () const noexcept - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + const_iterator + cend + a07569.html + a702400622789c3e0f1171369f803fcb8 + () const noexcept - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + void + clear + a07569.html + ae36feac84d9e8125b700ce5189ed9e95 + () noexcept - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + const_reverse_iterator + crbegin + a07569.html + ab0c1a4886327c94160ec35419c516f64 + () const noexcept - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + const_reverse_iterator + crend + a07569.html + af9bc7bbe49c3f41b0dfaa3acd5c89e12 + () const noexcept - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + iterator + emplace + a07569.html + a1b89836dea3d2950a96e485677fe3c30 + (const_iterator __position, _Args &&... __args) - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + bool + empty + a07569.html + af558a1b206e6fdf40921aeaba0383dbe + () const noexcept - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + const_iterator + end + a07569.html + a39a7a20ed70dd4018608a3522d83124d + () const noexcept - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + iterator + end + a07569.html + aba82f0b94c1ed15ccacea0e98aa6cff6 + () noexcept - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + iterator + erase + a07569.html + a927ad4d7e4673d4b2b33a16de379671b + (const_iterator __first, const_iterator __last) noexcept - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + iterator + erase + a07569.html + aee5d29fe9b6e9494a71022ca980502be + (const_iterator __position) noexcept - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + const_reference + front + a07569.html + a5393c199d92f965d065b677f2230e51e + () const noexcept - - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + + reference + front + a07569.html + ad4367625f1676f2fc0d56b891db683fe + () noexcept - - streamsize - _M_gcount - a02572.html - a561684f2822987bda56c7e8817f91892 - + + allocator_type + get_allocator + a07569.html + a31f6032941520f4d9187fdf8284ae914 + () const noexcept - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + iterator + insert + a07569.html + af9214e29cd05b8446678285415fb6f1e + (const_iterator __p, initializer_list< value_type > __l) - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + iterator + insert + a07569.html + a9a552f1f8f2fd43351184e6676b1fea1 + (const_iterator __position, _InputIterator __first, _InputIterator __last) - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + iterator + insert + a07569.html + a0b44f76b96a458895a1e8c6e4057b8dd + (const_iterator __position, const value_type &__x) - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + iterator + insert + a07569.html + a3660a3d042a5605cde9ecc59e4b9b17c + (const_iterator __position, size_type __n, const value_type &__x) - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + iterator + insert + a07569.html + a2b70528dcf0f77ddb45429d463de07e4 + (const_iterator __position, value_type &&__x) - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + size_type + max_size + a07569.html + ac0642b1d26b07dcf28d5fd72bfbdd6d1 + () const noexcept - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + void + merge + a07569.html + a4d6a44991e6e9a4f1d74236e7d6fc012 + (list &&__x) - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + void + merge + a07569.html + a44306154a6f093d8168eff45b90aa3ad + (list &&__x, _StrictWeakOrdering __comp) - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + list & + operator= + a07569.html + a35a994d029c0e0cf92abf1f468cfa140 + (const list &__x) - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + list & + operator= + a07569.html + a7b554a6eab6e57e565eedb7da72a83c5 + (initializer_list< value_type > __l) - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + list & + operator= + a07569.html + a8f9b65b72c23e8c124c5f4a6e11013e0 + (list &&__x) noexcept(_Node_alloc_traits::_S_nothrow_move()) - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + void + pop_back + a07569.html + a437f35446fc4e342d4df581335191a69 + () noexcept - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + void + pop_front + a07569.html + ad744f7f3b84fc57c973ed2d3bb25a33e + () noexcept - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + void + push_back + a07569.html + a164bc4a9a0f40d98579507cfa9bb0313 + (const value_type &__x) - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + void + push_front + a07569.html + a43ce26ebd4c6a1789692b7d377f332f3 + (const value_type &__x) - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + const_reverse_iterator + rbegin + a07569.html + a3ba0b1fa92ccc5268e64c0023632aee7 + () const noexcept - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + reverse_iterator + rbegin + a07569.html + a8a4cacefc7a58e913f2e9876df0d59de + () noexcept - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + __remove_return_type + remove + a07569.html + a7e31cf919e63de611522d32e301e75b8 + (const __inp &__value) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + __remove_return_type + remove_if + a07569.html + ab31cebd10d04a7e69803d9cd55716213 + (_Predicate) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + const_reverse_iterator + rend + a07569.html + af134c3c02479d6b40c4b6dd9784ff9b2 + () const noexcept - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + reverse_iterator + rend + a07569.html + a4018c8137dc053cfd04641f1ab4b070e + () noexcept - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + void + resize + a07569.html + a06a57b2ab785e15264e7f36742c4b0dc + (size_type __new_size) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + void + resize + a07569.html + a235d2bb37c9a5d9323c123ebd060cebc + (size_type __new_size, const value_type &__x) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + void + reverse + a07569.html + a7d420a62c310cd992f52c016293f969a + () noexcept - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + size_type + size + a07569.html + a4b6c305dd92e3c76213778feba213da2 + () const noexcept - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f + void + sort + a07569.html + a150b5b104440ea65709e70a7f2eba06b () - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + void + sort + a07569.html + a96029060c6dd54dc811b3c0d59b06537 + (_StrictWeakOrdering) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + void + splice + a07569.html + ae27f8110bc96c70775f1654e978b4c5f + (const_iterator __position, list &&__x) noexcept - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + void + splice + a07569.html + aa4a9d0e45f35bc5c51ee5b1646304bb6 + (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + void + splice + a07569.html + a11428bfeda40f933f26428bf432907db + (const_iterator __position, list &&__x, const_iterator __i) noexcept - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + void + splice + a07569.html + a5e2e8e3c78743063a5223b09a7f7abf6 + (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + void + splice + a07569.html + aa9275ed20653d145bd3c324e0b0422c3 + (const_iterator __position, list &__x, const_iterator __i) noexcept - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + void + swap + a07569.html + afca54335268365fbe964394a8fe5df1b + (list &__x) noexcept - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + __remove_return_type + unique + a07569.html + a4611f6d40c69d7fea959ecc30be59337 + () - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + __remove_return_type + unique + a07569.html + a375c2b873c83cd97ad92ec193eea7dd9 + (_BinaryPredicate) - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + _Node * + _M_create_node + a07569.html + a751c5b84e439b1647db6b733bbaa570f + (_Args &&... __args) + + + __gnu_pbds::list_update + a11725.html + + + + + - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const - - - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + list_update + a11725.html + a9d7daaa0c1b890842f1117e4be17366d + (It first, It last) + + __gnu_pbds::list_update_tag + a11865.html + __gnu_pbds::associative_tag + - std::basic_istream::sentry - a02608.html + std::locale + a05845.html + std::locale::facet + std::locale::id - _Traits - traits_type - a02608.html - a6b50f58dfa1c21836890bd40ec2a3300 + int + category + a05845.html + a969b15053ff1b296935ea2dff07afad5 - sentry - a02608.html - a2fc3c8f08453fb26ed43694eaeab5493 - (basic_istream< _CharT, _Traits > &__is, bool __noskipws=false) + locale + a05845.html + af149bfda05282c1f7c62973c887d77e6 + () - operator bool - a02608.html - a9fa4ff4cc39750195997c8d7e5e800c6 - () const + locale + a05845.html + a268965d97cffcf472d2f0fa8b74aa1e2 + (const char *__s) - - - std::basic_istringstream - a02588.html - _CharT - _Traits - _Alloc - std::basic_istream - + - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - - - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) - - - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e - - - - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd - + locale + a05845.html + a964af00c8b1c09375ca7abd5bdf8922f + (const locale &__base, const char *__s, category __cat) - - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad - + + + locale + a05845.html + af050b38ebd4f015ef0fe4b64f3087d42 + (const locale &__base, const locale &__add, category __cat) - - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a - + + + locale + a05845.html + a918d906d5f6fc923db96a72021ad5aab + (const locale &__base, const std::string &__s, category __cat) - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + + locale + a05845.html + ade071b7e4275c4a8889b09e86d1c26fb + (const locale &__other) - basic_istringstream - a02588.html - ae80f86a4cebe228a443076bc0d70ef59 - (ios_base::openmode __mode=ios_base::in) + locale + a05845.html + a9a3183dbb40c79006a1de940775ce704 + (const locale &__other, _Facet *__f) - basic_istringstream - a02588.html - a88077d8802d2b04e0ca4d0f5e7f759ed - (const __string_type &__str, ios_base::openmode __mode=ios_base::in) + locale + a05845.html + a85e91d15c668e3455ff2a1eda4e6784a + (const std::string &__s) - ~basic_istringstream - a02588.html - a81881e8365e3f3720a00c37cd8a828cd + ~locale + a05845.html + a45b12cb443002d7995d5a1fd4d2ad179 () - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 + locale + combine + a05845.html + a9806f062f79116a09c2ed0ad9449e58f + (const locale &__other) const + + + _GLIBCXX_DEFAULT_ABI_TAG string + name + a05845.html + ab0027979b86e7a74e9b33dd0686c3c2d () const bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + operator!= + a05845.html + adbf547d835746748a205bb57fd81a43f + (const locale &__other) const - void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + bool + operator() + a05845.html + ad9d4f2f1dd2404eeb399f7609e50f1fb + (const basic_string< _Char, _Traits, _Alloc > &__s1, const basic_string< _Char, _Traits, _Alloc > &__s2) const - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + const locale & + operator= + a05845.html + a21b4d6ac8a3c4614656b67eec61b5f9d + (const locale &__other) bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + operator== + a05845.html + a0f58972cf0b98da7d1e751bba3f28f7e + (const locale &__other) const - - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + + static const locale & + classic + a05845.html + aa50e351ed674a068ff3e179c5a75c21b + () - - void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + + static locale + global + a05845.html + a11180773b88e5f353fdb0a9f51214ec6 + (const locale &__loc) - - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + + static const category + none + a05845.html + a70bef0686be2c1b746e21069f73415b8 + - - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + + static const category + ctype + a05845.html + a283927e767f737e4ef7a7ccd0bec1da1 + - - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + + static const category + numeric + a05845.html + a50c9f58112ca40d3d53b07e1d524228b + - - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + + static const category + collate + a05845.html + acd2238d0ec6436541c1f9f343e5e32d3 + - - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + + static const category + time + a05845.html + a1da7e1b7c469ed4ed45d61139cdc043d + - - streamsize - gcount - a02572.html - a14cc48ec617f1c1a65d8532e7807882c - () const + + static const category + monetary + a05845.html + a344e6500c766e554a71933878f1fc654 + - - basic_istream< char > & - getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 - (char_type *__s, streamsize __n, char_type __delim) + + static const category + messages + a05845.html + a7cfad8ee6c5f1275b9862c63bd5d5241 + - - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + + static const category + all + a05845.html + ad2ddc152ed732bc16528984b71f1066d + + + + friend bool + has_facet + a05845.html + ad5bc3cddb6bb375329682cb211ba0441 + (const locale &) + + + friend const _Facet & + use_facet + a05845.html + ac42c07b39caa9133862dd851c3fa2c7d + (const locale &) + + + static const category + none + a05845.html + a70bef0686be2c1b746e21069f73415b8 + + + + static const category + ctype + a05845.html + a283927e767f737e4ef7a7ccd0bec1da1 + + + static const category + numeric + a05845.html + a50c9f58112ca40d3d53b07e1d524228b + + + + static const category + collate + a05845.html + acd2238d0ec6436541c1f9f343e5e32d3 + + + + static const category + time + a05845.html + a1da7e1b7c469ed4ed45d61139cdc043d + + + + static const category + monetary + a05845.html + a344e6500c766e554a71933878f1fc654 + + + + static const category + messages + a05845.html + a7cfad8ee6c5f1275b9862c63bd5d5241 + + + + static const category + all + a05845.html + ad2ddc152ed732bc16528984b71f1066d + + + + + std::lock_guard + a06977.html + + + + std::logic_error + a02945.html + std::exception + + logic_error + a02945.html + a48e6f223bbd547dcea0d5efdb54b4951 + (const string &__arg) _GLIBCXX_TXN_SAFE + + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + + + + std::logical_and + a07337.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + + + std::logical_and< void > + a07349.html + + + std::logical_not + a07345.html + + unary_function< _Tp, bool > + + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::logical_not< void > + a07357.html + + + std::logical_or + a07341.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - __istream_type & - operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + + + std::logical_or< void > + a07353.html + + + std::lognormal_distribution + a06373.html + + std::lognormal_distribution::param_type + + _RealType + result_type + a06373.html + a26f7f5b94e8d179518168c21e7a706bf + - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 + result_type + max + a06373.html + ae51c9700b0c6168babb2abdf188e50d0 () const - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) - - - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + result_type + min + a06373.html + aa6d60ac02923738e93e5cc2813d9cfea + () const - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + result_type + operator() + a06373.html + ae6fb96729b574441550992a32599df9a + (_UniformRandomNumberGenerator &__urng) - __stringbuf_type * - rdbuf - a02588.html - a095330a0443ef6ad188ede768152c6c4 + param_type + param + a06373.html + a3533e00011a0d32c89697c809c98c765 () const - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + void + param + a06373.html + ae0ec61a8aca3872ff4b8a16e4696ad90 + (const param_type &__param) void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + reset + a06373.html + aad743c49b0d74f10dd9831daf56792a4 + () - - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06373.html + aad98f5fc7ecc4ae82fe15f6a67e80d1f + (std::basic_ostream< _CharT, _Traits > &__os, const std::lognormal_distribution< _RealType1 > &__x) - - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + + friend bool + operator== + a06373.html + a2e49cbc5eaeb0e2ee18688adb7faff49 + (const lognormal_distribution &__d1, const lognormal_distribution &__d2) - - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06373.html + a21983da6e9b4301e89130f48917e139b + (std::basic_istream< _CharT, _Traits > &__is, std::lognormal_distribution< _RealType1 > &__x) - - __string_type - str - a02588.html - a8402e3c2b036fbd4c696b2ab70b49681 - () const + + + __gnu_pbds::detail::lu_counter_metadata + a12405.html + + + + __gnu_pbds::lu_counter_policy + a11785.html + Max_Count + + lu_counter_policy_base< _Alloc::size_type > + + max_count + a11785.html + a1cfd8f76e90bcb83de1965772bf57265a7c66d09f76b308caa4430f2f04575835 + - - void - str - a02588.html - a4040d59ec2be579cca6a91fb5595553e - (const __string_type &__s) + + max_count + a11785.html + a1cfd8f76e90bcb83de1965772bf57265a7c66d09f76b308caa4430f2f04575835 + - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + + detail::rebind_traits< _Alloc, metadata_type >::reference + metadata_reference + a11785.html + a84d71b573e7f9c0d6d8d04238bd491ab + - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + + detail::lu_counter_metadata< size_type > + metadata_type + a11785.html + aa53180229ff61fd4f105cd893740b12d + - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + metadata_type + operator() + a11785.html + aba9450255401d4b96c50bf7c56d4c49a + () const - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + bool + operator() + a11785.html + afa66044dd6264f0c6d6f1cfd05c2fe34 + (metadata_reference r_data) const - - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + + + __gnu_pbds::detail::lu_counter_policy_base + a12401.html + + + + lu_counter_policy_base< _Alloc::size_type > + a12401.html + + + __gnu_pbds::detail::lu_map + a12393.html + + + + + + types_traits< Key, Mapped, _Alloc, false > + + + __gnu_pbds::lu_move_to_front_policy + a11781.html + + + detail::rebind_traits< _Alloc, metadata_type >::reference + metadata_reference + a11781.html + aaedaf93325e6d521216e6966237cdb4e + - - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + + null_type + metadata_type + a11781.html + acfcd460068d88a84f3931c05942fd979 + - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + metadata_type + operator() + a11781.html + afa1064441fc28b323b7b28176686ef65 + () const - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + bool + operator() + a11781.html + a009f2dea97b29bdffa640258f86b6135 + (metadata_reference r_metadata) const + + + std::make_signed + a03817.html + + + + std::make_unsigned + a03813.html + + + + make_unsigned< _DiffT > + a03813.html + + + __gnu_cxx::malloc_allocator + a10985.html + + + + std::__debug::map + a08473.html + + + + + _Safe_container< map< _Key, _Tp, std::less< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_node_sequence > - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + - - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + - - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + - - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () - - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () - - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const - - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () - - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + std::map + a07577.html + + + + - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + + map + a07577.html + afc7cdce90f8100d9bf741d33f2b50019 + ()=default - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + + map + a07577.html + a6339535802f1937f3dd78ee04d950ea7 + (_InputIterator __first, _InputIterator __last) - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + + map + a07577.html + ac30882bd54277810ace3d0630cbc3252 + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + + map + a07577.html + a0d2b5c52350b2b79506ab308b32ca5f1 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + + map + a07577.html + aa12fa7df574ac42da454cba7581c258e + (const _Compare &__comp, const allocator_type &__a=allocator_type()) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + + map + a07577.html + a97d93d27671323c77e27ef2986a4bcb8 + (const allocator_type &__a) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + + map + a07577.html + a8710ed019be6e93c3e226853e91da124 + (const map &)=default - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + + map + a07577.html + ae74f7651afbcb8b1c2d491a7145f3313 + (const map &__m, const allocator_type &__a) - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + + map + a07577.html + a353d38055f6c80e99c699ee4eeec914e + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + + map + a07577.html + a8310f2293e381afba51e9cc44dd0eeef + (initializer_list< value_type > __l, const allocator_type &__a) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + + map + a07577.html + a3f71fbbe2f15bf4a55f383030fe7d72f + (map &&)=default - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + + map + a07577.html + a95c130beb22f45766110a5b734a5b7a6 + (map &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + + ~map + a07577.html + a2460e7e43dc674a1cb696c4eb1985b5e + ()=default - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + mapped_type & + at + a07577.html + aaf4942bb42ef39ce49cc232c06416f55 + (const key_type &__k) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + const_iterator + begin + a07577.html + af46ca23264de805bde6259ab11c9d93c + () const noexcept - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + iterator + begin + a07577.html + af515aec447786d3fcfff02fe18385cbc + () noexcept - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + const_iterator + cbegin + a07577.html + af11167910bc728cbeb7997b7e8bd8326 + () const noexcept - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + const_iterator + cend + a07577.html + a512508ab8aef5dad73ae92751513769e + () const noexcept - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + void + clear + a07577.html + a5c72b2772d31bff52f9454a583547f58 + () noexcept - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + const_reverse_iterator + crbegin + a07577.html + a68296cab04aadacb8da0b4bb1a8d8991 + () const noexcept - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + const_reverse_iterator + crend + a07577.html + adbd5c263f187f16ca9f073e1789a02ff + () const noexcept - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + std::pair< iterator, bool > + emplace + a07577.html + adbdeb769358f26cc1f0124f5c53df0eb + (_Args &&... __args) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + iterator + emplace_hint + a07577.html + a01e3c11364a0f9f6304581d1dc69bd34 + (const_iterator __pos, _Args &&... __args) bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const - - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () - - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - + empty + a07577.html + a16986a6517197b25e8ad3f7487c8536f + () const noexcept - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - + + const_iterator + end + a07577.html + a50d3bee624167086813c84cc5fbc0f8f + () const noexcept - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + iterator + end + a07577.html + a5dfaf89a89106d147fd055c313a291ee + () noexcept - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - + + size_type + erase + a07577.html + a6b510fc380b070d899d73a278cbb8faf + (const key_type &__x) - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - + + iterator + erase + a07577.html + aa98a4bd34df51b51262b26f06a657efe + (const_iterator __first, const_iterator __last) - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - + + node_type + extract + a07577.html + a999812d7c30caadb58cf5beecea28fa9 + (const key_type &__x) - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - + + node_type + extract + a07577.html + a8d0e0fd8f88724733e12cdd9f78b00d7 + (const_iterator __pos) - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - + + allocator_type + get_allocator + a07577.html + adc72d6a2972834a9f512d424310468a7 + () const noexcept - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - + + void + insert + a07577.html + a3186e7576e4ffc474fd92f66e460d231 + (_InputIterator __first, _InputIterator __last) - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - + + iterator + insert + a07577.html + a754f1efe2731112bcb8208d177623445 + (const_iterator __hint, node_type &&__nh) - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + insert_return_type + insert + a07577.html + a35ab2a881fab728dacf8db3253497851 + (node_type &&__nh) - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + void + insert + a07577.html + ab228710aaa8c81fc3b7fe37b26fc709a + (std::initializer_list< value_type > __list) - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + pair< iterator, bool > + insert_or_assign + a07577.html + a252f2554cf85af68c52a8413ef6bd981 + (const key_type &__k, _Obj &&__obj) - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + iterator + insert_or_assign + a07577.html + a50b126919b98ad8e8dc76d44bad98280 + (const_iterator __hint, const key_type &__k, _Obj &&__obj) - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + key_compare + key_comp + a07577.html + a59af09cf176afb26d8e2657581429d3f + () const - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + size_type + max_size + a07577.html + af2c022c3b246d7beb4c6eae4d6ce7ca2 + () const noexcept - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + map & + operator= + a07577.html + a0ffbbf85c084d61ab49c7fec028bafba + (const map &)=default - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + map & + operator= + a07577.html + ac01f44f3ed4b9dbebcb046b4103f920c + (initializer_list< value_type > __l) - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - + + map & + operator= + a07577.html + a28b4c4feee2bbdf398540f4097d4bb91 + (map &&)=default - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + mapped_type & + operator[] + a07577.html + a4a4a9f95131baf0713596d672ec36b5f + (const key_type &__k) - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + const_reverse_iterator + rbegin + a07577.html + a461fb30e5fd8953549843ff651d06ec8 + () const noexcept - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + reverse_iterator + rbegin + a07577.html + a4ca3db2d238641b23001310899d884fb + () noexcept - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + const_reverse_iterator + rend + a07577.html + a21512c1e39cedc32e0275f89f888d4aa + () const noexcept - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + reverse_iterator + rend + a07577.html + aa467231586b6bc6388765ec6802aef54 + () noexcept - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + size_type + size + a07577.html + ab8dd27409135bbee5bb626cd72e0cddb + () const noexcept - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + void + swap + a07577.html + a6ab3829e42e61a94d9039fea4c07b62f + (map &__x) noexcept(/*conditional */) - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + pair< iterator, bool > + try_emplace + a07577.html + a841a686dcb65f3031dff39d54dbbc0c2 + (const key_type &__k, _Args &&... __args) - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + iterator + try_emplace + a07577.html + a39a87dbbec2f949e278c1fd1834aa8a4 + (const_iterator __hint, const key_type &__k, _Args &&... __args) - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + value_compare + value_comp + a07577.html + a2c51f439c6328b72ebdd7e5e558ef847 + () const - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + std::pair< iterator, bool > + insert + a07577.html + a3a5341d2ce3f2ffa4426d29110ca8e41 + (const value_type &__x) - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + std::pair< iterator, bool > + insert + a07577.html + a94b8084648ff490a86c7cf951f537a37 + (value_type &&__x) - - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + + __enable_if_t< is_constructible< value_type, _Pair >::value, pair< iterator, bool > > + insert + a07577.html + ad95452a6c3677b7176b6b8e3d24e9176 + (_Pair &&__x) - - streamsize - _M_gcount - a02572.html - a561684f2822987bda56c7e8817f91892 - + + iterator + insert + a07577.html + aa0d825fbc11a62dc06420646e0c90dd5 + (const_iterator __position, const value_type &__x) - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + iterator + insert + a07577.html + a99ddc0c2cfe1d8a8cac10a2b59207c68 + (const_iterator __position, value_type &&__x) - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + __enable_if_t< is_constructible< value_type, _Pair >::value, iterator > + insert + a07577.html + a9296f57a3c7c517446504a256dcc48de + (const_iterator __position, _Pair &&__x) - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + iterator + erase + a07577.html + ac9ea51e48199ff9a87ea1b855789e53d + (const_iterator __position) - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07577.html + ae60f51e27db51a169ee4e368d238f69e + (iterator __position) - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + iterator + find + a07577.html + abdcd985632d8ad7ddba069aa776e2dfe + (const key_type &__x) - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + auto + find + a07577.html + a39303b5617b240f3049dbb0d195789f5 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + const_iterator + find + a07577.html + a07cdb0ebaf753ec1244849dbff2ec4cf + (const key_type &__x) const - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + auto + find + a07577.html + accf5f3477b6615f6b31fcb1adf068dfc + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + size_type + count + a07577.html + a44da6d0dc51d80a873cc9405a805c712 + (const key_type &__x) const - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + auto + count + a07577.html + a1264d32ee2fd0cfaee914fbafc088b54 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + iterator + lower_bound + a07577.html + adbb7e90f8d6bece7f9ffb6b76c9ab081 + (const key_type &__x) - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + auto + lower_bound + a07577.html + a5db81ee7912a625e5d7ead27f0cb4133 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + const_iterator + lower_bound + a07577.html + ab801bf5b252cc1b28af052263ce33d7a + (const key_type &__x) const - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + auto + lower_bound + a07577.html + a2dfc6f822052135a0b48e0dca314ccaf + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + iterator + upper_bound + a07577.html + a31f6ba9ed7f80198dd444d6d830a3c80 + (const key_type &__x) - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + auto + upper_bound + a07577.html + a58dfea28ca363de5083ec265382de319 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + const_iterator + upper_bound + a07577.html + afd9ba5f5b31a79317b1c5ec547b9ec6c + (const key_type &__x) const - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + auto + upper_bound + a07577.html + abd9ce0ad35c587805de6a54c3e61cd02 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + std::pair< iterator, iterator > + equal_range + a07577.html + a5e0d4434a099805754b757634f18cc23 + (const key_type &__x) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + auto + equal_range + a07577.html + ae814e0a8ac259c3119c95716748f7819 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + std::pair< const_iterator, const_iterator > + equal_range + a07577.html + ad849929336a71e065e43fdf6a294140e + (const key_type &__x) const - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + auto + equal_range + a07577.html + a14e9a1f958274d603fe083a7b9f50558 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + std::pair< iterator, bool > + insert + a07577.html + a3a5341d2ce3f2ffa4426d29110ca8e41 + (const value_type &__x) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + std::pair< iterator, bool > + insert + a07577.html + a94b8084648ff490a86c7cf951f537a37 + (value_type &&__x) - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + __enable_if_t< is_constructible< value_type, _Pair >::value, pair< iterator, bool > > + insert + a07577.html + ad95452a6c3677b7176b6b8e3d24e9176 + (_Pair &&__x) - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + iterator + insert + a07577.html + aa0d825fbc11a62dc06420646e0c90dd5 + (const_iterator __position, const value_type &__x) - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + iterator + insert + a07577.html + a99ddc0c2cfe1d8a8cac10a2b59207c68 + (const_iterator __position, value_type &&__x) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + __enable_if_t< is_constructible< value_type, _Pair >::value, iterator > + insert + a07577.html + a9296f57a3c7c517446504a256dcc48de + (const_iterator __position, _Pair &&__x) - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + iterator + erase + a07577.html + ac9ea51e48199ff9a87ea1b855789e53d + (const_iterator __position) - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07577.html + ae60f51e27db51a169ee4e368d238f69e + (iterator __position) - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + iterator + find + a07577.html + abdcd985632d8ad7ddba069aa776e2dfe + (const key_type &__x) - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + auto + find + a07577.html + a39303b5617b240f3049dbb0d195789f5 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + const_iterator + find + a07577.html + a07cdb0ebaf753ec1244849dbff2ec4cf + (const key_type &__x) const - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + auto + find + a07577.html + accf5f3477b6615f6b31fcb1adf068dfc + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + size_type + count + a07577.html + a44da6d0dc51d80a873cc9405a805c712 + (const key_type &__x) const - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + auto + count + a07577.html + a1264d32ee2fd0cfaee914fbafc088b54 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + iterator + lower_bound + a07577.html + adbb7e90f8d6bece7f9ffb6b76c9ab081 + (const key_type &__x) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + auto + lower_bound + a07577.html + a5db81ee7912a625e5d7ead27f0cb4133 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - - - std::basic_ofstream - a02080.html - _CharT - _Traits - std::basic_ostream - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - + + const_iterator + lower_bound + a07577.html + ab801bf5b252cc1b28af052263ce33d7a + (const key_type &__x) const - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) + + auto + lower_bound + a07577.html + a2dfc6f822052135a0b48e0dca314ccaf + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e - + + iterator + upper_bound + a07577.html + a31f6ba9ed7f80198dd444d6d830a3c80 + (const key_type &__x) - - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd - + + auto + upper_bound + a07577.html + a58dfea28ca363de5083ec265382de319 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad - + + const_iterator + upper_bound + a07577.html + afd9ba5f5b31a79317b1c5ec547b9ec6c + (const key_type &__x) const - - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a - + + auto + upper_bound + a07577.html + abd9ce0ad35c587805de6a54c3e61cd02 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) - - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc - + + std::pair< iterator, iterator > + equal_range + a07577.html + a5e0d4434a099805754b757634f18cc23 + (const key_type &__x) - - basic_ofstream - a02080.html - a19f5b05d46380f7866b1212413d6c046 - () + auto + equal_range + a07577.html + ae814e0a8ac259c3119c95716748f7819 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - - basic_ofstream - a02080.html - a2bf63411d3f6ad329a837087701a4018 - (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + std::pair< const_iterator, const_iterator > + equal_range + a07577.html + ad849929336a71e065e43fdf6a294140e + (const key_type &__x) const - - basic_ofstream - a02080.html - ae8e5ba5ea1db17f8680f5e2d8466a4cc - (const std::string &__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + auto + equal_range + a07577.html + a14e9a1f958274d603fe083a7b9f50558 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + + std::mask_array + a04105.html + - ~basic_ofstream - a02080.html - ab140145d0cd1f4754cd4812a31760f58 - () + mask_array + a01568.html + ga63910750064214d819524e634cdaebfa + (const mask_array &) - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 - () const + void + operator%= + a01568.html + gaa321a7c18f23aae720cdd059ea38fcc2 + (const valarray< _Tp > &) const - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + void + operator&= + a01568.html + ga3da168c115d8c3667b2f8c1d0d85fc84 + (const valarray< _Tp > &) const void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + operator*= + a01568.html + ga1878d8ab7ea54a42bbd783172af8a8c2 + (const valarray< _Tp > &) const void - close - a02080.html - a63e51ce67bbd3eee66b04851100a8a52 - () + operator+= + a01568.html + ga3cd7a0e7c02e60936993f2f8d85d7e14 + (const valarray< _Tp > &) const - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + void + operator-= + a01568.html + ga7e8b4e636a4ccb6a93f289308d2d6c7e + (const valarray< _Tp > &) const - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + void + operator/= + a01568.html + gac1417dfc58271e6730675e151cd3dd06 + (const valarray< _Tp > &) const - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + void + operator<<= + a01568.html + gadc9fb4be42ab111a8b17efc9480006c7 + (const valarray< _Tp > &) const void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + operator= + a01568.html + ga2af95af73e734b394322ec304e1b73f2 + (const _Tp &) const - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + mask_array & + operator= + a01568.html + gac8928f66422bd3601fcf43b79761abd5 + (const mask_array &) - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + void + operator>>= + a01568.html + ga87f02d439b80dd0d351ae9f827c4f77e + (const valarray< _Tp > &) const - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + void + operator^= + a01568.html + gab7b73360db81555ebc04e3c482a94857 + (const valarray< _Tp > &) const - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + void + operator|= + a01568.html + ga684708f251addb2566756f4d2eedee36 + (const valarray< _Tp > &) const + + + __gnu_pbds::detail::mask_based_range_hashing + a12301.html + + + + mask_based_range_hashing< std::size_t > + a12301.html + + + std::match_results + a06517.html + + + vector< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + bool + ready + a06517.html + ab652f4a3bddd01d0c6f88246ea210eb2 + () const noexcept - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 + + match_results + a06517.html + ad83ac42bb1d27df742e20884719b7359 () - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const - - - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + + match_results + a06517.html + a6eae2dd42c7d50268871d04fb640759d + (const _Alloc &__a) noexcept - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + + match_results + a06517.html + a71da2bf97751acc14fe35dd77013485c + (const match_results &)=default - bool - is_open - a02080.html - aef0ea13a6d1c1bc6ee4f1ebc71e18414 - () + + match_results + a06517.html + a65c2c5b7bac305ad0c09cc96b3f39d71 + (match_results &&) noexcept=default - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + match_results & + operator= + a06517.html + aaa530908380c41e867d3d3d8d6dcf017 + (const match_results &)=default - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + match_results & + operator= + a06517.html + a9066bb40864217bcf43710d9ea95bd86 + (match_results &&)=default - void - open - a02080.html - abcbb3eccaaffd41fbe4e5ed746508906 - (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + + ~match_results + a06517.html + a0db8a18b220c0ae3405c89d492b1815c + ()=default - void - open - a02080.html - aac7913b287232e0f3c05ca131bad15d1 - (const std::string &__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + size_type + size + a06517.html + a2ceef4213eb87e16e8fe124fa54a7ea7 + () const noexcept - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + size_type + max_size + a06517.html + a586a8264c3ff903b6a2d66b245c3f88e + () const noexcept - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + bool + empty + a06517.html + abb93b6a52637c44043e27fd768233ca1 + () const noexcept - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + difference_type + length + a06517.html + a4d5afaf65af6a5038ad666a6b4ac3836 + (size_type __sub=0) const - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + difference_type + position + a06517.html + a258ebf7a862afc9be1ef8b188393b298 + (size_type __sub=0) const - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + string_type + str + a06517.html + a8659c3a93da87fb8de3ca1fdd6c49bc0 + (size_type __sub=0) const - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + const_reference + operator[] + a06517.html + a6021c27572ef3bc03cea38c66dde3783 + (size_type __sub) const - __filebuf_type * - rdbuf - a02080.html - ac507f40924f057de2f2c6ced401e6467 + const_reference + prefix + a06517.html + a4f1ab979440a0c53c13422a5d628144e () const - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 + const_reference + suffix + a06517.html + aae76fe76fdc4f6f729e0a55c8c2d4aa4 () const - void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + const_iterator + begin + a06517.html + af74135154e819a753c44dbb6bed28cc8 + () const noexcept - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + const_iterator + cbegin + a06517.html + a785d55284f022fd44b5cb192aaaac850 + () const noexcept - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + const_iterator + end + a06517.html + a90575e6de802e6c4a4999f7f3bb62047 + () const noexcept - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + const_iterator + cend + a06517.html + adbf3f720ba82b5f146ca54e9db918d7f + () const noexcept - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + _Out_iter + format + a06517.html + a4a8d689c2bf7f9a32e1cdc9462cb9ca5 + (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + _Out_iter + format + a06517.html + a75078225998ca82f96787929ba9d7646 + (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () + basic_string< char_type, _St, _Sa > + format + a06517.html + a6dd64effbedc4db4891802952f0b226e + (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + string_type + format + a06517.html + acb9033dc604fc3ddd6a611de43e2857a + (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + allocator_type + get_allocator + a06517.html + a01ecf4289975fd4b9d93e6885009ccf0 + () const noexcept void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) - - - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + swap + a06517.html + a104e0215b1b9709a9a3cef3280078ded + (match_results &__that) noexcept - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + iterator + end + a07721.html + ae957699b810eb3313916800773e103d7 + () noexcept - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 + () const noexcept - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + const_reference + operator[] + a07721.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + void + swap + a07721.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + + match_results + a06517.html + ad83ac42bb1d27df742e20884719b7359 + () - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + + match_results + a06517.html + a6eae2dd42c7d50268871d04fb640759d + (const _Alloc &__a) noexcept - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + + match_results + a06517.html + a71da2bf97751acc14fe35dd77013485c + (const match_results &)=default - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + + match_results + a06517.html + a65c2c5b7bac305ad0c09cc96b3f39d71 + (match_results &&) noexcept=default - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + match_results & + operator= + a06517.html + aaa530908380c41e867d3d3d8d6dcf017 + (const match_results &)=default - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + match_results & + operator= + a06517.html + a9066bb40864217bcf43710d9ea95bd86 + (match_results &&)=default - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + + ~match_results + a06517.html + a0db8a18b220c0ae3405c89d492b1815c + ()=default - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + size_type + size + a06517.html + a2ceef4213eb87e16e8fe124fa54a7ea7 + () const noexcept - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + size_type + max_size + a06517.html + a586a8264c3ff903b6a2d66b245c3f88e + () const noexcept - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + bool + empty + a06517.html + abb93b6a52637c44043e27fd768233ca1 + () const noexcept - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + difference_type + length + a06517.html + a4d5afaf65af6a5038ad666a6b4ac3836 + (size_type __sub=0) const - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + difference_type + position + a06517.html + a258ebf7a862afc9be1ef8b188393b298 + (size_type __sub=0) const - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + string_type + str + a06517.html + a8659c3a93da87fb8de3ca1fdd6c49bc0 + (size_type __sub=0) const - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + const_reference + operator[] + a06517.html + a6021c27572ef3bc03cea38c66dde3783 + (size_type __sub) const - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee + const_reference + prefix + a06517.html + a4f1ab979440a0c53c13422a5d628144e () const - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 + const_reference + suffix + a06517.html + aae76fe76fdc4f6f729e0a55c8c2d4aa4 () const - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () - - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - - - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - - - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - - - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - - - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - - - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - - - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - - - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - - - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - + + const_iterator + begin + a06517.html + af74135154e819a753c44dbb6bed28cc8 + () const noexcept - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - + + const_iterator + cbegin + a06517.html + a785d55284f022fd44b5cb192aaaac850 + () const noexcept - - static const seekdir + + const_iterator end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - - - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - - - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - - - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + a06517.html + a90575e6de802e6c4a4999f7f3bb62047 + () const noexcept - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + const_iterator + cend + a06517.html + adbf3f720ba82b5f146ca54e9db918d7f + () const noexcept - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + _Out_iter + format + a06517.html + a4a8d689c2bf7f9a32e1cdc9462cb9ca5 + (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + _Out_iter + format + a06517.html + a75078225998ca82f96787929ba9d7646 + (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + basic_string< char_type, _St, _Sa > + format + a06517.html + a6dd64effbedc4db4891802952f0b226e + (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - + + string_type + format + a06517.html + acb9033dc604fc3ddd6a611de43e2857a + (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + allocator_type + get_allocator + a06517.html + a01ecf4289975fd4b9d93e6885009ccf0 + () const noexcept - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + void + swap + a06517.html + a104e0215b1b9709a9a3cef3280078ded + (match_results &__that) noexcept - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 + + + __gnu_pbds::detail::maybe_null_type + a12149.html + + + + Store_Hash + + + __gnu_pbds::detail::maybe_null_type< Key, null_type, _Alloc, Store_Hash > + a12153.html + + + Store_Hash + + + std::mem_fun1_ref_t + a07449.html + + + + binary_function< _Tp, _Arg, _Ret > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d + + + std::mem_fun1_t + a07441.html + + + + binary_function< _Tp *, _Arg, _Ret > + + _Tp * + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f + + _Ret + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 + + _Arg + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b + + + std::mem_fun_ref_t + a07433.html + + + unary_function< _Tp, _Ret > + + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 + + + std::mem_fun_t + a07425.html + + + unary_function< _Tp *, _Ret > + + _Tp * + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 - - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) - - - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) - - - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) - - - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + + + std::pmr::memory_resource + a02725.html + + + std::mersenne_twister_engine + a06325.html + + __w + __n + __m + __r + __a + __u + __d + __s + __b + __t + __c + __l + __f + + _UIntType + result_type + a06325.html + ab1ad02d59f290faf3d8b33e1209cdfae + - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + + mersenne_twister_engine + a06325.html + a8987d5bb70c31ba8e4bb80f993acff85 + (_Sseq &__q) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + void + discard + a06325.html + a5e2f7304fcf0b11ea1cde1397fb7ddb6 + (unsigned long long __z) - - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + + static constexpr result_type + max + a06325.html + a8e9cd7d4bb14de188ead958d3f1faeac + () - - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + + static constexpr result_type + min + a06325.html + aaf1720ef1664fa77a5972c78addfa290 + () - - __ostream_type & + + friend std::basic_ostream< _CharT, _Traits > & operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + a06325.html + acc44ab3c56e9048acd13c60ca1a877e0 + (std::basic_ostream< _CharT, _Traits > &__os, const std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) - - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + + friend bool + operator== + a06325.html + a96c6f6aabca5106a2db6ecc834bbddfe + (const mersenne_twister_engine &__lhs, const mersenne_twister_engine &__rhs) - - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06325.html + a4fe6e606a61991ce6007b14402043497 + (std::basic_istream< _CharT, _Traits > &__is, std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) - - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + + + mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > + a06325.html + + uint_fast32_t + result_type + a06325.html + ab1ad02d59f290faf3d8b33e1209cdfae + - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + + mersenne_twister_engine + a06325.html + a8987d5bb70c31ba8e4bb80f993acff85 + (_Sseq &__q) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + void + discard + a06325.html + a5e2f7304fcf0b11ea1cde1397fb7ddb6 + (unsigned long long __z) - - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + + static constexpr result_type + max + a06325.html + a8e9cd7d4bb14de188ead958d3f1faeac + () - - __ostream_type & + + static constexpr result_type + min + a06325.html + aaf1720ef1664fa77a5972c78addfa290 + () + + + friend std::basic_ostream< _CharT, _Traits > & operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + a06325.html + acc44ab3c56e9048acd13c60ca1a877e0 + (std::basic_ostream< _CharT, _Traits > &__os, const std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) - - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + + friend bool + operator== + a06325.html + a96c6f6aabca5106a2db6ecc834bbddfe + (const mersenne_twister_engine &__lhs, const mersenne_twister_engine &__rhs) - - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06325.html + a4fe6e606a61991ce6007b14402043497 + (std::basic_istream< _CharT, _Traits > &__is, std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) - - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + + + std::messages + a06001.html + + std::locale::facet + std::messages_base + + _CharT + char_type + a06001.html + a152bc75cd106bc26ad327391e34c1158 + - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + basic_string< _CharT > + string_type + a06001.html + afa0148775189d8fd6ae25409e6c7e880 - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + messages + a06001.html + a8cfe4d6b3be654727ca4f705c27b3d51 + (__c_locale __cloc, const char *__s, size_t __refs=0) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + + messages + a06001.html + a71483d79d47eaf8f3739c4b6b971b00e + (size_t __refs=0) + + + static locale::id + id + a06001.html + ae38eadfaa98b16a3c80eb033ab26b61e + + + + virtual + ~messages + a06001.html + a99360b3fabe7847d346f26ceb4712213 + () + + + string + do_get + a06001.html + ade86776fb567ecacabd8b8d9ea95c816 + (catalog, int, int, const string &) const + + + _CharT + char_type + a06001.html + a152bc75cd106bc26ad327391e34c1158 + + + + basic_string< _CharT > + string_type + a06001.html + afa0148775189d8fd6ae25409e6c7e880 + + + std::messages_base + a05997.html + - std::basic_ostream - a02576.html - _CharT - _Traits - std::basic_ios - std::basic_ostream::sentry - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b + std::messages_byname + a06005.html + + std::messages + + static locale::id + id + a06001.html + ae38eadfaa98b16a3c80eb033ab26b61e + + string + do_get + a06001.html + ade86776fb567ecacabd8b8d9ea95c816 + (catalog, int, int, const string &) const + + + + std::minus + a07165.html + + binary_function< _Tp, _Tp, _Tp > - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e + _Tp + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::minus< void > + a07189.html + + + __gnu_pbds::detail::mod_based_range_hashing + a12305.html + + + + mod_based_range_hashing< std::size_t > + a12305.html + + + std::modulus + a07177.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad + _Tp + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::modulus< void > + a07201.html + + + std::money_base + a05969.html + + + std::money_get + a05989.html + + + std::locale::facet + + _CharT + char_type + a05989.html + a2274d956a1e68c2addf1acb24e80a82f - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc + _InIter + iter_type + a05989.html + ae6380ee2883b3ebe0d9aadd2984fd26f + + + + basic_string< _CharT > + string_type + a05989.html + a11e3d55aad9f3e1ce9dfe1514426a441 - basic_ostream - a02576.html - aaaa8cf0608e2281e120d7b64271744b5 - (__streambuf_type *__sb) + money_get + a05989.html + a56b27ade4915b3ac1ae0e358f5f6266e + (size_t __refs=0) - + + iter_type + get + a05989.html + a9f18dbcbde32bbdfe3f1f457870380bd + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const + + + iter_type + get + a05989.html + ac674cc2204a0dfafd2d4875081475ed8 + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const + + + static locale::id + id + a05989.html + a8ee8d14c2f705adb46d3505008828269 + + + virtual - ~basic_ostream - a02576.html - ad0fdba5e18d027224bddb8603ead7443 + ~money_get + a05989.html + aa58ef2db088810702b26fdddd29a56a8 () - - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 - () const + + virtual iter_type + do_get + a05989.html + a86e85bec7b677bbb2df712118b722ddc + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const - - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + + virtual iter_type + do_get + a05989.html + a286ed4904b3dafae45d2df73168e3b40 + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const - - void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + + _CharT + char_type + a05989.html + a2274d956a1e68c2addf1acb24e80a82f + - - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + + _InIter + iter_type + a05989.html + ae6380ee2883b3ebe0d9aadd2984fd26f + - - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + + basic_string< _CharT > + string_type + a05989.html + a11e3d55aad9f3e1ce9dfe1514426a441 + - - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + + + std::money_put + a05993.html + + + std::locale::facet + + _CharT + char_type + a05993.html + aa005c1e5eb9d1ccb7d282dbc18029ad1 + - - void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + + _OutIter + iter_type + a05993.html + a7249c382c88e14da45e08100febe637d + - - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + + basic_string< _CharT > + string_type + a05993.html + a34db9f1fec0c7e67646aa4e718e250cd + - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + + money_put + a05993.html + a69471496da9b95b41529a08b14c063f5 + (size_t __refs=0) - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + iter_type + put + a05993.html + a63f3f803e249021f43aa8efc9abf9cca + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, const string_type &__digits) const - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + iter_type + put + a05993.html + a5570c5a84860556788a8df682a983bab + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, long double __units) const - - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + + static locale::id + id + a05993.html + a2d7912a45d257158197b3ac3a5039d4c + - - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 + + virtual + ~money_put + a05993.html + abc1fdc1ea87ede8de6550644feb38462 () - - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + + virtual iter_type + do_put + a05993.html + ab38a5a1a94a3354fa54dc4af38e72cb4 + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, const string_type &__digits) const - - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + + virtual iter_type + do_put + a05993.html + a04355d4b3e8b632d51659efce1362135 + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, long double __units) const - - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + + _CharT + char_type + a05993.html + aa005c1e5eb9d1ccb7d282dbc18029ad1 + + + + _OutIter + iter_type + a05993.html + a7249c382c88e14da45e08100febe637d + + + + basic_string< _CharT > + string_type + a05993.html + a34db9f1fec0c7e67646aa4e718e250cd + + + + + std::moneypunct + a05981.html + + _Intl + std::locale::facet + std::money_base + + _CharT + char_type + a05981.html + af3d40c8640263d9bbe03176598d04ccf + - - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + + basic_string< _CharT > + string_type + a05981.html + a44855102e480a46ab50cbec6cba6ef1a + - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + + moneypunct + a05981.html + a26aa970ef261e45586f3b161d2ec28e7 + (__c_locale __cloc, const char *__s, size_t __refs=0) - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + + moneypunct + a05981.html + aaabd1d7f1c7014add2c854305c76e73a + (__cache_type *__cache, size_t __refs=0) - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + + moneypunct + a05981.html + a82d4bbb3eaae4c5cf74e3652be13e67e + (size_t __refs=0) - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 + string_type + curr_symbol + a05981.html + a14f1dcb29d715a787f93e43a84b3dbef () const - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) - - - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + char_type + decimal_point + a05981.html + a65fe46d62bb27b85e80b291d164193e1 + () const - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a21f92cbfd296f81694cdaef956d0bd6d + int + frac_digits + a05981.html + ab087ab658475c890a25a4f2f564eb7ac () const - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + string + grouping + a05981.html + ad844360a48a244b5158e26f63a644948 + () const - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 + string_type + negative_sign + a05981.html + a973c54e1983566e46ec70b67450edd90 () const - void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + string_type + positive_sign + a05981.html + a3c7d2522e2dc2a5fa2634a1a18b873c4 + () const - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + char_type + thousands_sep + a05981.html + a46179910ed09bd0c59748b7c65ab2f03 + () const - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + pattern + pos_format + a05981.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + pattern + neg_format + a05981.html + aad6cb2a546002bb6c2618d8531da0ede + () const - - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + + static locale::id + id + a05981.html + a317950d8b379f8a1b10105b2bb641f6a + - - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + + static const bool + intl + a05981.html + aff5d9072376fa96a1b7f166151d32af5 + - - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 + + virtual + ~moneypunct + a05981.html + a06722540ea0a84e0770e12cdd180f4ad () - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc + + virtual string_type + do_curr_symbol + a05981.html + a91f41433841daf2ac3426a6f3f08e63d () const - - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) - - - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) - - - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const - - - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 + + virtual char_type + do_decimal_point + a05981.html + ab8c59f589b65097279e206218ba986be () const - - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) - - - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + + virtual int + do_frac_digits + a05981.html + a43dc4eee49f0ad790bf920bf000888f9 + () const - - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + + virtual string + do_grouping + a05981.html + abedfe1ed30564977ec5d663d98a897cb + () const - - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + + virtual pattern + do_neg_format + a05981.html + ab059421016ae9ce7368de1b1911c07b6 + () const - - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + + virtual string_type + do_negative_sign + a05981.html + a3bac54f35225e34bd08144beacff4e2e + () const - - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + + virtual pattern + do_pos_format + a05981.html + ad1f8646969be5d63e0edea945a902a60 + () const - - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + + virtual string_type + do_positive_sign + a05981.html + a8d259d10ed08942f602ee96986584bba + () const - - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + + virtual char_type + do_thousands_sep + a05981.html + abede1cc31a6d8a5dc30c382092e379f3 + () const - - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + + _CharT + char_type + a05981.html + af3d40c8640263d9bbe03176598d04ccf + - - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + + basic_string< _CharT > + string_type + a05981.html + a44855102e480a46ab50cbec6cba6ef1a + - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + pattern + pos_format + a05981.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + pattern + neg_format + a05981.html + aad6cb2a546002bb6c2618d8531da0ede + () const + + + std::moneypunct_byname + a05985.html + + _Intl + std::moneypunct - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + string_type + curr_symbol + a05981.html + a14f1dcb29d715a787f93e43a84b3dbef + () const - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + char_type + decimal_point + a05981.html + a65fe46d62bb27b85e80b291d164193e1 + () const - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + int + frac_digits + a05981.html + ab087ab658475c890a25a4f2f564eb7ac + () const - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + string + grouping + a05981.html + ad844360a48a244b5158e26f63a644948 + () const - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + string_type + negative_sign + a05981.html + a973c54e1983566e46ec70b67450edd90 + () const - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + string_type + positive_sign + a05981.html + a3c7d2522e2dc2a5fa2634a1a18b873c4 + () const - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + char_type + thousands_sep + a05981.html + a46179910ed09bd0c59748b7c65ab2f03 + () const - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee + pattern + pos_format + a05981.html + ae2069e06feb0ddbc8d8ca90a4ef647ea () const - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 + pattern + neg_format + a05981.html + aad6cb2a546002bb6c2618d8531da0ede () const - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) - - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () - - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - - - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - - - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - - - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - - - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - - - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - - - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - - - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - - - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e + static locale::id + id + a05981.html + a317950d8b379f8a1b10105b2bb641f6a - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + virtual string_type + do_curr_symbol + a05981.html + a91f41433841daf2ac3426a6f3f08e63d + () const - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + virtual char_type + do_decimal_point + a05981.html + ab8c59f589b65097279e206218ba986be + () const - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + virtual int + do_frac_digits + a05981.html + a43dc4eee49f0ad790bf920bf000888f9 + () const - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + virtual string + do_grouping + a05981.html + abedfe1ed30564977ec5d663d98a897cb + () const - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + virtual pattern + do_neg_format + a05981.html + ab059421016ae9ce7368de1b1911c07b6 + () const - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + virtual string_type + do_negative_sign + a05981.html + a3bac54f35225e34bd08144beacff4e2e + () const - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + virtual pattern + do_pos_format + a05981.html + ad1f8646969be5d63e0edea945a902a60 + () const - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + virtual string_type + do_positive_sign + a05981.html + a8d259d10ed08942f602ee96986584bba + () const - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - + + virtual char_type + do_thousands_sep + a05981.html + abede1cc31a6d8a5dc30c382092e379f3 + () const - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + pattern + pos_format + a05981.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + pattern + neg_format + a05981.html + aad6cb2a546002bb6c2618d8531da0ede + () const - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + + std::move_iterator + a07489.html + + + + std::__debug::multimap + a08481.html + + + + + _Safe_container< multimap< _Key, _Tp, std::less< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + std::multimap + a07573.html + + + + - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + + multimap + a07573.html + acf3e6ab93785da86f181b584656de15d + ()=default - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + + multimap + a07573.html + ab2d27f68df308a944b432dbf91433e46 + (_InputIterator __first, _InputIterator __last) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + + multimap + a07573.html + ad11e806c3a5c1db4b888eac55459bbb3 + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + + multimap + a07573.html + a4e1269440d1164dc556209ee07982358 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + + multimap + a07573.html + a1b00cb262efce13e4e5c323732c13109 + (const _Compare &__comp, const allocator_type &__a=allocator_type()) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + + multimap + a07573.html + a0ae31ea18b1274e6e6409795ae5286eb + (const allocator_type &__a) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + + multimap + a07573.html + a75ee670e7ff1b74c62d3443ec05a9e4b + (const multimap &)=default - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + + multimap + a07573.html + a8105fc127e9fc15e90a050d7e0f7f11a + (const multimap &__m, const allocator_type &__a) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + + multimap + a07573.html + a64de4362141668b6b36fb6a399dbc9d4 + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + + multimap + a07573.html + aac222575af5d9600a5651357a978ecd6 + (initializer_list< value_type > __l, const allocator_type &__a) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + + multimap + a07573.html + acbad3010aae4c8ce7ceb97ec5e2daff9 + (multimap &&)=default - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + + multimap + a07573.html + a1093b678ea48aa26495ce2bbaf5dd4d7 + (multimap &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + + ~multimap + a07573.html + a481e019da9f3ddf9d250121263701784 + ()=default - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + const_iterator + begin + a07573.html + ac0b2ceb741199df1164b9e60faf5f49a + () const noexcept - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + iterator + begin + a07573.html + a3126d637d12087d971f0962415756d3e + () noexcept - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + const_iterator + cbegin + a07573.html + a749c6f97a0d9ecc3fa8810bc2452291d + () const noexcept - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + const_iterator + cend + a07573.html + ab07754c1ec76a0bc39a9210270d939a4 + () const noexcept - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + void + clear + a07573.html + a31487eed37318f2466fdf59e0d150e81 + () noexcept - - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc - + + const_reverse_iterator + crbegin + a07573.html + aa3ac07de9d4cc6e2c434c3d258a8f3dc + () const noexcept - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + const_reverse_iterator + crend + a07573.html + a5677edc45a056a95ea1455378f2aa903 + () const noexcept - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + iterator + emplace + a07573.html + a18dc0fd47da3fff883f3c1eab8f71908 + (_Args &&... __args) - - - std::basic_ostream::sentry - a02756.html - - sentry - a02756.html - ae972dd47564726ff41e6be700820719c - (basic_ostream< _CharT, _Traits > &__os) + iterator + emplace_hint + a07573.html + a89892e96cd8b74074e5d83f9d30005c6 + (const_iterator __pos, _Args &&... __args) - - ~sentry - a02756.html - a33286f6402b3651e04c6cfc4b8e719f1 - () + bool + empty + a07573.html + a2ba686d94d375a486e133cbea5d86718 + () const noexcept - - operator bool - a02756.html - afb51ae0eb2883c81ff22e810e891be9f - () const + const_iterator + end + a07573.html + a451671d828e1fc84f2a5631518b6d1f8 + () const noexcept - - - std::basic_ostringstream - a02592.html - _CharT - _Traits - _Alloc - std::basic_ostream - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - + + iterator + end + a07573.html + ae02e2ac133d3d1753c3b57f5dfd435cc + () noexcept - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) + + size_type + erase + a07573.html + a158f583b90ec4083b4f50a5e46acfee2 + (const key_type &__x) - - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e - + + iterator + erase + a07573.html + a5f6fbe45cea6915a1276877d56acc0fd + (const_iterator __first, const_iterator __last) - - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd - + + node_type + extract + a07573.html + abc0bc1aebd3f0cbc0142c64de390adca + (const key_type &__x) - - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad - + + node_type + extract + a07573.html + ad4e4a960a90b491cdf51c5ca1cd12d73 + (const_iterator __pos) - - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a - + + allocator_type + get_allocator + a07573.html + a9b7c965d0a481a88dfb0e9ca82ba494f + () const noexcept - - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc - + + void + insert + a07573.html + a36587a799aa76b39df686435ed846cd1 + (_InputIterator __first, _InputIterator __last) - - basic_ostringstream - a02592.html - acb3c684555f7a13d5de15b20fd8f491c - (ios_base::openmode __mode=ios_base::out) + iterator + insert + a07573.html + a0dca3758b7bcbd24e2663cd88647d291 + (const_iterator __hint, node_type &&__nh) - - basic_ostringstream - a02592.html - ab86531872ed1bc23cd1951aca4d6fe3d - (const __string_type &__str, ios_base::openmode __mode=ios_base::out) + void + insert + a07573.html + a051e304a855790e3be5171f64196b7b6 + (initializer_list< value_type > __l) - - ~basic_ostringstream - a02592.html - a158cb1d8aa30780afd86d6f7c046a55c - () + iterator + insert + a07573.html + a079562b91b6ed9e14643eb2be9072f1e + (node_type &&__nh) - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 + key_compare + key_comp + a07573.html + a7d6c48d6dd1f9cce138b17ee06be13b0 () const - bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + size_type + max_size + a07573.html + a6c9a48e59ffb98b5afe9003861f1ddee + () const noexcept - void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + multimap & + operator= + a07573.html + acd76a5f8a95e15654c8e61c55f1fdc61 + (const multimap &)=default - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + multimap & + operator= + a07573.html + a069fcb3baa5b568196b04950e380b865 + (initializer_list< value_type > __l) - bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + multimap & + operator= + a07573.html + aebc9eaf75029cfb33e4121a75a875713 + (multimap &&)=default - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + const_reverse_iterator + rbegin + a07573.html + a6fec7115cf9a873709d612aede06d551 + () const noexcept - void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + reverse_iterator + rbegin + a07573.html + ab44fe0a492344094f870a3f149d2dad1 + () noexcept - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + const_reverse_iterator + rend + a07573.html + a47926093ed08fe7fd770c81ef7bbdabd + () const noexcept - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + reverse_iterator + rend + a07573.html + a8852aeaaf83cf8effeacefd97b2c2889 + () noexcept - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + size_type + size + a07573.html + a99416d1336342563c08a44ad664c74a3 + () const noexcept + + + void + swap + a07573.html + a65f198a3e5054fc993d8519127c7b314 + (multimap &__x) noexcept(/*conditional */) - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 + value_compare + value_comp + a07573.html + ad55d763faac2fc4955a1885a5e140ad9 () const - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + iterator + insert + a07573.html + ab73db27102f8da23a1aa18ae7b14d2c1 + (const value_type &__x) - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 - () + iterator + insert + a07573.html + a7daafbe374e255fcb4e044e75e1c4b1a + (value_type &&__x) - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + __enable_if_t< is_constructible< value_type, _Pair >::value, iterator > + insert + a07573.html + a0fa7a92b05bab64bac54cd6eb322a50c + (_Pair &&__x) - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + iterator + insert + a07573.html + ae496df8209ddbbf8f661a469f7624ddb + (const_iterator __position, const value_type &__x) - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + iterator + insert + a07573.html + a1b3bf0fd80e918b53b3be7cf135dca87 + (const_iterator __position, value_type &&__x) - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07573.html + abc8aea1bb476f6913ffe1afbdd29178b + (const_iterator __position, _Pair &&__x) - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + iterator + erase + a07573.html + a4543f2d47f11611811b27b58c73d2c24 + (const_iterator __position) - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07573.html + a9cd3e5f506653300983a32fe9df9fcd5 + (iterator __position) - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + iterator + find + a07573.html + a3ee75438d859fab67b756b7282a9a4d3 + (const key_type &__x) - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + auto + find + a07573.html + a84c1e49764e53439674b8f7e8baf33d4 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + const_iterator + find + a07573.html + a2cef7a0c61ebd047d63d456e73c7167f + (const key_type &__x) const - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + auto + find + a07573.html + a71793c903d56962b5f25f08ba76e4196 + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + size_type + count + a07573.html + ae7e0864011c6d6f81b75ba797edd4d9f + (const key_type &__x) const - __stringbuf_type * - rdbuf - a02592.html - af8c4c9652fcb9c4e94d86cd8210ee679 - () const + auto + count + a07573.html + a671c765d67fd2319e73c1b5b3ceab7de + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + iterator + lower_bound + a07573.html + ad74c803195d97566b7182ad94004068c + (const key_type &__x) - void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + auto + lower_bound + a07573.html + a046e9d0cdebf1e33b637b8d986b1d378 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + const_iterator + lower_bound + a07573.html + ad125a9ac3189b3dffddd8cbf76e37387 + (const key_type &__x) const - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + auto + lower_bound + a07573.html + a2ffb43b298f209b70879d8aee8c31fec + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + iterator + upper_bound + a07573.html + ab35b86f7771432f795eb11782707e4b7 + (const key_type &__x) - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + auto + upper_bound + a07573.html + a5bd3bdad2f91500de3d939dfbee62015 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + const_iterator + upper_bound + a07573.html + ae6c1c168e38c7cdaec3f6a13fc90ed6e + (const key_type &__x) const - __string_type - str - a02592.html - a5fe89030a53e674de2823d9a8cfec39c - () const + auto + upper_bound + a07573.html + abe10ea096091cd17598bfbcab9f0ef35 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) - void - str - a02592.html - a1bfbc5ef2c20f06dfbbe8bf046cffa3a - (const __string_type &__s) + std::pair< iterator, iterator > + equal_range + a07573.html + a809cb1bf6cdd0a8c13e55515ec5a8e7c + (const key_type &__x) - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () + auto + equal_range + a07573.html + ac801d3c3f152e5d98036307e9de7e538 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + std::pair< const_iterator, const_iterator > + equal_range + a07573.html + a6bb7a029cda04dcfcc905c4c80516bd9 + (const key_type &__x) const - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + auto + equal_range + a07573.html + a2e558be043081e52a931317369759384 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + iterator + insert + a07573.html + ab73db27102f8da23a1aa18ae7b14d2c1 + (const value_type &__x) - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + iterator + insert + a07573.html + a7daafbe374e255fcb4e044e75e1c4b1a + (value_type &&__x) - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + __enable_if_t< is_constructible< value_type, _Pair >::value, iterator > + insert + a07573.html + a0fa7a92b05bab64bac54cd6eb322a50c + (_Pair &&__x) - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + iterator + insert + a07573.html + ae496df8209ddbbf8f661a469f7624ddb + (const_iterator __position, const value_type &__x) - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + iterator + insert + a07573.html + a1b3bf0fd80e918b53b3be7cf135dca87 + (const_iterator __position, value_type &&__x) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07573.html + abc8aea1bb476f6913ffe1afbdd29178b + (const_iterator __position, _Pair &&__x) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + iterator + erase + a07573.html + a4543f2d47f11611811b27b58c73d2c24 + (const_iterator __position) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07573.html + a9cd3e5f506653300983a32fe9df9fcd5 + (iterator __position) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + iterator + find + a07573.html + a3ee75438d859fab67b756b7282a9a4d3 + (const key_type &__x) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + auto + find + a07573.html + a84c1e49764e53439674b8f7e8baf33d4 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + const_iterator + find + a07573.html + a2cef7a0c61ebd047d63d456e73c7167f + (const key_type &__x) const - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + auto + find + a07573.html + a71793c903d56962b5f25f08ba76e4196 + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + size_type + count + a07573.html + ae7e0864011c6d6f81b75ba797edd4d9f + (const key_type &__x) const - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + auto + count + a07573.html + a671c765d67fd2319e73c1b5b3ceab7de + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + iterator + lower_bound + a07573.html + ad74c803195d97566b7182ad94004068c + (const key_type &__x) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + auto + lower_bound + a07573.html + a046e9d0cdebf1e33b637b8d986b1d378 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + const_iterator + lower_bound + a07573.html + ad125a9ac3189b3dffddd8cbf76e37387 + (const key_type &__x) const - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + auto + lower_bound + a07573.html + a2ffb43b298f209b70879d8aee8c31fec + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + iterator + upper_bound + a07573.html + ab35b86f7771432f795eb11782707e4b7 + (const key_type &__x) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + auto + upper_bound + a07573.html + a5bd3bdad2f91500de3d939dfbee62015 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + const_iterator + upper_bound + a07573.html + ae6c1c168e38c7cdaec3f6a13fc90ed6e + (const key_type &__x) const - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + auto + upper_bound + a07573.html + abe10ea096091cd17598bfbcab9f0ef35 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + std::pair< iterator, iterator > + equal_range + a07573.html + a809cb1bf6cdd0a8c13e55515ec5a8e7c + (const key_type &__x) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + auto + equal_range + a07573.html + ac801d3c3f152e5d98036307e9de7e538 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) + + std::pair< const_iterator, const_iterator > + equal_range + a07573.html + a6bb7a029cda04dcfcc905c4c80516bd9 + (const key_type &__x) const - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () + + auto + equal_range + a07573.html + a2e558be043081e52a931317369759384 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b + + + std::multiplies + a07169.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 + + _Tp + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - + + + std::multiplies< void > + a07193.html + + + std::__debug::multiset + a08489.html + + + + _Safe_container< multiset< _Key, std::less< _Key >, std::allocator< _Key > >, std::allocator< _Key >, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a + + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - + + + std::multiset + a07601.html + + + + + + multiset + a07601.html + a694c6f511cd8cd15e116062bcaef1dc4 + ()=default - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + + multiset + a07601.html + ac561d1612797aaf6022b371cce116035 + (_InputIterator __first, _InputIterator __last) - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + + multiset + a07601.html + ae6acd6b5095c21d2a04c7d9afa6b02ab + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + + multiset + a07601.html + a15b3f5d46a91d60ee98c0ac7f278476a + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + + multiset + a07601.html + a38e27d171934c562e8f5fc48fba81564 + (const _Compare &__comp, const allocator_type &__a=allocator_type()) - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + + multiset + a07601.html + ae8a1847b51c056d1abbc01fb76742632 + (const allocator_type &__a) - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + + multiset + a07601.html + aeed9cc573fe8a3346634b3f28dda12a2 + (const multiset &)=default - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + + multiset + a07601.html + a3ada945ca3237945e666bdc541accba1 + (const multiset &__m, const allocator_type &__a) - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + + multiset + a07601.html + adad316ede7ac22b3eff955eb6d9ab327 + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - + + + multiset + a07601.html + a4bd596fbcfa91841dc0bfe442177c5ac + (initializer_list< value_type > __l, const allocator_type &__a) - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + + multiset + a07601.html + a851d2cffcf7183d7a16423d4964f8047 + (multiset &&)=default - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + + multiset + a07601.html + a0bf2a4cf104ce19a863ac0438e1d3070 + (multiset &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + + ~multiset + a07601.html + a72a588536018b49b756d0a7042dbca8f + ()=default - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + iterator + begin + a07601.html + ad12c2a19de2da96ee5d3f5011073e126 + () const noexcept - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + iterator + cbegin + a07601.html + a47de6fecee69e70e8e20f69e31774708 + () const noexcept - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + iterator + cend + a07601.html + aa61090fd58e3795f2f87e341b27c1469 + () const noexcept - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + void + clear + a07601.html + ace71f2e5ccf1cf04f7684fe40490f9d6 + () noexcept - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + reverse_iterator + crbegin + a07601.html + a367f51af8d4d16af56b3c669808a80e9 + () const noexcept - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + reverse_iterator + crend + a07601.html + a23f0dc41c6813e1628a1acf9c1966c8b + () const noexcept - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + iterator + emplace + a07601.html + a12431fd574451b7c1e677d09f6d2ef46 + (_Args &&... __args) - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + iterator + emplace_hint + a07601.html + a18406be2849c2b0f4786452e6bd860f5 + (const_iterator __pos, _Args &&... __args) - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + bool + empty + a07601.html + a5a7249221b9d058e801cb0d29dc8542a + () const noexcept - - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + + iterator + end + a07601.html + aff68f6029ff179bafdadc89212fe1ee0 + () const noexcept - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + size_type + erase + a07601.html + ab9fe5fb5a5638e620268e30e640b104c + (const key_type &__x) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07601.html + a2fcf6dd3ed37a1bac19ba5e55239d77e + (const_iterator __first, const_iterator __last) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07601.html + aa51df64436f0118f064c49d49c8138f4 + (const_iterator __position) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + node_type + extract + a07601.html + a9c0acf2dff32b532777ab0cc752cf48b + (const key_type &__x) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + node_type + extract + a07601.html + a5ee34bf869fbdd8e8cd1f8a08d5cb67b + (const_iterator __pos) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + allocator_type + get_allocator + a07601.html + ab40d34e43d53af099a124798fdc3d2f4 + () const noexcept - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + void + insert + a07601.html + a7229e1145054a27d23f88a185085f7ec + (_InputIterator __first, _InputIterator __last) - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + iterator + insert + a07601.html + a6a95194c5c1aa0caf2d2f852def99bfc + (const value_type &__x) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + iterator + insert + a07601.html + ac88c9223daf6a03d93841bf72b56b2e7 + (const_iterator __hint, node_type &&__nh) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + iterator + insert + a07601.html + ad039dc1cb5c117a62ab8ff56fef14a22 + (const_iterator __position, const value_type &__x) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + void + insert + a07601.html + a70689e1641f42b649d8237b0c6ba6592 + (initializer_list< value_type > __l) - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + iterator + insert + a07601.html + a2c0bba0b74d568b96eaaa18aa85aca7b + (node_type &&__nh) - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + key_compare + key_comp + a07601.html + ac4b6516f21a29e3621488503744b2d11 + () const - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + size_type + max_size + a07601.html + aec68936b69a9391df7ea268a7c44fb13 + () const noexcept - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + multiset & + operator= + a07601.html + a20d46cd310dd519085bca08a77ca0116 + (const multiset &)=default - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + multiset & + operator= + a07601.html + a92ec8ff818ef21f8d170842d4732299c + (initializer_list< value_type > __l) - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + multiset & + operator= + a07601.html + a572d0693c78910dc45ba3a5374066f7d + (multiset &&)=default - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + reverse_iterator + rbegin + a07601.html + a6b0cbc71ad54db5d009609ec077bc13f + () const noexcept - - num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > - __num_get_type - a02564.html - ad5cc8c4b4c3cc5de19d7bb6c97b29abc - + + reverse_iterator + rend + a07601.html + a6ffe97a245a1f046e9b536c6d5511ac9 + () const noexcept - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + size_type + size + a07601.html + aa0d42b46c75769cbce93494ac80c8c34 + () const noexcept - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + void + swap + a07601.html + a42f6bb9c9951b84e1876e29cd3b4b607 + (multiset &__x) noexcept(/*conditional */) - - - std::basic_regex - a05780.html - _Ch_type - _Rx_traits - - basic_regex - a05780.html - a8eecbcfc879e614d9fe9431c066ac906 - () + value_compare + value_comp + a07601.html + a4bb5cd2cb86e5c9867122556be6f850a + () const - - basic_regex - a05780.html - a920f56c408bddc7802ae087f1bafc707 - (const _Ch_type *__p, flag_type __f=ECMAScript) + size_type + count + a07601.html + a9f81b59c35ee0ef55f8a49aa63c7ed66 + (const key_type &__x) const - - basic_regex - a05780.html - ac46f13f4dde13bdcde1944709297e327 - (const _Ch_type *__p, std::size_t __len, flag_type __f=ECMAScript) + auto + count + a07601.html + a4003ef6187ecbbdce62b861222c09802 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - - basic_regex - a05780.html - a51b885063ead949eb0e3d48b29ca4617 - (const basic_regex &__rhs)=default + iterator + find + a07601.html + a88ae213f5272a4de1e360e1e69335d8b + (const key_type &__x) - - basic_regex - a05780.html - ae31e42d592af74a329ecb1eaf47520a8 - (basic_regex &&__rhs) noexcept=default + const_iterator + find + a07601.html + ae1bc7a281212bde2b7b49e3a7589c0cc + (const key_type &__x) const - - basic_regex - a05780.html - a9f96a226911a8505d1c30d0570257724 - (const std::basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, flag_type __f=ECMAScript) + auto + find + a07601.html + a9a6ec6d5c09fa0d2a3b6f4641261bff7 + (const _Kt &__x) -> decltype(iterator{_M_t._M_find_tr(__x)}) - - basic_regex - a05780.html - ab5d1dfcc28355ae66b073c9c730e1830 - (_FwdIter __first, _FwdIter __last, flag_type __f=ECMAScript) + auto + find + a07601.html + a26352880ae25b82bd86306fa96505b9a + (const _Kt &__x) const -> decltype(const_iterator{_M_t._M_find_tr(__x)}) - - basic_regex - a05780.html - ae354899961798615a66067f23c044f97 - (initializer_list< _Ch_type > __l, flag_type __f=ECMAScript) + iterator + lower_bound + a07601.html + ac76a54ed49d2633b97a71e940461def3 + (const key_type &__x) - - ~basic_regex - a05780.html - afb50d847a021f4e7044f54e9c6461b54 - () + const_iterator + lower_bound + a07601.html + aa1b1b9236aecf15614ac2f4659edd279 + (const key_type &__x) const - basic_regex & - assign - a05780.html - a4c13f179b615747c4870a009f84fb490 - (const basic_regex &__rhs) + auto + lower_bound + a07601.html + ae1fcdebc244b6b7c006abcc3cb3c63d7 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - basic_regex & - assign - a05780.html - a2208605216a89f7c0a64b642ec56b962 - (basic_regex &&__rhs) noexcept + auto + lower_bound + a07601.html + a9c254b02eb2bdec6f38b12170102b9fd + (const _Kt &__x) const -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - basic_regex & - assign - a05780.html - ac2ebaaabe81e6b5b5d54bee16fdd494c - (const _Ch_type *__p, flag_type __flags=ECMAScript) + iterator + upper_bound + a07601.html + ab58f3d8e73705b00b8e0323d43c32d34 + (const key_type &__x) - basic_regex & - assign - a05780.html - a133cf9c18a76a5c5b69bb464ec68015f - (const _Ch_type *__p, std::size_t __len, flag_type __flags) + const_iterator + upper_bound + a07601.html + a6350cda1b237d8a34a63a1309c12ced3 + (const key_type &__x) const - basic_regex & - assign - a05780.html - a12b699dc147fc74d3882e6b661be3337 - (const basic_string< _Ch_type, _Ch_traits, _Alloc > &__s, flag_type __flags=ECMAScript) + auto + upper_bound + a07601.html + a860e4d18239957e13d509286aa2e466f + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - basic_regex & - assign - a05780.html - ac731050f58a6f3ec7fc94fd80139fb7e - (_InputIterator __first, _InputIterator __last, flag_type __flags=ECMAScript) + auto + upper_bound + a07601.html + a5477133d89691e608c82be49314cf0b2 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - basic_regex & - assign - a05780.html - a2856446d7ccd20e377e2904faadcd87e - (initializer_list< _Ch_type > __l, flag_type __flags=ECMAScript) + std::pair< iterator, iterator > + equal_range + a07601.html + af02e09bba88000ac8487f66c9d5f0bdb + (const key_type &__x) - flag_type - flags - a05780.html - ac3473fa27e545da4b9d74eb61fa72401 - () const + std::pair< const_iterator, const_iterator > + equal_range + a07601.html + aabff907f910392ba764de55f420727cf + (const key_type &__x) const - locale_type - getloc - a05780.html - aaf583c5f7a272350f7239baeb448f808 - () const + auto + equal_range + a07601.html + add69a9f99e1c6f68636c6c0c9cf57ef6 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - locale_type - imbue - a05780.html - a47e4d0a05a45fc95da8c061c33789004 - (locale_type __loc) + auto + equal_range + a07601.html + ab6135bf8d9a5d292c335e2ca40cdf083 + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - unsigned int - mark_count - a05780.html - a63d9a3b40af6aa139542ab152f18936c - () const + size_type + count + a07601.html + a9f81b59c35ee0ef55f8a49aa63c7ed66 + (const key_type &__x) const - basic_regex & - operator= - a05780.html - a232af3b8f7c72e6c67ba9f3b6d1b256d - (const basic_regex &__rhs) + auto + count + a07601.html + a4003ef6187ecbbdce62b861222c09802 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - basic_regex & - operator= - a05780.html - a8d6c69a28d8c523cae6f7322095490d5 - (basic_regex &&__rhs) noexcept + iterator + find + a07601.html + a88ae213f5272a4de1e360e1e69335d8b + (const key_type &__x) - basic_regex & - operator= - a05780.html - aaf3c150b855c8dddc84f7a33519dba7f - (const _Ch_type *__p) + const_iterator + find + a07601.html + ae1bc7a281212bde2b7b49e3a7589c0cc + (const key_type &__x) const - basic_regex & - operator= - a05780.html - ae9f733548bcdaf906573129bed9c10fa - (initializer_list< _Ch_type > __l) + auto + find + a07601.html + a9a6ec6d5c09fa0d2a3b6f4641261bff7 + (const _Kt &__x) -> decltype(iterator{_M_t._M_find_tr(__x)}) - basic_regex & - operator= - a05780.html - a85898504e41caa15dfed44321f36c4c9 - (const basic_string< _Ch_type, _Ch_traits, _Alloc > &__s) + auto + find + a07601.html + a26352880ae25b82bd86306fa96505b9a + (const _Kt &__x) const -> decltype(const_iterator{_M_t._M_find_tr(__x)}) - void - swap - a05780.html - a5cd0631c180f408fe3aa42a384bbaa74 - (basic_regex &__rhs) - - - - std::basic_streambuf - a02568.html - _CharT - _Traits - - _CharT - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf - - - - _Traits - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 - - - - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b - - - - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa - - - - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 - - - - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c - + iterator + lower_bound + a07601.html + ac76a54ed49d2633b97a71e940461def3 + (const key_type &__x) - - virtual - ~basic_streambuf - a02568.html - ae09ce37bf4266e600cdc23c7648b7808 - () + + const_iterator + lower_bound + a07601.html + aa1b1b9236aecf15614ac2f4659edd279 + (const key_type &__x) const - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + auto + lower_bound + a07601.html + ae1fcdebc244b6b7c006abcc3cb3c63d7 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + auto + lower_bound + a07601.html + a9c254b02eb2bdec6f38b12170102b9fd + (const _Kt &__x) const -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + iterator + upper_bound + a07601.html + ab58f3d8e73705b00b8e0323d43c32d34 + (const key_type &__x) - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + const_iterator + upper_bound + a07601.html + a6350cda1b237d8a34a63a1309c12ced3 + (const key_type &__x) const - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + auto + upper_bound + a07601.html + a860e4d18239957e13d509286aa2e466f + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + auto + upper_bound + a07601.html + a5477133d89691e608c82be49314cf0b2 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + std::pair< iterator, iterator > + equal_range + a07601.html + af02e09bba88000ac8487f66c9d5f0bdb + (const key_type &__x) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + std::pair< const_iterator, const_iterator > + equal_range + a07601.html + aabff907f910392ba764de55f420727cf + (const key_type &__x) const - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + auto + equal_range + a07601.html + add69a9f99e1c6f68636c6c0c9cf57ef6 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + auto + equal_range + a07601.html + ab6135bf8d9a5d292c335e2ca40cdf083 + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + __gnu_parallel::multiway_mergesort_exact_tag + a09293.html + __gnu_parallel::parallel_tag - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 () - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + __gnu_parallel::multiway_mergesort_sampling_tag + a09297.html + __gnu_parallel::parallel_tag - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + __gnu_parallel::multiway_mergesort_tag + a09289.html + __gnu_parallel::parallel_tag - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () - - - - basic_streambuf - a02568.html - af9ead45743a5b28a57d385ac881493e1 + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 () - + void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) - - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) - - - virtual int_type - overflow - a02568.html - a225634e53ed30e3733299a1b6de0b677 - (int_type __c=traits_type::eof()) + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - - virtual int_type - pbackfail - a02568.html - a8d57a822d984ebf68160724aa9330282 - (int_type __c=traits_type::eof()) + + + std::mutex + a06957.html + + + std::negate + a07181.html + + unary_function< _Tp, _Tp > + + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + + _Tp + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - virtual pos_type - seekoff - a02568.html - ad6d5177e376efdb0dccf62890eebc9b0 - (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + std::negate< void > + a07205.html + + + std::negative_binomial_distribution + a06445.html + + std::negative_binomial_distribution::param_type + + _IntType + result_type + a06445.html + aefbecfa1519e59a3f0937ec9eefe450e + - - virtual pos_type - seekpos - a02568.html - a008405d586f640e109c7ab7bf424aa39 - (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + _IntType + k + a06445.html + af928f60c8659aada87d333e379afcd1d + () const - - virtual basic_streambuf< char_type, _Traits > * - setbuf - a02568.html - aad2e731291673229100bde1f24ce828f - (char_type *, streamsize) + + result_type + max + a06445.html + ab6d71a4f655a8dc7b6c15f86eed3c497 + () const - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + result_type + min + a06445.html + ab4c3074bd3f87187e7de81a5ece8522c + () const - - void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + + result_type + operator() + a06445.html + a1c8275129594f6b1ac0830e2550698dd + (_UniformRandomNumberGenerator &__urng) - - virtual streamsize - showmanyc - a02568.html - a85e9299b4d91188c1c0070111604ece8 - () + + double + p + a06445.html + abb3aa564ac6719a607805597e9eb7493 + () const - - virtual int - sync - a02568.html - a407510ac810a42b173f3bd553959bfb5 - () + + param_type + param + a06445.html + af44b23f905d775ec72b31cf9e4012f2f + () const - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + void + param + a06445.html + aaa0499f09e9952646ce78e9c68c8d1d3 + (const param_type &__param) - - virtual int_type - underflow - a02568.html - aab4011ac7751c858f121b887f124529d + + void + reset + a06445.html + afb3d4cc6b63de72f9bbcf9f1f630f1d8 () - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) - - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a - (const char_type *__s, streamsize __n) + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06445.html + a57bcf7aaeecf810d2c7c6c3f0c9f4fbe + (std::basic_ostream< _CharT, _Traits > &__os, const std::negative_binomial_distribution< _IntType1 > &__x) - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + friend bool + operator== + a06445.html + ae83e101d008cf6d901327839147b59e8 + (const negative_binomial_distribution &__d1, const negative_binomial_distribution &__d2) - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06445.html + a93bd5f1af62bc168064fa22619bc1604 + (std::basic_istream< _CharT, _Traits > &__is, std::negative_binomial_distribution< _IntType1 > &__x) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + + std::nested_exception + a06021.html + + + __gnu_cxx::limit_condition::never_adjustor + a11297.html + + + __gnu_cxx::random_condition::never_adjustor + a11321.html + + + __gnu_cxx::new_allocator + a11097.html + + + + __gnu_pbds::detail::no_throw_copies + a12117.html + + + + + __gnu_pbds::detail::no_throw_copies< Key, null_type > + a12121.html + + + + std::normal_distribution + a06365.html + + std::normal_distribution::param_type + + _RealType + result_type + a06365.html + ae45488abda3f5b20d944da2da5a70001 + - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + + normal_distribution + a06365.html + ae3d912adf379592d4b7fdd7557312bcf + (result_type __mean, result_type __stddev=result_type(1)) - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + result_type + max + a06365.html + ae433f04f988a93f6e835d7cf7fbbde31 () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + + _RealType + mean + a06365.html + abcc6e9b8ff25f5d1e076cb5f51f42231 () const - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 - + + result_type + min + a06365.html + aa79e79b65edcb6f45dda08b3efdff9e8 + () const - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d - + + result_type + operator() + a06365.html + ae67f6ec56c5564a3521d734d90f35501 + (_UniformRandomNumberGenerator &__urng) - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 - + + result_type + operator() + a06365.html + a159f2f44c19a01c99cb937297d03604c + (_UniformRandomNumberGenerator &__urng, const param_type &__p) - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 - + + param_type + param + a06365.html + a63085cf246a895f8b03ccb632d4fd0c7 + () const - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 - + + void + param + a06365.html + a9e150060b4fd9ea4fef8f07d8b249944 + (const param_type &__param) - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 - + + void + reset + a06365.html + a757217130ef7b0eb980500afc8bd865c + () - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe - + + _RealType + stddev + a06365.html + a43aa93573bdffbacfde869b5a11bed31 + () const - - _CharT - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf - + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06365.html + abdfecf8325ed9e856625871fee2c56a3 + (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) - - _Traits - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 - + + friend bool + operator== + a06365.html + afaafdb22ede1508109622f89f50e213d + (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) - - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b - + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06365.html + ac440bfeab944ac2efe370a05088ed47c + (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + + normal_distribution< double > + a06365.html - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + double + result_type + a06365.html + ae45488abda3f5b20d944da2da5a70001 - - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 - + + + normal_distribution + a06365.html + ae3d912adf379592d4b7fdd7557312bcf + (result_type __mean, result_type __stddev=result_type(1)) - - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c - + + result_type + max + a06365.html + ae433f04f988a93f6e835d7cf7fbbde31 + () const - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + double + mean + a06365.html + abcc6e9b8ff25f5d1e076cb5f51f42231 + () const - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + result_type + min + a06365.html + aa79e79b65edcb6f45dda08b3efdff9e8 + () const - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + result_type + operator() + a06365.html + ae67f6ec56c5564a3521d734d90f35501 + (_UniformRandomNumberGenerator &__urng) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + result_type + operator() + a06365.html + a159f2f44c19a01c99cb937297d03604c + (_UniformRandomNumberGenerator &__urng, const param_type &__p) - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef + + param_type + param + a06365.html + a63085cf246a895f8b03ccb632d4fd0c7 () const - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + void + param + a06365.html + a9e150060b4fd9ea4fef8f07d8b249944 + (const param_type &__param) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + void + reset + a06365.html + a757217130ef7b0eb980500afc8bd865c + () - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 + + double + stddev + a06365.html + a43aa93573bdffbacfde869b5a11bed31 () const - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06365.html + abdfecf8325ed9e856625871fee2c56a3 + (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + friend bool + operator== + a06365.html + afaafdb22ede1508109622f89f50e213d + (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06365.html + ac440bfeab944ac2efe370a05088ed47c + (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) - std::basic_string - a03900.html - _CharT - _Traits - _Alloc - - - basic_string - a03900.html - a28efca629663d35f1b46b53716fcb952 - () + normal_distribution< result_type > + a06365.html + + result_type + result_type + a06365.html + ae45488abda3f5b20d944da2da5a70001 + - basic_string - a03900.html - a1b86aa9be110b05515cb86436ebecd0c - (const _Alloc &__a) + normal_distribution + a06365.html + ae3d912adf379592d4b7fdd7557312bcf + (result_type __mean, result_type __stddev=result_type(1)) - - basic_string - a03900.html - a2e170755f18d8f170ea8af7645a9023c - (const basic_string &__str) + result_type + max + a06365.html + ae433f04f988a93f6e835d7cf7fbbde31 + () const - - basic_string - a03900.html - a35f89df42b1be1f7aad124282bed3047 - (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + result_type + mean + a06365.html + abcc6e9b8ff25f5d1e076cb5f51f42231 + () const - - basic_string - a03900.html - a3672802c25dce648e465405729d370c6 - (const basic_string &__str, size_type __pos, size_type __n) + result_type + min + a06365.html + aa79e79b65edcb6f45dda08b3efdff9e8 + () const - - basic_string - a03900.html - a50b1cd322a3ce4b1a19874996dc68e5d - (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + result_type + operator() + a06365.html + ae67f6ec56c5564a3521d734d90f35501 + (_UniformRandomNumberGenerator &__urng) - - basic_string - a03900.html - af08d7a344515d8e99fbc1bc495e03ac7 - (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + result_type + operator() + a06365.html + a159f2f44c19a01c99cb937297d03604c + (_UniformRandomNumberGenerator &__urng, const param_type &__p) - - basic_string - a03900.html - ae8ec7e4ede4ff46c057ccc86c7548112 - (const _CharT *__s, const _Alloc &__a=_Alloc()) + param_type + param + a06365.html + a63085cf246a895f8b03ccb632d4fd0c7 + () const - - basic_string - a03900.html - a72834c85f7d482aa0edb360d3e63aa47 - (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + void + param + a06365.html + a9e150060b4fd9ea4fef8f07d8b249944 + (const param_type &__param) - - basic_string - a03900.html - a589dea335e84ebc8fea77d76e26ed683 - (basic_string &&__str) noexcept + void + reset + a06365.html + a757217130ef7b0eb980500afc8bd865c + () - - basic_string - a03900.html - a464829dac12de13b7fdd9411d413fca3 - (initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + result_type + stddev + a06365.html + a43aa93573bdffbacfde869b5a11bed31 + () const + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06365.html + abdfecf8325ed9e856625871fee2c56a3 + (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + + friend bool + operator== + a06365.html + afaafdb22ede1508109622f89f50e213d + (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06365.html + ac440bfeab944ac2efe370a05088ed47c + (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + + + std::not_equal_to + a07213.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::not_equal_to< void > + a07253.html + + + __gnu_pbds::null_node_update + a11897.html + + + + + __gnu_pbds::null_type + + + __gnu_pbds::null_type + a11893.html + + + std::experimental::fundamentals_v1::nullopt_t + a10713.html + + + std::nullopt_t + a02797.html + + + std::num_get + a05925.html + + + std::locale::facet + + _CharT + char_type + a05925.html + a9a9a6afdb462d204cdc547b21a9ab994 + + + + _InIter + iter_type + a05925.html + a54c3ce0bfdb7fb56c3ffe09b355fdefb + - basic_string - a03900.html - a0b3a0c256b0cade0c276550827e5605c - (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + num_get + a05925.html + a074eb427906209a5fbfa7f069ede6b6b + (size_t __refs=0) - - ~basic_string - a03900.html - adb7b4b7b01dd15155872907322c8ce6b - () noexcept + iter_type + get + a05925.html + a8d3f92f251568cbb953ca8fd180aebfa + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, bool &__v) const - basic_string & - append - a03900.html - a93795d6e4ab56974a69099a52726c1e1 - (const basic_string &__str) + iter_type + get + a05925.html + ae1c350b023ef9b857b1a0329a1e26c73 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, void *&__v) const - basic_string & - append - a03900.html - a994d19c140f66be9b1b7219e4d64d111 - (const basic_string &__str, size_type __pos, size_type __n) + iter_type + get + a05925.html + ace108d546731c43b4dc732b868de27f2 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const - basic_string & - append - a03900.html - aedb1f587c0c2da80a654e467e0b02103 - (const _CharT *__s, size_type __n) + iter_type + get + a05925.html + a43aa504bdf16eb4c56a51931e9bcf14a + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const - basic_string & - append - a03900.html - af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 - (const _CharT *__s) + iter_type + get + a05925.html + aadd2b7d1654a53f63e43268cfa4fdc81 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const - basic_string & - append - a03900.html - a41e22e66a2acd2c64d15cabdc9d3820d - (size_type __n, _CharT __c) + iter_type + get + a05925.html + a38433beee9dfd9df837b3a3958217f3d + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const - basic_string & - append - a03900.html - abbc4bbfee03cbca12a25929455036337 - (initializer_list< _CharT > __l) + iter_type + get + a05925.html + abb9cbb2f27d46bff07f489b1f9131510 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const - basic_string & - append - a03900.html - a1279610b99283848863401984efae5c2 - (_InputIterator __first, _InputIterator __last) + iter_type + get + a05925.html + a74265a0f1a9d00a82a34c6f81845257b + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const - basic_string & - assign - a03900.html - a40c0c4216ddc30d2d77595a0af24e0a6 - (const basic_string &__str) + iter_type + get + a05925.html + ae5066dd2d56bc7bb5087c076bb8f2cf7 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, float &__v) const - basic_string & - assign - a03900.html - ab0d36f7b093518f2473845747b2e386f - (basic_string &&__str) + iter_type + get + a05925.html + a07daf51c33fc6a3fe3fb91a6dc4c2124 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, double &__v) const - basic_string & - assign - a03900.html - a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 - (const basic_string &__str, size_type __pos, size_type __n) + iter_type + get + a05925.html + a334826165564d5cf68216f196271c18f + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long double &__v) const + + + static locale::id + id + a05925.html + a9ba35915bc52e34ce33274bc6c4b3df0 + + + + virtual + ~num_get + a05925.html + a711d33666fddd49e7ec6d2cb7db17927 + () + + + virtual iter_type + do_get + a05925.html + aee1742c1c979514fe11b7b1b6595e7ab + (iter_type, iter_type, ios_base &, ios_base::iostate &, bool &) const - - basic_string & - assign - a03900.html - a29921ea06a2addf4f553a0926cee86ed - (const _CharT *__s, size_type __n) + + virtual iter_type + do_get + a05925.html + a03a67001904c1f1d5d4c34a958dedbbd + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const - - basic_string & - assign - a03900.html - a1ce1e1a51bc5ac529889b64df32c8ab1 - (const _CharT *__s) + + virtual iter_type + do_get + a05925.html + a550d079dcba1f4140f26db766e3ae531 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const - - basic_string & - assign - a03900.html - a057ebae0fb6e9ed0fa38c712cb059aeb - (size_type __n, _CharT __c) + + virtual iter_type + do_get + a05925.html + ac931765bfbbd5ba933fcb21d1bf22e7c + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const - - basic_string & - assign - a03900.html - a56b07fb1cb32ec4e0d96d9ba1232579d - (_InputIterator __first, _InputIterator __last) + + virtual iter_type + do_get + a05925.html + a32976dd0309c30b4fa592e2d13f0cb5a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const - - basic_string & - assign - a03900.html - a70293716cb2965eb975b5e7279373c5a - (initializer_list< _CharT > __l) + + virtual iter_type + do_get + a05925.html + a1d6a1d6af2dac3a1dde25e8ae1e72477 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const - - const_reference - at - a03900.html - a7b3f71d659cec45cc094e220814402e6 - (size_type __n) const + + virtual iter_type + do_get + a05925.html + a2b977609d4f92c8e1899dd4d76125c4f + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const - - reference - at - a03900.html - afb57639cf518335a43c9b2875438fe0d - (size_type __n) + + virtual iter_type + do_get + a05925.html + abf3067e994fdf54ade5222e6f13cebcc + (iter_type, iter_type, ios_base &, ios_base::iostate &, float &) const - - reference - back - a03900.html - ac12faa42fdb7031770f89f43f8901376 - () + + virtual iter_type + do_get + a05925.html + a33556676f96535fa908ce805e35fda5b + (iter_type, iter_type, ios_base &, ios_base::iostate &, double &) const - - const_reference - back - a03900.html - a7b7634d8024933699b736e271f88cdac - () const noexcept + + virtual iter_type + do_get + a05925.html + adb04cb4c74797b0ef75038154d39f726 + (iter_type, iter_type, ios_base &, ios_base::iostate &, long double &) const - - iterator - begin - a03900.html - a92ac8cd12ed8dd292465c513b47b3a81 - () + + virtual iter_type + do_get + a05925.html + a30ca40af9407da445582b1a67c41db80 + (iter_type, iter_type, ios_base &, ios_base::iostate &, void *&) const - - const_iterator - begin - a03900.html - a9616ce861862d90208cee9aedd61747b - () const noexcept + + _CharT + char_type + a05925.html + a9a9a6afdb462d204cdc547b21a9ab994 + - - const _CharT * - c_str - a03900.html - a1c644c6d7fe3a686d752a9aecb99da0c - () const noexcept + + _InIter + iter_type + a05925.html + a54c3ce0bfdb7fb56c3ffe09b355fdefb + - size_type - capacity - a03900.html - adbd70b5afd5d6a0b47dfe2e2ec491c07 - () const noexcept + iter_type + get + a05925.html + ace108d546731c43b4dc732b868de27f2 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const - const_iterator - cbegin - a03900.html - accd90e0fb247fa817e4b8e2b093380aa - () const noexcept + iter_type + get + a05925.html + a43aa504bdf16eb4c56a51931e9bcf14a + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const - const_iterator - cend - a03900.html - a08def895e3c355e7d463af3f778a0f52 - () const noexcept + iter_type + get + a05925.html + aadd2b7d1654a53f63e43268cfa4fdc81 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const - void - clear - a03900.html - aaf800493abc5157b122532f5553c7473 - () noexcept + iter_type + get + a05925.html + a38433beee9dfd9df837b3a3958217f3d + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const - int - compare - a03900.html - a2e55254a1296e57e119415607247b8f2 - (const basic_string &__str) const + iter_type + get + a05925.html + abb9cbb2f27d46bff07f489b1f9131510 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const - int - compare - a03900.html - a2bd799002ba56d91f9d7da0f66a39034 - (size_type __pos, size_type __n, const basic_string &__str) const + iter_type + get + a05925.html + a74265a0f1a9d00a82a34c6f81845257b + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const - int - compare - a03900.html - ad5deb315b5f9164af31594f841c75d85 - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + iter_type + get + a05925.html + ae5066dd2d56bc7bb5087c076bb8f2cf7 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, float &__v) const - int - compare - a03900.html - a215d1d73d41a557d9615091708945db6 - (const _CharT *__s) const noexcept + iter_type + get + a05925.html + a07daf51c33fc6a3fe3fb91a6dc4c2124 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, double &__v) const - int - compare - a03900.html - a2e70c8910f113af5e6698c105982610a - (size_type __pos, size_type __n1, const _CharT *__s) const + iter_type + get + a05925.html + a334826165564d5cf68216f196271c18f + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long double &__v) const - - int - compare - a03900.html - a30a54ee684d64bf8e2474d8b21eb1abf - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + + virtual iter_type + do_get + a05925.html + aee1742c1c979514fe11b7b1b6595e7ab + (iter_type, iter_type, ios_base &, ios_base::iostate &, bool &) const - - size_type - copy - a03900.html - a58b4af90a328f86db6bed2c8e25b4fe5 - (_CharT *__s, size_type __n, size_type __pos=0) const + + virtual iter_type + do_get + a05925.html + a03a67001904c1f1d5d4c34a958dedbbd + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const - - const_reverse_iterator - crbegin - a03900.html - a0403377853044ccf7f9020f98a5b0916 - () const noexcept + + virtual iter_type + do_get + a05925.html + a550d079dcba1f4140f26db766e3ae531 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const - - const_reverse_iterator - crend - a03900.html - a9b78c09c0de7008f035df7238fe4b925 - () const noexcept + + virtual iter_type + do_get + a05925.html + ac931765bfbbd5ba933fcb21d1bf22e7c + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const - - const _CharT * - data - a03900.html - a7998fb98c9eddd604864547d4ed4a80f - () const noexcept + + virtual iter_type + do_get + a05925.html + a32976dd0309c30b4fa592e2d13f0cb5a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const - - bool - empty - a03900.html - ab646860c309686e5dfa9ab42e062a1bf - () const noexcept + + virtual iter_type + do_get + a05925.html + a1d6a1d6af2dac3a1dde25e8ae1e72477 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const - - iterator - end - a03900.html - aa4a6c059c158877d2390196bbff5b480 - () + + virtual iter_type + do_get + a05925.html + a2b977609d4f92c8e1899dd4d76125c4f + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const - - const_iterator - end - a03900.html - a817beeb1801ef5c3046593ef8867a37d - () const noexcept + + virtual iter_type + do_get + a05925.html + abf3067e994fdf54ade5222e6f13cebcc + (iter_type, iter_type, ios_base &, ios_base::iostate &, float &) const - - basic_string & - erase - a03900.html - ad0c376cb963e61712842490d44d53a74 - (size_type __pos=0, size_type __n=npos) + + virtual iter_type + do_get + a05925.html + a33556676f96535fa908ce805e35fda5b + (iter_type, iter_type, ios_base &, ios_base::iostate &, double &) const - - iterator - erase - a03900.html - a28aff931bdb19be2c6b1658d6bb03f71 - (iterator __position) + + virtual iter_type + do_get + a05925.html + adb04cb4c74797b0ef75038154d39f726 + (iter_type, iter_type, ios_base &, ios_base::iostate &, long double &) const - - iterator - erase - a03900.html - a14043b49e3ab3c8834b1936a8bdf7fd7 - (iterator __first, iterator __last) + + virtual iter_type + do_get + a05925.html + a30ca40af9407da445582b1a67c41db80 + (iter_type, iter_type, ios_base &, ios_base::iostate &, void *&) const - - size_type - find - a03900.html - a2905ece9a19045bd348be9fd2aa01664 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + std::num_put + a05929.html + + + std::locale::facet + + _CharT + char_type + a05929.html + ac0c51d4b707accaf08a924ea1e298ed9 + - - size_type - find - a03900.html - a295acb36c3779a550ca1792fef74736e - (const basic_string &__str, size_type __pos=0) const noexcept + + _OutIter + iter_type + a05929.html + ad2381689c28b46237f7615e0de6028fa + - size_type - find - a03900.html - a0961886fe945d04554beab21c4f9bc54 - (const _CharT *__s, size_type __pos=0) const noexcept + + num_put + a05929.html + a8c248a63cf9ad3dcf26f93f1b1b75d9c + (size_t __refs=0) - size_type - find - a03900.html - ad22ff0adb9ffcbc5fcbde132fce0898d - (_CharT __c, size_type __pos=0) const noexcept + iter_type + put + a05929.html + aee69742de1a8e31ec291c3d9ed8b6779 + (iter_type __s, ios_base &__io, char_type __fill, bool __v) const - size_type - find_first_not_of - a03900.html - a3d161e0b4182e43e70778769cefdab8c - (const basic_string &__str, size_type __pos=0) const noexcept + iter_type + put + a05929.html + ac2219285def97823139415bcacd89e42 + (iter_type __s, ios_base &__io, char_type __fill, const void *__v) const - size_type - find_first_not_of - a03900.html - a2ecada165b41788e4817cb31b8e5269b - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + iter_type + put + a05929.html + a979896c98edc3a6fa116c277148622fb + (iter_type __s, ios_base &__io, char_type __fill, long __v) const - size_type - find_first_not_of - a03900.html - af929326691134537716b308d080f487f - (const _CharT *__s, size_type __pos=0) const noexcept + iter_type + put + a05929.html + a1f76c7a2ddb936ac6a46cafb7e482f91 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const - size_type - find_first_not_of - a03900.html - a0766f7adbc9a185b21bb1356ab6e302f - (_CharT __c, size_type __pos=0) const noexcept + iter_type + put + a05929.html + a4e520179f48db1bcd852066ce86f2b7d + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const - size_type - find_first_of - a03900.html - a118aa1e4afbe9d35b49eb36ad74e230a - (const basic_string &__str, size_type __pos=0) const noexcept + iter_type + put + a05929.html + ad5858234a5d78c697063ba8190452d61 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const - size_type - find_first_of - a03900.html - a3539b87ea391ab52a571f62e3f4d3516 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + iter_type + put + a05929.html + ae18fddb4a48878fe0a58abe4d7b0aca7 + (iter_type __s, ios_base &__io, char_type __fill, double __v) const - size_type - find_first_of - a03900.html - ae2873f45c9a0fcb04bd17eaec640540b - (const _CharT *__s, size_type __pos=0) const noexcept + iter_type + put + a05929.html + a3c956b3279105a66090bdc73dd340a4b + (iter_type __s, ios_base &__io, char_type __fill, long double __v) const - - size_type - find_first_of - a03900.html - ab065587ff286d2b7e0aa9ed49ceb871a - (_CharT __c, size_type __pos=0) const noexcept + + static locale::id + id + a05929.html + acabca6247d4f37a6a82e556da559ebdf + - - size_type - find_last_not_of - a03900.html - a2a7d997ad1bf8f9667a18ba72f3d1608 - (const basic_string &__str, size_type __pos=npos) const noexcept + + virtual + ~num_put + a05929.html + ac4607a4c6e5d89abc38594b47c3aa9dc + () - - size_type - find_last_not_of - a03900.html - ae7c601a7f29a2304f2f014faaa789652 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + virtual iter_type + do_put + a05929.html + a751c0d4e60210056dc7e8ea6f3bbd405 + (iter_type __s, ios_base &__io, char_type __fill, bool __v) const - - size_type - find_last_not_of - a03900.html - a3e72d0dcdcb779d768feb37f0d10937d - (const _CharT *__s, size_type __pos=npos) const noexcept + + virtual iter_type + do_put + a05929.html + a7d1915d312132bf998bdf29b6969afe7 + (iter_type __s, ios_base &__io, char_type __fill, long __v) const - - size_type - find_last_not_of - a03900.html - a779c081af38b8c6af0341ed88e19c69f - (_CharT __c, size_type __pos=npos) const noexcept + + virtual iter_type + do_put + a05929.html + a075dbdca32501d714e181253cb4614b1 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const - - size_type - find_last_of - a03900.html - a5bd1d6df971b6e4cb7468ac97e1dd338 - (const basic_string &__str, size_type __pos=npos) const noexcept + + virtual iter_type + do_put + a05929.html + adb43c423d095bd32b806c4e44fd63cfb + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const - - size_type - find_last_of - a03900.html - abebb36705e89a99c9c8dd8b4968aa6f3 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + virtual iter_type + do_put + a05929.html + aba459b0ab5eb2763880fd3897607ac74 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const - - size_type - find_last_of - a03900.html - a1eeebd95d63fe61d0ef78f369675ca89 - (const _CharT *__s, size_type __pos=npos) const noexcept + + virtual iter_type + do_put + a05929.html + a15bcd2e90efb4755b2f3d2b900773f8e + (iter_type, ios_base &, char_type, double) const - - size_type - find_last_of - a03900.html - a88eae65c3d8e575c4e18b3f113fa3d05 - (_CharT __c, size_type __pos=npos) const noexcept + + virtual iter_type + do_put + a05929.html + a80c7eac50b4f62c5300c437ef7c31ac6 + (iter_type, ios_base &, char_type, long double) const - - reference - front - a03900.html - a4e7ef41fd4dbb69e831e2721fef8c1f5 - () + + virtual iter_type + do_put + a05929.html + a2448fac36fa28f3a8af076b66ce70db1 + (iter_type, ios_base &, char_type, const void *) const - - const_reference - front - a03900.html - a3dd02d2967a250d1e115f96907b05411 - () const noexcept + + _CharT + char_type + a05929.html + ac0c51d4b707accaf08a924ea1e298ed9 + + + + _OutIter + iter_type + a05929.html + ad2381689c28b46237f7615e0de6028fa + - allocator_type - get_allocator - a03900.html - ac74bf867dd0c370a371d27715417037d - () const noexcept + iter_type + put + a05929.html + a979896c98edc3a6fa116c277148622fb + (iter_type __s, ios_base &__io, char_type __fill, long __v) const - void - insert - a03900.html - a3e9371291649e0ef913b1db6eca30fe6 - (iterator __p, size_type __n, _CharT __c) + iter_type + put + a05929.html + a1f76c7a2ddb936ac6a46cafb7e482f91 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const - void - insert - a03900.html - adfba5cd6a9aa65ba311bccf50cb372f1 - (iterator __p, _InputIterator __beg, _InputIterator __end) + iter_type + put + a05929.html + a4e520179f48db1bcd852066ce86f2b7d + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const - void - insert - a03900.html - a222550ae5e2797c94ec1843e1c5d534d - (iterator __p, initializer_list< _CharT > __l) + iter_type + put + a05929.html + ad5858234a5d78c697063ba8190452d61 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const - basic_string & - insert - a03900.html - a573db36b336dacb30f9597947fb9cbba - (size_type __pos1, const basic_string &__str) + iter_type + put + a05929.html + ae18fddb4a48878fe0a58abe4d7b0aca7 + (iter_type __s, ios_base &__io, char_type __fill, double __v) const - basic_string & - insert - a03900.html - a70baff37172ea468e37cb11d7e38363d - (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + iter_type + put + a05929.html + a3c956b3279105a66090bdc73dd340a4b + (iter_type __s, ios_base &__io, char_type __fill, long double __v) const - - basic_string & - insert - a03900.html - a5ddc3f0696e69ba341e5cbdc78a1a727 - (size_type __pos, const _CharT *__s, size_type __n) + + virtual iter_type + do_put + a05929.html + a751c0d4e60210056dc7e8ea6f3bbd405 + (iter_type __s, ios_base &__io, char_type __fill, bool __v) const - - basic_string & - insert - a03900.html - acc1fcf315c8dfe30d0f84465e5d9f033 - (size_type __pos, const _CharT *__s) + + virtual iter_type + do_put + a05929.html + a7d1915d312132bf998bdf29b6969afe7 + (iter_type __s, ios_base &__io, char_type __fill, long __v) const - - basic_string & - insert - a03900.html - ae866142460e73e83a99d2cd13a0252ae - (size_type __pos, size_type __n, _CharT __c) + + virtual iter_type + do_put + a05929.html + a075dbdca32501d714e181253cb4614b1 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const - - iterator - insert - a03900.html - afd1100ed98bdacbf118baaf860bb2feb - (iterator __p, _CharT __c) + + virtual iter_type + do_put + a05929.html + adb43c423d095bd32b806c4e44fd63cfb + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const - - size_type - length - a03900.html - a5963813a61b3dbc4edd03cf1f91608b5 - () const noexcept + + virtual iter_type + do_put + a05929.html + aba459b0ab5eb2763880fd3897607ac74 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const - - size_type - max_size - a03900.html - ae64648328b956cc014db981cfd763df4 - () const noexcept + + virtual iter_type + do_put + a05929.html + a15bcd2e90efb4755b2f3d2b900773f8e + (iter_type, ios_base &, char_type, double) const - - basic_string & - operator+= - a03900.html - a3f985c5b2f4e7220ca0f49fba85ee836 - (const basic_string &__str) + + virtual iter_type + do_put + a05929.html + a80c7eac50b4f62c5300c437ef7c31ac6 + (iter_type, ios_base &, char_type, long double) const - - basic_string & - operator+= - a03900.html - adbefaa945be40d2d60d200370327f078 - (const _CharT *__s) + + virtual iter_type + do_put + a05929.html + a2448fac36fa28f3a8af076b66ce70db1 + (iter_type, ios_base &, char_type, const void *) const - - basic_string & - operator+= - a03900.html - a8795b7445dab8726bfdf3e7ad7bfd45b - (_CharT __c) + + + std::numeric_limits + a02637.html + + std::__numeric_limits_base + + static constexpr _Tp + denorm_min + a02637.html + ab1f0b8ed143b9669ed2552db8dc84948 + () noexcept - - basic_string & - operator+= - a03900.html - a44f1139d68b80d8dfb0920903d5542c4 - (initializer_list< _CharT > __l) + + static constexpr _Tp + epsilon + a02637.html + a36c481134680c7d422edde6d75346b96 + () noexcept - - basic_string & - operator= - a03900.html - aa8f6f22768d186c590681e47f84c121b - (const basic_string &__str) + + static constexpr _Tp + infinity + a02637.html + ae18eb0704a24559eee8bec962285bef2 + () noexcept - - basic_string & - operator= - a03900.html - a35293bfc788d5cfbd78bca7bb3f7e43a - (const _CharT *__s) + + static constexpr _Tp + lowest + a02637.html + aa2bb95f67b879e81fcc80383023eeeb7 + () noexcept - - basic_string & - operator= - a03900.html - a79cf5ca6fa3860d67ddde51fc19f4a2d - (_CharT __c) + + static constexpr _Tp + max + a02637.html + a27b481b529885d1b1b714c7fe69a1945 + () noexcept - - basic_string & - operator= - a03900.html - a3b90512bec447bb5b4ccd61ac0041ac1 - (basic_string &&__str) + + static constexpr _Tp + min + a02637.html + aae25581f91ebab83161d2da3fe0cdb9d + () noexcept - - basic_string & - operator= - a03900.html - a12d94f9bbcb2ed1ae495aafaae17b39d - (initializer_list< _CharT > __l) + + static constexpr _Tp + quiet_NaN + a02637.html + a4a252b113edcbac0881a4ff30d94b1e1 + () noexcept - - const_reference - operator[] - a03900.html - aac009c5b9a838a7e0651bd62047d6c5f - (size_type __pos) const noexcept + + static constexpr _Tp + round_error + a02637.html + ae76ce654a6257e29da21c7eba1ad5142 + () noexcept - - reference - operator[] - a03900.html - ae727161635dca3a36d696c73d391424b - (size_type __pos) + + static constexpr _Tp + signaling_NaN + a02637.html + aeaa1c3844ce0a450c06cc2f81e1cf4eb + () noexcept - - void - pop_back - a03900.html - a570874e864550fff0d314ee635afba9c - () + + static constexpr int + digits + a02633.html + a6e3cb3ba2f8a6742d4759b989e5e3fed + - - void - push_back - a03900.html - a0825375ff9f37dd0716baeb3932a8c10 - (_CharT __c) + + static constexpr int + digits10 + a02633.html + acc2df72b67282d8ad4ca54cbb4826475 + - - reverse_iterator - rbegin - a03900.html - a43226db34f7ad7cb99e1cc9f6549ae03 - () + + static constexpr float_denorm_style + has_denorm + a02633.html + afc9f9982a8b1c62c901eccdb07fcb5d9 + - - const_reverse_iterator - rbegin - a03900.html - a9c8fd2b5572dc31cbd455698a398ec9d - () const noexcept + + static constexpr bool + has_denorm_loss + a02633.html + a73f0cc2531cddced5d6e83310f7889f8 + - - reverse_iterator - rend - a03900.html - a320628bf4405d1896c4cbbaa1c0ddee1 - () + + static constexpr bool + has_infinity + a02633.html + af40ebac2e757c3a671a25493ca2ef1e7 + - - const_reverse_iterator - rend - a03900.html - a7bd1be7596d11f5b7e8d7f29372adc61 - () const noexcept + + static constexpr bool + has_quiet_NaN + a02633.html + a0a8471dcf6287585eae04a539926c324 + - - basic_string & - replace - a03900.html - a499572a795055fb2b4640aa8fa933a7d - (size_type __pos, size_type __n, const basic_string &__str) + + static constexpr bool + has_signaling_NaN + a02633.html + ab9e32618933910efd38857f2b4c112f9 + - - basic_string & - replace - a03900.html - ad87fcdf010de7bf39af1e0784399913a - (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + static constexpr bool + is_bounded + a02633.html + a73d31de0788cee8f432f0a9075e97a76 + - - basic_string & - replace - a03900.html - a51945801c8054e522d106ead6dbb2f5d - (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + + static constexpr bool + is_exact + a02633.html + a81640a55cbeb9fccfbedd74ce954a439 + - - basic_string & - replace - a03900.html - a3db009664c81360b5ca3f0d1bfcfdb85 - (size_type __pos, size_type __n1, const _CharT *__s) + + static constexpr bool + is_iec559 + a02633.html + a76fdc688c82a37689f4920a9776fc593 + - - basic_string & - replace - a03900.html - a0d0a0149f031ac66fe91076e2e777bac - (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + static constexpr bool + is_integer + a02633.html + a1080a407fe101570ab1a619fe8071396 + - - basic_string & - replace - a03900.html - ad19978649741d77947601dd6d9060790 - (iterator __i1, iterator __i2, const basic_string &__str) + + static constexpr bool + is_modulo + a02633.html + a05f7c8b3b2be44d621e3fd1f0e738461 + - - basic_string & - replace - a03900.html - a7445d4650ad19f82110fc756829a3f5f - (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + + static constexpr bool + is_signed + a02633.html + ac9fad027d1b91ec445d58e5036e8ea0b + - - basic_string & - replace - a03900.html - a0d1b1f02005d10780da0025d702188ef - (iterator __i1, iterator __i2, const _CharT *__s) + + static constexpr bool + is_specialized + a02633.html + ac5f6c4f5343b7060e87d95c2ddb406eb + - - basic_string & - replace - a03900.html - a2e2e22f1f92a2344a7b08773a7d1eb5e - (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + static constexpr int + max_digits10 + a02633.html + a1c62958a09eb69aba2a03a6e03b1574f + - - basic_string & - replace - a03900.html - ab14ece76be0afccddda61836f3683ba4 - (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + static constexpr int + max_exponent + a02633.html + ac68694be9c73ac6e36c3fe2ab1f18da4 + - - basic_string & - replace - a03900.html - a5c6756c900299cb0b024dae3bb036285 - (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + + static constexpr int + max_exponent10 + a02633.html + afa984ea44c90b032e00779a960af64ff + - - void - reserve - a03900.html - a33d4d3491641d9129f660cb46a9ccac8 - (size_type __res_arg=0) + + static constexpr int + min_exponent + a02633.html + a2552b13ee696d6a61a0a037fef1dc1e0 + - - void - resize - a03900.html - a7530f355537da638911c78ef7925daa9 - (size_type __n, _CharT __c) + + static constexpr int + min_exponent10 + a02633.html + ad10027037371bb1138225df2876d5e6c + - - void - resize - a03900.html - a9c65ed069cb3a757975febfef57479cd - (size_type __n) + + static constexpr int + radix + a02633.html + af69d3e469fe6b7e0de143494703ab04a + + + + static constexpr float_round_style + round_style + a02633.html + ae94127c8af226c7ebe44e9b39b80813b + + + + static constexpr bool + tinyness_before + a02633.html + ad43f706bb453627342a50e9891ae8027 + + + + static constexpr bool + traps + a02633.html + aada3546b2e0b32ecaef18c00e2b0dcfd + + + + + std::numeric_limits< bool > + a02653.html + + + std::numeric_limits< char > + a02657.html + + + std::numeric_limits< char16_t > + a02673.html + + + std::numeric_limits< char32_t > + a02677.html + + + std::numeric_limits< double > + a02717.html + + + std::numeric_limits< float > + a02713.html + + + std::numeric_limits< int > + a02689.html + + + std::numeric_limits< long > + a02697.html + + + std::numeric_limits< long double > + a02721.html + + + std::numeric_limits< long long > + a02705.html + + + std::numeric_limits< short > + a02681.html + + + std::numeric_limits< signed char > + a02661.html + + + std::numeric_limits< unsigned char > + a02665.html + + + std::numeric_limits< unsigned int > + a02693.html + + + std::numeric_limits< unsigned long > + a02701.html + + + std::numeric_limits< unsigned long long > + a02709.html + + + std::numeric_limits< unsigned short > + a02685.html + + + std::numeric_limits< wchar_t > + a02669.html + + + std::numpunct + a05917.html + + std::locale::facet + + _CharT + char_type + a05917.html + a5f66a8c8a32a72ea0647e8d7cca7336f + + + + basic_string< _CharT > + string_type + a05917.html + a12e88768d524b9673b122e1a7665abc2 + - size_type - rfind - a03900.html - a6cab7f0f853a0f230ea585888e21d34d - (const basic_string &__str, size_type __pos=npos) const noexcept + + numpunct + a05917.html + aea7df1e8fe9c7bd9969e92c5efd2e3e0 + (__c_locale __cloc, size_t __refs=0) - size_type - rfind - a03900.html - a62cac31568a34b427b6faf3962f72746 - (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + numpunct + a05917.html + a14c5c77559d8e42b3bf279f9508232db + (__cache_type *__cache, size_t __refs=0) - size_type - rfind - a03900.html - a252f2266eacf983c47e0f5874b9eaff6 - (const _CharT *__s, size_type __pos=npos) const noexcept + + numpunct + a05917.html + ab735f1fdfc597150f2cb2619735d75bb + (size_t __refs=0) - size_type - rfind - a03900.html - a3287a95c5ac1c576aac7c1c28d3f001a - (_CharT __c, size_type __pos=npos) const noexcept + char_type + decimal_point + a05917.html + a77a3bcc91f7435d9a38705d681fc9189 + () const - void - shrink_to_fit - a03900.html - a74201ef9d14b1fd7c7e116268e277023 - () noexcept + string_type + falsename + a05917.html + a10a0ca2816e977ddc5cb313e900e8848 + () const - size_type - size - a03900.html - a676f896c88073521cfac7aab5f3da5af - () const noexcept + string + grouping + a05917.html + ac3aec48be2ff86c8db10c16755c98150 + () const - basic_string - substr - a03900.html - a25792c9769bbd22fccf887bf0be28556 - (size_type __pos=0, size_type __n=npos) const + char_type + thousands_sep + a05917.html + a7d048bb8f665b15327ad467442367219 + () const - void - swap - a03900.html - a82c14c3fd8fa3cd5a7ccf1c76fa89b03 - (basic_string &__s) + string_type + truename + a05917.html + a226b1f5216eec8172bf4b71bede27a74 + () const - static const size_type - npos - a03900.html - ac73924a70ab202e90e1c18c2dea125c9 + static locale::id + id + a05917.html + aa1b5fb7db7f26982b786d4c03fea1367 - - - std::basic_stringbuf - a02584.html - _CharT - _Traits - _Alloc - std::basic_streambuf - - - basic_stringbuf - a02584.html - a19b9cff5db05affb68557688c6130409 - (ios_base::openmode __mode=ios_base::in|ios_base::out) + + virtual + ~numpunct + a05917.html + a33831903059b8ea27f47a07706f80604 + () - - - basic_stringbuf - a02584.html - a37b53ee2a13c652e61c4db6cc1f47b51 - (const __string_type &__str, ios_base::openmode __mode=ios_base::in|ios_base::out) + + virtual char_type + do_decimal_point + a05917.html + a760cc3ce936f6446b894cbe913948067 + () const - - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 + + virtual string_type + do_falsename + a05917.html + aab0f0fa60cb43be85a93bad38bee99e4 () const - - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + + virtual string + do_grouping + a05917.html + aa122f3820012ca748285e9e9f1559d12 + () const - - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + + virtual char_type + do_thousands_sep + a05917.html + aca44112e2524a51069b7bd674723b36e + () const - - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + + virtual string_type + do_truename + a05917.html + ae560023d22e2e9c686f97f87b397c07d + () const - - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + + _CharT + char_type + a05917.html + a5f66a8c8a32a72ea0647e8d7cca7336f + - - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + + basic_string< _CharT > + string_type + a05917.html + a12e88768d524b9673b122e1a7665abc2 + + + + std::numpunct_byname + a05921.html + + std::numpunct - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + char_type + decimal_point + a05917.html + a77a3bcc91f7435d9a38705d681fc9189 + () const - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + string_type + falsename + a05917.html + a10a0ca2816e977ddc5cb313e900e8848 + () const - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + string + grouping + a05917.html + ac3aec48be2ff86c8db10c16755c98150 + () const - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + char_type + thousands_sep + a05917.html + a7d048bb8f665b15327ad467442367219 + () const - __string_type - str - a02584.html - a710ce01324037dd8787cde291a3608e0 + string_type + truename + a05917.html + a226b1f5216eec8172bf4b71bede27a74 () const - - void - str - a02584.html - a54d0b95ccabadaa97884f3c54f1943d2 - (const __string_type &__s) + + static locale::id + id + a05917.html + aa1b5fb7db7f26982b786d4c03fea1367 + - - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + + virtual char_type + do_decimal_point + a05917.html + a760cc3ce936f6446b894cbe913948067 + () const - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + virtual string_type + do_falsename + a05917.html + aab0f0fa60cb43be85a93bad38bee99e4 + () const + + + virtual string + do_grouping + a05917.html + aa122f3820012ca748285e9e9f1559d12 + () const + + + virtual char_type + do_thousands_sep + a05917.html + aca44112e2524a51069b7bd674723b36e + () const + + + virtual string_type + do_truename + a05917.html + ae560023d22e2e9c686f97f87b397c07d + () const + + + __gnu_parallel::omp_loop_static_tag + a09273.html + __gnu_parallel::parallel_tag - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + __gnu_parallel::omp_loop_tag + a09269.html + __gnu_parallel::parallel_tag - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 () - + void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) + + + std::once_flag + a02789.html + + + once_flag + a02789.html + a60da2be389d0324a5210bd778a522af8 + (const once_flag &)=delete - - virtual int_type - overflow - a02584.html - a9016f69345c21be73b6f737778988c48 - (int_type __c=traits_type::eof()) + + once_flag & + operator= + a02789.html + adbefc6681906783e9e20249895a98082 + (const once_flag &)=delete - - virtual int_type - pbackfail - a02584.html - ab841cde22dc8221da78bda25cb6273bf - (int_type __c=traits_type::eof()) + + friend void + call_once + a02789.html + a50268ad23026fe8b50904bb17b39afec + (once_flag &__once, _Callable &&__f, _Args &&... __args) - + + + std::experimental::fundamentals_v1::optional + a10705.html + + std::_Optional_base + _Enable_copy_move< is_copy_constructible< _Tp >::value, __and_< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >::value, is_move_constructible< _Tp >::value, __and_< is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value, optional< _Tp > > + + + std::optional + a02793.html + + std::_Optional_base + _Enable_copy_move< is_copy_constructible_v< _Tp >, __and_v< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >, is_move_constructible_v< _Tp >, __and_v< is_move_constructible< _Tp >, is_move_assignable< _Tp > >, optional< _Tp > > + + + std::ostream_iterator + a07737.html + + + + iterator< output_iterator_tag, void, void, void, void > + void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) - - - virtual pos_type - seekoff - a02584.html - a87ffed7ed9940e5952303b31be0b6a11 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - virtual pos_type - seekpos - a02584.html - a763bee40dfc04e2ee2816e322c3af297 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - - virtual __streambuf_type * - setbuf - a02584.html - a3ecbb2133b5c6b598b0344b7cbbe1757 - (char_type *__s, streamsize __n) + + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - + void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - + void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - - virtual streamsize - showmanyc - a02584.html - a24490a3224662a3c57cbb8f591b2acbc - () + + _CharT + char_type + a07737.html + a2e939ab7767bb87e13402127b3b0c841 + - - virtual int - sync - a02568.html - a407510ac810a42b173f3bd553959bfb5 - () + + _Traits + traits_type + a07737.html + a5074fdcc3b49fe7a05c5689d04ab1033 + - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 - () + + basic_ostream< _CharT, _Traits > + ostream_type + a07737.html + aa8e002bf7b5552b4b9117198b99050ab + - - virtual int_type - underflow - a02584.html - a51561fccb6d01fb598c1885de0defc71 - () + + + ostream_iterator + a07737.html + a6f93dbe2e9972260dd0ab4b869967e26 + (const ostream_iterator &__obj) - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) + + + ostream_iterator + a07737.html + a43b5a82905d5237921fc78c44455950a + (ostream_type &__s) - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a - (const char_type *__s, streamsize __n) + + + ostream_iterator + a07737.html + afa776b7965fc2d27f9281944542be2d8 + (ostream_type &__s, const _CharT *__c) - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + ostream_iterator & + operator= + a07737.html + a3c5547f8d577192a0c4672ef08a1b166 + (const _Tp &__value) - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + _CharT + char_type + a07737.html + a2e939ab7767bb87e13402127b3b0c841 + - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + _Traits + traits_type + a07737.html + a5074fdcc3b49fe7a05c5689d04ab1033 + - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + basic_ostream< _CharT, _Traits > + ostream_type + a07737.html + aa8e002bf7b5552b4b9117198b99050ab + - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + + std::experimental::fundamentals_v2::ostream_joiner + a10677.html + + + + + + std::ostreambuf_iterator + a02625.html + + + iterator< output_iterator_tag, void, void, void, void > + + void + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 + + void + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d + + _CharT + char_type + a02625.html + ae17f1065063411a135cbbaea9430b4a1 - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 + + _Traits + traits_type + a02625.html + a298c8f26e6abe6243ca62e48f96e8c30 - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02625.html + ab758ea69e2618c0f53825685999de776 - - ios_base::openmode - _M_mode - a02584.html - ac61ba779db3a0af0973ab5222c78fa0b + + basic_ostream< _CharT, _Traits > + ostream_type + a02625.html + ab1268dc45f0682f612da8e1c6fd7b0ac - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 + + + ostreambuf_iterator + a02625.html + ac9080f23edb16ede8dc2e24e84f75207 + (ostream_type &__s) noexcept + + + + ostreambuf_iterator + a02625.html + aef4876e87478fee9493302260f2c1b36 + (streambuf_type *__s) noexcept + + + bool + failed + a02625.html + a25e3c6c287e9ef06fb6412d1f93aaf27 + () const noexcept + + + ostreambuf_iterator & + operator* + a02625.html + a179357ce2cd1d4a53d9c0e5efb65e4df + () + + + ostreambuf_iterator & + operator++ + a02625.html + a0e9d282823cd7811717ad6bd890f8626 + () + + + ostreambuf_iterator & + operator++ + a02625.html + ad925d614752b837a7147d44d322a6aad + (int) + + + ostreambuf_iterator & + operator= + a02625.html + abcdedbb3c0f65a77d78cd15466ec7c73 + (_CharT __c) + + + _CharT + char_type + a02625.html + ae17f1065063411a135cbbaea9430b4a1 - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + + _Traits + traits_type + a02625.html + a298c8f26e6abe6243ca62e48f96e8c30 - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02625.html + ab758ea69e2618c0f53825685999de776 - - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + basic_ostream< _CharT, _Traits > + ostream_type + a02625.html + ab1268dc45f0682f612da8e1c6fd7b0ac + + + + + std::out_of_range + a02961.html + std::logic_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept + + + std::output_iterator_tag + a07509.html + + + __gnu_pbds::detail::ov_tree_map + a12421.html + + + + + + types_traits< Key, Mapped, _Alloc, false > + __gnu_pbds::detail::ov_tree_map::cond_dtor - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + node_iterator + node_begin + a12421.html + afc10c0792ed8be0526b649259b3c0fa6 + () - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + node_const_iterator + node_begin + a12421.html + a113fba87245093fa3f641af40e3d9130 + () const - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce + node_iterator + node_end + a12421.html + aa94f91341b3fc224398a5d664c293069 () - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef + + node_const_iterator + node_end + a12421.html + aa3b7414bf178e8aa649b406cf43def0b () const - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f + + + __gnu_pbds::detail::ov_tree_node_const_it_ + a12413.html + + + + + this_type + get_l_child + a12413.html + a0042e586a7f4eb89dc5701140e3adb05 () const - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b + + this_type + get_r_child + a12413.html + ab5c65f8b148fced3b2e38f12f37312b7 () const - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 + + + __gnu_pbds::detail::ov_tree_node_it_ + a12417.html + + + + __gnu_pbds::detail::ov_tree_node_const_it_ + + ov_tree_node_it_ + get_l_child + a12417.html + ad60f8b97cb50e3afd196eafbfa04fb48 () const - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d + + ov_tree_node_it_ + get_r_child + a12417.html + a788c2a4ac9e879eb8e12dd186064694a () const - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 + + reference + operator* + a12417.html + a89338f1c18b5234bf80ef61c8f839359 () const + + __gnu_pbds::ov_tree_tag + a11853.html + __gnu_pbds::tree_tag + - std::basic_stringstream - a02596.html - _CharT - _Traits - _Alloc - std::basic_iostream - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - + std::overflow_error + a02973.html + std::runtime_error + + virtual const char * + what + a02965.html + a45f5b9c4b7141ac429bf6ea99a7ff6bf + () const noexcept + + + std::owner_less + a06673.html + + + + std::experimental::fundamentals_v2::owner_less< shared_ptr< _Tp > > + a09817.html + - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + std::owner_less< shared_ptr< _Tp > > + a06681.html + - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f - - - basic_stringstream - a02596.html - a40b73a4835bc74332079555beec1dda3 - (ios_base::openmode __m=ios_base::out|ios_base::in) + + + std::owner_less< void > + a06677.html + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - - - basic_stringstream - a02596.html - a441ffb983d534b288151ff70610ad42b - (const __string_type &__str, ios_base::openmode __m=ios_base::out|ios_base::in) + + bool + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - - ~basic_stringstream - a02596.html - a2fe66a8d73dcf33d78ad41df02328fe4 - () + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 - () const + + + std::experimental::fundamentals_v2::owner_less< weak_ptr< _Tp > > + a09821.html + + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - + bool - bad - a02564.html - ad79b64356f78198654c36480f670738c - () const + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - void - clear - a02564.html - a07a10e07246ef2a68c0c3f08d94c7607 - (iostate __state=goodbit) + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - basic_ios & - copyfmt - a02564.html - a57af447fc663746ea14bea76e80f5990 - (const basic_ios &__rhs) + + + std::owner_less< weak_ptr< _Tp > > + a06685.html + + + _Tp + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - + bool - eof - a02564.html - a0a9f086f16995b35aad9db9d3adf843f - () const + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::packaged_task< _Res(_ArgTypes...)> + a02537.html + + _ArgTypes + + + std::pair + a07613.html + + + + _T1 + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + + + + _T2 + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - iostate - exceptions - a02564.html - a2af07612846b93cd56e19d56ad9ee7c5 - () const + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 + () - void - exceptions - a02564.html - aecd6ac5df7374c8b775a2912c4a014e9 - (iostate __except) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _T1 &__a, const _T2 &__b) - bool - fail - a02564.html - a9ce7a228245eefeceacc05fe6feff2e0 - () const + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _T1 &__a, const _T2 &__b) - char_type - fill - a02564.html - a8b6a8fc0ddc82328520534e9e99de88e - () const + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - char_type - fill - a02564.html - a5b7921d8ecf89d75e188e9ed972af448 - (char_type __ch) + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _T1 >, __is_nothrow_swappable< _T2 >>::value) + + + _T1 + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + + + + _T2 + second + a07613.html + a91179413226db12e66346d3673b7835f + - __ostream_type & - flush - a02576.html - ab5155ad385b78192ef1436bf31a0cde0 - () + constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_T1 &&__x, _T2 &&__y) - streamsize - gcount - a02572.html - a14cc48ec617f1c1a65d8532e7807882c - () const + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - basic_istream< char > & - getline - a02572.html - ac221a81cafbff201778d85d7a1c48361 - (char_type *__s, streamsize __n, char_type __delim) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - bool - good - a02564.html - a89bf36df306bb4682f9b74694619b2cf - () const + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - locale - imbue - a02564.html - a0aee263fdd9d10e05634c8b8d0f2114e - (const locale &__loc) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - char - narrow - a02564.html - a93e7a241510c19eb66c276379e493a20 - (char_type __c, char __dfault) const + constexpr enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) - __ostream_type & - operator<< - a02576.html - a55c3406610bedc51adf69c5bf5e91f87 - (const void *__p) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - __ostream_type & - operator<< - a02576.html - ae44501375408f184570a51b04f9f984c - (__streambuf_type *__sb) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - __istream_type & - operator>> - a02572.html - adeaf1064509afa95a3eb1b49c2d351e1 - (void *&__p) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - __istream_type & - operator>> - a02572.html - a3e27102f9fe4c77782e581f359a6a118 - (__streambuf_type *__sb) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + constexpr enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) + + + + pair< _Bi_iter, _Bi_iter > + a07613.html + + _Bi_iter + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + + + + _Bi_iter + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - basic_streambuf< _CharT, _Traits > * - rdbuf - a02564.html - a163ac287eb3cec7bb62ed893be51658b - (basic_streambuf< _CharT, _Traits > *__sb) + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 + () - __stringbuf_type * - rdbuf - a02596.html - a20c0bfc4dc37364093b8c7bfe77d1d7f - () const + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _Bi_iter &__a, const _Bi_iter &__b) - iostate - rdstate - a02564.html - a5f082a6a02ca25407fa6806bbd84e887 - () const + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _Bi_iter &__a, const _Bi_iter &__b) - void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - __ostream_type & - seekp - a02576.html - abb04da4da073ece1c0222004b6f3207b - (pos_type) + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - __ostream_type & - seekp - a02576.html - a6c7c5283e1f9b0a49c85f1f81c976226 - (off_type, ios_base::seekdir) + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _Bi_iter >, __is_nothrow_swappable< _Bi_iter >>::value) + + + _Bi_iter + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + + + + _Bi_iter + second + a07613.html + a91179413226db12e66346d3673b7835f + - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + constexpr pair< typename __decay_and_strip< _Bi_iter >::__type, typename __decay_and_strip< _Bi_iter >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_Bi_iter &&__x, _Bi_iter &&__y) - void - setstate - a02564.html - a2da7d3305cba0695b1d1bec916ae64b0 - (iostate __state) + constexpr enable_if< __and_< __is_swappable< _Bi_iter >, __is_swappable< _Bi_iter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Bi_iter, _Bi_iter > &__x, pair< _Bi_iter, _Bi_iter > &__y) noexcept(noexcept(__x.swap(__y))) - __string_type - str - a02596.html - a36e49da6993836a79290489fab310077 - () const + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - void - str - a02596.html - a84b6a2da124b5f937c3f5dfa12d70957 - (const __string_type &__s) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - pos_type - tellp - a02576.html - a57b81a67592e9a2692704ef6cb675946 - () + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - basic_ostream< _CharT, _Traits > * - tie - a02564.html - a191fdfa0d70cd77c7e396a6411d1febc - () const + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - basic_ostream< _CharT, _Traits > * - tie - a02564.html - acb357e8950676669b63b8fc42d18bd57 - (basic_ostream< _CharT, _Traits > *__tiestr) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - char_type - widen - a02564.html - a8b4b27c391cfd8af35923ef8e6b918d1 - (char __c) const + constexpr enable_if< __and_< __is_swappable< _Bi_iter >, __is_swappable< _Bi_iter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Bi_iter, _Bi_iter > &__x, pair< _Bi_iter, _Bi_iter > &__y) noexcept(noexcept(__x.swap(__y))) - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) + + + + pair< _BiIter, _BiIter > + a07613.html + + _BiIter + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + + + + _BiIter + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 + () - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _BiIter &__a, const _BiIter &__b) - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _BiIter &__a, const _BiIter &__b) - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _BiIter >, __is_nothrow_swappable< _BiIter >>::value) + + + _BiIter + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + + + + _BiIter + second + a07613.html + a91179413226db12e66346d3673b7835f + - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + constexpr pair< typename __decay_and_strip< _BiIter >::__type, typename __decay_and_strip< _BiIter >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_BiIter &&__x, _BiIter &&__y) - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + constexpr enable_if< __and_< __is_swappable< _BiIter >, __is_swappable< _BiIter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _BiIter, _BiIter > &__x, pair< _BiIter, _BiIter > &__y) noexcept(noexcept(__x.swap(__y))) - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + constexpr enable_if< __and_< __is_swappable< _BiIter >, __is_swappable< _BiIter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _BiIter, _BiIter > &__x, pair< _BiIter, _BiIter > &__y) noexcept(noexcept(__x.swap(__y))) - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) + + + + pair< _Iterator1, _Iterator2 > + a07613.html + + _Iterator1 + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + + + + _Iterator2 + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 () - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _Iterator1 &__a, const _Iterator2 &__b) - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _Iterator1 &__a, const _Iterator2 &__b) - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 - () + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 - () + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _Iterator1 >, __is_nothrow_swappable< _Iterator2 >>::value) + + + _Iterator1 + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + + + + _Iterator2 + second + a07613.html + a91179413226db12e66346d3673b7835f + - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + constexpr pair< typename __decay_and_strip< _Iterator1 >::__type, typename __decay_and_strip< _Iterator2 >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_Iterator1 &&__x, _Iterator2 &&__y) - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + constexpr enable_if< __and_< __is_swappable< _Iterator1 >, __is_swappable< _Iterator2 > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Iterator1, _Iterator2 > &__x, pair< _Iterator1, _Iterator2 > &__y) noexcept(noexcept(__x.swap(__y))) - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + constexpr enable_if< __and_< __is_swappable< _Iterator1 >, __is_swappable< _Iterator2 > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Iterator1, _Iterator2 > &__x, pair< _Iterator1, _Iterator2 > &__y) noexcept(noexcept(__x.swap(__y))) - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Iterator1, _Iterator2 > &__x, const pair< _Iterator1, _Iterator2 > &__y) + + + + pair< _RAIter, _RAIter > + a07613.html + + _RAIter + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + - - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + + _RAIter + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 + () - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _RAIter &__a, const _RAIter &__b) - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const _RAIter &__a, const _RAIter &__b) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) - - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () + + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _RAIter >, __is_nothrow_swappable< _RAIter >>::value) - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b + + _RAIter + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 + + _RAIter + second + a07613.html + a91179413226db12e66346d3673b7835f - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + constexpr pair< typename __decay_and_strip< _RAIter >::__type, typename __decay_and_strip< _RAIter >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_RAIter &&__x, _RAIter &&__y) - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - + + constexpr enable_if< __and_< __is_swappable< _RAIter >, __is_swappable< _RAIter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _RAIter, _RAIter > &__x, pair< _RAIter, _RAIter > &__y) noexcept(noexcept(__x.swap(__y))) - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e - + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e - + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + constexpr enable_if< __and_< __is_swappable< _RAIter >, __is_swappable< _RAIter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _RAIter, _RAIter > &__x, pair< _RAIter, _RAIter > &__y) noexcept(noexcept(__x.swap(__y))) - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _RAIter, _RAIter > &__x, const pair< _RAIter, _RAIter > &__y) - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 + + + pair< char, _TokenT > + a07613.html + + char + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 + + _TokenT + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 + () - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const char &__a, const _TokenT &__b) - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const char &__a, const _TokenT &__b) - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< char >, __is_nothrow_swappable< _TokenT >>::value) - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 + + char + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b + + _TokenT + second + a07613.html + a91179413226db12e66346d3673b7835f - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + constexpr pair< typename __decay_and_strip< char >::__type, typename __decay_and_strip< _TokenT >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (char &&__x, _TokenT &&__y) - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + constexpr enable_if< __and_< __is_swappable< char >, __is_swappable< _TokenT > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< char, _TokenT > &__x, pair< char, _TokenT > &__y) noexcept(noexcept(__x.swap(__y))) - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - - void - init - a02564.html - a62a4b454cbedd686b89e48fa9d6160c4 - (basic_streambuf< _CharT, _Traits > *__sb) + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - - streamsize - _M_gcount - a02572.html - a561684f2822987bda56c7e8817f91892 - + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - afbcef374ef55284de359fe5b920c20c3 - (__istream_type &(*__pf)(__istream_type &)) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - a84505fa4c5752e1143bb1458b3a23e6a - (__ios_type &(*__pf)(__ios_type &)) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - aed375bddc8064e0d86b920c2a0dac2a0 - (ios_base &(*__pf)(ios_base &)) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - ae323c8017fbcd54117924b4789569b5a - (bool &__n) + constexpr enable_if< __and_< __is_swappable< char >, __is_swappable< _TokenT > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< char, _TokenT > &__x, pair< char, _TokenT > &__y) noexcept(noexcept(__x.swap(__y))) - __istream_type & - operator>> - a02572.html - af542ed27230ea0bbc6960a0f9556004f - (short &__n) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - affcef40a87f4c392930dd81dfda3798f - (unsigned short &__n) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - a4c595f9f70643cfe25b5abeb862c8443 - (int &__n) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - aba91dd572021d240f2385b2eb0c73a07 - (unsigned int &__n) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - a4a94cc0cfdd17d93c58228b5141904a6 - (long &__n) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) - __istream_type & - operator>> - a02572.html - a6a9a2eb43ef2fe89646033454347aa19 - (unsigned long &__n) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< char, _TokenT > &__x, const pair< char, _TokenT > &__y) + + + + pair< char, char > + a07613.html + + char + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + + + + char + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - __istream_type & - operator>> - a02572.html - a78af82a5a9196d27ddee3be0d99354c6 - (long long &__n) + constexpr + pair + a07613.html + a6929daaffd0e81a977ee4a694ead8403 + () - __istream_type & - operator>> - a02572.html - a884f57a96ba4bda2be39e30ec516793a - (unsigned long long &__n) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const char &__a, const char &__b) - __istream_type & - operator>> - a02572.html - aadf4b5059f8e6a0d601ab5c2fb8bc150 - (float &__f) + constexpr + pair + a07613.html + a14dabd1f88f93575a9b2c4574caf91a5 + (const char &__a, const char &__b) - __istream_type & - operator>> - a02572.html - afbeb775011b09fa4f51d18dc84ffe497 - (double &__f) + constexpr + pair + a07613.html + a6007cb8dd58a63f00003b5aa66287e91 + (const pair &)=default - __istream_type & - operator>> - a02572.html - a2b4d9b107c966dc9ed975ba9cc157783 - (long double &__f) + constexpr + pair + a07613.html + a84d597c2dd812012fa9bfeddcafaafdb + (pair &&)=default - int_type - get - a02572.html - a1e1c60e229c221a4f31a83b75a1eeef8 - () + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) - __istream_type & - get - a02572.html - a6e84e5535a7f7ab23a9e0c7cb801e718 - (char_type &__c) + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< char >, __is_nothrow_swappable< char >>::value) + + + char + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + + + + char + second + a07613.html + a91179413226db12e66346d3673b7835f + - __istream_type & - get - a02572.html - ad68f400e3dfbd99d07ebf5fdef8c72e6 - (char_type *__s, streamsize __n, char_type __delim) + constexpr pair< typename __decay_and_strip< char >::__type, typename __decay_and_strip< char >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (char &&__x, char &&__y) - __istream_type & - get - a02572.html - a3844f79355cdc724af9e33fcd9f141f2 - (char_type *__s, streamsize __n) + constexpr enable_if< __and_< __is_swappable< char >, __is_swappable< char > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< char, char > &__x, pair< char, char > &__y) noexcept(noexcept(__x.swap(__y))) - __istream_type & - get - a02572.html - a2d64559fbd05fe2bc76f70c210c13427 - (__streambuf_type &__sb, char_type __delim) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - get - a02572.html - a5b971a9237bcd7ed0885083c0eb8ed7a - (__streambuf_type &__sb) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - getline - a02572.html - ad2ddee6cd20ebffc86db5ae8c4953075 - (char_type *__s, streamsize __n, char_type __delim) + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - getline - a02572.html - a4b90accfeac1200f276233a58dd46c46 - (char_type *__s, streamsize __n) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - ignore - a02572.html - a38f9c60abe3468fe50c0812a5b635b94 - (streamsize __n, int_type __delim) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - ignore - a02572.html - afbdc1d7d62a2d431ada8a761035b2d42 - (streamsize __n) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - ignore - a02572.html - a64f338d738e8de460fa4a2be744cff8f - () + constexpr enable_if< __and_< __is_swappable< char >, __is_swappable< char > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< char, char > &__x, pair< char, char > &__y) noexcept(noexcept(__x.swap(__y))) - int_type - peek - a02572.html - a2f0e75e1691608c66f634191e54ec4d9 - () + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< char, char > &__x, const pair< char, char > &__y) + + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< char, char > &__x, const pair< char, char > &__y) + + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - read - a02572.html - a9a4153b69895307ee9f18ebf08e0182a - (char_type *__s, streamsize __n) + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< char, char > &__x, const pair< char, char > &__y) - streamsize - readsome - a02572.html - a1fab30041eadb65949ee4644e4db565d - (char_type *__s, streamsize __n) + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< char, char > &__x, const pair< char, char > &__y) - __istream_type & - putback - a02572.html - aaac4e520f0841cce4c36bd614fa6043e - (char_type __c) + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< char, char > &__x, const pair< char, char > &__y) + + + __gnu_pbds::detail::pairing_heap + a12437.html + + + + left_child_next_sibling_heap< Value_Type, Cmp_Fn, null_type, _Alloc > + + + __gnu_pbds::pairing_heap_tag + a11873.html + __gnu_pbds::priority_queue_tag + + + __gnu_parallel::parallel_tag + a09253.html - __istream_type & - unget - a02572.html - a43227bf6cbcb63ecd9e34a82822ffb75 + + parallel_tag + a09253.html + a078f748f2174e172bc02da9e8858e10e () - int - sync - a02572.html - af3f3c68797d19724d8add89b15a08908 - () + + parallel_tag + a09253.html + a861ef80b7465fe2984625ebf5f1bea97 + (_ThreadIndex __num_threads) - pos_type - tellg - a02572.html - a46cc2065d192a9689f39d298a9573341 + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 () - __istream_type & - seekg - a02572.html - a06aeddb9416bfb47fe49ef00c8980eed - (pos_type) + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - - __istream_type & - seekg - a02572.html - abb1d9cd4a2753ba8571d438b78037353 - (off_type, ios_base::seekdir) + + + std::bernoulli_distribution::param_type + a06425.html + + + std::binomial_distribution::param_type + a06433.html + + + std::cauchy_distribution::param_type + a06401.html + + + std::chi_squared_distribution::param_type + a06393.html + + + std::discrete_distribution::param_type + a06489.html + + + std::exponential_distribution::param_type + a06465.html + + + std::extreme_value_distribution::param_type + a06481.html + + + std::fisher_f_distribution::param_type + a06409.html + + + std::gamma_distribution::param_type + a06385.html + + + std::geometric_distribution::param_type + a06441.html + + + std::lognormal_distribution::param_type + a06377.html + + + std::negative_binomial_distribution::param_type + a06449.html + + + std::normal_distribution::param_type + a06369.html + + + std::piecewise_constant_distribution::param_type + a06497.html + + + std::piecewise_linear_distribution::param_type + a06505.html + + + std::poisson_distribution::param_type + a06457.html + + + std::student_t_distribution::param_type + a06417.html + + + std::uniform_int_distribution::param_type + a07745.html + + + std::uniform_real_distribution::param_type + a06361.html + + + std::weibull_distribution::param_type + a06473.html + + + __gnu_pbds::detail::pat_trie_base + a12453.html + __gnu_pbds::detail::pat_trie_base::_CIter + __gnu_pbds::detail::pat_trie_base::_Head + __gnu_pbds::detail::pat_trie_base::_Inode + __gnu_pbds::detail::pat_trie_base::_Iter + __gnu_pbds::detail::pat_trie_base::_Leaf + __gnu_pbds::detail::pat_trie_base::_Metadata + __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > + __gnu_pbds::detail::pat_trie_base::_Node_base + __gnu_pbds::detail::pat_trie_base::_Node_citer + __gnu_pbds::detail::pat_trie_base::_Node_iter + + + node_type + a12453.html + a3df5e43907830910e3ce34d411088940 + - - __ostream_type & - operator<< - a02576.html - a41d3f54557efcf4cb17bf28dfeb8f8b7 - (__ostream_type &(*__pf)(__ostream_type &)) + + + __gnu_pbds::detail::pat_trie_map + a12441.html + + + + + types_traits< Key, Mapped, _Alloc, false > + __gnu_pbds::detail::pat_trie_base + + + node_type + a12453.html + a3df5e43907830910e3ce34d411088940 + - __ostream_type & - operator<< - a02576.html - a4dba8118cd693690803dbc5bbef6a96d - (__ios_type &(*__pf)(__ios_type &)) + node_iterator + node_begin + a12441.html + ab4fe65bbd6ac3f3a70c3d32c6660f2f5 + () - __ostream_type & - operator<< - a02576.html - ac00d04322df723ab0315f3675083af96 - (ios_base &(*__pf)(ios_base &)) + node_const_iterator + node_begin + a12441.html + a9a66baeea2762f38217411c9be5f9f5f + () const - __ostream_type & - operator<< - a02576.html - a668a5b41a1fb9d5b71e1969c789dd77d - (long __n) + node_iterator + node_end + a12441.html + acc74060e4464bdaecfc206fa4bc76842 + () - __ostream_type & - operator<< - a02576.html - a5cb03728cf9eab9a6d4c287f05c56fd4 - (unsigned long __n) + node_const_iterator + node_end + a12441.html + ae235e478c076ebc0fa5c372cfd6a63cd + () const - - __ostream_type & - operator<< - a02576.html - aa10cfb65258b9cbf3ef00f3d6a3402c7 - (bool __n) + + + __gnu_pbds::pat_trie_tag + a11861.html + __gnu_pbds::trie_tag + + + std::experimental::filesystem::v1::path + a09405.html + std::experimental::filesystem::v1::path::iterator + + + std::filesystem::path + a05465.html + std::filesystem::path::iterator + + + format + a05465.html + a8640dd0ad40618b058b65933f4830234 + - - __ostream_type & - operator<< - a02576.html - a2bf303db0f61e6c34b99cd57ea7b143c - (short __n) + + friend bool + operator!= + a05465.html + a43d798fc43042b904a3164c940847964 + (const path &__lhs, const path &__rhs) noexcept - - __ostream_type & + + friend path + operator/ + a05465.html + a78fc710c217bb625810b014427042a5d + (const path &__lhs, const path &__rhs) + + + friend bool + operator< + a05465.html + aa48a189928938f3aabb78ad633ae1acc + (const path &__lhs, const path &__rhs) noexcept + + + friend std::basic_ostream< _CharT, _Traits > & operator<< - a02576.html - a2b5b079df15919cebcfc5ff9b54135cd - (unsigned short __n) + a05465.html + a637f1cdce3bd5dd336931b59d25a9348 + (std::basic_ostream< _CharT, _Traits > &__os, const path &__p) + + + friend bool + operator<= + a05465.html + a491d3aa4984fd3f368d1b8c42b114f06 + (const path &__lhs, const path &__rhs) noexcept + + + friend bool + operator== + a05465.html + aff34d43447cd002b728d42f970a52514 + (const path &__lhs, const path &__rhs) noexcept + + + friend bool + operator> + a05465.html + a724f6cbfe467cbaca2ab87b800e4f2c9 + (const path &__lhs, const path &__rhs) noexcept + + + friend bool + operator>= + a05465.html + a8820f981ba13162289f10cb665c13d3c + (const path &__lhs, const path &__rhs) noexcept + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05465.html + aaac6f7e61bbba2f4239f99b54417ecf5 + (std::basic_istream< _CharT, _Traits > &__is, path &__p) - __ostream_type & - operator<< - a02576.html - a90608b96fbe83830a71760b741ae3159 - (int __n) + path + u8path + a01556.html + ga5ff337297cd2195cc1d5ae6351248195 + (_InputIterator __first, _InputIterator __last) - __ostream_type & - operator<< - a02576.html - a8542f053d889b3ab9ed7c04675cc1c20 - (unsigned int __n) + path + u8path + a01556.html + ga68e0116b91ed37a1ac80a95eef6a5a6b + (const _Source &__source) + + + + std::piecewise_constant_distribution + a06493.html + + std::piecewise_constant_distribution::param_type + + _RealType + result_type + a06493.html + abb3387fe0627c23604e72a4b8e43c0f8 + - __ostream_type & - operator<< - a02576.html - a80972d7d1092482b04c0f03ffdab4da3 - (long long __n) + std::vector< double > + densities + a06493.html + a0269fcd857f0706a223f87155a3ff725 + () const - __ostream_type & - operator<< - a02576.html - a0e819fe2a2afdfc76f4c3bd0c3b0dfea - (unsigned long long __n) + std::vector< _RealType > + intervals + a06493.html + acfc8ae5b0585354104c28233a1fad259 + () const - __ostream_type & - operator<< - a02576.html - a88dff73954faa7d6515aefaa7557b5cd - (double __f) + result_type + max + a06493.html + a343aaa0cdc636a60b6e224055d9df438 + () const - __ostream_type & - operator<< - a02576.html - a4af9ee104ee5f19064dce282a9b4bf24 - (float __f) + result_type + min + a06493.html + a1d4e28300518616fef3f4b93a3d1d10d + () const - __ostream_type & - operator<< - a02576.html - a8a099fe4d893ccbd86e6dc96a44e3135 - (long double __f) + result_type + operator() + a06493.html + a9cd86c19e7864fe4f6e7fec1965210e9 + (_UniformRandomNumberGenerator &__urng) - __ostream_type & - put - a02576.html - a87ff182527b274a91c89fcb07ee697fc - (char_type __c) + param_type + param + a06493.html + a6f56727fdb4b5b527bf40f2c314864d8 + () const void - _M_write - a02576.html - ac8e60326ec9f82e24274e3f457dc887a - (const char_type *__s, streamsize __n) + param + a06493.html + a0d1ca073930f46f31b1508711ea230c8 + (const param_type &__param) - __ostream_type & - write - a02576.html - a0c642eb4a583616126b1f45cab2c2f0f - (const char_type *__s, streamsize __n) + void + reset + a06493.html + a4ce6dad62329546bb55d810817c332b2 + () - - num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > - __num_put_type - a02564.html - acf5b180196f3fbcfd8ef2066fdb91f77 - + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06493.html + a21261460e85c8e44b5e16af905d5340e + (std::basic_ostream< _CharT, _Traits > &__os, const std::piecewise_constant_distribution< _RealType1 > &__x) - - - operator bool - a02564.html - ac4bc700ec1a8b5019d1ccdae5c7a4eee - () const + + friend bool + operator== + a06493.html + a8f919cbe6f2774eb3102708b0590c706 + (const piecewise_constant_distribution &__d1, const piecewise_constant_distribution &__d2) - - bool - operator! - a02564.html - a5156257b243c3bcbce9b33147df0eb91 - () const + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06493.html + aa000eee610a97f1fc2c8a45e44d67c71 + (std::basic_istream< _CharT, _Traits > &__is, std::piecewise_constant_distribution< _RealType1 > &__x) + + std::piecewise_construct_t + a07609.html + - std::bernoulli_distribution - a05496.html - std::bernoulli_distribution::param_type + std::piecewise_linear_distribution + a06501.html + + std::piecewise_linear_distribution::param_type - bool + _RealType result_type - a05496.html - acc481fbef5fb023da54c1fa303d042ab + a06501.html + a3309d6988aede07e6360be89e5dc3f46 - - bernoulli_distribution - a05496.html - a6e505656ceba4a0617c935d1a8b5bb6d - (double __p=0.5) + std::vector< double > + densities + a06501.html + ae5a24184d9ada6b028d1bdc5555f5dbb + () const + + + std::vector< _RealType > + intervals + a06501.html + aaf12335330484efaa86125c3ea3819c4 + () const result_type max - a05496.html - a14712b344c9472eb67d2973589ddf7f2 + a06501.html + a469645104ba3c002ed9ca944110dfe2a () const result_type min - a05496.html - acfd63c2f93e6215cd8304db6f5c39df4 + a06501.html + adaf7520277cc879942d011de156dc184 () const result_type operator() - a05496.html - aec456e48e7dd746d11b2836368b7ed6d + a06501.html + a3853eb2d024be1171d980339eefb0470 (_UniformRandomNumberGenerator &__urng) - double - p - a05496.html - addcfd796c755aee31989d1fc69e24b46 - () const - - param_type param - a05496.html - a87898c9d5ca977d0d4c7d32996aff34e + a06501.html + a790278cbfca48c97ba9a018deb24f208 () const void param - a05496.html - addd7642a0dc7aeb3025fd98670eb2ae4 + a06501.html + abda82e975655fec753ac6a3639d6a6f8 (const param_type &__param) void reset - a05496.html - a0e2d60fd13c2709af0294ab028e0646a + a06501.html + a8fe3e119433b9e32abad358259e295cc () + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06501.html + aafa2a9199eaba83988659ff880994af5 + (std::basic_ostream< _CharT, _Traits > &__os, const std::piecewise_linear_distribution< _RealType1 > &__x) + + friend bool operator== - a05496.html - a30ec495579b2c991c5eb5259ad4f1704 - (const bernoulli_distribution &__d1, const bernoulli_distribution &__d2) + a06501.html + aaecc7ad95a1725574e6beae781d34127 + (const piecewise_linear_distribution &__d1, const piecewise_linear_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06501.html + af90a22b42c0c9a7458f57e07738e2a18 + (std::basic_istream< _CharT, _Traits > &__is, std::piecewise_linear_distribution< _RealType1 > &__x) - std::bernoulli_distribution::param_type - a05500.html - - - std::bidirectional_iterator_tag - a06664.html - std::forward_iterator_tag - - - std::binary_function - a06396.html - _Arg1 - _Arg2 - _Result + std::plus + a07161.html + + binary_function< _Tp, _Tp, _Tp > - _Arg1 + _Tp first_argument_type - a06396.html + a07157.html ad907337549df2e1a3c3dbca8e0693dba - _Result + _Tp result_type - a06396.html + a07157.html a5fe0082d5851e1be6383ad8d8493264e - _Arg2 + _Tp second_argument_type - a06396.html + a07157.html aae0f69fe498930627177ff1f06d0ef9f + + __gnu_pbds::point_invalidation_guarantee + a11801.html + __gnu_pbds::basic_invalidation_guarantee + - std::binary_negate - a06556.html + std::pointer_to_binary_function + a07405.html - binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > + + + std::binary_function - _Predicate::first_argument_type + _Arg1 first_argument_type - a06396.html + a07157.html ad907337549df2e1a3c3dbca8e0693dba - bool + _Result result_type - a06396.html + a07157.html a5fe0082d5851e1be6383ad8d8493264e - _Predicate::second_argument_type + _Arg2 second_argument_type - a06396.html + a07157.html aae0f69fe498930627177ff1f06d0ef9f - std::binder1st - a07452.html - _Operation - unary_function< _Operation::second_argument_type, _Operation::result_type > + std::pointer_to_unary_function + a07401.html + + + std::unary_function - _Operation::second_argument_type + _Arg argument_type - a06392.html + a07153.html a6e96c92b2592035c938f85ab1da1c876 - _Operation::result_type + _Result result_type - a06392.html + a07153.html a70d48de710aa15c5e811cbcf6c8bdd61 - - - std::binder2nd - a07456.html - _Operation - unary_function< _Operation::first_argument_type, _Operation::result_type > + + + std::pointer_traits + a06297.html + + + __detected_or_t< ptrdiff_t, __difference_type, _Ptr > + difference_type + a06297.html + aae92f86267e7a5f41c435f4f28eecbdb + + + + __detected_or_t< __get_first_arg_t< _Ptr >, __element_type, _Ptr > + element_type + a06297.html + a2952524002a6723ff9bec4c5dbee8367 + + + + _Ptr + pointer + a06297.html + a7f43cc1c2c600c67cef1972c4618b357 + + + + typename __rebind< _Ptr, _Up >::type + rebind + a06297.html + a623750ac65e5d54fc26075bc69af6081 + + + + + std::pointer_traits< _Tp * > + a06309.html + + + ptrdiff_t + difference_type + a06309.html + a795f872c4242cf5a82add01ec8a295ed + + - _Operation::first_argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Tp + element_type + a06309.html + ac702e82a55f07abb4e8992a4c9c3d5c1 - _Operation::result_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Tp * + pointer + a06309.html + a662e7c9fa1e9ba89bee4545c22aa3e5e + + static constexpr pointer + pointer_to + a06309.html + ae6775ff9dcf6f70e618daef449b2e733 + (__make_not_void< element_type > &__r) noexcept + - std::binomial_distribution - a05504.html - _IntType - std::binomial_distribution::param_type + std::poisson_distribution + a06453.html + + std::poisson_distribution::param_type _IntType result_type - a05504.html - af4383227c82a6c0ee7d105c6b9bad120 + a06453.html + a4c3d7ee8432d89d43749cb2c0aa7a588 result_type max - a05504.html - a3699dfeea620a15824d48f712df52b0c + a06453.html + aaba081a4614ee3ff72039cae6a476267 + () const + + + double + mean + a06453.html + a92604e5687496c6efcc7148840fb478c () const result_type min - a05504.html - a0dcaff746d5993e73b30cbbc70afbd05 + a06453.html + afb49039795f3c63e256f6b4d2cfab433 () const result_type operator() - a05504.html - a81e88f1000ed08018856b1b908acae12 + a06453.html + a4ca984da5920a260845933c37d20cc2e (_UniformRandomNumberGenerator &__urng) result_type operator() - a05504.html - aff0946f83a897c9f8b42f88d9e6d24c6 + a06453.html + a09b00c6571fa3099f12918955723f41d (_UniformRandomNumberGenerator &__urng, const param_type &__p) - double - p - a05504.html - af0583bb444d7db7e7458dd1443ac7407 - () const - - param_type param - a05504.html - a999c47841c55d2615178786296635761 + a06453.html + ad2d0adb28e17e439f2940bf737aaeb50 () const void param - a05504.html - a77ced711f56a6b1dabc97cae8c0e70d7 + a06453.html + ac0233f87c798faa09a5cbeb91969bd8c (const param_type &__param) void reset - a05504.html - acac7f32aa4a2b3ac2e512c5097aa70dc + a06453.html + a22ecafd7d767621e777f6e8e556ff453 () - - _IntType - t - a05504.html - aa72d944e9abea97404fcc4ce35822060 - () const - friend std::basic_ostream< _CharT, _Traits > & operator<< - a05504.html - a414a99f11823d3fdfed86fc37f55690b - (std::basic_ostream< _CharT, _Traits > &__os, const std::binomial_distribution< _IntType1 > &__x) + a06453.html + a9264a0eb6efd5ac01a57ed452e6f6d9a + (std::basic_ostream< _CharT, _Traits > &__os, const std::poisson_distribution< _IntType1 > &__x) friend bool operator== - a05504.html - a98cae54fe8bdfb6ad29aa3577b02e50c - (const binomial_distribution &__d1, const binomial_distribution &__d2) + a06453.html + a97a69ac6a7f5db9c986887cac931ce85 + (const poisson_distribution &__d1, const poisson_distribution &__d2) friend std::basic_istream< _CharT, _Traits > & operator>> - a05504.html - a6770ba69c9a9d9b6d45fb2d262b6739d - (std::basic_istream< _CharT, _Traits > &__is, std::binomial_distribution< _IntType1 > &__x) + a06453.html + ada1ead00f77a845a7dad6a50e38abe2e + (std::basic_istream< _CharT, _Traits > &__is, std::poisson_distribution< _IntType1 > &__x) - std::binomial_distribution::param_type - a05508.html + std::pmr::pool_options + a02737.html + + size_t + max_blocks_per_chunk + a02737.html + a725645133094303990d8c0da6a0107fb + + - std::bitset - a01816.html - _Nb - _Base_bitset<((_Nb)/(__CHAR_BIT__ *__SIZEOF_LONG__)+((_Nb) %(__CHAR_BIT__ *__SIZEOF_LONG__)==0 ? 0 :1))> - std::bitset::reference - - constexpr - bitset - a01816.html - a5151bbfc506a4e67b62aad88858087bf - () noexcept - - - constexpr - bitset - a01816.html - ac9ff38d14bbdb04b227c153e599ea2a3 - (unsigned long long __val) noexcept - + __gnu_pbds::priority_queue + a11789.html + + + + - bitset - a01816.html - a8d5bd427a29860ac451ffe8a8d4ad40e - (const std::basic_string< _CharT, _Traits, _Alloc > &__s, size_t __position=0) + priority_queue + a11789.html + aa6332f0e852dc89f0879cb5408d168c0 + (const cmp_fn &r_cmp_fn) - bitset - a01816.html - aad1e618ff42ed7383899856a0c0043f4 - (const std::basic_string< _CharT, _Traits, _Alloc > &__s, size_t __position, size_t __n) + priority_queue + a11789.html + a2b637d89cbd874881a4da920d57b0487 + (It first_it, It last_it) - bitset - a01816.html - a68b8f8604acc020e65bec91099f31eb3 - (const _CharT *__str, typename std::basic_string< _CharT >::size_type __n=std::basic_string< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) - - - size_t - _Find_first - a01465.html - ga6e02d58f0dc8e29529bc5bb4bda868c9 - () const noexcept - - - size_t - _Find_next - a01465.html - ga335929b2d821067e4288911e01e7e0ab - (size_t __prev) const noexcept - - - bool - all - a01816.html - a19aaf012161f62da7b7c26fe03aafe79 - () const noexcept - - - bool - any - a01816.html - ac04f8abc0698b5d65081d1253d68aca9 - () const noexcept - - - size_t - count - a01816.html - ad4633f8abd7e24be8f0315dff4a0882c - () const noexcept + priority_queue + a11789.html + ad0141192206747833a170be548fd51e0 + (It first_it, It last_it, const cmp_fn &r_cmp_fn) + + + std::priority_queue + a07625.html + + + - bitset< _Nb > & - flip - a01816.html - a74c7d5b72d4bdc578f796f6f382b7b76 - () noexcept + + priority_queue + a07625.html + ad9ef96e9ae20769410ce372f0f7c4f42 + () - bitset< _Nb > & - flip - a01816.html - ac1664aa3a88a766504c14fa38c824522 - (size_t __position) + + priority_queue + a07625.html + a83695f69303684e73b764c27d2da64d4 + (_InputIterator __first, _InputIterator __last, const _Compare &__x, const _Sequence &__s) bool - none - a01816.html - a55acf106c98106e68dfb1e475176624b - () const noexcept - - - bitset< _Nb > - operator~ - a01816.html - a2cdeed3169c5dbfd617f68bbef6457ee - () const noexcept - - - bitset< _Nb > & - reset - a01816.html - a74ba5bc37dd7a687b8f05883e076f3bd - () noexcept - - - bitset< _Nb > & - reset - a01816.html - af4c2e2cef691e173dca06e743dce31fa - (size_t __position) + empty + a07625.html + a4a1c1fe5e71410e31f9af1467b7c3472 + () const - bitset< _Nb > & - set - a01816.html - a11172e92c3d43b0241294f0fabeb176c - () noexcept + void + pop + a07625.html + a935091a0132d887f9d3f87686c5598ac + () - bitset< _Nb > & - set - a01816.html - a8e5de5f2693d0f873982c7e7435ecdb8 - (size_t __position, bool __val=true) + void + push + a07625.html + acf5286a0e5aa7354459ca1553ba54688 + (const value_type &__x) - constexpr size_t + size_type size - a01816.html - acae6b747171db72a7f5b80f698972874 - () const noexcept - - - bool - test - a01816.html - abb1381e9fd6c77312c8a18b2089b5e96 - (size_t __position) const - - - std::basic_string< _CharT, _Traits, _Alloc > - to_string - a01816.html - a14f4372623ade9d8dde70d1012d647e1 + a07625.html + a22575e222bea1d4bdd5e978b2d6c3b04 () const - unsigned long - to_ulong - a01816.html - ac43af07a3a1af8d80529ce525eb08716 + const_reference + top + a07625.html + abaedbd99739eef4ac53eefb478eb3900 () const - - bitset< _Nb > & - operator &= - a01816.html - aaeeeb77b0bef34eb4eacb3905e09a561 - (const bitset< _Nb > &__rhs) noexcept - - - bitset< _Nb > & - operator|= - a01816.html - a75853927c9ad1aa9548e9eea7fde188c - (const bitset< _Nb > &__rhs) noexcept - - - bitset< _Nb > & - operator^= - a01816.html - aa9ac8697d02b2a3bacc58b1fa619b630 - (const bitset< _Nb > &__rhs) noexcept + + + __gnu_pbds::priority_queue_tag + a11869.html + __gnu_pbds::container_tag + + + __gnu_pbds::detail::probe_fn_base + a12309.html + + + + __gnu_cxx::project1st + a08733.html + + + + _Arg1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - - bitset< _Nb > & - operator<<= - a01816.html - ac36920b534a80be4cc1e6e80c68d2be5 - (size_t __position) noexcept + + _Arg1 + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - bitset< _Nb > & - operator>>= - a01816.html - ac07ef85ee38aa3428883eb50f719cbca - (size_t __position) noexcept + + _Arg2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - bitset< _Nb > & - _Unchecked_set - a01465.html - gab46cfb783c57ffc53976ee861fae1ff4 - (size_t __pos) noexcept + + + __gnu_cxx::project2nd + a08737.html + + + + _Arg1 + first_argument_type + a07157.html + ad907337549df2e1a3c3dbca8e0693dba + - - bitset< _Nb > & - _Unchecked_set - a01465.html - gaf6e22292e9928712291bfdfc899e32fe - (size_t __pos, int __val) noexcept + + _Arg2 + result_type + a07157.html + a5fe0082d5851e1be6383ad8d8493264e + - - bitset< _Nb > & - _Unchecked_reset - a01465.html - gaf6f4ee325fdf30171454f70ac153374b - (size_t __pos) noexcept + + _Arg2 + second_argument_type + a07157.html + aae0f69fe498930627177ff1f06d0ef9f + - - bitset< _Nb > & - _Unchecked_flip - a01465.html - ga3ae4b2fca495c3dc883f9e05ea618538 - (size_t __pos) noexcept + + + std::promise + a02393.html + + + + std::promise< _Res & > + a02513.html + + + + std::promise< void > + a02517.html + + + std::experimental::fundamentals_v2::propagate_const + a10725.html + + + + __gnu_pbds::quadratic_probe_fn + a11749.html + + + size_type + operator() + a11749.html + a1af48a13b9400a49e8b50c866e4737aa + (size_type i) const + + + std::queue + a07617.html + + - constexpr bool - _Unchecked_test - a01465.html - ga937a54ac511a8847838de564dbe17e39 - (size_t __pos) const noexcept + + queue + a07617.html + abdaacb8e25703a65fc79cbfa5fe6934b + () reference - operator[] - a01816.html - a03ad7ade15b93f22b17648d53ba20062 - (size_t __position) - - - constexpr bool - operator[] - a01816.html - afa6b9908b9752384b42da517a3ae3d8c - (size_t __position) const + back + a07617.html + afa9dca2075a73287acdad8800e9ad39d + () - bool - operator== - a01816.html - affef282a5c1dde27d67a3ad667936c17 - (const bitset< _Nb > &__rhs) const noexcept + const_reference + back + a07617.html + aa23dca99a4610fac87488f73839c274b + () const bool - operator!= - a01816.html - aa69e1223ce6dc3f69fd44cc331bb170e - (const bitset< _Nb > &__rhs) const noexcept - - - bitset< _Nb > - operator<< - a01816.html - a725f2ea3af449e1e3286300e694d863d - (size_t __position) const noexcept - - - bitset< _Nb > - operator>> - a01816.html - aeba729a09e2f6c19b000476fa7eb0fcd - (size_t __position) const noexcept - - - _WordT - _M_w - a01788.html - a935cf17f91719fcd39d284151064f170 - [_Nw] - - - bitset< _Nb > & - operator &= - a01816.html - aaeeeb77b0bef34eb4eacb3905e09a561 - (const bitset< _Nb > &__rhs) noexcept - - - bitset< _Nb > & - operator|= - a01816.html - a75853927c9ad1aa9548e9eea7fde188c - (const bitset< _Nb > &__rhs) noexcept - - - bitset< _Nb > & - operator^= - a01816.html - aa9ac8697d02b2a3bacc58b1fa619b630 - (const bitset< _Nb > &__rhs) noexcept - - - bitset< _Nb > & - operator<<= - a01816.html - ac36920b534a80be4cc1e6e80c68d2be5 - (size_t __position) noexcept - - - bitset< _Nb > & - operator>>= - a01816.html - ac07ef85ee38aa3428883eb50f719cbca - (size_t __position) noexcept - - - bitset< _Nb > & - _Unchecked_set - a01465.html - gab46cfb783c57ffc53976ee861fae1ff4 - (size_t __pos) noexcept - - - bitset< _Nb > & - _Unchecked_set - a01465.html - gaf6e22292e9928712291bfdfc899e32fe - (size_t __pos, int __val) noexcept - - - bitset< _Nb > & - _Unchecked_reset - a01465.html - gaf6f4ee325fdf30171454f70ac153374b - (size_t __pos) noexcept - - - bitset< _Nb > & - _Unchecked_flip - a01465.html - ga3ae4b2fca495c3dc883f9e05ea618538 - (size_t __pos) noexcept - - - constexpr bool - _Unchecked_test - a01465.html - ga937a54ac511a8847838de564dbe17e39 - (size_t __pos) const noexcept + empty + a07617.html + aeb2e07fc0b0b0e028954bc560663a9a8 + () const reference - operator[] - a01816.html - a03ad7ade15b93f22b17648d53ba20062 - (size_t __position) - - - constexpr bool - operator[] - a01816.html - afa6b9908b9752384b42da517a3ae3d8c - (size_t __position) const - - - bool - operator== - a01816.html - affef282a5c1dde27d67a3ad667936c17 - (const bitset< _Nb > &__rhs) const noexcept - - - bool - operator!= - a01816.html - aa69e1223ce6dc3f69fd44cc331bb170e - (const bitset< _Nb > &__rhs) const noexcept - - - bitset< _Nb > - operator<< - a01816.html - a725f2ea3af449e1e3286300e694d863d - (size_t __position) const noexcept - - - bitset< _Nb > - operator>> - a01816.html - aeba729a09e2f6c19b000476fa7eb0fcd - (size_t __position) const noexcept - - - - std::bitset::reference - a01820.html - - - std::cauchy_distribution - a05472.html - _RealType - std::cauchy_distribution::param_type - - _RealType - result_type - a05472.html - aa8912582da5d0545839decb4e97304ce - - - - result_type - max - a05472.html - ae5cd7dd82c78d0383e64cd19e0234c86 - () const + front + a07617.html + a4a2ec140f75225a04b64572f4b914331 + () - result_type - min - a05472.html - a93cbd65b4fa6d5a84149a0db63c7e10c + const_reference + front + a07617.html + ac18027278a15d097de21b0bca5bcce40 () const - result_type - operator() - a05472.html - ae2c1bb8200f59e2e62b591676fffbf41 - (_UniformRandomNumberGenerator &__urng) + void + pop + a07617.html + ab918d7f862088e93a884cffae6dd9058 + () - param_type - param - a05472.html - ac85420c7ac3f7d2c83c3a7484facad86 + void + push + a07617.html + a18c27834d93d4d897d92f4fa6f910edf + (const value_type &__x) + + + size_type + size + a07617.html + a39a435e44d6ff36f98f21dc45a2ac7f0 () const + + _Sequence + c + a07617.html + a33f73620226c2827824851c0c935b28b + + + + + __gnu_parallel::quicksort_tag + a09301.html + __gnu_parallel::parallel_tag - void - param - a05472.html - aef17e054f8317d965a4baf4fa0424760 - (const param_type &__param) + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () void - reset - a05472.html - aa71463201b987ecaf218767aeaf9f8e8 - () + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - - friend bool - operator== - a05472.html - a9df65ecb32574bdf021bd67b12ad772f - (const cauchy_distribution &__d1, const cauchy_distribution &__d2) + + + std::random_access_iterator_tag + a07521.html + std::bidirectional_iterator_tag + + + __gnu_cxx::random_condition + a11309.html + __gnu_cxx::condition_base + __gnu_cxx::random_condition::always_adjustor + __gnu_cxx::random_condition::group_adjustor + __gnu_cxx::random_condition::never_adjustor + + + std::random_device + a06345.html + + unsigned int + result_type + a06345.html + a26ac3786bd3a188268ded69f800c9dd1 + + + + + std::range_error + a02969.html + std::runtime_error + + virtual const char * + what + a02965.html + a45f5b9c4b7141ac429bf6ea99a7ff6bf + () const noexcept - std::cauchy_distribution::param_type - a05476.html + __gnu_pbds::range_invalidation_guarantee + a11805.html + __gnu_pbds::point_invalidation_guarantee + + + __gnu_pbds::detail::ranged_hash_fn + a12313.html + + + + + Store_Hash + + + __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false > + a12317.html + + + + + + + __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true > + a12321.html + + + + + + + __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, false > + a12325.html + + + + + + __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > + a12329.html + + + + + + __gnu_pbds::detail::ranged_probe_fn + a12333.html + + + + + + Store_Hash + + + __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false > + a12337.html + + + + + + + + __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true > + a12341.html + + + + + + + + __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > + a12345.html + + + - std::char_traits - a04240.html - _CharT - __gnu_cxx::char_traits + std::rank + a03685.html + + integral_constant< std::size_t, 0 > - std::char_traits< __gnu_cxx::character< _Value, _Int, _St > > - a09456.html + std::ratio + a02885.html + _Num + _Den + + + std::ratio_equal + a02889.html + + integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > + + + std::ratio_greater + a02905.html + integral_constant< bool, ratio_less< _R2, _R1 >::value > - std::char_traits< char > - a04244.html + std::ratio_greater_equal + a02909.html + + + integral_constant< bool, !ratio_less< _R1, _R2 >::value > - std::char_traits< wchar_t > - a04248.html + std::ratio_less + a02897.html + + + + + std::ratio_less_equal + a02901.html + + + integral_constant< bool, !ratio_less< _R2, _R1 >::value > + + + std::ratio_not_equal + a02893.html + + + integral_constant< bool, !ratio_equal< _R1, _R2 >::value > - std::chi_squared_distribution - a05464.html - _RealType - std::chi_squared_distribution::param_type + std::raw_storage_iterator + a07633.html + + + iterator< output_iterator_tag, void, void, void, void > - _RealType - result_type - a05464.html - add3353e1e6f35655c681fe7de51ec8c1 + void + difference_type + a07525.html + a7fc5091a6bee76d7bfc6ece04e4050f9 - - result_type - max - a05464.html - ab4889a7bcb116a19e0815cf2fa250263 - () const - - - result_type - min - a05464.html - a71039379ac60b7df94b625c4a45cb287 - () const - - - result_type - operator() - a05464.html - a2ddd460528095405f9ee56cf681f306a - (_UniformRandomNumberGenerator &__urng) - - - param_type - param - a05464.html - a43a4a1e17f1083b6f67fb08037956f9e - () const + + output_iterator_tag + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 + - + void - param - a05464.html - aa17c3dc11719efd80ca2aefee1a07044 - (const param_type &__param) + pointer + a07525.html + a69bffe0bd881194df5ff48fec79066de + - + void - reset - a05464.html - a97c1963c5d5cab27292ba7233cb54b5e - () - - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05464.html - aebe1b72f5b814d959f807aaaf5e6319e - (std::basic_ostream< _CharT, _Traits > &__os, const std::chi_squared_distribution< _RealType1 > &__x) - - - friend bool - operator== - a05464.html - a691feda4d6a0dec975dbe07c838768b6 - (const chi_squared_distribution &__d1, const chi_squared_distribution &__d2) + reference + a07525.html + abb17838f15d32971ad823036c6593aef + - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05464.html - a5c7725e75b4c3fec1a13c3258ceaa6bc - (std::basic_istream< _CharT, _Traits > &__is, std::chi_squared_distribution< _RealType1 > &__x) + + void + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 + - std::chi_squared_distribution::param_type - a05468.html + __gnu_cxx::rb_tree + a08773.html + + + + + - - std::chrono::_V2::steady_clock - a01916.html + + __gnu_pbds::detail::rb_tree_map + a12525.html + + + + + - std::chrono::_V2::system_clock - a01912.html + __gnu_pbds::detail::rb_tree_node_ + a12517.html + + + - std::chrono::duration - a01832.html - _Rep - _Period + __gnu_pbds::rb_tree_tag + a11845.html + __gnu_pbds::tree_tag - - std::chrono::duration_values - a01892.html + + __gnu_pbds::detail::rc + a12537.html + + + rc< typename binomial_heap_base< Value_Type, Cmp_Fn, _Alloc >::node, _Alloc > + a12537.html + + + __gnu_pbds::detail::rc_binomial_heap + a12541.html + + + + __gnu_pbds::detail::binomial_heap_base + - std::chrono::time_point - a01836.html - _Clock - _Dur + __gnu_pbds::rc_binomial_heap_tag + a11881.html + __gnu_pbds::priority_queue_tag - std::chrono::treat_as_floating_point - a01888.html + __gnu_pbds::detail::rebind_traits + a12157.html + - is_floating_point< _Rep > - std::codecvt - a04268.html - _InternT - _ExternT - _StateT - std::__codecvt_abstract_base + rebind_traits< _Alloc, _Node_base > + a12157.html + + + rebind_traits< _Alloc, entry > + a12157.html + + + rebind_traits< _Alloc, Entry > + a12157.html + + + rebind_traits< _Alloc, Metadata_Type > + a12157.html + + + rebind_traits< _Alloc, node > + a12157.html + + + rebind_traits< _Alloc, Node > + a12157.html + + + rebind_traits< _Alloc, rb_tree_node_ > + a12157.html + + + rebind_traits< _Alloc, splay_tree_node_ > + a12157.html + + + rebind_traits< _Alloc, this_type > + a12157.html + + + rebind_traits< _Alloc, Value_Type > + a12157.html + + + std::filesystem::recursive_directory_iterator + a05457.html - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + recursive_directory_iterator + begin + a01556.html + gac28be88c91f8c4c42e8889395e403437 + (recursive_directory_iterator __iter) noexcept - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + recursive_directory_iterator + end + a01556.html + ga0b54906c3bd0937ae6dc6ab1a28f464d + (recursive_directory_iterator) noexcept - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + recursive_directory_iterator + begin + a01556.html + gac28be88c91f8c4c42e8889395e403437 + (recursive_directory_iterator __iter) noexcept - - virtual result - do_out - a04268.html - a5cdde44b6d296efa567c0cc94bca6f08 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + recursive_directory_iterator + end + a01556.html + ga0b54906c3bd0937ae6dc6ab1a28f464d + (recursive_directory_iterator) noexcept - std::codecvt< _InternT, _ExternT, encoding_state > - a09252.html - + __gnu_cxx::recursive_init_error + a01749.html + std::exception + + virtual const char * + what + a05405.html + a13ea7bcad59eab4379990a7322b17672 + () const noexcept + + + + std::recursive_mutex + a02761.html + + + std::recursive_timed_mutex + a02769.html + + + std::bitset::reference + a01953.html + + + std::tr2::dynamic_bitset::reference + a09337.html + + + std::reference_wrapper + a03225.html - __codecvt_abstract_base< _InternT, _ExternT, encoding_state > - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + constexpr reference_wrapper< _Tp > + ref + a03225.html + a63160e47911885dde34c7e5281476112 + (_Tp &__t) noexcept - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + constexpr reference_wrapper< const _Tp > + cref + a03225.html + a95b6975e6904a8ec2c86a1ead0073085 + (const _Tp &__t) noexcept - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + constexpr reference_wrapper< _Tp > + ref + a03225.html + a63f36ffef56bc2e8c89fca4855ab6a0f + (reference_wrapper< _Tp > __t) noexcept - - virtual result - do_out - a09252.html - ae1283355554c11b6ce2d3dacc9e6cba0 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + constexpr reference_wrapper< const _Tp > + cref + a03225.html + abf66a161b03308e00874a40c01f22fc8 + (reference_wrapper< _Tp > __t) noexcept - - - std::codecvt< char, char, mbstate_t > - a04272.html - __codecvt_abstract_base< char, char, mbstate_t > - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + constexpr reference_wrapper< _Tp > + ref + a03225.html + a63160e47911885dde34c7e5281476112 + (_Tp &__t) noexcept - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + constexpr reference_wrapper< const _Tp > + cref + a03225.html + a95b6975e6904a8ec2c86a1ead0073085 + (const _Tp &__t) noexcept - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + constexpr reference_wrapper< _Tp > + ref + a03225.html + a63f36ffef56bc2e8c89fca4855ab6a0f + (reference_wrapper< _Tp > __t) noexcept - - virtual result - do_out - a04272.html - adc5c0e2cc9d18affc9bf2888d351d699 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + constexpr reference_wrapper< const _Tp > + cref + a03225.html + abf66a161b03308e00874a40c01f22fc8 + (reference_wrapper< _Tp > __t) noexcept - std::codecvt< char16_t, char, mbstate_t > - a04280.html - __codecvt_abstract_base< char16_t, char, mbstate_t > - - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const - + std::regex_error + a06633.html + std::runtime_error - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + regex_error + a06633.html + a44d4ab569c3f1f9146b8cb4b1f4897c0 + (regex_constants::error_type __ecode) - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + regex_constants::error_type + code + a06633.html + a3fa7937e28854ac53d3e7b51e1cca6a3 + () const - - virtual result - do_out - a04280.html - a16f65a78cd4179ab7115490453e3664e - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + virtual const char * + what + a02965.html + a45f5b9c4b7141ac429bf6ea99a7ff6bf + () const noexcept - std::codecvt< char32_t, char, mbstate_t > - a04284.html - __codecvt_abstract_base< char32_t, char, mbstate_t > - - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const - + std::regex_iterator + a06541.html + + + - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + regex_iterator + a06541.html + a862caa6457b78a0ec1d477dfda124c5d + ()=default - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const - - - virtual result - do_out - a04284.html - a1767804ef887e46a422d005ca31e2500 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + regex_iterator + a06541.html + a656c2c42931bc138a1cc6e545cb16651 + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, regex_constants::match_flag_type __m=regex_constants::match_default) - - - std::codecvt< wchar_t, char, mbstate_t > - a04276.html - __codecvt_abstract_base< wchar_t, char, mbstate_t > - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + regex_iterator + a06541.html + a6d2f585edf7bc1a45730ea200dabb86e + (const regex_iterator &)=default - - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + bool + operator!= + a06541.html + a2ec683d37e64edce2bea9366a5415677 + (const regex_iterator &__rhs) const noexcept - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + const value_type & + operator* + a06541.html + a89ee258fe95b81e17fb0eaf4cb0fd565 + () const noexcept - - virtual result - do_out - a04276.html - a56bc3e4682156830a84159babb38d611 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + regex_iterator & + operator++ + a06541.html + a08638d2ec9fbbe6fecd5d3b732747a6c + () - - - std::codecvt_base - a04260.html - - - std::codecvt_byname - a04288.html - - - - std::codecvt - result - in - a04264.html - a38117d39e9725f52735f51f4f4b72354 - (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + regex_iterator + operator++ + a06541.html + a5cc20a645b74551c5130c8740fe96d9e + (int) - result - out - a04264.html - a3a2b1f2da1bc0d89ccd1eceaa66bb79f - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + const value_type * + operator-> + a06541.html + acff5a9bfb1ef4383f413ea2cc8f6ef7d + () const noexcept - result - unshift - a04264.html - a4da56b36b489eded5053172e9f6c0bff - (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + regex_iterator & + operator= + a06541.html + a86764099987b135d0966eda405b99de8 + (const regex_iterator &)=default - - virtual result - do_out - a04268.html - a5cdde44b6d296efa567c0cc94bca6f08 - (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + bool + operator== + a06541.html + adb0c9c95d8d972b0f68da2b1740bbc14 + (const regex_iterator &) const noexcept - std::collate - a04968.html - _CharT - std::locale::facet - - _CharT - char_type - a04968.html - a8ad2844c921007521e36300507bcf8a2 - - - - basic_string< _CharT > - string_type - a04968.html - af10a9e48b7d0c07aa42e5931d644703f - - + regex_iterator< _Bi_iter, typename iterator_traits< _Bi_iter >::value_type, regex_traits< typename iterator_traits< _Bi_iter >::value_type > > + a06541.html - collate - a04968.html - af79f640413431b317d0eef470792ebb3 - (size_t __refs=0) + regex_iterator + a06541.html + a862caa6457b78a0ec1d477dfda124c5d + ()=default - collate - a04968.html - a4c34c192809a224b1dfc6f3d6160e564 - (__c_locale __cloc, size_t __refs=0) + regex_iterator + a06541.html + a656c2c42931bc138a1cc6e545cb16651 + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, regex_constants::match_flag_type __m=regex_constants::match_default) - int - compare - a04968.html - ac7757ff95f04e364fc1230c2945f27fc - (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + regex_iterator + a06541.html + a6d2f585edf7bc1a45730ea200dabb86e + (const regex_iterator &)=default - long - hash - a04968.html - ac70cace45e39beb108d6b6fbe6748ba3 - (const _CharT *__lo, const _CharT *__hi) const + bool + operator!= + a06541.html + a2ec683d37e64edce2bea9366a5415677 + (const regex_iterator &__rhs) const noexcept - string_type - transform - a04968.html - ada536ca81b2869cfe04ccb92bc42282e - (const _CharT *__lo, const _CharT *__hi) const - - - static locale::id - id - a04968.html - ab4a21a6ecff234461ad994da29515d62 - + const value_type & + operator* + a06541.html + a89ee258fe95b81e17fb0eaf4cb0fd565 + () const noexcept - - virtual - ~collate - a04968.html - a4a168df3331d1b84ff5b547efe526bca + + regex_iterator & + operator++ + a06541.html + a08638d2ec9fbbe6fecd5d3b732747a6c () - - virtual int - do_compare - a04968.html - a7392c4a1fc4373a7298d26b3994458f0 - (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const - - - virtual long - do_hash - a04968.html - a0c49714f9b5bec2d7bc33a9a9b93919b - (const _CharT *__lo, const _CharT *__hi) const + + regex_iterator + operator++ + a06541.html + a5cc20a645b74551c5130c8740fe96d9e + (int) - - virtual string_type - do_transform - a04968.html - a17895df009fcf8d929823aea3f1adbba - (const _CharT *__lo, const _CharT *__hi) const + + const value_type * + operator-> + a06541.html + acff5a9bfb1ef4383f413ea2cc8f6ef7d + () const noexcept - - _CharT - char_type - a04968.html - a8ad2844c921007521e36300507bcf8a2 - + + regex_iterator & + operator= + a06541.html + a86764099987b135d0966eda405b99de8 + (const regex_iterator &)=default - - basic_string< _CharT > - string_type - a04968.html - af10a9e48b7d0c07aa42e5931d644703f - + + bool + operator== + a06541.html + adb0c9c95d8d972b0f68da2b1740bbc14 + (const regex_iterator &) const noexcept - std::collate_byname - a04972.html + std::regex_token_iterator + a06545.html - std::collate - - _CharT - char_type - a04972.html - aea2bc2caa0c7516b94a3a0a7513e9533 - + + + + + regex_token_iterator + a06545.html + a8c4dd6b95c7ec9b573640afc5969ef1f + () - - basic_string< _CharT > - string_type - a04972.html - aad3f32937222680b3f47919cdf752b6c - + + + regex_token_iterator + a06545.html + a035a02e7d0ca95caa7bbd96f5e333d77 + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, const int(&__submatches)[_Nm], regex_constants::match_flag_type __m=regex_constants::match_default) - int - compare - a04968.html - ac7757ff95f04e364fc1230c2945f27fc - (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + regex_token_iterator + a06545.html + a53babd11badb91fd6a656a80013b4dcd + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, const std::vector< int > &__submatches, regex_constants::match_flag_type __m=regex_constants::match_default) - long - hash - a04968.html - ac70cace45e39beb108d6b6fbe6748ba3 - (const _CharT *__lo, const _CharT *__hi) const + + regex_token_iterator + a06545.html + a55751b985986e1d848bf38628888b40c + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, initializer_list< int > __submatches, regex_constants::match_flag_type __m=regex_constants::match_default) - string_type - transform - a04968.html - ada536ca81b2869cfe04ccb92bc42282e - (const _CharT *__lo, const _CharT *__hi) const + + regex_token_iterator + a06545.html + af7deee1721c6ee10358595d44e19435a + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, int __submatch=0, regex_constants::match_flag_type __m=regex_constants::match_default) - - static locale::id - id - a04968.html - ab4a21a6ecff234461ad994da29515d62 - + + + regex_token_iterator + a06545.html + a32e6d85c9cd633eeb2ef43d63e54de5f + (const regex_token_iterator &__rhs) - - virtual int - do_compare - a04968.html - a7392c4a1fc4373a7298d26b3994458f0 - (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + bool + operator!= + a06545.html + a6446149296f14aee3eef4ac516a96f52 + (const regex_token_iterator &__rhs) const - - virtual long - do_hash - a04968.html - a0c49714f9b5bec2d7bc33a9a9b93919b - (const _CharT *__lo, const _CharT *__hi) const + + const value_type & + operator* + a06545.html + a0ae03837c2bb4c283a500b70e00743bd + () const - - virtual string_type - do_transform - a04968.html - a17895df009fcf8d929823aea3f1adbba - (const _CharT *__lo, const _CharT *__hi) const + + regex_token_iterator & + operator++ + a06545.html + a620861c9dc36471c9731661b75daa270 + () - - _CharT - char_type - a04972.html - aea2bc2caa0c7516b94a3a0a7513e9533 - + + regex_token_iterator + operator++ + a06545.html + a699a85d3f9aed40a35d338596b8b2f9e + (int) - - basic_string< _CharT > - string_type - a04972.html - aad3f32937222680b3f47919cdf752b6c - + + const value_type * + operator-> + a06545.html + aec95fbb6d9ff5cca02e86c2f8bdd3de9 + () const - - - std::complex - a01924.html - _Tp - - _Tp - value_type - a01924.html - a2c87f5c1ef86cd0a4b1ea60205b50924 - + + regex_token_iterator & + operator= + a06545.html + ae9b8de65e12e4664143610326514d935 + (const regex_token_iterator &__rhs) - constexpr - complex - a01924.html - a4243bd8ee861d7f2e640127085fb4c48 - (const _Tp &__r=_Tp(), const _Tp &__i=_Tp()) + bool + operator== + a06545.html + a075cbb0e00f38573d223b5590ac9c438 + (const regex_token_iterator &__rhs) const + + + std::regex_traits + a06525.html + - constexpr - complex - a01924.html - a49d7da00378dd1c3bd5984ffdce09349 - (const complex< _Up > &__z) + + regex_traits + a06525.html + a4db88d5c982e69fbd0202c02de2f714a + () - complex< _Tp > & - operator*= - a01473.html - ga0dc1b96149147d9a736cf6132021da21 - (const _Tp &) + locale_type + getloc + a06525.html + aca8761334621d52895e4518448b6773c + () const - complex< _Tp > & - operator*= - a01473.html - ga2a651675f1b1fe0490d25d23a45742f1 - (const complex< _Up > &) + locale_type + imbue + a06525.html + ae1d71eed7ede0411f443426e1d0b781d + (locale_type __loc) - complex< _Tp > & - operator+= - a01924.html - ade842ee1db6aa11279e342aab6c5f102 - (const _Tp &__t) + bool + isctype + a06525.html + ad819d5f658133c4dd71c1fa5a7cb9031 + (_Ch_type __c, char_class_type __f) const - complex< _Tp > & - operator+= - a01473.html - ga87b2c4010a33667068481a938c6d05ec - (const complex< _Up > &) + char_class_type + lookup_classname + a06525.html + a16d1a3aaf86d6f12893abcdfb6afb19d + (_Fwd_iter __first, _Fwd_iter __last, bool __icase=false) const - complex< _Tp > & - operator-= - a01924.html - a728dd68317e37a4e6b07716915f4010a - (const _Tp &__t) + string_type + lookup_collatename + a06525.html + a12885e6e3cf511871b0de86a05afb1c4 + (_Fwd_iter __first, _Fwd_iter __last) const - complex< _Tp > & - operator-= - a01473.html - ga917195feb4fbb8de9253c81189e5b685 - (const complex< _Up > &) + string_type + transform + a06525.html + af4d286d995ec6ff200854960c15b78c8 + (_Fwd_iter __first, _Fwd_iter __last) const - complex< _Tp > & - operator/= - a01473.html - ga5ffcd96b8b2468238cb0758ca2f4889c - (const _Tp &) + string_type + transform_primary + a06525.html + a31b5b84c5919d3fd0658cf8c18df0160 + (_Fwd_iter __first, _Fwd_iter __last) const - complex< _Tp > & - operator/= - a01473.html - gad3ea8ef0b67b2c688fb199796abab541 - (const complex< _Up > &) + char_type + translate + a06525.html + a001a4c2c5d9b06d4cc7e9a83310255c4 + (char_type __c) const - complex< _Tp > & - operator= - a01473.html - ga227b3a4d88cd0ce1695be849633feec9 - (const _Tp &) + char_type + translate_nocase + a06525.html + aa92edaaafe63f2333dc9d1ce9167c0f3 + (char_type __c) const - complex< _Tp > & - operator= - a01473.html - gae279d0a33c5bc2585901c87516d1833f - (const complex< _Up > &) + int + value + a06525.html + a5b1afcb8b3cb7d323dfb6fc8db08310a + (_Ch_type __ch, int __radix) const + + + static std::size_t + length + a06525.html + a2d1679803ff038b130a3ac2d545da164 + (const char_type *__p) - std::complex< double > - a01940.html + std::remove_all_extents + a03465.html + - std::complex< float > - a01936.html + std::remove_const + a03737.html + - std::complex< long double > - a01944.html + std::remove_cv + a03261.html + - - std::condition_variable - a02056.html + + std::remove_extent + a03821.html + - - std::const_mem_fun1_ref_t - a06608.html + + std::remove_pointer + a03849.html + + + std::remove_reference + a03777.html + + + std::remove_volatile + a03745.html - binary_function< _Tp, _Arg, _Ret > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + + __gnu_pbds::resize_error + a11741.html + __gnu_pbds::container_error + + virtual const char * + what + a02945.html + af5a397ba77e968fba6aca8cc6c77b171 + () const noexcept - std::const_mem_fun1_t - a06600.html + __gnu_pbds::detail::resize_policy + a12209.html + + + resize_policy< _Alloc::size_type > + a12209.html + + + std::result_of + a03925.html + + + std::reverse_iterator + a07465.html - binary_function< const _Tp *, _Arg, _Ret > + iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > - const _Tp * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba + iterator_traits< _Iterator >::iterator_category + iterator_category + a07525.html + a3d32527bfebba5c0459df1390cef50a9 - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e + iterator_traits< _Iterator >::value_type + value_type + a07525.html + af9f36b7adb257959eef192b9282f1284 - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + constexpr + reverse_iterator + a07465.html + aee734199230e6fe4cf5d8fc8507ec65b + () - - - std::const_mem_fun_ref_t - a06592.html - - - unary_function< _Tp, _Ret > - - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + constexpr + reverse_iterator + a07465.html + adf046a3bbbaa393d5ff1a378062aa7ab + (const reverse_iterator &__x) - - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + constexpr + reverse_iterator + a07465.html + ae66f318796f2a7ea7fe76c283922203b + (const reverse_iterator< _Iter > &__x) - - - std::const_mem_fun_t - a06584.html - - - unary_function< const _Tp *, _Ret > - - const _Tp * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + constexpr + reverse_iterator + a07465.html + a579e9be82ca7652ebde1cc0b7c10a4fb + (iterator_type __x) - - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + constexpr iterator_type + base + a07465.html + a3153b5d67444324459b4a72744884453 + () const - - - std::ctype - a04992.html - _CharT - std::__ctype_abstract_base - bool - is - a04988.html - af6d5ac31c2da7cd350672e88a4b6c89e - (mask __m, char_type __c) const + constexpr reference + operator* + a07465.html + ae7ad4af4394541ce9592c496d2caa01d + () const - const char_type * - is - a04988.html - a98b93b10d5d0700394d0dbd2dd1a3742 - (const char_type *__lo, const char_type *__hi, mask *__vec) const + constexpr reverse_iterator + operator+ + a07465.html + a55b986bbdb1b6256e5a44532e18482c8 + (difference_type __n) const - char - narrow - a04988.html - a6d7dfa83561cc124e75a25b7b311f7db - (char_type __c, char __dfault) const + constexpr reverse_iterator & + operator++ + a07465.html + afb7e289b91f41123d549326d8a6ab366 + () + + + constexpr reverse_iterator + operator++ + a07465.html + af1f70d93400b4687b7b9e4fdf1c382bd + (int) + + + constexpr reverse_iterator & + operator+= + a07465.html + a89f0dca1868d862de0a906cb66c206b3 + (difference_type __n) - const char_type * - narrow - a04988.html - a5bf8de5d297e81cd4812c5754e1b70a6 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + constexpr reverse_iterator + operator- + a07465.html + aeb46b3735f560e0f01e186f7645f282c + (difference_type __n) const - const char_type * - scan_is - a04988.html - ad6c3f07029e022d82a459a12693fab50 - (mask __m, const char_type *__lo, const char_type *__hi) const + constexpr reverse_iterator & + operator-- + a07465.html + ad909d394636e9c2288683f46ff5e800e + () - const char_type * - scan_not - a04988.html - a083176729448869cdc7b5353299efac8 - (mask __m, const char_type *__lo, const char_type *__hi) const + constexpr reverse_iterator + operator-- + a07465.html + ae78cdc20f1bdd3a8d255a1398efa7bd9 + (int) - char_type - tolower - a04988.html - a0ebd233aadf12ec7725b961c469855cf - (char_type __c) const + constexpr reverse_iterator & + operator-= + a07465.html + ae13a2d85ac892afa98c281a9f43a9ccc + (difference_type __n) - const char_type * - tolower - a04988.html - a60b8b7de0aed52f3e98e3b4103e088f8 - (char_type *__lo, const char_type *__hi) const + constexpr pointer + operator-> + a07465.html + a28c2015b28973e5774868f4cb41a77f0 + () const - char_type - toupper - a04988.html - a3308c7447a3a2c54ab8cb344f502baff - (char_type __c) const + constexpr reference + operator[] + a07465.html + a8a0d0ebb2ce348684324023889a32468 + (difference_type __n) const + + + __gnu_cxx::rope + a08789.html + + + + + std::runtime_error + a02965.html + std::exception - const char_type * - toupper - a04988.html - ae8000f95414789f7a5cba135b3b1e7b8 - (char_type *__lo, const char_type *__hi) const + + runtime_error + a02965.html + afce1a363a3b2215518ac16649f8b04c8 + (const string &__arg) _GLIBCXX_TXN_SAFE + + + virtual const char * + what + a02965.html + a45f5b9c4b7141ac429bf6ea99a7ff6bf + () const noexcept + + + __gnu_pbds::sample_probe_fn + a12349.html - char_type - widen - a04988.html - a48efd45b6e1d43d5120ffd37884b9f83 - (char __c) const + + sample_probe_fn + a12349.html + acaa1d2b84788943fd256db1c2fc3abc1 + () - const char * - widen - a04988.html - a2dc39e55a8ed1c402dcfbd8b4cb01207 - (const char *__lo, const char *__hi, char_type *__to) const + + sample_probe_fn + a12349.html + a9f9890ae0772e8500ac21b133e6782ab + (const sample_probe_fn &) - - static locale::id - id - a04992.html - ad9d09c3f3e6b0adc794173ea09adda8b - + + void + swap + a12349.html + a3a1a56d0954c344eb4db26dce4b84562 + (sample_probe_fn &) - - virtual bool - do_is - a04992.html - a35d540d6dbd1c06296f0bc0bddf8afe8 - (mask __m, char_type __c) const + + size_type + operator() + a12349.html + aa6ced743b2988788dea80b762e85986d + (key_const_reference r_key, size_type i) const - - virtual const char_type * - do_is - a04992.html - a5013f2144fc72bd446537daa7d407ccd - (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + __gnu_pbds::sample_range_hashing + a12353.html + + std::size_t + size_type + a12353.html + af4fea3ec891b02cccd88355a969c90ba + - - virtual char - do_narrow - a04992.html - a01a3c227801621bd3ca9b3568c44c3a0 - (char_type, char __dfault) const + + + sample_range_hashing + a12353.html + a809450350940137a64853b8cc1ac7b00 + () - - virtual const char_type * - do_narrow - a04992.html - abc730453d5fc2d3dca9e557ccc7b4394 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + sample_range_hashing + a12353.html + a4e2f5a334dd0073a90bca2fa93317521 + (const sample_range_hashing &other) - - virtual const char_type * - do_scan_is - a04992.html - a9e5dfcb79a7718c330889862788e1279 - (mask __m, const char_type *__lo, const char_type *__hi) const + + void + swap + a12353.html + a7a6dee2c024c6c77e605c9814e5979cb + (sample_range_hashing &other) - - virtual const char_type * - do_scan_not - a04992.html - ad5c6efb9e8be0613aee87070a24098ef - (mask __m, const char_type *__lo, const char_type *__hi) const + + void + notify_resized + a12353.html + a1394c13061424917235d675059ae554e + (size_type) - - virtual char_type - do_tolower - a04992.html - a59a0ada1cc334c6c407e43af870d291e - (char_type __c) const + + size_type + operator() + a12353.html + aa99807ceec7e628556967db52a07bc0b + (size_type) const - - virtual const char_type * - do_tolower - a04992.html - aac256f247d2f52ca6f81f42a0bed6992 - (char_type *__lo, const char_type *__hi) const + + + __gnu_pbds::sample_ranged_hash_fn + a12357.html + + + sample_ranged_hash_fn + a12357.html + a94f61632b1d2c8a3c2763f04e4983900 + () - - virtual char_type - do_toupper - a04992.html - a292e998fb0eeeef612c4e879ead72bc9 - (char_type __c) const + + + sample_ranged_hash_fn + a12357.html + a431d3af3267147fcac48f4383cab5a74 + (const sample_ranged_hash_fn &) - - virtual const char_type * - do_toupper - a04992.html - a2df6c745f13674152565a8dd6a88d9b3 - (char_type *__lo, const char_type *__hi) const + + void + swap + a12357.html + a72bbcd1a06b6196c03a35a880ba6ed72 + (sample_ranged_hash_fn &) - - virtual char_type - do_widen - a04992.html - a7d464e73ba99ec097116cb63a9f99761 - (char __c) const + + void + notify_resized + a12357.html + a60cf8f7475787a8828380db05189e452 + (size_type) - - virtual const char * - do_widen - a04992.html - aacb919dc096268066282f4dae1abcfc9 - (const char *__lo, const char *__hi, char_type *__dest) const + + size_type + operator() + a12357.html + a0dd67bb1412f11f8898f67bb3cd1e8ec + (key_const_reference) const - std::ctype< char > - a04996.html - std::locale::facet - std::ctype_base + __gnu_pbds::sample_ranged_probe_fn + a12361.html + + + __gnu_pbds::sample_resize_policy + a12557.html - char - char_type - a04996.html - a28f3c847c9453a72212fdf3c2d186e4a + std::size_t + size_type + a12557.html + afa708b47ccdbdfd9e35edc2121fd2d89 - ctype - a04996.html - acf81454de90c003b463e19f8703c1cbb - (const mask *__table=0, bool __del=false, size_t __refs=0) + sample_resize_policy + a12557.html + a4faec4cd8c50820fc8c75279d5db0e5a + () - ctype - a04996.html - a00afd225d281cd0a8cd3f35611dd91f9 - (__c_locale __cloc, const mask *__table=0, bool __del=false, size_t __refs=0) + sample_range_hashing + a12557.html + a833591089ba0ea690411e6de22072a31 + (const sample_resize_policy &other) + void + swap + a12557.html + ae0e145612d3056d7186fffcacce2c85d + (sample_resize_policy &other) + + + size_type + get_new_size + a12557.html + a22262166cea11a2a45fa17ddc5a499fc + (size_type size, size_type num_used_e) const + + bool - is - a04996.html - a966c54a29d5fb4424486f74ceacaed4a - (mask __m, char __c) const + is_resize_needed + a12557.html + a58af3aa0d57d0192ac037607f26f37e5 + () const - - const char * - is - a04996.html - a3f98c7b3851c877d90a1c55102506b30 - (const char *__lo, const char *__hi, mask *__vec) const + + void + notify_cleared + a12557.html + a05de88b76a627079b289c79e6211b2ff + () - - char - narrow - a04996.html - a9ea185aec61cbd0161c6530aa8ee16f1 - (char_type __c, char __dfault) const + + void + notify_erase_search_collision + a12557.html + a4ffa318ca12b0f6e94025404d719dac6 + () - - const char_type * - narrow - a04996.html - a8b760284fa34ce8010089a74e1ead79e - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + void + notify_erase_search_end + a12557.html + a422ecd561446279e732bdd769d0b3e4b + () - - const char * - scan_is - a04996.html - afb41b267fdd60faf7e4083606cb52a37 - (mask __m, const char *__lo, const char *__hi) const + + void + notify_erase_search_start + a12557.html + a5fd680a16511a80b749dd7822fa8f9bc + () - - const char * - scan_not - a04996.html - a8dface426b4233def1221b870319be44 - (mask __m, const char *__lo, const char *__hi) const + + void + notify_erased + a12557.html + ab70b8dc8913637ca0f01d35b9773566e + (size_type num_e) - - const mask * - table - a04996.html - a3007d55c6427b410606f499795e1f66c - () const + + void + notify_find_search_collision + a12557.html + a5a06ce787b7413b6acb303828152ae7c + () - - char_type - tolower - a04996.html - a613ce83b223f740721454f283d168ceb - (char_type __c) const + + void + notify_find_search_end + a12557.html + a835318af4e9e95601fc28a30c6bafa48 + () - - const char_type * - tolower - a04996.html - aae3c348679b28ff02f655b1ac59d37d9 - (char_type *__lo, const char_type *__hi) const + + void + notify_find_search_start + a12557.html + a049a9b26e770f5856ba47127603952bf + () - - char_type - toupper - a04996.html - a40a825cf22f673eafcd52ec226982604 - (char_type __c) const + + void + notify_insert_search_collision + a12557.html + aca8c593c0e90ebd7e9e76507f2a66681 + () + + + void + notify_insert_search_end + a12557.html + a324ce12091c2c37a6b0e8157b76ab63b + () + + + void + notify_insert_search_start + a12557.html + af97f835b6224de469cefcf56c56af820 + () + + + void + notify_inserted + a12557.html + ad86ab0f36470d704ca8641b07717c1c7 + (size_type num_e) + + + void + notify_resized + a12557.html + a1f8207b058608607c137773eef92679c + (size_type new_size) + + + + __gnu_pbds::sample_resize_trigger + a12561.html + + std::size_t + size_type + a12561.html + a201fc8206c4854233d6290f37c35458b + - const char_type * - toupper - a04996.html - a45aa4603a4e2181084e6f634d83502fc - (char_type *__lo, const char_type *__hi) const + + sample_resize_trigger + a12561.html + a307f7dbb447b9fa6ca7111cb7463c73f + () - char_type - widen - a04996.html - adb03af528f35f54abb0e5145e82d6f98 - (char __c) const + + sample_range_hashing + a12561.html + a0da105cbda34bca75782dcc9d0b3f6d7 + (const sample_resize_trigger &) - const char * - widen - a04996.html - a536369ec0cf9590af6c627ff27a407bc - (const char *__lo, const char *__hi, char_type *__to) const + void + swap + a12561.html + a822549474a8d6f889f3aa0abf99656ce + (sample_resize_trigger &) - - static const mask * - classic_table - a04996.html - a747e7392c1a15e23869442fea9685aaf + + bool + is_grow_needed + a12561.html + a5ae2c89a2bd75110d67fef5f361fed8c + (size_type size, size_type num_entries) const + + + bool + is_resize_needed + a12561.html + a7f3e6d0aaabbde56e883bf742f301a46 + () const + + + void + notify_cleared + a12561.html + ad71aeb3fd1e05e60f995c36e3d35767f () - - static locale::id - id - a04996.html - aaa75fca18dac7d25648746904feca918 - + + void + notify_erase_search_collision + a12561.html + a088f748acb2a93d3bef0845f30817095 + () - - static const size_t - table_size - a04996.html - a8e1ecbf03326b7f71563e2c3f9a40b03 - + + void + notify_erase_search_end + a12561.html + a0d557313c011b673d803dda8053708ef + () - - virtual - ~ctype - a04996.html - a245192d563ebc4ba5d52cfd4a114e598 + + void + notify_erase_search_start + a12561.html + a23ea236b72a1cf5c89554f61dcefc3e5 () - - virtual char - do_narrow - a04996.html - a136c4d09f8241b6d30657175f3361f4a - (char_type __c, char __dfault __attribute__((__unused__))) const + + void + notify_erased + a12561.html + a7bfcb5953beee28b074a8226acad55d5 + (size_type num_entries) - - virtual const char_type * - do_narrow - a04996.html - a41ccb4858b9456fcfc9bd5946314ef49 - (const char_type *__lo, const char_type *__hi, char __dfault __attribute__((__unused__)), char *__to) const + + void + notify_externally_resized + a12561.html + af2b8a2fbe273f91aaf149eaedecd56de + (size_type new_size) - - virtual char_type - do_tolower - a04996.html - ac019737df7ce6bff299aa60d7d6b18b0 - (char_type __c) const + + void + notify_find_search_collision + a12561.html + a9c0b640580ae2e181daabbf9957da8e7 + () - - virtual const char_type * - do_tolower - a04996.html - afe122310bbeed79c8451587e257ca463 - (char_type *__lo, const char_type *__hi) const + + void + notify_find_search_end + a12561.html + af0e3483a3dcb16e0be3f94f0affb2056 + () - - virtual char_type - do_toupper - a04996.html - a0baaa8202343a9c588635910b4fa4d7d - (char_type __c) const + + void + notify_find_search_start + a12561.html + af384d9703a5ed2c0e7d2bc70889f659f + () - - virtual const char_type * - do_toupper - a04996.html - aaa8745e5d3c653ba8252ec926519bb60 - (char_type *__lo, const char_type *__hi) const + + void + notify_insert_search_collision + a12561.html + a2abd2edcc33007cf820628cb17fe98cb + () + + + void + notify_insert_search_end + a12561.html + a126cd2bc9ea39c89a5dee38f9eaf5c38 + () - - virtual char_type - do_widen - a04996.html - a37bae5847ddd2a3e9dda66b2bb663f38 - (char __c) const + + void + notify_insert_search_start + a12561.html + a0f332904f1c430cb8a914b50cb1ec6c8 + () - - virtual const char * - do_widen - a04996.html - ad1c0a38350b682ac361a85ca1ac6ddc5 - (const char *__lo, const char *__hi, char_type *__to) const + + void + notify_inserted + a12561.html + af820554398c7ec86b22255c89e6aadfa + (size_type num_entries) + + + void + notify_resized + a12561.html + a21662c6d33a62336b1ed122cf717ff00 + (size_type new_size) - std::ctype< wchar_t > - a05000.html - __ctype_abstract_base< wchar_t > + __gnu_pbds::sample_size_policy + a12565.html - wchar_t - char_type - a05000.html - a77b824c31b28ab6ed3e78ee14b07de89 + std::size_t + size_type + a12565.html + a655a04ece92c1f5542fdf3f89c934c07 - ctype - a05000.html - a1151154fd754cfa479a1d4b52a561435 - (size_t __refs=0) + sample_size_policy + a12565.html + a67fcab3ee24978aa912be00908806213 + () - ctype - a05000.html - aea37b8246f8796aa91522d5bcd8c87a3 - (__c_locale __cloc, size_t __refs=0) + sample_range_hashing + a12565.html + ae5c45f8c63188d1bba14ed41667d6c21 + (const sample_size_policy &) - bool - is - a04988.html - af6d5ac31c2da7cd350672e88a4b6c89e - (mask __m, char_type __c) const + void + swap + a12565.html + a48c1b41db4e557029b119c8c5d6002f8 + (sample_size_policy &other) - - const char_type * - is - a04988.html - a98b93b10d5d0700394d0dbd2dd1a3742 - (const char_type *__lo, const char_type *__hi, mask *__vec) const + + size_type + get_nearest_larger_size + a12565.html + afa918b1fc483f66f5fcb367643fb894a + (size_type size) const - - char - narrow - a04988.html - a6d7dfa83561cc124e75a25b7b311f7db - (char_type __c, char __dfault) const + + size_type + get_nearest_smaller_size + a12565.html + a5b4ee8bae352b8291d52d28674d624d9 + (size_type size) const - - const char_type * - narrow - a04988.html - a5bf8de5d297e81cd4812c5754e1b70a6 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + __gnu_pbds::sample_tree_node_update + a12609.html + + + + + + + __gnu_pbds::sample_trie_access_traits + a12629.html + + char + e_type + a12629.html + aa2dd3a25e94ca227c9091491fa2c780f + - - const char_type * - scan_is - a04988.html - ad6c3f07029e022d82a459a12693fab50 - (mask __m, const char_type *__lo, const char_type *__hi) const + + static const_iterator + begin + a12629.html + adc4b245feaab8c471b406fd0002645b0 + (key_const_reference) - - const char_type * - scan_not - a04988.html - a083176729448869cdc7b5353299efac8 - (mask __m, const char_type *__lo, const char_type *__hi) const + + static size_type + e_pos + a12629.html + a2383ac05567211029913e7562b8b7680 + (e_type) - - char_type - tolower - a04988.html - a0ebd233aadf12ec7725b961c469855cf - (char_type __c) const + + static const_iterator + end + a12629.html + a91709489f927e5cfb388b57dd05d7f52 + (key_const_reference) - - const char_type * - tolower - a04988.html - a60b8b7de0aed52f3e98e3b4103e088f8 - (char_type *__lo, const char_type *__hi) const + + + __gnu_pbds::sample_trie_node_update + a12633.html + + + + + + + sample_trie_node_update + a12633.html + a303d518c5c155beff935af9eb5c5d5f1 + () - - char_type - toupper - a04988.html - a3308c7447a3a2c54ab8cb344f502baff - (char_type __c) const + + void + operator() + a12633.html + ae4db417d4455178d78933ae2fae0c0c1 + (node_iterator, node_const_iterator) const + + + __gnu_pbds::sample_update_policy + a12409.html - const char_type * - toupper - a04988.html - ae8000f95414789f7a5cba135b3b1e7b8 - (char_type *__lo, const char_type *__hi) const + + sample_update_policy + a12409.html + a8e0be7e3ad0a78c29f0ae1815fffb724 + () - char_type - widen - a04988.html - a48efd45b6e1d43d5120ffd37884b9f83 - (char __c) const + + sample_update_policy + a12409.html + a2bc99546d773781197d013405b68d6e5 + (const sample_update_policy &) - const char * - widen - a04988.html - a2dc39e55a8ed1c402dcfbd8b4cb01207 - (const char *__lo, const char *__hi, char_type *__to) const + void + swap + a12409.html + ad866a56fdeeed727b04774acdc78ab1e + (sample_update_policy &other) - - static locale::id - id - a05000.html - ac0eb2ff99c40a189820f9803c63dd088 + + some_metadata_type + metadata_type + a12409.html + ae04b006c23ec3b6064311bd1df20ba8c - - virtual - ~ctype - a05000.html - a87d9b95f4b151b418aa9ba829d16ddc2 - () - - - virtual bool - do_is - a05000.html - a5fddabd0a6f03cb5274020784a32eb72 - (mask __m, char_type __c) const - - - virtual const char_type * - do_is - a05000.html - a14be28229f0a8efde46ea9654297e556 - (const char_type *__lo, const char_type *__hi, mask *__vec) const - - - virtual char - do_narrow - a05000.html - a4c0c870d5d7ec8a6d942da3a03597da2 - (char_type __c, char __dfault) const + + metadata_type + operator() + a12409.html + ac935e838124407bc51c0bf7c01933341 + () const - - virtual const char_type * - do_narrow - a05000.html - af77b64ba799c73ab7566f159d5dee756 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + bool + operator() + a12409.html + a6eefac672a1bb0513d6d3b145d35fd56 + (metadata_reference) const - - virtual const char_type * - do_scan_is - a05000.html - acf1b6dfec89abd4d28e306b7f3cf7c23 - (mask __m, const char_type *__lo, const char_type *__hi) const + + + __gnu_parallel::sampling_tag + a09285.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - - virtual const char_type * - do_scan_not - a05000.html - a4d9f6191ed300d3ab5e728e7a90047b2 - (mask __m, const char_type *__lo, const char_type *__hi) const + + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - - virtual char_type - do_tolower - a05000.html - ad8989f20ff67441f84cc2e286d34d594 - (char_type __c) const + + + std::scoped_allocator_adaptor + a02913.html + + _InnerAllocs + + + std::scoped_lock + a02777.html + _MutexTypes + + + std::seed_seq + a06509.html + + uint_least32_t + result_type + a06509.html + a3079b6a05bc5cce0bfed0a6a59c29590 + - - virtual const char_type * - do_tolower - a05000.html - abaacddaf3a1d3adeed77aeaa71bc1a2e - (char_type *__lo, const char_type *__hi) const + + + seed_seq + a06509.html + a125513e09d016c8a95dba3ce653c8001 + () noexcept - - virtual char_type - do_toupper - a05000.html - a56659902a772ea65838dd6481268e099 - (char_type __c) const + + + __gnu_cxx::select1st + a08717.html + + + _Pair + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - virtual const char_type * - do_toupper - a05000.html - a446b87f9dde5a37ca18d7bfa07dfa80d - (char_type *__lo, const char_type *__hi) const + + _Pair::first_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - virtual char_type - do_widen - a05000.html - a027a349455fcbe1572794e5e6ffc25b3 - (char __c) const + + + __gnu_cxx::select2nd + a08721.html + + + _Pair + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - virtual const char * - do_widen - a05000.html - ad2118710f1ca2b452af0cf54ee179c56 - (const char *__lo, const char *__hi, char_type *__to) const + + _Pair::second_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - std::ctype_base - a07436.html + __gnu_pbds::detail::select_value_type + a12141.html + + - - std::ctype_byname - a05004.html + + __gnu_pbds::detail::select_value_type< Key, null_type > + a12145.html - std::ctype - - bool - is - a04988.html - af6d5ac31c2da7cd350672e88a4b6c89e - (mask __m, char_type __c) const + + + std::basic_istream::sentry + a02629.html + + _Traits + traits_type + a02629.html + a6b50f58dfa1c21836890bd40ec2a3300 + - const char_type * - is - a04988.html - a98b93b10d5d0700394d0dbd2dd1a3742 - (const char_type *__lo, const char_type *__hi, mask *__vec) const + + sentry + a02629.html + a2fc3c8f08453fb26ed43694eaeab5493 + (basic_istream< _CharT, _Traits > &__is, bool __noskipws=false) - char - narrow - a04988.html - a6d7dfa83561cc124e75a25b7b311f7db - (char_type __c, char __dfault) const + + operator bool + a02629.html + a9fa4ff4cc39750195997c8d7e5e800c6 + () const + + + std::basic_ostream::sentry + a02881.html - const char_type * - narrow - a04988.html - a5bf8de5d297e81cd4812c5754e1b70a6 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + sentry + a02881.html + ae972dd47564726ff41e6be700820719c + (basic_ostream< _CharT, _Traits > &__os) - const char_type * - scan_is - a04988.html - ad6c3f07029e022d82a459a12693fab50 - (mask __m, const char_type *__lo, const char_type *__hi) const + + ~sentry + a02881.html + a33286f6402b3651e04c6cfc4b8e719f1 + () - const char_type * - scan_not - a04988.html - a083176729448869cdc7b5353299efac8 - (mask __m, const char_type *__lo, const char_type *__hi) const + + operator bool + a02881.html + afb51ae0eb2883c81ff22e810e891be9f + () const + + + __gnu_pbds::sequence_tag + a11813.html + __gnu_pbds::container_tag + + + __gnu_parallel::sequential_tag + a09249.html + + + std::__debug::set + a08561.html + + + + _Safe_container< set< _Key, std::less< _Key >, std::allocator< _Key > >, std::allocator< _Key >, __gnu_debug::_Safe_node_sequence > - char_type - tolower - a04988.html - a0ebd233aadf12ec7725b961c469855cf - (char_type __c) const + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - const char_type * - tolower - a04988.html - a60b8b7de0aed52f3e98e3b4103e088f8 - (char_type *__lo, const char_type *__hi) const + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - - char_type - toupper - a04988.html - a3308c7447a3a2c54ab8cb344f502baff - (char_type __c) const + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + - - const char_type * - toupper - a04988.html - ae8000f95414789f7a5cba135b3b1e7b8 - (char_type *__lo, const char_type *__hi) const + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + - - char_type - widen - a04988.html - a48efd45b6e1d43d5120ffd37884b9f83 - (char __c) const + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + - - const char * - widen - a04988.html - a2dc39e55a8ed1c402dcfbd8b4cb01207 - (const char *__lo, const char *__hi, char_type *__to) const + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () - - static locale::id - id - a04992.html - ad9d09c3f3e6b0adc794173ea09adda8b - + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - virtual bool - do_is - a04992.html - a35d540d6dbd1c06296f0bc0bddf8afe8 - (mask __m, char_type __c) const + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::set + a07597.html + + + + + _Key + key_type + a07597.html + a8629917347e6dc60f7b778017591ac89 + - - virtual const char_type * - do_is - a04992.html - a5013f2144fc72bd446537daa7d407ccd - (const char_type *__lo, const char_type *__hi, mask *__vec) const + + _Key + value_type + a07597.html + a3e752147bbbb2d617e85d6a9f15cd57b + - - virtual char - do_narrow - a04992.html - a01a3c227801621bd3ca9b3568c44c3a0 - (char_type, char __dfault) const + + _Compare + key_compare + a07597.html + a7ef2f84268354d05e7213606d2f364c9 + - - virtual const char_type * - do_narrow - a04992.html - abc730453d5fc2d3dca9e557ccc7b4394 - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + _Compare + value_compare + a07597.html + a2d638b35695b151f99f992e5048cb58d + - - virtual const char_type * - do_scan_is - a04992.html - a9e5dfcb79a7718c330889862788e1279 - (mask __m, const char_type *__lo, const char_type *__hi) const + + _Alloc + allocator_type + a07597.html + a3cfe51976315c0c1fbe62ac14c98e1f7 + - - virtual const char_type * - do_scan_not - a04992.html - ad5c6efb9e8be0613aee87070a24098ef - (mask __m, const char_type *__lo, const char_type *__hi) const + + _Alloc_traits::pointer + pointer + a07597.html + ab09384f7a9772d0e8c6175b572db898d + - - virtual char_type - do_tolower - a04992.html - a59a0ada1cc334c6c407e43af870d291e - (char_type __c) const + + _Alloc_traits::const_pointer + const_pointer + a07597.html + a3d7226decb850440d394df1dafae0984 + - - virtual const char_type * - do_tolower - a04992.html - aac256f247d2f52ca6f81f42a0bed6992 - (char_type *__lo, const char_type *__hi) const + + _Alloc_traits::reference + reference + a07597.html + a9e362ba78518dfe70c4ea6159cae235a + - - virtual char_type - do_toupper - a04992.html - a292e998fb0eeeef612c4e879ead72bc9 - (char_type __c) const + + _Alloc_traits::const_reference + const_reference + a07597.html + a8d75c5991f7b0318f9390ed0a960a805 + - - virtual const char_type * - do_toupper - a04992.html - a2df6c745f13674152565a8dd6a88d9b3 - (char_type *__lo, const char_type *__hi) const + + _Rep_type::const_iterator + iterator + a07597.html + ab67be28282428ca9d7bd2f77a5507c1a + - - virtual char_type - do_widen - a04992.html - a7d464e73ba99ec097116cb63a9f99761 - (char __c) const + + _Rep_type::const_iterator + const_iterator + a07597.html + a3d51d0ac851fe6c1b5d59e3b5aacfe57 + - - virtual const char * - do_widen - a04992.html - aacb919dc096268066282f4dae1abcfc9 - (const char *__lo, const char *__hi, char_type *__dest) const + + _Rep_type::const_reverse_iterator + reverse_iterator + a07597.html + ab7b54ee87cf04d32f163e87e1bd0b5c5 + - - - std::ctype_byname< char > - a05008.html - std::ctype< char > - char - char_type - a04996.html - a28f3c847c9453a72212fdf3c2d186e4a + _Rep_type::const_reverse_iterator + const_reverse_iterator + a07597.html + ab28676718c0dc84a292b8998fa943c83 - - bool - is - a04996.html - a966c54a29d5fb4424486f74ceacaed4a - (mask __m, char __c) const + + _Rep_type::size_type + size_type + a07597.html + ad9837325cd001566e32eb95539a8ded5 + - - const char * - is - a04996.html - a3f98c7b3851c877d90a1c55102506b30 - (const char *__lo, const char *__hi, mask *__vec) const + + _Rep_type::difference_type + difference_type + a07597.html + a1209ccfa7ee8ec775e03282e07a4d3ab + - char - narrow - a04996.html - a9ea185aec61cbd0161c6530aa8ee16f1 - (char_type __c, char __dfault) const + + set + a07597.html + a907d82d36716f9e488b991958f58f6aa + ()=default - const char_type * - narrow - a04996.html - a8b760284fa34ce8010089a74e1ead79e - (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + set + a07597.html + a5c24e6efdb6526f5a28e7c54af8e3e15 + (_InputIterator __first, _InputIterator __last) - const char * - scan_is - a04996.html - afb41b267fdd60faf7e4083606cb52a37 - (mask __m, const char *__lo, const char *__hi) const + + set + a07597.html + a0b099bbbac6aef91b91c671c3e231979 + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) - const char * - scan_not - a04996.html - a8dface426b4233def1221b870319be44 - (mask __m, const char *__lo, const char *__hi) const + + set + a07597.html + ac33c85b1fbf245c21fe0965b7e7eca59 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) - const mask * - table - a04996.html - a3007d55c6427b410606f499795e1f66c - () const + + set + a07597.html + aed34d26628e845f2b7e0eb45959ef0fc + (const _Compare &__comp, const allocator_type &__a=allocator_type()) - char_type - tolower - a04996.html - a613ce83b223f740721454f283d168ceb - (char_type __c) const + + set + a07597.html + a943aa95cb4e637b9b3199cb63cd247b0 + (const allocator_type &__a) - const char_type * - tolower - a04996.html - aae3c348679b28ff02f655b1ac59d37d9 - (char_type *__lo, const char_type *__hi) const + + set + a07597.html + adb05c13eee25271b092edf7878379cb5 + (const set &)=default - char_type - toupper - a04996.html - a40a825cf22f673eafcd52ec226982604 - (char_type __c) const + + set + a07597.html + a06c8c1519399c9811fd0bfe2702f5c3b + (const set &__x, const allocator_type &__a) - const char_type * - toupper - a04996.html - a45aa4603a4e2181084e6f634d83502fc - (char_type *__lo, const char_type *__hi) const + + set + a07597.html + acdf4b44f5a2f222c735237d763b89eaa + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) - char_type - widen - a04996.html - adb03af528f35f54abb0e5145e82d6f98 - (char __c) const + + set + a07597.html + aaf9732d21b9343b12f3117fe3b87a6f3 + (initializer_list< value_type > __l, const allocator_type &__a) - const char * - widen - a04996.html - a536369ec0cf9590af6c627ff27a407bc - (const char *__lo, const char *__hi, char_type *__to) const - - - static const mask * - classic_table - a04996.html - a747e7392c1a15e23869442fea9685aaf - () - - - static locale::id - id - a04996.html - aaa75fca18dac7d25648746904feca918 - - - - static const size_t - table_size - a04996.html - a8e1ecbf03326b7f71563e2c3f9a40b03 - - - - virtual char - do_narrow - a04996.html - a136c4d09f8241b6d30657175f3361f4a - (char_type __c, char __dfault __attribute__((__unused__))) const - - - virtual const char_type * - do_narrow - a04996.html - a41ccb4858b9456fcfc9bd5946314ef49 - (const char_type *__lo, const char_type *__hi, char __dfault __attribute__((__unused__)), char *__to) const - - - virtual char_type - do_tolower - a04996.html - ac019737df7ce6bff299aa60d7d6b18b0 - (char_type __c) const - - - virtual const char_type * - do_tolower - a04996.html - afe122310bbeed79c8451587e257ca463 - (char_type *__lo, const char_type *__hi) const - - - virtual char_type - do_toupper - a04996.html - a0baaa8202343a9c588635910b4fa4d7d - (char_type __c) const - - - virtual const char_type * - do_toupper - a04996.html - aaa8745e5d3c653ba8252ec926519bb60 - (char_type *__lo, const char_type *__hi) const - - - virtual char_type - do_widen - a04996.html - a37bae5847ddd2a3e9dda66b2bb663f38 - (char __c) const - - - virtual const char * - do_widen - a04996.html - ad1c0a38350b682ac361a85ca1ac6ddc5 - (const char *__lo, const char *__hi, char_type *__to) const + + set + a07597.html + a2ab389e91f3dc70a3e9a9e69067283ae + (set &&)=default - - - std::decimal::decimal128 - a08756.html - decimal128 - a08756.html - a0109f8036769986ae2b5cbb5b369b1fc - (__decfloat128 __z) + set + a07597.html + a5ef0930efbfe6211c06de5d4e4e7a253 + (set &&__x, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) - - - std::decimal::decimal32 - a08748.html - decimal32 - a08748.html - a0a56ec8df48bee17d6c22c53c0f160f8 - (__decfloat32 __z) + ~set + a07597.html + aeef30db5984855d4fc426da2aa51562f + ()=default - - - std::decimal::decimal64 - a08752.html - - decimal64 - a08752.html - afc30d8fb426619b5f29cf8b590c6b331 - (__decfloat64 __z) + iterator + begin + a07597.html + ae74861993e8ffc668813a1face48447b + () const noexcept - - - std::default_delete - a06936.html - - constexpr - default_delete - a06936.html - a304c2d88d632c1023b5cf06066d18440 - () noexcept=default + iterator + cbegin + a07597.html + a39e7d303fb234db62a1faa6df63f4604 + () const noexcept - - default_delete - a06936.html - a91c7d2434b31fc4d62155d108d1bfd99 - (const default_delete< _Up > &) noexcept + iterator + cend + a07597.html + a5d2030f67826e8bfea0b6dce51e792b7 + () const noexcept void - operator() - a06936.html - a8ba28722822c984007c41986305ee762 - (_Tp *__ptr) const + clear + a07597.html + ad06b71a81f86eca8862b0cbc0572622c + () noexcept - - - std::default_delete< _Tp[]> - a06940.html - - constexpr - default_delete - a06940.html - a8add7bace07168095265e2cbe19cd3fe - () noexcept=default + reverse_iterator + crbegin + a07597.html + aa748ce25c53c595cbb332058bf1841d3 + () const noexcept - - default_delete - a06940.html - aec0bac655768abe7060853f80292614f - (const default_delete< _Up[]> &) noexcept + reverse_iterator + crend + a07597.html + abb253be090c388adfba1f54046c0f416 + () const noexcept - enable_if< is_convertible< _Up(*)[], _Tp(*)[]>::value >::type - operator() - a06940.html - a00890fd27c38569b6d907b8f93bd7833 - (_Up *__ptr) const + std::pair< iterator, bool > + emplace + a07597.html + af16da8812db504af3bbf8a682de754d6 + (_Args &&... __args) - - - std::defer_lock_t - a06244.html - - - std::deque - a06388.html - _Tp - _Alloc - std::_Deque_base - - deque - a06388.html - ae68c6ac05cd6e788a90c9b8a47c56756 - () + iterator + emplace_hint + a07597.html + ae4eb02463d17b44a49e6d916d05548fe + (const_iterator __pos, _Args &&... __args) - - deque - a06388.html - aa8cf87c79a7c6bdf2cf07749fb1e2ff5 - (const allocator_type &__a) + bool + empty + a07597.html + af5f37a9e0561eb1ae89988aaefc4476e + () const noexcept - - deque - a06388.html - a511a8f76d058f6bd0e2236abf8df23bc - (size_type __n, const allocator_type &__a=allocator_type()) + iterator + end + a07597.html + a7a35e9e918f87c423c9f1f2362151b26 + () const noexcept - - deque - a06388.html - a858d7660a45a911f8ae7858246ea2f6d - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + size_type + erase + a07597.html + af75595c05a003b09225a0367cbe4d468 + (const key_type &__x) - - deque - a06388.html - a03515a6af7f959e28cec591ac5f0f8b2 - (const deque &__x) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07597.html + aa73f253934bbb48e214bb21b89812cbb + (const_iterator __first, const_iterator __last) - - deque - a06388.html - a7d533f573a77a0f9bf33fa40dde1c9cd - (deque &&__x) + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a07597.html + a2122b626db1a6a97c0bec69f4e766591 + (const_iterator __position) - - deque - a06388.html - a0948ee096c5387c1deb1e5885d06c112 - (const deque &__x, const allocator_type &__a) + node_type + extract + a07597.html + ae795f637cafbc73936958d0e00515be0 + (const key_type &__x) - - deque - a06388.html - a0bb7da7a228f22622f2e822252813d51 - (deque &&__x, const allocator_type &__a) + node_type + extract + a07597.html + a18104bdac21c0c410fa8d15271f64a60 + (const_iterator __pos) - - deque - a06388.html - abdc5fd34432d73edde92643c58d7db6d - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + allocator_type + get_allocator + a07597.html + ad6674974a5ecbd2df498227c9ed63ce2 + () const noexcept - - deque - a06388.html - ac11b72c35c99798a8aa8428206af7b74 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + void + insert + a07597.html + aa383fd1111f8ced96c22eacf1e42c258 + (_InputIterator __first, _InputIterator __last) - - ~deque - a06388.html - a8e7b8eb846862bae0ec76623338fa2a7 - () + std::pair< iterator, bool > + insert + a07597.html + af168dfb4d8e0515557884b2619117c78 + (const value_type &__x) - void - assign - a06388.html - a65dabc6e005b7b5a19adf55792821e76 - (size_type __n, const value_type &__val) + iterator + insert + a07597.html + a735aa6f1e23f9712b72f59d88bffed79 + (const_iterator __hint, node_type &&__nh) - void - assign - a06388.html - ac0579ff04738a923ad49b8b9398af642 - (_InputIterator __first, _InputIterator __last) + iterator + insert + a07597.html + abe856758e09628d4ec26d1e77ceee152 + (const_iterator __position, const value_type &__x) void - assign - a06388.html - ab16028e538ba034ad569b6933c152cdb + insert + a07597.html + a555b9e2cf15a4d3aac095883904743a8 (initializer_list< value_type > __l) - reference - at - a06388.html - a4b0080ca0ed1a2222104a5fb776a454f - (size_type __n) + insert_return_type + insert + a07597.html + a6686626a0e29e8e25b852c603eb189f3 + (node_type &&__nh) - const_reference - at - a06388.html - a03a10b684468f787e852fa360440ba7b - (size_type __n) const + key_compare + key_comp + a07597.html + a9b148fa88cbd84df31e19b1d9e531724 + () const - reference - back - a06388.html - a9345d8aadac1295d32b7390ede8478f5 - () noexcept + size_type + max_size + a07597.html + a84c5ddf1dff1dbdb8583cfabe3605b86 + () const noexcept - const_reference - back - a06388.html - a0ebb54615350e129c2ce3b51368402bb - () const noexcept + set & + operator= + a07597.html + a8ffd6bc39d7e301ec0f77568e4c531c2 + (const set &)=default + + + set & + operator= + a07597.html + a8e269a4d9e589df1ef1bc6df659e7a96 + (initializer_list< value_type > __l) - iterator - begin - a06388.html - af71a8fc9a6dff2b04bfd8b219c40a940 - () noexcept + set & + operator= + a07597.html + afc8c71ffd02970fa13cd6f6fbd40682b + (set &&)=default - const_iterator - begin - a06388.html - ac5c61891a706a301138fdc8dbf0d0209 + reverse_iterator + rbegin + a07597.html + a9c6f4b02f2ed2c82963fce15fb3d24ee () const noexcept - const_iterator - cbegin - a06388.html - a289af3aac006b9faa969fbdf090f8202 + reverse_iterator + rend + a07597.html + afaa0621475cc933cf5a668a4db9fd851 () const noexcept - const_iterator - cend - a06388.html - ae56c2f3c25dc623eba9825a2e3eddd7c + size_type + size + a07597.html + ab21409945167dfbfd999f005739cbc2a () const noexcept void - clear - a06388.html - a1a753bfa9e6b675bac7ee9ec4365fbdf - () noexcept - - - const_reverse_iterator - crbegin - a06388.html - a86674e16182ecb624e854ce7a653c03e - () const noexcept + swap + a07597.html + a2ad1ef1062ee331c848605434d1d5ef6 + (set &__x) noexcept(/*conditional */) - const_reverse_iterator - crend - a06388.html - a17d738d29f26320ce991399537a17bce - () const noexcept + value_compare + value_comp + a07597.html + a2fbb062a8014c9444365d2bedd0ced48 + () const - iterator - emplace - a06388.html - a3ea67e3e7fc5c84e92d9868bb57ae05a - (const_iterator __position, _Args &&... __args) + size_type + count + a07597.html + a1164f8c8d8b92b1b4be8a313cede8abe + (const key_type &__x) const - bool - empty - a06388.html - a512ed6c7e0dc244335b337da26d76f41 - () const noexcept + auto + count + a07597.html + a659cf2314514a8cf2d6ecc68d08bf2ca + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) iterator - end - a06388.html - a78b2da6c6329349581db042e6bbe2a40 - () noexcept + find + a07597.html + af20eddb69820079242b06871210f9b06 + (const key_type &__x) const_iterator - end - a06388.html - ad1986c3313eec924e6a7531929a82b8d - () const noexcept + find + a07597.html + af9b85bc6147d2b93a7a470ab20baab1a + (const key_type &__x) const - iterator - erase - a06388.html - a0e0812f0cacd5dfd1108455df4fda375 - (const_iterator __position) + auto + find + a07597.html + a881e89a78e43629f13c5608743544bf0 + (const _Kt &__x) -> decltype(iterator{_M_t._M_find_tr(__x)}) - iterator - erase - a06388.html - af8f15e04574604071004bcdcd3be22fc - (const_iterator __first, const_iterator __last) + auto + find + a07597.html + a8e394db82d16566aaa7b6bab1909e34b + (const _Kt &__x) const -> decltype(const_iterator{_M_t._M_find_tr(__x)}) - reference - front - a06388.html - ae5172d8f3ab8a44f5f68f5d6256e5c7e - () noexcept + iterator + lower_bound + a07597.html + ae0623408c438fcbe7426deb496d3fd36 + (const key_type &__x) - const_reference - front - a06388.html - a62222a6cab13f17c0489a3d6242dd6a8 - () const noexcept + const_iterator + lower_bound + a07597.html + abfcf2991ff3683e095dd11d089e7117c + (const key_type &__x) const - allocator_type - get_allocator - a06388.html - a40d6b0cbbd61cda2b99f5fc4a274fe02 - () const noexcept + auto + lower_bound + a07597.html + a4ba764c0f23024700dfa99b600909b34 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - iterator - insert - a06388.html - a69b4ca4a5aad67e979d6e6db9b31781a - (const_iterator __position, const value_type &__x) + auto + lower_bound + a07597.html + a91a143d5a364b10a3a13f6502ef0c23e + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) iterator - insert - a06388.html - adec6ee2ba1f059f0addf6b9da5b596e1 - (const_iterator __position, value_type &&__x) + upper_bound + a07597.html + ae03b8775010d8dc4709a4d34013964d7 + (const key_type &__x) - iterator - insert - a06388.html - a755a6d05ef2270de50ce270bea77250f - (const_iterator __p, initializer_list< value_type > __l) + const_iterator + upper_bound + a07597.html + a53e2535b0fb16518b7ad89cd3d6088e8 + (const key_type &__x) const - iterator - insert - a06388.html - ad645c0144212cbfee911daa80578e997 - (const_iterator __position, size_type __n, const value_type &__x) + auto + upper_bound + a07597.html + ae1dc65477a3821784762efba7f606522 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - iterator - insert - a06388.html - aee2b0dd83e2d5c82db3b2df6918e484a - (const_iterator __position, _InputIterator __first, _InputIterator __last) + auto + upper_bound + a07597.html + aaabacc65cbc611e1f48789de8da83919 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - size_type - max_size - a06388.html - a5aea8252ed76805923d591f878768f67 - () const noexcept + std::pair< iterator, iterator > + equal_range + a07597.html + af9f201350c153d3da65fe02191c0129f + (const key_type &__x) - deque & - operator= - a06388.html - acbbd2ced11be9e416c030bf3dcaeacad - (const deque &__x) + std::pair< const_iterator, const_iterator > + equal_range + a07597.html + ae0872a3e56b0583c37aab5d20514b479 + (const key_type &__x) const - deque & - operator= - a06388.html - a77734a257fa1c71752517d0ae6ae707d - (deque &&__x) noexcept(_Alloc_traits::_S_always_equal()) + auto + equal_range + a07597.html + aad7aaff6e514ff8b528c0d6138342198 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - deque & - operator= - a06388.html - a74898d8b495f47ced979e6ba66c4eef1 - (initializer_list< value_type > __l) + auto + equal_range + a07597.html + aae9750edc8da201383f8894b70bbda0b + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - - reference - operator[] - a06388.html - a461a433ad999e2d22e10f45addf1bb67 - (size_type __n) noexcept + + _Key + key_type + a07597.html + a8629917347e6dc60f7b778017591ac89 + - - const_reference - operator[] - a06388.html - a513a4ab26ac9df40d7ec95fc50e1218b - (size_type __n) const noexcept + + _Key + value_type + a07597.html + a3e752147bbbb2d617e85d6a9f15cd57b + - - void - pop_back - a06388.html - a2299790b7c0080b2652ba374a2ea68fc - () noexcept + + _Compare + key_compare + a07597.html + a7ef2f84268354d05e7213606d2f364c9 + - - void - pop_front - a06388.html - a3f5c33f2728f70a589e11a2e8b013e78 - () noexcept + + _Compare + value_compare + a07597.html + a2d638b35695b151f99f992e5048cb58d + - - void - push_back - a06388.html - aa261893d7576d53592700d030dedae78 - (const value_type &__x) + + _Alloc + allocator_type + a07597.html + a3cfe51976315c0c1fbe62ac14c98e1f7 + - - void - push_front - a06388.html - a5e23e99b8919a725e105786dd2bf20e9 - (const value_type &__x) + + _Alloc_traits::pointer + pointer + a07597.html + ab09384f7a9772d0e8c6175b572db898d + - - reverse_iterator - rbegin - a06388.html - a00b51e916472a01d8d68945681ab8245 - () noexcept + + _Alloc_traits::const_pointer + const_pointer + a07597.html + a3d7226decb850440d394df1dafae0984 + - - const_reverse_iterator - rbegin - a06388.html - af3714db48a222a584264a3e668bd5b3c - () const noexcept + + _Alloc_traits::reference + reference + a07597.html + a9e362ba78518dfe70c4ea6159cae235a + + + + _Alloc_traits::const_reference + const_reference + a07597.html + a8d75c5991f7b0318f9390ed0a960a805 + + + + _Rep_type::const_iterator + iterator + a07597.html + ab67be28282428ca9d7bd2f77a5507c1a + + + + _Rep_type::const_iterator + const_iterator + a07597.html + a3d51d0ac851fe6c1b5d59e3b5aacfe57 + + + + _Rep_type::const_reverse_iterator + reverse_iterator + a07597.html + ab7b54ee87cf04d32f163e87e1bd0b5c5 + + + + _Rep_type::const_reverse_iterator + const_reverse_iterator + a07597.html + ab28676718c0dc84a292b8998fa943c83 + + + + _Rep_type::size_type + size_type + a07597.html + ad9837325cd001566e32eb95539a8ded5 + + + + _Rep_type::difference_type + difference_type + a07597.html + a1209ccfa7ee8ec775e03282e07a4d3ab + - reverse_iterator - rend - a06388.html - a0daef1995ab8473dad46086c79ecb9f0 - () noexcept + size_type + count + a07597.html + a1164f8c8d8b92b1b4be8a313cede8abe + (const key_type &__x) const - const_reverse_iterator - rend - a06388.html - a2d4c0290323b6a5a78b2e30d2706d753 - () const noexcept + auto + count + a07597.html + a659cf2314514a8cf2d6ecc68d08bf2ca + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - void - resize - a06388.html - a2cb09fae5538690a6175b6e738f39b59 - (size_type __new_size) + iterator + find + a07597.html + af20eddb69820079242b06871210f9b06 + (const key_type &__x) - void - resize - a06388.html - a5f7f1a01f2d6a06b4c89a4c5a84a9002 - (size_type __new_size, const value_type &__x) + const_iterator + find + a07597.html + af9b85bc6147d2b93a7a470ab20baab1a + (const key_type &__x) const - void - shrink_to_fit - a06388.html - abe9c2e87fe6d96dbbbf7f50f750d3cf2 - () noexcept + auto + find + a07597.html + a881e89a78e43629f13c5608743544bf0 + (const _Kt &__x) -> decltype(iterator{_M_t._M_find_tr(__x)}) - size_type - size - a06388.html - a24d5150e384f657ca3b317ced4dadc5d - () const noexcept + auto + find + a07597.html + a8e394db82d16566aaa7b6bab1909e34b + (const _Kt &__x) const -> decltype(const_iterator{_M_t._M_find_tr(__x)}) - void - swap - a06388.html - a41f78615b6896d0b85bef3aea0e41f2f - (deque &__x) noexcept + iterator + lower_bound + a07597.html + ae0623408c438fcbe7426deb496d3fd36 + (const key_type &__x) - - void - _M_fill_initialize - a06388.html - a67647a3b7f00d3ca89b27980a1f2b7ee - (const value_type &__value) + + const_iterator + lower_bound + a07597.html + abfcf2991ff3683e095dd11d089e7117c + (const key_type &__x) const - - void - _M_initialize_map - a06380.html - a0ba38b77ebabad6056d04d9f65ffa74c - (size_t) + + auto + lower_bound + a07597.html + a4ba764c0f23024700dfa99b600909b34 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - - void - _M_range_check - a06388.html - ab0b41c4f880dd45f1278ce6233a3f513 - (size_type __n) const + + auto + lower_bound + a07597.html + a91a143d5a364b10a3a13f6502ef0c23e + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - - void - _M_range_initialize - a06388.html - ae2b6ab89b51f74b7de15e6494fc03caa - (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + iterator + upper_bound + a07597.html + ae03b8775010d8dc4709a4d34013964d7 + (const key_type &__x) - - void - _M_range_initialize - a06388.html - aa453821f9b3b8666764d4e6bbd5d091c - (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + const_iterator + upper_bound + a07597.html + a53e2535b0fb16518b7ad89cd3d6088e8 + (const key_type &__x) const - - void - _M_push_back_aux - a06388.html - a9cacda81743ab1d5447c31ecc1a988d2 - (_Args &&... __args) + + auto + upper_bound + a07597.html + ae1dc65477a3821784762efba7f606522 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - void - _M_push_front_aux - a06388.html - aaf55754b5eef8f7f949e56a7ccf80068 - (_Args &&... __args) + + auto + upper_bound + a07597.html + aaabacc65cbc611e1f48789de8da83919 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - void - _M_pop_back_aux - a06388.html - ae125f10bcc0c0b97d7a4f5c582ebe9b7 - () + + std::pair< iterator, iterator > + equal_range + a07597.html + af9f201350c153d3da65fe02191c0129f + (const key_type &__x) - - void - _M_pop_front_aux - a06388.html - a21cfe1ac5af07d0cfa9dee315faec368 - () + + std::pair< const_iterator, const_iterator > + equal_range + a07597.html + ae0872a3e56b0583c37aab5d20514b479 + (const key_type &__x) const - - iterator - _M_reserve_elements_at_front - a06388.html - a2f8d8d37581896d79e8759a827bab9e0 - (size_type __n) + + auto + equal_range + a07597.html + aad7aaff6e514ff8b528c0d6138342198 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - - iterator - _M_reserve_elements_at_back - a06388.html - ae525555e5d42a93d328bdd620705ce94 - (size_type __n) + + auto + equal_range + a07597.html + aae9750edc8da201383f8894b70bbda0b + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - - void - _M_new_elements_at_front - a06388.html - a9397000b47d5f39fff457ac11a728c50 - (size_type __new_elements) + + + std::shared_future + a02385.html + + std::__basic_future + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + - - void - _M_new_elements_at_back - a06388.html - a71853b49ee48f7f429287d1a78964911 - (size_type __new_elements) + + + shared_future + a02385.html + a7abac9b976a7f293a80951ddc77c61a9 + (const shared_future &__sf) noexcept - - void - _M_reserve_map_at_back - a06388.html - a8ebf868f4aae064167a0a05292b19093 - (size_type __nodes_to_add=1) + + + shared_future + a02385.html + aa1f48e4ac60e93f1eccaf5c4992e5af9 + (future< _Res > &&__uf) noexcept - - void - _M_reserve_map_at_front - a06388.html - aa8eb5a8eedeacb9a0de37a42dfc5abc9 - (size_type __nodes_to_add=1) + + + shared_future + a02385.html + a39eb67ba5bfeda967888f6f8fafd0de8 + (shared_future &&__sf) noexcept - - void - _M_reallocate_map - a06388.html - a27ce26ccde84a7aacb2326cb7969149e - (size_type __nodes_to_add, bool __add_at_front) + + const _Res & + get + a02385.html + a5684fd5dd1daebc3b81737fbc6d60390 + () const - void - _M_range_initialize - a06388.html - ae2b6ab89b51f74b7de15e6494fc03caa - (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const - - void - _M_range_initialize - a06388.html - aa453821f9b3b8666764d4e6bbd5d091c - (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + + std::shared_future< _Res & > + a02501.html + + __basic_future< _Res & > + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + - - void - _M_push_back_aux - a06388.html - a9cacda81743ab1d5447c31ecc1a988d2 - (_Args &&... __args) + + + shared_future + a02501.html + abf5c5217a5d88d363cf2b0c09b44b4a0 + (const shared_future &__sf) - - void - _M_push_front_aux - a06388.html - aaf55754b5eef8f7f949e56a7ccf80068 - (_Args &&... __args) + + + shared_future + a02501.html + a6326dd904d9cfb96a6505ade6e9d02dc + (future< _Res & > &&__uf) noexcept - - void - _M_pop_back_aux - a06388.html - ae125f10bcc0c0b97d7a4f5c582ebe9b7 - () + + + shared_future + a02501.html + ae6d05bb66171df7a69ccbcf3d0a14059 + (shared_future &&__sf) noexcept - - void - _M_pop_front_aux - a06388.html - a21cfe1ac5af07d0cfa9dee315faec368 - () + + _Res & + get + a02501.html + a07561897cc476a3a01878bd17cf1eb75 + () const - iterator - _M_reserve_elements_at_front - a06388.html - a2f8d8d37581896d79e8759a827bab9e0 - (size_type __n) + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const - - iterator - _M_reserve_elements_at_back - a06388.html - ae525555e5d42a93d328bdd620705ce94 - (size_type __n) + + + std::shared_future< void > + a02505.html + __basic_future< void > + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02397.html + a832cc3cad4729e395bea2475e1b3a741 + - - void - _M_new_elements_at_front - a06388.html - a9397000b47d5f39fff457ac11a728c50 - (size_type __new_elements) + + + shared_future + a02505.html + ad638460091d07d1688a8fdb974acacc5 + (const shared_future &__sf) - - void - _M_new_elements_at_back - a06388.html - a71853b49ee48f7f429287d1a78964911 - (size_type __new_elements) + + + shared_future + a02505.html + a98919d50a2faca6306005a458236176f + (future< void > &&__uf) noexcept - - void - _M_reserve_map_at_back - a06388.html - a8ebf868f4aae064167a0a05292b19093 - (size_type __nodes_to_add=1) + + + shared_future + a02505.html + ad2689035011932d007e07c10e1e48d47 + (shared_future &&__sf) noexcept - void - _M_reserve_map_at_front - a06388.html - aa8eb5a8eedeacb9a0de37a42dfc5abc9 - (size_type __nodes_to_add=1) + __result_type + _M_get_result + a02485.html + a71d62e5218e561c5c4507eb3e7f70474 + () const - + + + std::shared_lock + a02937.html + + + + std::shared_mutex + a02929.html + void - _M_reallocate_map - a06388.html - a27ce26ccde84a7aacb2326cb7969149e - (size_type __nodes_to_add, bool __add_at_front) + swap + a01585.html + ga0e655365d0923ba6b9de4ebc6564bece + (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept - std::discard_block_engine - a05412.html - _RandomNumberEngine - __p - __r + std::shared_ptr + a06665.html + - _RandomNumberEngine::result_type - result_type - a05412.html - af97ea43c5fbacbc2f8f8296336d946dd + typename __shared_ptr< _Tp >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 + + + + weak_ptr< _Tp > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + - discard_block_engine - a05412.html - aa4197a4ae6f9057e0473bdea26087a42 - () + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - discard_block_engine - a05412.html - a2fbd9faf2b21da3be4d307608020e93c - (const _RandomNumberEngine &__rng) + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - discard_block_engine - a05412.html - a5b10975e19ab0b41895b72b59acb3f47 - (_RandomNumberEngine &&__rng) + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - discard_block_engine - a05412.html - af23cfe2cdaf2fd6146ac3f99806d64f0 - (result_type __s) + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - discard_block_engine - a05412.html - ab4c425df46f55cbd80745d0ebaf8cacd - (_Sseq &__q) + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - const _RandomNumberEngine & - base - a05412.html - a290971f91c2edf0a02d19e93fa240516 - () const noexcept + + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - void - discard - a05412.html - a34ad0ea19451ee1c087351414947c190 - (unsigned long long __z) + + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - result_type - operator() - a05412.html - ab96a2de7f6360a7fc295a0d03f0dfd2e - () + + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - void - seed - a05412.html - a271b3af14e42c8d2eb9df443916b3e84 - () + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - void - seed - a05412.html - a0bbf8d919762d77cdb63f350a77c3853 - (result_type __s) + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - void - seed - a05412.html - aa2535c04838c633a81e1cf05a665cf91 - (_Sseq &__q) + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - - static constexpr result_type - max - a05412.html - a9a70eb71021b6dd2b675e158d76833ef - () + + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - - static constexpr result_type - min - a05412.html - a16286565620fc6966ca53540572ede38 - () + + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _Tp > &__p) noexcept - - friend std::basic_ostream< _CharT, _Traits > & + + std::basic_ostream< _Ch, _Tr > & operator<< - a05412.html - acefef9fae1a48c92ebc15b4c930dbf08 - (std::basic_ostream< _CharT, _Traits > &__os, const std::discard_block_engine< _RandomNumberEngine1, __p1, __r1 > &__x) + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) - - friend bool + + bool operator== - a05412.html - aa991a227519aedc1fb7b50798612f94c - (const discard_block_engine &__lhs, const discard_block_engine &__rhs) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05412.html - a47191ff90d26d583cadb261b7de61c1d - (std::basic_istream< _CharT, _Traits > &__is, std::discard_block_engine< _RandomNumberEngine1, __p1, __r1 > &__x) - - - - std::discrete_distribution - a05560.html - _IntType - std::discrete_distribution::param_type - - _IntType - result_type - a05560.html - a05b12fcc53882e7460348cbd46178e46 - + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - result_type - max - a05560.html - a3e8e124e8cdf1f8d18b1838a5d1c9728 - () const + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - result_type - min - a05560.html - a2ea8319bc859527d8a4f22380ab85672 - () const + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - result_type - operator() - a05560.html - a8213bca3ac8f3617fd3bec4f8ecd55f8 - (_UniformRandomNumberGenerator &__urng) + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - param_type - param - a05560.html - a57aea1784603fcbb8af7480bc0b9e16c - () const + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - void - param - a05560.html - ad2a6bbcde16e1eb36226f579536bb166 - (const param_type &__param) + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - std::vector< double > - probabilities - a05560.html - a61e7fb7df1787577f1b0a94f07e3c1e3 - () const + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - void - reset - a05560.html - a42f8e4f291038ca9a9d1057f58d506d3 - () - - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05560.html - a0da5726a47d5a89fc4d67118558d5834 - (std::basic_ostream< _CharT, _Traits > &__os, const std::discrete_distribution< _IntType1 > &__x) - - - friend bool - operator== - a05560.html - a61bdfdd7dbb86dc1e5b16f008f9131ae - (const discrete_distribution &__d1, const discrete_distribution &__d2) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05560.html - aab065c34d9b99c0ffaaed26759eb193c - (std::basic_istream< _CharT, _Traits > &__is, std::discrete_distribution< _IntType1 > &__x) + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - - - std::discrete_distribution::param_type - a05564.html - - - std::divides - a06412.html - - binary_function< _Tp, _Tp, _Tp > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - - _Tp - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - - - std::divides< void > - a06436.html - - - std::domain_error - a02904.html - std::logic_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - - - std::enable_shared_from_this - a05964.html - - - - std::equal_to - a06448.html - _Tp - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - - - std::equal_to< void > - a06472.html - - - std::error_code - a02956.html - - - std::error_condition - a02960.html - - - std::exception - a04556.html - - virtual const char * - what - a01492.html - gab115ebeb6ac845ab4f4336617ad33165 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - - - std::experimental::filesystem::v1::path - a08784.html - std::experimental::filesystem::v1::path::iterator - - - std::experimental::filesystem::v1::path::iterator - a08844.html - - - std::experimental::fundamentals_v1::_Has_addressof - a09020.html - - - - std::experimental::fundamentals_v1::_Optional_base - a09024.html - _Tp - _ShouldProvideDestructor - - - std::experimental::fundamentals_v1::_Optional_base< _Tp, false > - a09036.html - - - - std::experimental::fundamentals_v1::any - a08892.html - - any - a08892.html - a6ba2922445d4e290bfc4e2437c61417b - () noexcept + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - - any - a08892.html - a17c5dbe5004a59d142907072bffe439c - (const any &__other) + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - - any - a08892.html - a347ce9a01a1c622c06338b2725dcba31 - (any &&__other) noexcept + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Tp > &__a, shared_ptr< _Tp > &__b) noexcept - - any - a08892.html - acd927b924b7895c43b139485ad2b2e31 - (_ValueType &&__value) + shared_ptr< _Tp > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - any - a08892.html - acd927b924b7895c43b139485ad2b2e31 - (_ValueType &&__value) + shared_ptr< _Tp > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - - ~any - a08892.html - a8ab21d9193e432e2ba055f58adc832c7 - () + shared_ptr< _Tp > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - void - clear - a08892.html - a5beaf2ef0d35c15246261ecce68809b0 - () noexcept + shared_ptr< _Tp > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - bool - empty - a08892.html - a1278f00ae766f878991576ee05776732 - () const noexcept + shared_ptr< _Tp > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - any & - operator= - a08892.html - a146ce22d8e7f66b46766d6de66fb6584 - (const any &__rhs) + shared_ptr< _Tp > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - any & - operator= - a08892.html - a0453d90a8d4fb2325712c4e5f3b909a7 - (any &&__rhs) noexcept + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Tp, _Lp > *__p) - enable_if_t<!is_same< any, decay_t< _ValueType > >::value, any & > - operator= - a08892.html - af377e421f8e38d5873afb4d84aab606b - (_ValueType &&__rhs) + shared_ptr< _Tp > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Tp > *__p, memory_order) void - swap - a08892.html - a767521afed6c6768073fdef22d2ed292 - (any &__rhs) noexcept + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - const type_info & - type - a08892.html - a283ebc4f962a66404be06dcbb512eff4 - () const noexcept - - - - std::experimental::fundamentals_v1::bad_any_cast - a08888.html - std::bad_cast - - virtual const char * - what - a08888.html - a1304de0136b22b9b0949cd329de37d9e - () const noexcept - - - - std::experimental::fundamentals_v1::bad_optional_access - a09000.html - std::logic_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept - - - - std::experimental::fundamentals_v1::basic_string_view - a09092.html - _CharT - _Traits - - - std::experimental::fundamentals_v1::in_place_t - a08992.html - - - std::experimental::fundamentals_v1::nullopt_t - a08996.html - - - std::experimental::fundamentals_v1::optional - a08988.html - _Tp - _Optional_base< _Tp > - _Enable_copy_move< is_copy_constructible< _Tp >::value, __and_< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >::value, is_move_constructible< _Tp >::value, __and_< is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value, optional< _Tp > > - - - std::experimental::fundamentals_v2::ostream_joiner - a08956.html - _DelimT - _CharT - _Traits - - - std::experimental::fundamentals_v2::owner_less< shared_ptr< _Tp > > - a08872.html - - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + shared_ptr< _Tp > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - - std::experimental::fundamentals_v2::owner_less< weak_ptr< _Tp > > - a08876.html - - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - - - std::experimental::fundamentals_v2::propagate_const - a09052.html - _Tp - - - std::exponential_distribution - a05536.html - _RealType - std::exponential_distribution::param_type - - _RealType - result_type - a05536.html - ac591303d7888e5576784bf67be998683 - + + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - - exponential_distribution - a05536.html - a2a29bf56b7218591ea6313052a17150d - (const result_type &__lambda=result_type(1)) + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - _RealType - lambda - a05536.html - a03a1280a3dec72c2ca4045eaa026887b - () const + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - result_type - max - a05536.html - ac4d57abc4ee818a817139259105ef090 - () const + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - result_type - min - a05536.html - a21226cd61a367799a695c438f6c0af26 - () const + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - result_type - operator() - a05536.html - a11a94d907e89a229cfd4083cb8e6a14c - (_UniformRandomNumberGenerator &__urng) + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - param_type - param - a05536.html - a79a2944c707f21d96fb329d89c001cb0 - () const + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - void - param - a05536.html - ac53c5c21d59b131a95ca5d5d8fdfe37a - (const param_type &__param) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - void - reset - a05536.html - a1d72f5ccd6ee769af3d8cc82ed350e99 - () + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - - friend bool - operator== - a05536.html - acb5724229a97210048c27dba8f3a50b4 - (const exponential_distribution &__d1, const exponential_distribution &__d2) + + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - - - std::exponential_distribution::param_type - a05540.html - - - std::extreme_value_distribution - a05552.html - _RealType - std::extreme_value_distribution::param_type - - _RealType - result_type - a05552.html - a1af667bbaf9fbf7448cc8b4f6c7ba52d - + + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - _RealType - a - a05552.html - af00b09f7395813d9fa478e720a3f166c - () const + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - _RealType - b - a05552.html - a5a4b0a760127213b3e645911ad6b56e0 - () const + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - result_type - max - a05552.html - ade74f06d6ad6c6f14c988fea1b63c1bb - () const + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept - result_type - min - a05552.html - aa97af0bfaca27148976ef1a65ab257c5 - () const + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - result_type - operator() - a05552.html - a88eda5b7e1af374a061fdc284e8c2baa - (_UniformRandomNumberGenerator &__urng) + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - param_type - param - a05552.html - afef9a5a4a38b2155d763a38571ee3e41 - () const + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept void - param - a05552.html - a9a82202d5349aaa0565e08305e3f0de0 - (const param_type &__param) + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Tp > &__a, shared_ptr< _Tp > &__b) noexcept - void - reset - a05552.html - a31f27dfe6c4727fb924d04ab3450fa14 - () + shared_ptr< _Tp > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - friend bool - operator== - a05552.html - afdd72be1506ac50b8909ca3cb57b8bfa - (const extreme_value_distribution &__d1, const extreme_value_distribution &__d2) + + shared_ptr< _Tp > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - - - std::extreme_value_distribution::param_type - a05556.html - - - std::fisher_f_distribution - a05480.html - _RealType - std::fisher_f_distribution::param_type - - _RealType - result_type - a05480.html - a81d8f625ee48920d4700c5ff1700aaea - + + shared_ptr< _Tp > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - result_type - max - a05480.html - a06d2101e5cda9129c6632e788fe7b9b8 - () const + shared_ptr< _Tp > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - result_type - min - a05480.html - a7b129ca3a6af6d6d063ecde317361ef8 - () const + shared_ptr< _Tp > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - result_type - operator() - a05480.html - ab172a885f02391e497338955fbd5a5b7 - (_UniformRandomNumberGenerator &__urng) + shared_ptr< _Tp > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - param_type - param - a05480.html - a64441f490b89c34e0fe852bff1cb335d - () const + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Tp, _Lp > *__p) - void - param - a05480.html - a052913a3ca616ba45870d25e5f1da93c - (const param_type &__param) + shared_ptr< _Tp > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Tp > *__p, memory_order) void - reset - a05480.html - a1a8ed43ea1042c8a502c4d497cff95a8 - () - - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05480.html - ae32074f867a5686e7e7dab19d6f4cf2b - (std::basic_ostream< _CharT, _Traits > &__os, const std::fisher_f_distribution< _RealType1 > &__x) + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - friend bool - operator== - a05480.html - a6d91b2687b4f8cc34d02a65b739ed070 - (const fisher_f_distribution &__d1, const fisher_f_distribution &__d2) + + shared_ptr< _Tp > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05480.html - abab2538be3fead2df80ac93a9ebaa7f3 - (std::basic_istream< _CharT, _Traits > &__is, std::fisher_f_distribution< _RealType1 > &__x) + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) - - std::fisher_f_distribution::param_type - a05484.html - - - std::forward_iterator_tag - a06660.html - std::input_iterator_tag - - std::forward_list - a04588.html - _Tp - _Alloc - std::_Fwd_list_base - - - forward_list - a04588.html - ad0912760a272fc0da7cf968c88b7ae76 - () noexcept(is_nothrow_default_constructible< _Node_alloc_type >::value) + shared_ptr< _Dir > + a06665.html + + typename __shared_ptr< _Dir >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 + - - - forward_list - a04588.html - a4876e29ab044344ca726a36b6cdca01b - (const _Alloc &__al) noexcept + + weak_ptr< _Dir > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 + - - forward_list - a04588.html - a43d0c48b0ef128ee0431be85c8fdd843 - (const forward_list &__list, const _Alloc &__al) + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept - forward_list - a04588.html - a3a1601333d918ce64f330bf97c142e4c - (forward_list &&__list, const _Alloc &__al) noexcept(_Node_alloc_traits::_S_always_equal()) + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - forward_list - a04588.html - a950f84e93e993ce756a016954c4322db - (size_type __n, const _Alloc &__al=_Alloc()) + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - forward_list - a04588.html - a81dc09fa341ed4c54da852f6a430bba2 - (size_type __n, const _Tp &__value, const _Alloc &__al=_Alloc()) + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - forward_list - a04588.html - ac9a366e3ba3ca40c479e0f33e664e6e7 - (_InputIterator __first, _InputIterator __last, const _Alloc &__al=_Alloc()) + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - forward_list - a04588.html - a642ecbf961b6a99a7deb77e676e71cac - (const forward_list &__list) + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - forward_list - a04588.html - a50ebbc7875934e6f5e5a0665deb2a263 - (forward_list &&__list) noexcept + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - forward_list - a04588.html - a925933047508f0bd16df276c4f0261e4 - (std::initializer_list< _Tp > __il, const _Alloc &__al=_Alloc()) + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - ~forward_list - a04588.html - a30c16633a2af635de7b7646ab8c29e46 - () noexcept + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - void - assign - a04588.html - aaf0bffb70955f72cf2972e70155e13d2 - (_InputIterator __first, _InputIterator __last) + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - void - assign - a04588.html - a834314c2bf6e162dab99f07f1d6c551d - (size_type __n, const _Tp &__val) + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - void - assign - a04588.html - adcaa8789d2741f6b65603b41c8aba63f - (std::initializer_list< _Tp > __il) + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - iterator - before_begin - a04588.html - a4becc964d2aa37c756215139094d8ff8 - () noexcept + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - const_iterator - before_begin - a04588.html - a1b8f8d9f8c5572304785f24529c297c6 - () const noexcept + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _Dir > &__p) noexcept - iterator - begin - a04588.html - a141f3a112d865e3125cb105b429c2a63 - () noexcept + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Dir, _Lp > &__p) - const_iterator - begin - a04588.html - a8913be197ae32ed6898686dfa3f1bfdf - () const noexcept + shared_ptr< _Dir > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - const_iterator - cbefore_begin - a04588.html - a8e747964c0b29e83f50020110f4b1d72 - () const noexcept + shared_ptr< _Dir > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - const_iterator - cbegin - a04588.html - ace31decae76d75133e08418f392a78b3 - () const noexcept + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - cend - a04588.html - aaa651df81ec5161454becd5198407986 - () const noexcept + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - void - clear - a04588.html - aa88c1d40b71b3724ca63da3b66d4a5e0 - () noexcept + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - iterator - emplace_after - a04588.html - a5fd1e68be8454830cea449ad8114cf3d - (const_iterator __pos, _Args &&... __args) + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - void - emplace_front - a04588.html - abea57251bbfc9d77cd5ee8ae2bcc52cc - (_Args &&... __args) + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept bool - empty - a04588.html - ab0a3479429315d1735f3d6b15817b01e - () const noexcept + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - iterator - end - a04588.html - a7f64feff678dd8cb85d35bd9b08fde54 - () noexcept + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - end - a04588.html - a9a320037c76fc8f0e6f60784dcec1383 - () const noexcept + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - iterator - erase_after - a04588.html - a369164fbcb598a49bbd7297eb6f2c5b0 - (const_iterator __pos) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - iterator - erase_after - a04588.html - aa779e251eac11a2d84fa9a2b65921bae - (const_iterator __pos, const_iterator __last) + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - reference - front - a04588.html - aa2daca181da8d9a22ecc19e4a7364b1f - () + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - const_reference - front - a04588.html - a40c8314a3fb6d46884588bcab67111b5 - () const + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - allocator_type - get_allocator - a04588.html - ab66a5f239cf5fe9431700b756e711b4a - () const noexcept + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - insert_after - a04588.html - a6f8e1063932912fb3e245b7c8116ed1f - (const_iterator __pos, const _Tp &__val) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - iterator - insert_after - a04588.html - a4921af283fd230d563266ca0ce14a455 - (const_iterator __pos, size_type __n, const _Tp &__val) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - iterator - insert_after - a04588.html - a03cc027e568ad94dbbbc25da7d485fe7 - (const_iterator __pos, _InputIterator __first, _InputIterator __last) + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - insert_after - a04588.html - a9739cbb5af18ac9976288f6c9c072bb0 - (const_iterator __pos, std::initializer_list< _Tp > __il) + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - size_type - max_size - a04588.html - ae19c74808b1bc8e53bdc229fd3d389fa - () const noexcept + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept void - merge - a04588.html - a4794e46af448c443019e9b36640744ab - (forward_list &&__list) + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Dir > &__a, shared_ptr< _Dir > &__b) noexcept - void - merge - a04588.html - a0de7b075b73cc0a843447ad75cba4b87 - (forward_list &&__list, _Comp __comp) + shared_ptr< _Dir > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - forward_list & - operator= - a04588.html - a78c1273fb53228cab655addd77f9cd25 - (const forward_list &__list) + shared_ptr< _Dir > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - forward_list & - operator= - a04588.html - aaedecd0634ab8c057cca203778ea6cfa - (forward_list &&__list) noexcept(_Node_alloc_traits::_S_nothrow_move()) + shared_ptr< _Dir > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - forward_list & - operator= - a04588.html - a6b8dfcf0c3aad308699e909186c39f2b - (std::initializer_list< _Tp > __il) + shared_ptr< _Dir > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - pop_front - a04588.html - ace75c01c591425341e21b6404e7f9e90 - () + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Dir, _Lp > *__p) - void - push_front - a04588.html - ac2d708075d40071265f0a376591ba1d7 - (const _Tp &__val) + shared_ptr< _Dir > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Dir > *__p, memory_order) void - remove - a04588.html - aea8b894eab1beaf02326b7c118bc5c5c - (const _Tp &__val) + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Dir > *__p, shared_ptr< _Dir > __r, memory_order) - void - remove_if - a04588.html - ab4f0f2dbdbfbd38a94a2241ccfe6c3d8 - (_Pred __pred) + shared_ptr< _Dir > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _Dir > *__p, shared_ptr< _Dir > __r, memory_order) - void - resize - a04588.html - a73ffca07b591237200b852caf7040057 - (size_type __sz) + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Dir > *__p, shared_ptr< _Dir > *__v, shared_ptr< _Dir > __w, memory_order, memory_order) - void - resize - a04588.html - abfb248e17d0392a8caf5c46683102332 - (size_type __sz, const value_type &__val) + shared_ptr< _Dir > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - void - reverse - a04588.html - a2ab1413dfa1c6858634407a44504a368 - () noexcept + shared_ptr< _Dir > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - void - sort - a04588.html - a4bb37711f3350692a1246d7781967ea6 - () + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - void - sort - a04588.html - a3f59eaf1f58f480eafa906d68d408682 - (_Comp __comp) + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - void - splice_after - a04588.html - a8918bd7e48f28df3b891edfc246556d0 - (const_iterator __pos, forward_list &&__list) noexcept + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - void - splice_after - a04588.html - aa3a2a989959206263a683014f575cdc3 - (const_iterator __pos, forward_list &&__list, const_iterator __i) noexcept + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - void - swap - a04588.html - a3c41eb7aabcd13c334d38bc68afe2cd8 - (forward_list &__list) noexcept + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - void - unique - a04588.html - a19e7b4dff2a67a168cc39712a9372c43 - () + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - void - unique - a04588.html - a1daa70e14ec845a288cec10962d3585b - (_BinPred __binary_pred) + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - void - splice_after - a04588.html - a9c1efa0c819d46d9d19f7fc363e14307 - (const_iterator __pos, forward_list &&, const_iterator __before, const_iterator __last) noexcept + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - void - splice_after - a04588.html - ac9ba3ce45ccc225252b0a7b14e883dcc - (const_iterator __pos, forward_list &, const_iterator __before, const_iterator __last) noexcept + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - void - splice_after - a04588.html - a9c1efa0c819d46d9d19f7fc363e14307 - (const_iterator __pos, forward_list &&, const_iterator __before, const_iterator __last) noexcept + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - void - splice_after - a04588.html - ac9ba3ce45ccc225252b0a7b14e883dcc - (const_iterator __pos, forward_list &, const_iterator __before, const_iterator __last) noexcept + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - - - std::fpos - a05304.html - _StateT - - fpos - a05304.html - a6816aa318c7eeb099c78a3414a2bcdfd - (streamoff __off) + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - - operator streamoff - a05304.html - a7da1f1b28792e35537bec6d1bc4feb88 - () const + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - fpos - operator+ - a05304.html - a6719627d8f502c54e16f321d1790e030 - (streamoff __off) const + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - fpos & - operator+= - a05304.html - a82884338bf22e5b2e47088240ee3603c - (streamoff __off) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept - fpos - operator- - a05304.html - af2e0577cdf823db2436ffc2c3e5bf5d5 - (streamoff __off) const + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Dir > &__a, const shared_ptr< _Up > &__b) noexcept - streamoff - operator- - a05304.html - a9cb8084ee1bb8395c4a5e7a937092425 - (const fpos &__other) const + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Dir > &__a, nullptr_t) noexcept - fpos & - operator-= - a05304.html - af98737e3474e12ecb9d40f19bea2ea9e - (streamoff __off) + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Dir > &__a) noexcept void - state - a05304.html - a4e97b157edf8205bcc60347a86c9ed86 - (_StateT __st) + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Dir > &__a, shared_ptr< _Dir > &__b) noexcept - _StateT - state - a05304.html - ab0b8ab377a6907428414353bca366234 - () const - - - - std::front_insert_iterator - a06624.html - - iterator< output_iterator_tag, void, void, void, void > - - _Container - container_type - a06624.html - a4308a2935935721e29e7cd725be64007 - - - - void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - - - - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + shared_ptr< _Dir > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + shared_ptr< _Dir > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - - void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + shared_ptr< _Dir > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + shared_ptr< _Dir > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - - front_insert_iterator - a06624.html - af9af46e110258e56e4b6eb8a8b8d92c2 - (_Container &__x) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Dir, _Lp > *__p) - front_insert_iterator & - operator* - a06624.html - a1686a970fd21798542dd32e3c2208b95 - () + shared_ptr< _Dir > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Dir > *__p, memory_order) - front_insert_iterator & - operator++ - a06624.html - aac63c27293526bf0b0c4d4a2472ba785 - () + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Dir > *__p, shared_ptr< _Dir > __r, memory_order) - front_insert_iterator - operator++ - a06624.html - a0bb8e39402c65287d891388eaea27c8b - (int) + shared_ptr< _Dir > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _Dir > *__p, shared_ptr< _Dir > __r, memory_order) - front_insert_iterator & - operator= - a06624.html - ad88a7eabbaf51cfa7c8152e1c27d226f - (const typename _Container::value_type &__value) + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Dir > *__p, shared_ptr< _Dir > *__v, shared_ptr< _Dir > __w, memory_order, memory_order) - std::function< _Res(_ArgTypes...)> - a06224.html - - _ArgTypes - _Maybe_unary_or_binary_function< _Res, _ArgTypes... > - std::_Function_base + shared_ptr< _Dir_stack > + a06665.html + + typename __shared_ptr< _Dir_stack >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 + + + + weak_ptr< _Dir_stack > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 + + - - function - a06224.html - aabc5bfd9d463ca6a06aa8198a1f12e14 + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 () noexcept - function - a06224.html - a4a3d52a1f71572613d699d0593479615 - (nullptr_t) noexcept + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - function - a06224.html - a8869fed86e489fcedbf59cd814f440b3 - (const function &__x) + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - function - a06224.html - a91f39c85ac536220f5efd7e505fc73e6 - (function &&__x) noexcept + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - function - a06224.html - a8c5a08fdc36581c53fa597667322cf7d - (_Functor) + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - operator bool - a06224.html - a2804a8e2d69cd03550a87d46d153c165 - () const noexcept + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - _Res - operator() - a06224.html - ab0bfbd15574ba442c644604dc18c4750 - (_ArgTypes... __args) const + + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - function & - operator= - a06224.html - a698ecd83665a25c0c1f9cbe2ea85c2a0 - (const function &__x) + + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - function & - operator= - a06224.html - a00bb39127d1936767cbfd81c4bb02354 - (function &&__x) noexcept + + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - function & - operator= - a06224.html - a05ea81faa27f6b5511b699634b83c4a8 - (nullptr_t) noexcept + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - _Requires< _Callable< typename decay< _Functor >::type >, function & > - operator= - a06224.html - afbb6bdd269617d2793d4dbbb078f6707 - (_Functor &&__f) + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - function & - operator= - a06224.html - afc4ca535d5508c13e9112b39c8c064d4 - (reference_wrapper< _Functor > __f) noexcept + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - void - swap - a06224.html - ad6e98060b15f59120e426a787febf1a5 - (function &__x) noexcept + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - const type_info & - target_type - a06224.html - a68e477681a31511e5586cd30e7642a51 - () const noexcept + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _Dir_stack > &__p) noexcept - _Functor * - target - a06224.html - a35397202fc2bfb04958450d0a02836d3 - () noexcept + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Dir_stack, _Lp > &__p) - const _Functor * - target - a06224.html - a1ec2969ae6cf0413547dab469503c843 - () const noexcept + shared_ptr< _Dir_stack > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - _Functor * - target - a06224.html - a35397202fc2bfb04958450d0a02836d3 - () noexcept + shared_ptr< _Dir_stack > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - const _Functor * - target - a06224.html - a1ec2969ae6cf0413547dab469503c843 - () const noexcept - - - - std::future - a02348.html - - std::__basic_future - - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 - + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - - future - a02348.html - a47c11429633480bddbb965a5f79ab410 - (future &&__uf) noexcept + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - _Res - get - a02348.html - ad340dd48cf99967cf53809024cbe9db1 - () - - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const - - - - std::future< _Res & > - a02460.html - - __basic_future< _Res &> - - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 - + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - - future - a02460.html - a290550ce931d18ccad7d296e4875ddb3 - (future &&__uf) noexcept + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - _Res & - get - a02460.html - a02dd6ce87e29a3baadfc1061430df774 - () - - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const - - - - std::future< void > - a02464.html - __basic_future< void > - - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 - + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - - future - a02464.html - a8d804ed9d3fb0818d7d4af8197cc00a7 - (future &&__uf) noexcept + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - void - get - a02464.html - a22b2cb90803ba2cae78dafa81ba278d6 - () - - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const - - - - std::future_error - a02344.html - std::logic_error - - virtual const char * - what - a02344.html - a95833ed17fb6f056709e29abdc50f50c - () const noexcept + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - - - std::gamma_distribution - a05456.html - _RealType - std::gamma_distribution::param_type - - _RealType - result_type - a05456.html - aaa49ffe0d995ae8237a5dbad8ac7451c - + + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - - gamma_distribution - a05456.html - aaf1043f0be5e8da80224d77d62e23999 - (_RealType __alpha_val=_RealType(1), _RealType __beta_val=_RealType(1)) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - _RealType - alpha - a05456.html - a885140ca6e119c2c66130bcdd388038c - () const + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - _RealType - beta - a05456.html - ac68ca29e3655c78cf60ba8159d307d4b - () const + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - result_type - max - a05456.html - ae00d7ad063d15bb7162da61116552175 - () const + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - result_type - min - a05456.html - a7dc4b8a5f0edcf447683b93607a8441e - () const + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - result_type - operator() - a05456.html - a72dba48d3f9781e948c535e37e7eabeb - (_UniformRandomNumberGenerator &__urng) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - result_type - operator() - a05456.html - a286dd68452eebd137ec7be7852a58fca - (_UniformRandomNumberGenerator &__urng, const param_type &__p) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - param_type - param - a05456.html - ad8b960699602dcafa9a4ca3895fa776a - () const + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - void - param - a05456.html - ac1e8d68c10521bff382e0a14587d1dc4 - (const param_type &__param) + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept + + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept void - reset - a05456.html - a305329ded629d15f8ff5f84d642357f9 - () + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Dir_stack > &__a, shared_ptr< _Dir_stack > &__b) noexcept - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05456.html - a706fe0713381598aee2cf988bc299e5e - (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + shared_ptr< _Dir_stack > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - friend bool - operator== - a05456.html - ab60504a4db8724aede12258da566aede - (const gamma_distribution &__d1, const gamma_distribution &__d2) + + shared_ptr< _Dir_stack > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05456.html - abe79b6964f9b74c546de48e9c34c7388 - (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + shared_ptr< _Dir_stack > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - - - std::gamma_distribution::param_type - a05460.html - - - std::geometric_distribution - a05512.html - _IntType - std::geometric_distribution::param_type - - _IntType - result_type - a05512.html - a3853f646d5644e294b44ccbfc8ec34b1 - + + shared_ptr< _Dir_stack > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - result_type - max - a05512.html - a537ddec1681bac5e12dd0aab79983072 - () const + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Dir_stack, _Lp > *__p) - result_type - min - a05512.html - af711039331910d5b184bfcdb43e4e12b - () const + shared_ptr< _Dir_stack > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Dir_stack > *__p, memory_order) - result_type - operator() - a05512.html - a4a41c317cae02db9d8cc20dbbcd4d77d - (_UniformRandomNumberGenerator &__urng) + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Dir_stack > *__p, shared_ptr< _Dir_stack > __r, memory_order) - double - p - a05512.html - a3f50a0fa0b370466364b3928394c5fe3 - () const + shared_ptr< _Dir_stack > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _Dir_stack > *__p, shared_ptr< _Dir_stack > __r, memory_order) - param_type - param - a05512.html - a690e55bc0b6fe8c78d4e46a08197e70b - () const + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Dir_stack > *__p, shared_ptr< _Dir_stack > *__v, shared_ptr< _Dir_stack > __w, memory_order, memory_order) - void - param - a05512.html - a75d3adb67d1d8a8d9ec152ed6076a009 - (const param_type &__param) + shared_ptr< _Dir_stack > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - void - reset - a05512.html - ad170e9c049fc1d5df02da5097eda29df - () + shared_ptr< _Dir_stack > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - friend bool + + bool operator== - a05512.html - a63cafb50acfe1b10c4a26cd6c990bc3f - (const geometric_distribution &__d1, const geometric_distribution &__d2) - - - - std::geometric_distribution::param_type - a05516.html - - - std::greater - a06456.html - - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - - - std::greater< void > - a06480.html - - - std::greater_equal - a06464.html - - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - - - std::greater_equal< void > - a06488.html - - - std::gslice - a04704.html - - gslice - a01484.html - ga2cdeff5f9ecb19bdb80fc3752fdaa733 - () + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - - gslice - a01484.html - ga24cbc4afc05cd3354563268960468dab - (size_t __o, const valarray< size_t > &__l, const valarray< size_t > &__s) + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - - gslice - a01484.html - ga6d537efe4eac64e1eabe933628b415ce - (const gslice &) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - - ~gslice - a01484.html - ga1d1f37cf92925a601af3246c55896251 - () + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - gslice & - operator= - a01484.html - ga59fd646ebf243e99b2063baf37ba91d0 - (const gslice &) + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - valarray< size_t > - size - a01484.html - gaeabfccb9dc90c70b63e73149b026ccf5 - () const + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - size_t - start - a01484.html - ga5f0b7200c4a68f9b939ae84060439707 - () const + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - valarray< size_t > - stride - a01484.html - ga8a9378455753dd979d6424bdff021820 - () const + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - - - std::gslice_array - a03756.html - _Tp - - gslice_array - a01484.html - gab775a3f1c7c0d12448513c036e1ae22b - (const gslice_array &) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept - void - operator &= - a01484.html - gaca009c69acad92ea0f2244082487b32b - (const valarray< _Tp > &) const + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Dir_stack > &__a, const shared_ptr< _Up > &__b) noexcept - void - operator%= - a01484.html - ga707e141e760766ca9cbdb6be26941cd4 - (const valarray< _Tp > &) const + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Dir_stack > &__a, nullptr_t) noexcept - void - operator*= - a01484.html - ga84520c24cc0701e3f2bbeaea755e4aa2 - (const valarray< _Tp > &) const + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Dir_stack > &__a) noexcept void - operator+= - a01484.html - gadaedde83c0c3dc087cd28fede7547179 - (const valarray< _Tp > &) const + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Dir_stack > &__a, shared_ptr< _Dir_stack > &__b) noexcept - void - operator-= - a01484.html - gac25a53dfa03677767990c5a3af186cf8 - (const valarray< _Tp > &) const + shared_ptr< _Dir_stack > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - void - operator/= - a01484.html - ga4a86ee20d770ceb9779e865968faa6a7 - (const valarray< _Tp > &) const + shared_ptr< _Dir_stack > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - void - operator<<= - a01484.html - ga30a493dbd85a2271bcc09d9d24f387b2 - (const valarray< _Tp > &) const + shared_ptr< _Dir_stack > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - gslice_array & - operator= - a01484.html - gaf25507c9a66f729500964d397b7cb9fb - (const gslice_array &) + shared_ptr< _Dir_stack > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - operator= - a01484.html - gaf2a0c3883cfb758e05e3d62ec7e0a07f - (const valarray< _Tp > &) const + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Dir_stack, _Lp > *__p) - void - operator= - a01484.html - ga8dfed8c043d7a82e4b71cf65c64ec844 - (const _Tp &) const + shared_ptr< _Dir_stack > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Dir_stack > *__p, memory_order) void - operator>>= - a01484.html - ga8293a4feaf1bde96e155e6ba528d0b9a - (const valarray< _Tp > &) const + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Dir_stack > *__p, shared_ptr< _Dir_stack > __r, memory_order) - void - operator^= - a01484.html - gaa45daae152fd32ab851c56779fc1e13c - (const valarray< _Tp > &) const + shared_ptr< _Dir_stack > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _Dir_stack > *__p, shared_ptr< _Dir_stack > __r, memory_order) - void - operator|= - a01484.html - ga87a6054e3d3df9b3b828c86d7b71a7d0 - (const valarray< _Tp > &) const + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Dir_stack > *__p, shared_ptr< _Dir_stack > *__v, shared_ptr< _Dir_stack > __w, memory_order, memory_order) - - std::hash - a02952.html - - - - std::hash< __debug::bitset< _Nb > > - a07760.html - _Nb - - - std::hash< __debug::vector< bool, _Alloc > > - a07832.html - - - - std::hash< __gnu_cxx::__u16vstring > - a10004.html - - - std::hash< __gnu_cxx::__u32vstring > - a10008.html - - - std::hash< __gnu_cxx::__vstring > - a09996.html - - - std::hash< __gnu_cxx::__wvstring > - a10000.html - - - std::hash< __gnu_cxx::throw_value_limit > - a09680.html - unary_function< __gnu_cxx::throw_value_limit, size_t > + + shared_ptr< _RegexT > + a06665.html - __gnu_cxx::throw_value_limit - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + typename __shared_ptr< _RegexT >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 - size_t - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + weak_ptr< _RegexT > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 - - - std::hash< __gnu_cxx::throw_value_random > - a09684.html - unary_function< __gnu_cxx::throw_value_random, size_t > - - __gnu_cxx::throw_value_random - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept - - size_t - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - - - std::hash< __profile::bitset< _Nb > > - a08028.html - _Nb - - - std::hash< __profile::vector< bool, _Alloc > > - a08076.html - - - - std::hash< __shared_ptr< _Tp, _Lp > > - a06148.html - - _Lp - - - std::hash< _Tp * > - a04612.html - - - - std::hash< bool > - a04616.html - - - std::hash< char > - a04620.html - - - std::hash< char16_t > - a04636.html - - - std::hash< char32_t > - a04640.html - - - std::hash< double > - a04688.html - - - std::hash< error_code > - a02968.html - - - std::hash< experimental::shared_ptr< _Tp > > - a08884.html - - - - std::hash< float > - a04684.html - - - std::hash< int > - a04648.html - - - std::hash< long > - a04652.html - - - std::hash< long double > - a04692.html - - - std::hash< long long > - a04656.html - - - std::hash< shared_ptr< _Tp > > - a05968.html - - - - std::hash< short > - a04644.html - - - std::hash< signed char > - a04624.html - - - std::hash< string > - a03916.html - - - std::hash< thread::id > - a02992.html - - - std::hash< type_index > - a03152.html - - - std::hash< u16string > - a03932.html - - - std::hash< u32string > - a03940.html - - - std::hash< unique_ptr< _Tp, _Dp > > - a06964.html - - - - - std::hash< unsigned char > - a04628.html - - - std::hash< unsigned int > - a04664.html - - - std::hash< unsigned long > - a04668.html - - - std::hash< unsigned long long > - a04672.html - - - std::hash< unsigned short > - a04660.html - - - std::hash< wchar_t > - a04632.html - - - std::hash< wstring > - a03924.html - - - std::hash<::bitset< _Nb > > - a01824.html - _Nb - - - std::hash<::vector< bool, _Alloc > > - a06356.html - - - - std::independent_bits_engine - a05416.html - _RandomNumberEngine - __w - _UIntType - - _UIntType - result_type - a05416.html - a8548a254ad408b901f446f84fc1c47b8 - + + + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - independent_bits_engine - a05416.html - ac39fb77deb769d85123ece7b6c981c8f - () + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - independent_bits_engine - a05416.html - a4d92ca47578567e9465b90b6461acb39 - (const _RandomNumberEngine &__rng) + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - independent_bits_engine - a05416.html - ae6b9f2ddf321e24e8bae7edd6f4c2e7d - (_RandomNumberEngine &&__rng) + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - independent_bits_engine - a05416.html - ad54d8549b7e6e4f9908486383d543efa - (result_type __s) + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - independent_bits_engine - a05416.html - a1b27f8236f8a90380ea7fab8a3014d90 - (_Sseq &__q) + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - const _RandomNumberEngine & - base - a05416.html - aac9a880b6296be8440a764a4b682e724 - () const noexcept + + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - void - discard - a05416.html - a80e7c314ddc6fd4cf54a5f720e89801a - (unsigned long long __z) + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - result_type - operator() - a05416.html - a61bc80ca1745e63a5f22307498737844 - () + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - void - seed - a05416.html - a68700cdbf6e7f53faa2cf86baf96d142 - () + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - void - seed - a05416.html - a9d04c347df4ab52e8c1b8e6ab3a547de - (result_type __s) + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - void - seed - a05416.html - ac30522e2c0d83fd776f91312603a3f5f - (_Sseq &__q) - - - static constexpr result_type - max - a05416.html - abf1815a0f69ac213aeeac81d614371e2 - () + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _RegexT > &__p) noexcept - - static constexpr result_type - min - a05416.html - a5900ce9b2214d848cce14cb82ce71397 - () + + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _RegexT, _Lp > &__p) - - friend bool - operator== - a05416.html - ab5791f2acb5c5700ef1e339bfc166d89 - (const independent_bits_engine &__lhs, const independent_bits_engine &__rhs) + + shared_ptr< _RegexT > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05416.html - a13e9be7110a9e32004584ac71de9190f - (std::basic_istream< _CharT, _Traits > &__is, std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + + shared_ptr< _RegexT > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - - std::indirect_array - a03764.html - _Tp - - indirect_array - a01484.html - gad5e982b5f515ce67d9e6b55c84a61cb2 - (const indirect_array &) + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - void - operator &= - a01484.html - ga9a195965bc454b815b4035618de3f5ba - (const valarray< _Tp > &) const + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - void - operator%= - a01484.html - gaec955c90f1d087dd1a6a2bd41a5cea7a - (const valarray< _Tp > &) const + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - void - operator*= - a01484.html - gac530f41a625a6f0842fc4fda0cb98189 - (const valarray< _Tp > &) const + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - void - operator+= - a01484.html - gaeb7b9d2b39d2312c117a50769114e26c - (const valarray< _Tp > &) const + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - void - operator-= - a01484.html - ga8eb0f010a6a61d5066af1b3e757b87b9 - (const valarray< _Tp > &) const + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - void - operator/= - a01484.html - ga2ea239d6f6f027caa976efe4821944d0 - (const valarray< _Tp > &) const + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - void - operator<<= - a01484.html - ga43fc95bcbd0f89c0468f249209eb587b - (const valarray< _Tp > &) const + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - indirect_array & - operator= - a01484.html - ga73cce032d98e922eeafb676920174f52 - (const indirect_array &) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - void - operator= - a01484.html - ga6072ae14d756314665aef25c55cc4d33 - (const valarray< _Tp > &) const + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - void - operator= - a01484.html - gac17dafc8657c7fd6eab36a46260ff97f - (const _Tp &) const + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - void - operator>>= - a01484.html - ga611bd59fab7a43ce79f1707eea03be7a - (const valarray< _Tp > &) const + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - void - operator^= - a01484.html - ga335663b1692606f8a5d96324592d4785 - (const valarray< _Tp > &) const + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - void - operator|= - a01484.html - ga349500cff6b300c39a505e9c74943b86 - (const valarray< _Tp > &) const + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - - - std::initializer_list - a01656.html - _E - - - std::input_iterator_tag - a06652.html - - - std::insert_iterator - a06628.html - _Container - iterator< output_iterator_tag, void, void, void, void > - - _Container - container_type - a06628.html - a81ef704d3e33bcb38d894a8b1e440771 - + + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - - void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - + void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _RegexT > &__a, shared_ptr< _RegexT > &__b) noexcept - - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + shared_ptr< _RegexT > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - insert_iterator - a06628.html - a69916dd7c180bcb5fb6874adaaacc08b - (_Container &__x, typename _Container::iterator __i) + shared_ptr< _RegexT > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - insert_iterator & - operator* - a06628.html - a1a406c868feb4c886b002870abeb8546 - () + shared_ptr< _RegexT > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - insert_iterator & - operator++ - a06628.html - a66d30004d7402c9067fa8faadd7b8861 - () + shared_ptr< _RegexT > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - insert_iterator & - operator++ - a06628.html - a1d81a713bb24ef57aba0ce6dba2a84f0 - (int) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _RegexT, _Lp > *__p) - insert_iterator & - operator= - a06628.html - a97b27e02a31008441dd0374c6a1021e4 - (const typename _Container::value_type &__value) + shared_ptr< _RegexT > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _RegexT > *__p, memory_order) - - - std::integer_sequence - a03700.html - - _Idx - - - std::integral_constant - a03156.html - _Tp - __v - - - std::invalid_argument - a02908.html - std::logic_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _RegexT > *__p, shared_ptr< _RegexT > __r, memory_order) - - - std::ios_base - a04932.html - std::ios_base::failure - - - event - a04932.html - a411605aa4a6914dded5a9308ce28257b - + + shared_ptr< _RegexT > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _RegexT > *__p, shared_ptr< _RegexT > __r, memory_order) - - void(* - event_callback - a04932.html - a6c6b4d6e83f6adabb3e089e3c0725eae - )(event __e, ios_base &__b, int __i) + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _RegexT > *__p, shared_ptr< _RegexT > *__v, shared_ptr< _RegexT > __w, memory_order, memory_order) - - _Ios_Fmtflags - fmtflags - a04932.html - a03fbf244b3dfb55651c7460537abb89e - + + shared_ptr< _RegexT > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - - _Ios_Iostate - iostate - a04932.html - a0487f09dbaf55c34d14350a54daf0bbd - + + shared_ptr< _RegexT > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - _Ios_Openmode - openmode - a04932.html - aa7e2408680d83e0bac8979774aeecdad - + + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - - _Ios_Seekdir - seekdir - a04932.html - ac19bbe98949795f6038952b6c7759a0a - + + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - - virtual - ~ios_base - a04932.html - a7864443afddcf4f8d374a8442e55d1be - () + + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - const locale & - _M_getloc - a04932.html - a2f44ec9f5d32f4a3a7159b4c4b8924d9 - () const + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - fmtflags - flags - a04932.html - a7bdbad6d382502ee581ce65a3e21d8d1 - () const + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - fmtflags - flags - a04932.html - a415eb7181eb10a21c92455e1fae17cec - (fmtflags __fmtfl) + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - locale - getloc - a04932.html - ad2ef2af6c7194c081df6c0d505c28699 - () const + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - locale - imbue - a04932.html - a29b144ecf437562b7cc05027f3e5a608 - (const locale &__loc) + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - long & - iword - a04932.html - a25040dc1ead79e80cbdb4b5d692119f4 - (int __ix) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - streamsize - precision - a04932.html - a22f2e1638f5fcac7fff2442122dc51e6 - () const + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - streamsize - precision - a04932.html - ae76be155a419e7056ece84ad7dbd8ec7 - (streamsize __prec) + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - void *& - pword - a04932.html - a562ae8fc4f9ac0b806ab7839a8877a77 - (int __ix) + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - void - register_callback - a04932.html - a54948c4f38526937d510af5670ae368a - (event_callback __fn, int __index) + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - fmtflags - setf - a04932.html - a007b2f6648ba857d6ae3e68f936ca10a - (fmtflags __fmtfl) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - fmtflags - setf - a04932.html - a87fd48e3d7a0515d3958eb9d9fbba45d - (fmtflags __fmtfl, fmtflags __mask) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - void - unsetf - a04932.html - a47987a5f3b706621119af2544a4d68d6 - (fmtflags __mask) + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _RegexT > &__a, const shared_ptr< _Up > &__b) noexcept - streamsize - width - a04932.html - aaa842e4e56ec6001f6a6c9a75c601133 - () const + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _RegexT > &__a, nullptr_t) noexcept - streamsize - width - a04932.html - ac29b397e77e4fb2c7299627f4a8e6415 - (streamsize __wide) + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _RegexT > &__a) noexcept - - static bool - sync_with_stdio - a04932.html - aade35b0cc25dc04d3b9b598182ec72b5 - (bool __sync=true) + + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _RegexT > &__a, shared_ptr< _RegexT > &__b) noexcept - - static int - xalloc - a04932.html - a3faeb4739cfe621262ceef0aad98f0ea - () + + shared_ptr< _RegexT > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - static const fmtflags - adjustfield - a04932.html - afb35e86e0979426d5271e7da619e564b - + + shared_ptr< _RegexT > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - - static const openmode - app - a04932.html - abc6732e5a0d9dc40b79e2fe6e32e7b09 - + + shared_ptr< _RegexT > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - - static const openmode - ate - a04932.html - ad22225874e26210dfe11263279587e75 - + + shared_ptr< _RegexT > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - - static const iostate - badbit - a04932.html - aa3cd1e1667eb566ad6e23a67117eef8b - + + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _RegexT, _Lp > *__p) - - static const fmtflags - basefield - a04932.html - a1c78bab2448707823dbb382c1f9d872a - + + shared_ptr< _RegexT > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _RegexT > *__p, memory_order) - - static const seekdir - beg - a04932.html - a214f784b4a9d7ce92eb23ed99e44aecf - + + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _RegexT > *__p, shared_ptr< _RegexT > __r, memory_order) - - static const openmode - binary - a04932.html - a88a28f18badafdd8e605841b8b7042d5 - + + shared_ptr< _RegexT > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _RegexT > *__p, shared_ptr< _RegexT > __r, memory_order) - - static const fmtflags - boolalpha - a04932.html - a7643f003a532a377d00ebe8bd288985f - + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _RegexT > *__p, shared_ptr< _RegexT > *__v, shared_ptr< _RegexT > __w, memory_order, memory_order) - - static const seekdir - cur - a04932.html - a1965600e26ca83d186504a4fd337cb9e + + + shared_ptr< _State > + a06665.html + + typename __shared_ptr< _State >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 - - static const fmtflags - dec - a04932.html - a3b38d2c92a8191a8f6d4994c663d408e + + weak_ptr< _State > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 - - static const seekdir - end - a04932.html - a505c3780386ccd5ca9679f7264db97f9 - + + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept - - static const iostate - eofbit - a04932.html - a806f6f377e4fb4525d19e6d24df3cd62 - + + + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - - static const iostate - failbit - a04932.html - aec074f3d22b7cf5e70d1e91cb9f9d5c4 - + + + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - - static const fmtflags - fixed - a04932.html - ab68a9e528eb897d85741f7a21adf4368 - + + + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - - static const fmtflags - floatfield - a04932.html - a82663733691c649e8138a0fa959cb8c4 - + + + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - - static const iostate - goodbit - a04932.html - a9af3b6f8ace7d893e1a0853d8fb29778 - + + + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - - static const fmtflags - hex - a04932.html - a0dec2040942a5b127ce98be81486466f - + + + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - - static const openmode - in - a04932.html - a652e2323949eea3d906e1c81bd8ce8f7 - + + + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - - static const fmtflags - internal - a04932.html - a6e38abfae36f1fce1d01ec47487ba226 - + + + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - - static const fmtflags - left - a04932.html - ac3795cde4efbdf63b27ea978f1a2755d - + + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - - static const fmtflags - oct - a04932.html - ab9d72ba493c0a12da9e6669c32af98ed - + + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - - static const openmode - out - a04932.html - a7187e216e5d16ec820ea1791002f85e0 - + + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - - static const fmtflags - right - a04932.html - a13753798f5c9da6f9372429c53039767 - + + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - - static const fmtflags - scientific - a04932.html - af4966eeb93a789a84f9acd92375d8483 - + + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _State > &__p) noexcept - - static const fmtflags - showbase - a04932.html - a69acbf246475f065d6648303e452fd4d - + + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _State, _Lp > &__p) - - static const fmtflags - showpoint - a04932.html - a4c79db16d6509208744e2b698a2d107f - + + shared_ptr< _State > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - - static const fmtflags - showpos - a04932.html - acf2cdf1f2ebd7914d39e25c1f071bbc4 - + + shared_ptr< _State > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - static const fmtflags - skipws - a04932.html - a0092524de17db6438bc3bdcb914ac62b - + + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - static const openmode - trunc - a04932.html - ae6831a611ce41b51a873c55b30d8534d - + + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - static const fmtflags - unitbuf - a04932.html - aa2d184ca6fce44ac8ececba1b0c70dc5 - + + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - static const fmtflags - uppercase - a04932.html - a1be02544c10366da9fd9183a905d4910 - + + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - - std::ios_base::failure - a04936.html - std::exception - - virtual const char * - what - a04936.html - a7ab1e57574a1dff9cdf603041cbe628a - () const + + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - - std::is_abstract - a03608.html - - integral_constant< bool, __is_abstract(_Tp)> - - - std::is_arithmetic - a03516.html - - - - std::is_array - a03320.html - - std::integral_constant - - - std::is_bind_expression - a02220.html - _Tp - std::integral_constant - - - std::is_bind_expression< _Bind< _Signature > > - a02276.html - - std::integral_constant - - - std::is_bind_expression< _Bind_result< _Result, _Signature > > - a02292.html - - - std::integral_constant - - - std::is_bind_expression< const _Bind< _Signature > > - a02280.html - - std::integral_constant - - - std::is_bind_expression< const _Bind_result< _Result, _Signature > > - a02296.html - - - std::integral_constant - - - std::is_bind_expression< const volatile _Bind< _Signature > > - a02288.html - - std::integral_constant - - - std::is_bind_expression< const volatile _Bind_result< _Result, _Signature > > - a02304.html - - - std::integral_constant - - - std::is_bind_expression< volatile _Bind< _Signature > > - a02284.html - - std::integral_constant - - - std::is_bind_expression< volatile _Bind_result< _Result, _Signature > > - a02300.html - - - std::integral_constant - - - std::is_class - a03396.html - - integral_constant< bool, __is_class(_Tp)> - - - std::is_compound - a03536.html - - integral_constant< bool, !is_fundamental< _Tp >::value > - - - std::is_const - a03560.html - - std::integral_constant - - - std::is_empty - a03596.html - - integral_constant< bool, __is_empty(_Tp)> - - - std::is_enum - a03388.html - - integral_constant< bool, __is_enum(_Tp)> - - - std::is_error_code_enum - a02936.html - - std::integral_constant - - - std::is_error_code_enum< future_errc > - a02340.html - std::integral_constant - - - std::is_error_condition_enum - a02940.html - - std::integral_constant - - - std::is_final - a03604.html - - integral_constant< bool, __is_final(_Tp)> - - - std::is_floating_point - a03316.html - _Tp - - - std::is_function - a03360.html - - std::integral_constant - - - std::is_fundamental - a03520.html - - - - std::is_integral - a03296.html - _Tp - std::integral_constant - - - std::is_literal_type - a03592.html - - integral_constant< bool, __is_literal_type(_Tp)> - - - std::is_lvalue_reference - a03344.html - - std::integral_constant - - - std::is_member_function_pointer - a03384.html - - std::integral_constant - - - std::is_member_object_pointer - a03372.html - - - - std::is_member_pointer - a03528.html - - std::integral_constant - - - std::is_null_pointer - a03504.html - - - - std::is_object - a03524.html - - - - std::is_placeholder - a02224.html - - integral_constant< int, 0 > - - - std::is_placeholder< _Placeholder< _Num > > - a02232.html - _Num - integral_constant< int, _Num > - - - std::is_pod - a03588.html - - integral_constant< bool, __is_pod(_Tp)> - - - std::is_pointer - a03340.html - - - - std::is_polymorphic - a03600.html - - integral_constant< bool, __is_polymorphic(_Tp)> - - - std::is_reference - a03512.html - - - - std::is_rvalue_reference - a03352.html - - std::integral_constant - - - std::is_scalar - a03532.html - - - - std::is_standard_layout - a03584.html - - integral_constant< bool, __is_standard_layout(_Tp)> - - - std::is_trivial - a03576.html - - integral_constant< bool, __is_trivial(_Tp)> - - - std::is_union - a03392.html - - integral_constant< bool, __is_union(_Tp)> - - - std::is_void - a03228.html - - std::integral_constant - - - std::is_volatile - a03568.html - - std::integral_constant - - - std::istream_iterator - a06920.html - _Tp - _CharT - _Traits - _Dist - iterator< input_iterator_tag, _Tp, _Dist, const _Tp *, const _Tp &> - - _Dist - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - input_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - const _Tp * - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - const _Tp & - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - _Tp - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - constexpr - istream_iterator - a06920.html - ad21a77186d51771382af6007e650b33c - () + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - istream_iterator - a06920.html - a947cfbb26709a887a3e2b47782d8093f - (istream_type &__s) + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - - std::istreambuf_iterator - a02600.html - - - iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT > - - _Traits::off_type - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - input_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _State > &__a, nullptr_t) noexcept + + + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _State > &__a) noexcept + + + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - _CharT * - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - _CharT - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - _CharT - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _State > &__a, shared_ptr< _State > &__b) noexcept - - _CharT - char_type - a02600.html - af460c7ea636315f32d360100cc25d939 - + + shared_ptr< _State > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - _Traits - traits_type - a02600.html - aba59a766c14f4ae3a89119edd0c82baa - + + shared_ptr< _State > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - - _Traits::int_type - int_type - a02600.html - afb6691f43e173e47ffe52e245a360da1 - + + shared_ptr< _State > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - - basic_streambuf< _CharT, _Traits > - streambuf_type - a02600.html - a1db6612d72b7c65ea1f15b51109a4101 - + + shared_ptr< _State > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - - basic_istream< _CharT, _Traits > - istream_type - a02600.html - a88fc8fbe18f938ebfad7c496ccafcd76 - + + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _State, _Lp > *__p) - constexpr - istreambuf_iterator - a02600.html - a75654a594dd9fd94bcf6712f9c3b8d2c - () noexcept + shared_ptr< _State > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _State > *__p, memory_order) - - istreambuf_iterator - a02600.html - ac5abfcd042a670b72bdbb2fa3ee0d6f5 - (istream_type &__s) noexcept + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _State > *__p, shared_ptr< _State > __r, memory_order) - - istreambuf_iterator - a02600.html - af53baf53c052a0086f61f54cb4dfa337 - (streambuf_type *__s) noexcept + shared_ptr< _State > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _State > *__p, shared_ptr< _State > __r, memory_order) bool - equal - a02600.html - aaf5799b2a894bef2fa6763f7017b88b2 - (const istreambuf_iterator &__b) const + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _State > *__p, shared_ptr< _State > *__v, shared_ptr< _State > __w, memory_order, memory_order) - char_type - operator* - a02600.html - aa68118742e48a3296a39611184764153 - () const + shared_ptr< _State > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - istreambuf_iterator & - operator++ - a02600.html - a4c45d7bfc4e2a3594fb8918017b4ac3a - () + shared_ptr< _State > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - istreambuf_iterator - operator++ - a02600.html - adb987d5d42a928df600f5068d8a9e1dc - (int) + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - _CharT - char_type - a02600.html - af460c7ea636315f32d360100cc25d939 - + + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - _Traits - traits_type - a02600.html - aba59a766c14f4ae3a89119edd0c82baa - + + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - _Traits::int_type - int_type - a02600.html - afb6691f43e173e47ffe52e245a360da1 - + + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - basic_streambuf< _CharT, _Traits > - streambuf_type - a02600.html - a1db6612d72b7c65ea1f15b51109a4101 - + + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - basic_istream< _CharT, _Traits > - istream_type - a02600.html - a88fc8fbe18f938ebfad7c496ccafcd76 - + + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - - std::iterator - a06672.html - _Category - _Tp - _Distance - _Pointer - _Reference - - _Distance - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - _Category - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - _Pointer - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - _Reference - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - - _Tp - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - - std::iterator_traits< _Tp * > - a06688.html - - - - std::iterator_traits< const _Tp * > - a06692.html - - - - std::length_error - a02912.html - std::logic_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - - std::less - a06460.html - _Tp - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - - std::less< void > - a06484.html - - - std::less_equal - a06468.html - - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _State > &__a, const shared_ptr< _Up > &__b) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _State > &__a, nullptr_t) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _State > &__a) noexcept - - - std::less_equal< void > - a06492.html - - - std::linear_congruential_engine - a05400.html - _UIntType - __a - __c - __m - - _UIntType - result_type - a05400.html - ae47aa1543eb8eef0d874551586c0a8df - + + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _State > &__a, shared_ptr< _State > &__b) noexcept - - linear_congruential_engine - a05400.html - a0b67d6dfeedae260237da131ce55284c - (result_type __s=default_seed) + shared_ptr< _State > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - linear_congruential_engine - a05400.html - a3e49cb7b04e60dfae94dd28844521da4 - (_Sseq &__q) + shared_ptr< _State > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - void - discard - a05400.html - a6c3917727c95e3e73ea25871ebd21441 - (unsigned long long __z) + shared_ptr< _State > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - result_type - operator() - a05400.html - ae42fad7d735fb5d8d96076f70f2f65d4 - () + shared_ptr< _State > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - seed - a05400.html - aa0c9986cf366682ff3311bca8021ee19 - (result_type __s=default_seed) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _State, _Lp > *__p) - std::enable_if< std::is_class< _Sseq >::value >::type - seed - a05400.html - a635ce16bb986207c8f7fc80442295e52 - (_Sseq &__q) + shared_ptr< _State > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _State > *__p, memory_order) - - static constexpr result_type - max - a05400.html - af334bf0422c2d5ef522e3dac8427d63a - () + + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _State > *__p, shared_ptr< _State > __r, memory_order) - - static constexpr result_type - min - a05400.html - a57c283a281f9b007e0a7659b57586f52 - () + + shared_ptr< _State > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _State > *__p, shared_ptr< _State > __r, memory_order) - - static constexpr result_type - increment - a05400.html - ad2d0da3af999df8d7992143640f344a6 - + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _State > *__p, shared_ptr< _State > *__v, shared_ptr< _State > __w, memory_order, memory_order) - - static constexpr result_type - modulus - a05400.html - a9c73f24c92d06c4aa7c5b2c37d8c6dcb + + + shared_ptr< _State_base > + a06665.html + + typename __shared_ptr< _State_base >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 - - static constexpr result_type - multiplier - a05400.html - a5f6ca5414f03b35e0a82731cf9cd6496 + + weak_ptr< _State_base > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05400.html - af5e6423d264a9888844b74c2f9944199 - (std::basic_ostream< _CharT, _Traits > &__os, const std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) + + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept - - friend bool - operator== - a05400.html - ab062526efb78cd1480aff1eb1544b341 - (const linear_congruential_engine &__lhs, const linear_congruential_engine &__rhs) + + + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05400.html - a337332c3de4a035002d715e35f79c49f - (std::basic_istream< _CharT, _Traits > &__is, std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) + + + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - - - std::list - a06712.html - _Tp - _Alloc - std::_List_base - list - a06712.html - a5cec77d4bb0c37d6cd49fc87f72012ac - () noexcept(is_nothrow_default_constructible< _Node_alloc_type >::value) + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - list - a06712.html - a7b6d1424066dbfd18daebac90d143837 - (const allocator_type &__a) noexcept + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - list - a06712.html - a3f6568813bbdefbd94cbde64e3e45366 - (size_type __n, const allocator_type &__a=allocator_type()) + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - list - a06712.html - ac739777416320440d35c6de1a42ba818 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - list - a06712.html - aec4657b924fb0c29b7d3e347a2da97f0 - (const list &__x) + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - list - a06712.html - a6735f782a8c9a03d7bdd3ebf7f32da4e - (list &&__x) noexcept + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - list - a06712.html - abc914a91c0740ca3f52168d0b631dbf8 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - list - a06712.html - ad905b1f7f844c8715c654439611804a1 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - ~list - a06712.html - a6520eeff66a82d7b6e5eacffdcb2da6e - ()=default + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - void - assign - a06712.html - a9f1a22c8bd2a8d5ecacab44644f513db - (size_type __n, const value_type &__val) + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _State_base > &__p) noexcept - void - assign - a06712.html - a6527fbbec76ab1a8a4a80c04e6fcac70 - (_InputIterator __first, _InputIterator __last) + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _State_base, _Lp > &__p) - void - assign - a06712.html - a396193b1480defeaa5f3367ca15ec35e - (initializer_list< value_type > __l) + shared_ptr< _State_base > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - reference - back - a06712.html - a9567c3ee9243b0159cb036f17ea74b53 - () noexcept + shared_ptr< _State_base > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - const_reference - back - a06712.html - ac43aac14d7c69657442718428b082aaf - () const noexcept + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - begin - a06712.html - a1a0d75e77ac53db35e3cdf85ad6d3fa3 - () noexcept + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - const_iterator - begin - a06712.html - acd7d9dc641209c8e429d291db8f2de25 - () const noexcept + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - const_iterator - cbegin - a06712.html - aac9c52d90a45482d052dbb4b2040b6da - () const noexcept + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - cend - a06712.html - a702400622789c3e0f1171369f803fcb8 - () const noexcept + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - void - clear - a06712.html - ae36feac84d9e8125b700ce5189ed9e95 - () noexcept + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - const_reverse_iterator - crbegin - a06712.html - ab0c1a4886327c94160ec35419c516f64 - () const noexcept + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept + + + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept + + + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept + + + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - const_reverse_iterator - crend - a06712.html - af9bc7bbe49c3f41b0dfaa3acd5c89e12 - () const noexcept + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - emplace - a06712.html - a1b89836dea3d2950a96e485677fe3c30 - (const_iterator __position, _Args &&... __args) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept bool - empty - a06712.html - af558a1b206e6fdf40921aeaba0383dbe - () const noexcept + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - iterator - end - a06712.html - aba82f0b94c1ed15ccacea0e98aa6cff6 - () noexcept + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - end - a06712.html - a39a7a20ed70dd4018608a3522d83124d - () const noexcept + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - iterator - erase - a06712.html - aee5d29fe9b6e9494a71022ca980502be - (const_iterator __position) noexcept + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - iterator - erase - a06712.html - a927ad4d7e4673d4b2b33a16de379671b - (const_iterator __first, const_iterator __last) noexcept + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _State_base > &__a, shared_ptr< _State_base > &__b) noexcept - reference - front - a06712.html - ad4367625f1676f2fc0d56b891db683fe - () noexcept + shared_ptr< _State_base > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - const_reference - front - a06712.html - a5393c199d92f965d065b677f2230e51e - () const noexcept + shared_ptr< _State_base > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - allocator_type - get_allocator - a06712.html - a31f6032941520f4d9187fdf8284ae914 - () const noexcept + shared_ptr< _State_base > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - iterator - insert - a06712.html - a0b44f76b96a458895a1e8c6e4057b8dd - (const_iterator __position, const value_type &__x) + shared_ptr< _State_base > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - iterator - insert - a06712.html - a2b70528dcf0f77ddb45429d463de07e4 - (const_iterator __position, value_type &&__x) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _State_base, _Lp > *__p) - iterator - insert - a06712.html - af9214e29cd05b8446678285415fb6f1e - (const_iterator __p, initializer_list< value_type > __l) + shared_ptr< _State_base > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _State_base > *__p, memory_order) - iterator - insert - a06712.html - a3660a3d042a5605cde9ecc59e4b9b17c - (const_iterator __position, size_type __n, const value_type &__x) + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _State_base > *__p, shared_ptr< _State_base > __r, memory_order) - iterator - insert - a06712.html - a9a552f1f8f2fd43351184e6676b1fea1 - (const_iterator __position, _InputIterator __first, _InputIterator __last) + shared_ptr< _State_base > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _State_base > *__p, shared_ptr< _State_base > __r, memory_order) - size_type - max_size - a06712.html - ac0642b1d26b07dcf28d5fd72bfbdd6d1 - () const noexcept + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _State_base > *__p, shared_ptr< _State_base > *__v, shared_ptr< _State_base > __w, memory_order, memory_order) - void - merge - a06712.html - a4d6a44991e6e9a4f1d74236e7d6fc012 - (list &&__x) + shared_ptr< _State_base > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - void - merge - a06712.html - a44306154a6f093d8168eff45b90aa3ad - (list &&__x, _StrictWeakOrdering __comp) + shared_ptr< _State_base > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - list & - operator= - a06712.html - a35a994d029c0e0cf92abf1f468cfa140 - (const list &__x) + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - list & - operator= - a06712.html - a8f9b65b72c23e8c124c5f4a6e11013e0 - (list &&__x) noexcept(_Node_alloc_traits::_S_nothrow_move()) + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - list & - operator= - a06712.html - a7b554a6eab6e57e565eedb7da72a83c5 - (initializer_list< value_type > __l) + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - void - pop_back - a06712.html - a437f35446fc4e342d4df581335191a69 - () noexcept + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - void - pop_front - a06712.html - ad744f7f3b84fc57c973ed2d3bb25a33e - () noexcept + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - void - push_back - a06712.html - a164bc4a9a0f40d98579507cfa9bb0313 - (const value_type &__x) + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - void - push_front - a06712.html - a43ce26ebd4c6a1789692b7d377f332f3 - (const value_type &__x) + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - reverse_iterator - rbegin - a06712.html - a8a4cacefc7a58e913f2e9876df0d59de - () noexcept + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - const_reverse_iterator - rbegin - a06712.html - a3ba0b1fa92ccc5268e64c0023632aee7 - () const noexcept + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - void - remove - a06712.html - ad2334ed28f60c39412ac8cacfa14643d - (const _Tp &__value) + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - void - remove_if - a06712.html - adbed771a216e1f1db299bf13c0049177 - (_Predicate) + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - reverse_iterator - rend - a06712.html - a4018c8137dc053cfd04641f1ab4b070e - () noexcept + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - const_reverse_iterator - rend - a06712.html - af134c3c02479d6b40c4b6dd9784ff9b2 - () const noexcept + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - void - resize - a06712.html - a06a57b2ab785e15264e7f36742c4b0dc - (size_type __new_size) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - void - resize - a06712.html - a235d2bb37c9a5d9323c123ebd060cebc - (size_type __new_size, const value_type &__x) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept - void - reverse - a06712.html - a7d420a62c310cd992f52c016293f969a - () noexcept + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _State_base > &__a, const shared_ptr< _Up > &__b) noexcept - size_type - size - a06712.html - a4b6c305dd92e3c76213778feba213da2 - () const noexcept + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _State_base > &__a, nullptr_t) noexcept - void - sort - a06712.html - a150b5b104440ea65709e70a7f2eba06b - () + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _State_base > &__a) noexcept void - sort - a06712.html - a96029060c6dd54dc811b3c0d59b06537 - (_StrictWeakOrdering) + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _State_base > &__a, shared_ptr< _State_base > &__b) noexcept - void - splice - a06712.html - ae27f8110bc96c70775f1654e978b4c5f - (const_iterator __position, list &&__x) noexcept + shared_ptr< _State_base > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - void - splice - a06712.html - a11428bfeda40f933f26428bf432907db - (const_iterator __position, list &&__x, const_iterator __i) noexcept + shared_ptr< _State_base > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - void - splice - a06712.html - aa9275ed20653d145bd3c324e0b0422c3 - (const_iterator __position, list &__x, const_iterator __i) noexcept + shared_ptr< _State_base > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - void - splice - a06712.html - aa4a9d0e45f35bc5c51ee5b1646304bb6 - (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept + shared_ptr< _State_base > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - splice - a06712.html - a5e2e8e3c78743063a5223b09a7f7abf6 - (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _State_base, _Lp > *__p) - void - swap - a06712.html - afca54335268365fbe964394a8fe5df1b - (list &__x) noexcept + shared_ptr< _State_base > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _State_base > *__p, memory_order) void - unique - a06712.html - a30b4690883a5219b9dc98233364d2e49 - () + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _State_base > *__p, shared_ptr< _State_base > __r, memory_order) - void - unique - a06712.html - a69c3de1ee48297d2d375a11044694cf5 - (_BinaryPredicate) + shared_ptr< _State_base > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _State_base > *__p, shared_ptr< _State_base > __r, memory_order) - - _Node * - _M_create_node - a06712.html - a751c5b84e439b1647db6b733bbaa570f - (_Args &&... __args) + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _State_base > *__p, shared_ptr< _State_base > *__v, shared_ptr< _State_base > __w, memory_order, memory_order) - std::locale - a04952.html - std::locale::facet - std::locale::id + shared_ptr< _State_type > + a06665.html - int - category - a04952.html - a969b15053ff1b296935ea2dff07afad5 + typename __shared_ptr< _State_type >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 + + + + weak_ptr< _State_type > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 - - locale - a04952.html - af149bfda05282c1f7c62973c887d77e6 - () + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept - locale - a04952.html - ade071b7e4275c4a8889b09e86d1c26fb - (const locale &__other) + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - locale - a04952.html - a268965d97cffcf472d2f0fa8b74aa1e2 - (const char *__s) + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - locale - a04952.html - a964af00c8b1c09375ca7abd5bdf8922f - (const locale &__base, const char *__s, category __cat) + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - locale - a04952.html - a85e91d15c668e3455ff2a1eda4e6784a - (const std::string &__s) + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - locale - a04952.html - a918d906d5f6fc923db96a72021ad5aab - (const locale &__base, const std::string &__s, category __cat) + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - locale - a04952.html - af050b38ebd4f015ef0fe4b64f3087d42 - (const locale &__base, const locale &__add, category __cat) + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - locale - a04952.html - a9a3183dbb40c79006a1de940775ce704 - (const locale &__other, _Facet *__f) + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - ~locale - a04952.html - a45b12cb443002d7995d5a1fd4d2ad179 - () + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - locale - combine - a04952.html - a9806f062f79116a09c2ed0ad9449e58f - (const locale &__other) const + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - _GLIBCXX_DEFAULT_ABI_TAG string - name - a04952.html - ab0027979b86e7a74e9b33dd0686c3c2d - () const + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - bool - operator!= - a04952.html - adbf547d835746748a205bb57fd81a43f - (const locale &__other) const + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - bool - operator() - a04952.html - ad9d4f2f1dd2404eeb399f7609e50f1fb - (const basic_string< _Char, _Traits, _Alloc > &__s1, const basic_string< _Char, _Traits, _Alloc > &__s2) const + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - const locale & - operator= - a04952.html - a21b4d6ac8a3c4614656b67eec61b5f9d - (const locale &__other) + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _State_type > &__p) noexcept - bool - operator== - a04952.html - a0f58972cf0b98da7d1e751bba3f28f7e - (const locale &__other) const - - - static const locale & - classic - a04952.html - aa50e351ed674a068ff3e179c5a75c21b - () - - - static locale - global - a04952.html - a11180773b88e5f353fdb0a9f51214ec6 - (const locale &__loc) - - - static const category - none - a04952.html - a70bef0686be2c1b746e21069f73415b8 - - - - static const category - ctype - a04952.html - a283927e767f737e4ef7a7ccd0bec1da1 - - - - static const category - numeric - a04952.html - a50c9f58112ca40d3d53b07e1d524228b - - - - static const category - collate - a04952.html - acd2238d0ec6436541c1f9f343e5e32d3 - - - - static const category - time - a04952.html - a1da7e1b7c469ed4ed45d61139cdc043d - - - - static const category - monetary - a04952.html - a344e6500c766e554a71933878f1fc654 - - - - static const category - messages - a04952.html - a7cfad8ee6c5f1275b9862c63bd5d5241 - - - - static const category - all - a04952.html - ad2ddc152ed732bc16528984b71f1066d - - - - friend bool - has_facet - a04952.html - ad5bc3cddb6bb375329682cb211ba0441 - (const locale &) - - - friend const _Facet & - use_facet - a04952.html - ac42c07b39caa9133862dd851c3fa2c7d - (const locale &) - - - static const category - none - a04952.html - a70bef0686be2c1b746e21069f73415b8 - - - - static const category - ctype - a04952.html - a283927e767f737e4ef7a7ccd0bec1da1 - - - - static const category - numeric - a04952.html - a50c9f58112ca40d3d53b07e1d524228b - + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _State_type, _Lp > &__p) - - static const category - collate - a04952.html - acd2238d0ec6436541c1f9f343e5e32d3 - + + shared_ptr< _State_type > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - - static const category - time - a04952.html - a1da7e1b7c469ed4ed45d61139cdc043d - + + shared_ptr< _State_type > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - static const category - monetary - a04952.html - a344e6500c766e554a71933878f1fc654 - + + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - static const category - messages - a04952.html - a7cfad8ee6c5f1275b9862c63bd5d5241 - + + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - static const category - all - a04952.html - ad2ddc152ed732bc16528984b71f1066d - + + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - - std::locale::facet - a04956.html - - - facet - a04956.html - a04dc2d88fcc6ebd76e37eb11d928eb7a - (size_t __refs=0) + + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - virtual - ~facet - a04956.html - a6e70b45296191df4c1a0657bd9be6514 - () + + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - - std::locale::id - a04960.html - - id - a04960.html - a05733d8d1ad35f4fa4feef3313b1bce3 - () + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - friend bool - has_facet - a04960.html - ad5bc3cddb6bb375329682cb211ba0441 - (const locale &) + + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - friend const _Facet & - use_facet - a04960.html - ac42c07b39caa9133862dd851c3fa2c7d - (const locale &) + + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - - std::lock_guard - a06256.html - _Mutex - - - std::logic_error - a02900.html - std::exception - - logic_error - a02900.html - a48e6f223bbd547dcea0d5efdb54b4951 - (const string &__arg) _GLIBCXX_TXN_SAFE + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - - std::logical_and - a06496.html - - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - - std::logical_and< void > - a06508.html - - - std::logical_not - a06504.html - - unary_function< _Tp, bool > - - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - + bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - - std::logical_not< void > - a06516.html - - - std::logical_or - a06500.html - - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - - std::logical_or< void > - a06512.html - - - std::lognormal_distribution - a05448.html - _RealType - std::lognormal_distribution::param_type - - _RealType - result_type - a05448.html - a26f7f5b94e8d179518168c21e7a706bf - + + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _State_type > &__a, shared_ptr< _State_type > &__b) noexcept - result_type - max - a05448.html - ae51c9700b0c6168babb2abdf188e50d0 - () const + shared_ptr< _State_type > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - result_type - min - a05448.html - aa6d60ac02923738e93e5cc2813d9cfea - () const + shared_ptr< _State_type > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - result_type - operator() - a05448.html - ae6fb96729b574441550992a32599df9a - (_UniformRandomNumberGenerator &__urng) + shared_ptr< _State_type > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - param_type - param - a05448.html - a3533e00011a0d32c89697c809c98c765 - () const + shared_ptr< _State_type > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - param - a05448.html - ae0ec61a8aca3872ff4b8a16e4696ad90 - (const param_type &__param) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _State_type, _Lp > *__p) + + + shared_ptr< _State_type > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _State_type > *__p, memory_order) void - reset - a05448.html - aad743c49b0d74f10dd9831daf56792a4 - () + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _State_type > *__p, shared_ptr< _State_type > __r, memory_order) - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05448.html - aad98f5fc7ecc4ae82fe15f6a67e80d1f - (std::basic_ostream< _CharT, _Traits > &__os, const std::lognormal_distribution< _RealType1 > &__x) + + shared_ptr< _State_type > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _State_type > *__p, shared_ptr< _State_type > __r, memory_order) - - friend bool - operator== - a05448.html - a2e49cbc5eaeb0e2ee18688adb7faff49 - (const lognormal_distribution &__d1, const lognormal_distribution &__d2) + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _State_type > *__p, shared_ptr< _State_type > *__v, shared_ptr< _State_type > __w, memory_order, memory_order) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05448.html - a21983da6e9b4301e89130f48917e139b - (std::basic_istream< _CharT, _Traits > &__is, std::lognormal_distribution< _RealType1 > &__x) + + shared_ptr< _State_type > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - - - std::lognormal_distribution::param_type - a05452.html - - - std::map - a06720.html - _Key - _Tp - _Compare - _Alloc - - map - a06720.html - afc7cdce90f8100d9bf741d33f2b50019 - ()=default + shared_ptr< _State_type > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - map - a06720.html - aa12fa7df574ac42da454cba7581c258e - (const _Compare &__comp, const allocator_type &__a=allocator_type()) + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - map - a06720.html - a8710ed019be6e93c3e226853e91da124 - (const map &)=default + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - map - a06720.html - a3f71fbbe2f15bf4a55f383030fe7d72f - (map &&)=default + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - map - a06720.html - a353d38055f6c80e99c699ee4eeec914e - (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - map - a06720.html - a97d93d27671323c77e27ef2986a4bcb8 - (const allocator_type &__a) + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - map - a06720.html - ae74f7651afbcb8b1c2d491a7145f3313 - (const map &__m, const allocator_type &__a) + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - map - a06720.html - a95c130beb22f45766110a5b734a5b7a6 - (map &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - map - a06720.html - a8310f2293e381afba51e9cc44dd0eeef - (initializer_list< value_type > __l, const allocator_type &__a) + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - map - a06720.html - a0d2b5c52350b2b79506ab308b32ca5f1 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - - map - a06720.html - a6339535802f1937f3dd78ee04d950ea7 - (_InputIterator __first, _InputIterator __last) + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - - map - a06720.html - ac30882bd54277810ace3d0630cbc3252 - (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - - ~map - a06720.html - a2460e7e43dc674a1cb696c4eb1985b5e - ()=default + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - mapped_type & - at - a06720.html - aaf4942bb42ef39ce49cc232c06416f55 - (const key_type &__k) + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - begin - a06720.html - af515aec447786d3fcfff02fe18385cbc - () noexcept + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept - const_iterator - begin - a06720.html - af46ca23264de805bde6259ab11c9d93c - () const noexcept + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept - const_iterator - cbegin - a06720.html - af11167910bc728cbeb7997b7e8bd8326 - () const noexcept + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _State_type > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - cend - a06720.html - a512508ab8aef5dad73ae92751513769e - () const noexcept + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _State_type > &__a, nullptr_t) noexcept + + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _State_type > &__a) noexcept void - clear - a06720.html - a5c72b2772d31bff52f9454a583547f58 - () noexcept + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _State_type > &__a, shared_ptr< _State_type > &__b) noexcept - const_reverse_iterator - crbegin - a06720.html - a68296cab04aadacb8da0b4bb1a8d8991 - () const noexcept + shared_ptr< _State_type > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - const_reverse_iterator - crend - a06720.html - adbd5c263f187f16ca9f073e1789a02ff - () const noexcept + shared_ptr< _State_type > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - std::pair< iterator, bool > - emplace - a06720.html - adbdeb769358f26cc1f0124f5c53df0eb - (_Args &&... __args) + shared_ptr< _State_type > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - iterator - emplace_hint - a06720.html - a01e3c11364a0f9f6304581d1dc69bd34 - (const_iterator __pos, _Args &&... __args) + shared_ptr< _State_type > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept bool - empty - a06720.html - a16986a6517197b25e8ad3f7487c8536f - () const noexcept + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _State_type, _Lp > *__p) - iterator - end - a06720.html - a5dfaf89a89106d147fd055c313a291ee + shared_ptr< _State_type > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _State_type > *__p, memory_order) + + + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _State_type > *__p, shared_ptr< _State_type > __r, memory_order) + + + shared_ptr< _State_type > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< _State_type > *__p, shared_ptr< _State_type > __r, memory_order) + + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _State_type > *__p, shared_ptr< _State_type > *__v, shared_ptr< _State_type > __w, memory_order, memory_order) + + + + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + a06665.html + + typename __shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 + + + + weak_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 + + + + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 () noexcept - const_iterator - end - a06720.html - a50d3bee624167086813c84cc5fbc0f8f - () const noexcept + + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - size_type - erase - a06720.html - a6b510fc380b070d899d73a278cbb8faf - (const key_type &__x) + + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - iterator - erase - a06720.html - aa98a4bd34df51b51262b26f06a657efe - (const_iterator __first, const_iterator __last) + + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - allocator_type - get_allocator - a06720.html - adc72d6a2972834a9f512d424310468a7 - () const noexcept + + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - std::pair< iterator, bool > - insert - a06720.html - a3a5341d2ce3f2ffa4426d29110ca8e41 - (const value_type &__x) + + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - void - insert - a06720.html - ab228710aaa8c81fc3b7fe37b26fc709a - (std::initializer_list< value_type > __list) + + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - iterator - insert - a06720.html - aa0d825fbc11a62dc06420646e0c90dd5 - (const_iterator __position, const value_type &__x) + + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - void - insert - a06720.html - a3186e7576e4ffc474fd92f66e460d231 - (_InputIterator __first, _InputIterator __last) + + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - key_compare - key_comp - a06720.html - a59af09cf176afb26d8e2657581429d3f - () const + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - size_type - max_size - a06720.html - af2c022c3b246d7beb4c6eae4d6ce7ca2 - () const noexcept + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - map & - operator= - a06720.html - a0ffbbf85c084d61ab49c7fec028bafba - (const map &)=default + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - map & - operator= - a06720.html - a28b4c4feee2bbdf398540f4097d4bb91 - (map &&)=default + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - map & - operator= - a06720.html - ac01f44f3ed4b9dbebcb046b4103f920c - (initializer_list< value_type > __l) + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__p) noexcept - mapped_type & - operator[] - a06720.html - a4a4a9f95131baf0713596d672ec36b5f - (const key_type &__k) + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > >, _Lp > &__p) - reverse_iterator - rbegin - a06720.html - a4ca3db2d238641b23001310899d884fb - () noexcept + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - const_reverse_iterator - rbegin - a06720.html - a461fb30e5fd8953549843ff651d06ec8 - () const noexcept + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - reverse_iterator - rend - a06720.html - aa467231586b6bc6388765ec6802aef54 - () noexcept + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept + + + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept + + + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept + + + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - const_reverse_iterator - rend - a06720.html - a21512c1e39cedc32e0275f89f888d4aa - () const noexcept + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - size_type - size - a06720.html - ab8dd27409135bbee5bb626cd72e0cddb - () const noexcept + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - void - swap - a06720.html - a6ab3829e42e61a94d9039fea4c07b62f - (map &__x) noexcept(/*conditional */) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - value_compare - value_comp - a06720.html - a2c51f439c6328b72ebdd7e5e558ef847 - () const + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - erase - a06720.html - ac9ea51e48199ff9a87ea1b855789e53d - (const_iterator __position) + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06720.html - ae60f51e27db51a169ee4e368d238f69e - (iterator __position) + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - iterator - find - a06720.html - abdcd985632d8ad7ddba069aa776e2dfe - (const key_type &__x) + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - auto - find - a06720.html - a39303b5617b240f3049dbb0d195789f5 - (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - const_iterator - find - a06720.html - a07cdb0ebaf753ec1244849dbff2ec4cf - (const key_type &__x) const + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - auto - find - a06720.html - accf5f3477b6615f6b31fcb1adf068dfc - (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - size_type - count - a06720.html - a44da6d0dc51d80a873cc9405a805c712 - (const key_type &__x) const + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - auto - count - a06720.html - a1264d32ee2fd0cfaee914fbafc088b54 - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - iterator - lower_bound - a06720.html - adbb7e90f8d6bece7f9ffb6b76c9ab081 - (const key_type &__x) + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__b) noexcept - auto - lower_bound - a06720.html - a5db81ee7912a625e5d7ead27f0cb4133 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - const_iterator - lower_bound - a06720.html - ab801bf5b252cc1b28af052263ce33d7a - (const key_type &__x) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - auto - lower_bound - a06720.html - a2dfc6f822052135a0b48e0dca314ccaf - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - iterator - upper_bound - a06720.html - a31f6ba9ed7f80198dd444d6d830a3c80 - (const key_type &__x) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - auto - upper_bound - a06720.html - a58dfea28ca363de5083ec265382de319 - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > >, _Lp > *__p) - const_iterator - upper_bound - a06720.html - afd9ba5f5b31a79317b1c5ec547b9ec6c - (const key_type &__x) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, memory_order) - auto - upper_bound - a06720.html - abd9ce0ad35c587805de6a54c3e61cd02 - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > __r, memory_order) - std::pair< iterator, iterator > - equal_range - a06720.html - a5e0d4434a099805754b757634f18cc23 - (const key_type &__x) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > __r, memory_order) - auto - equal_range - a06720.html - ae814e0a8ac259c3119c95716748f7819 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__v, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > __w, memory_order, memory_order) - std::pair< const_iterator, const_iterator > - equal_range - a06720.html - ad849929336a71e065e43fdf6a294140e - (const key_type &__x) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - auto - equal_range - a06720.html - a14e9a1f958274d603fe083a7b9f50558 - (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - iterator - erase - a06720.html - ac9ea51e48199ff9a87ea1b855789e53d - (const_iterator __position) + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06720.html - ae60f51e27db51a169ee4e368d238f69e - (iterator __position) + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - iterator - find - a06720.html - abdcd985632d8ad7ddba069aa776e2dfe - (const key_type &__x) + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - auto - find - a06720.html - a39303b5617b240f3049dbb0d195789f5 - (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - find - a06720.html - a07cdb0ebaf753ec1244849dbff2ec4cf - (const key_type &__x) const + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - auto - find - a06720.html - accf5f3477b6615f6b31fcb1adf068dfc - (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - size_type - count - a06720.html - a44da6d0dc51d80a873cc9405a805c712 - (const key_type &__x) const + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - auto - count - a06720.html - a1264d32ee2fd0cfaee914fbafc088b54 - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - iterator - lower_bound - a06720.html - adbb7e90f8d6bece7f9ffb6b76c9ab081 - (const key_type &__x) + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - auto - lower_bound - a06720.html - a5db81ee7912a625e5d7ead27f0cb4133 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - lower_bound - a06720.html - ab801bf5b252cc1b28af052263ce33d7a - (const key_type &__x) const + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - auto - lower_bound - a06720.html - a2dfc6f822052135a0b48e0dca314ccaf - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - iterator - upper_bound - a06720.html - a31f6ba9ed7f80198dd444d6d830a3c80 - (const key_type &__x) + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - auto - upper_bound - a06720.html - a58dfea28ca363de5083ec265382de319 - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - const_iterator - upper_bound - a06720.html - afd9ba5f5b31a79317b1c5ec547b9ec6c - (const key_type &__x) const + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - auto - upper_bound - a06720.html - abd9ce0ad35c587805de6a54c3e61cd02 - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, const shared_ptr< _Up > &__b) noexcept - std::pair< iterator, iterator > - equal_range - a06720.html - a5e0d4434a099805754b757634f18cc23 - (const key_type &__x) + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, nullptr_t) noexcept - auto - equal_range - a06720.html - ae814e0a8ac259c3119c95716748f7819 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a) noexcept - std::pair< const_iterator, const_iterator > - equal_range - a06720.html - ad849929336a71e065e43fdf6a294140e - (const key_type &__x) const + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__a, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > &__b) noexcept - auto - equal_range - a06720.html - a14e9a1f958274d603fe083a7b9f50558 - (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - - - std::mask_array - a03760.html - _Tp - - mask_array - a01484.html - ga63910750064214d819524e634cdaebfa - (const mask_array &) + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - void - operator &= - a01484.html - ga243e78b1748d74ed3d4be27c8839fb87 - (const valarray< _Tp > &) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - void - operator%= - a01484.html - gaa321a7c18f23aae720cdd059ea38fcc2 - (const valarray< _Tp > &) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - operator*= - a01484.html - ga1878d8ab7ea54a42bbd783172af8a8c2 - (const valarray< _Tp > &) const + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > >, _Lp > *__p) - void - operator+= - a01484.html - ga3cd7a0e7c02e60936993f2f8d85d7e14 - (const valarray< _Tp > &) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, memory_order) void - operator-= - a01484.html - ga7e8b4e636a4ccb6a93f289308d2d6c7e - (const valarray< _Tp > &) const + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > __r, memory_order) - void - operator/= - a01484.html - gac1417dfc58271e6730675e151cd3dd06 - (const valarray< _Tp > &) const + shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > __r, memory_order) - void - operator<<= - a01484.html - gadc9fb4be42ab111a8b17efc9480006c7 - (const valarray< _Tp > &) const + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__p, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > *__v, shared_ptr< const __detail::_NFA< regex_traits< _Ch_type > > > __w, memory_order, memory_order) + + + + shared_ptr< std::mutex > + a06665.html + + typename __shared_ptr< std::mutex >::element_type + element_type + a06665.html + a0ae1e5a58059d8174de6d5a131ad6963 + + + + weak_ptr< std::mutex > + weak_type + a06665.html + a270ef017a70111b1db8bbe244bf91020 + - mask_array & - operator= - a01484.html - gac8928f66422bd3601fcf43b79761abd5 - (const mask_array &) + constexpr + shared_ptr + a06665.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept - void - operator= - a01484.html - ga2af95af73e734b394322ec304e1b73f2 - (const _Tp &) const + + shared_ptr + a06665.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) - void - operator>>= - a01484.html - ga87f02d439b80dd0d351ae9f827c4f77e - (const valarray< _Tp > &) const + + shared_ptr + a06665.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) - void - operator^= - a01484.html - gab7b73360db81555ebc04e3c482a94857 - (const valarray< _Tp > &) const + + shared_ptr + a06665.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) - void - operator|= - a01484.html - ga684708f251addb2566756f4d2eedee36 - (const valarray< _Tp > &) const + + shared_ptr + a06665.html + a4aa51bb3efd3e84d08d1649e5e242725 + (const shared_ptr &) noexcept=default - - - std::match_results - a05784.html - _Bi_iter - _Alloc - vector< sub_match< _Bi_iter >, _Alloc > - bool - ready - a05784.html - a943761a52ea725eec3e3952e92aa6ef8 - () const + + shared_ptr + a06665.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept - - pointer - _M_allocate_and_copy - a06912.html - a283e72373f613c3d74ccf35b529a8393 - (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + shared_ptr + a06665.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept - - void - _M_range_check - a06912.html - a84c7c47a337f0e2dfbdad2c5719c13f5 - (size_type __n) const + + + shared_ptr + a06665.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) - void - assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) + + shared_ptr + a06665.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) - void - assign - a06912.html - acaab0c546279a999bcba3ed54478c83d - (_InputIterator __first, _InputIterator __last) + + shared_ptr + a06665.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) - void - assign - a06912.html - acda096d477c2ef09ee0b3e7fb3ca558c - (initializer_list< value_type > __l) + constexpr + shared_ptr + a06665.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept - reference - at - a06912.html - a11362894b61f87331541b5268d0cb033 - (size_type __n) + + shared_ptr + a06665.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept - const_reference - at - a06912.html - aaa0004f67abf317a8923d549a0e74987 - (size_type __n) const + + shared_ptr + a06665.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept + _Del * + get_deleter + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< std::mutex > &__p) noexcept - const_reference - back - a06912.html - ad185eab26722975ac46eb977c7b2627b - () const noexcept + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< std::mutex, _Lp > &__p) - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 - () noexcept + shared_ptr< std::mutex > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - size_type - capacity - a06912.html - aeec23a5238eb60cd3bb5ec960e9b430e - () const noexcept + shared_ptr< std::mutex > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - void - clear - a06912.html - a57ef261b05f9ea1457d6f54494902e84 - () noexcept + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - const_reverse_iterator - crbegin - a06912.html - a30f4698eae082ffd64ed80c8cb648360 - () const noexcept + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - const_reverse_iterator - crend - a06912.html - a825800ea90d4e7367b5361ae53f864c7 - () const noexcept + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - sub_match< _Bi_iter > * - data - a06912.html - abee0514d69c004f06f06e37e33b6104b - () noexcept + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - emplace - a06912.html - ab9f9ca10121c7ca0d2365a92ec7c5a85 - (const_iterator __position, _Args &&... __args) + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - iterator - end - a06912.html - ae957699b810eb3313916800773e103d7 - () noexcept + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - iterator - erase - a06912.html - a1c8b8734443a1028d00ad364190bac76 - (const_iterator __position) + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - reference - front - a06912.html - a460e9d810eb0009f44d8584662672a6b - () noexcept + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 - () const noexcept + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - iterator - insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - iterator - insert - a06912.html - a1a1db200194fca60d689aacce652d616 - (const_iterator __position, initializer_list< value_type > __l) + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - iterator - insert - a06912.html - a4922c571c2d3e9006f68813656f36587 - (const_iterator __position, size_type __n, const value_type &__x) + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - iterator - insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - const_reference - operator[] - a06912.html - a75bd59d9586be7f6d3e43e1afeac3d08 - (size_type __n) const noexcept + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - void - pop_back - a06912.html - a99e26d28529b0d7e6dfc3aff0400e8bd - () noexcept + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept void - push_back - a06912.html - a6f2144e852790296d3c62cdec92c95ce - (const value_type &__x) + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< std::mutex > &__a, shared_ptr< std::mutex > &__b) noexcept - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept + shared_ptr< std::mutex > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - const_reverse_iterator - rbegin - a06912.html - ac1f157333783a401dd4a0c23edaddf1c - () const noexcept + shared_ptr< std::mutex > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c - () noexcept + shared_ptr< std::mutex > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - const_reverse_iterator - rend - a06912.html - aa32a4b05a4c404e012c787360d7518a8 - () const noexcept + shared_ptr< std::mutex > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - reserve - a06912.html - a8ab62036345a72d8126fa30425dfe869 - (size_type __n) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< std::mutex, _Lp > *__p) - void - resize - a06912.html - a1134bcc83ff6c70cf78bab3cd426feaf - (size_type __new_size) + shared_ptr< std::mutex > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< std::mutex > *__p, memory_order) void - resize - a06912.html - a53e627a12d33d2df15d4a9c25c872785 - (size_type __new_size, const value_type &__x) + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< std::mutex > *__p, shared_ptr< std::mutex > __r, memory_order) - void - shrink_to_fit - a06912.html - a4f4dc31fc105124cd9a5e4a90ae99c44 - () + shared_ptr< std::mutex > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< std::mutex > *__p, shared_ptr< std::mutex > __r, memory_order) - void - swap - a06912.html - a97d8ff35af22b6787d9aa7c60b2ba3ff - (vector &__x) noexcept + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< std::mutex > *__p, shared_ptr< std::mutex > *__v, shared_ptr< std::mutex > __w, memory_order, memory_order) - - match_results - a05784.html - a617337132913b6481a69e0322384c3e7 - (const _Alloc &__a=_Alloc()) + shared_ptr< std::mutex > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - - match_results - a05784.html - ad4d6511edbb01d1584a68520d9f72a7b - (const match_results &__rhs)=default + shared_ptr< std::mutex > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - - match_results - a05784.html - af88e24767cf7d433aeddb134a47e03c8 - (match_results &&__rhs) noexcept=default + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - match_results & - operator= - a05784.html - acc132e2ace54a234153366f95fd49dab - (const match_results &__rhs)=default + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - match_results & - operator= - a05784.html - a45822404f5b9d029a958bd4fd07768cc - (match_results &&__rhs)=default + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - - ~match_results - a05784.html - a8a742929f23b5fc06967d9573583fad9 - () + bool + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - size_type - size - a05784.html - a3601f410ccc6f06a45a6e431ce184e25 - () const + bool + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - size_type - max_size - a05784.html - ab92248e4e49cefa5aef35d8494d0a831 - () const + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept bool - empty - a05784.html - a1776bd0725f18a633696a11a89d71e21 - () const + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - difference_type - length - a05784.html - a4d5afaf65af6a5038ad666a6b4ac3836 - (size_type __sub=0) const + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - difference_type - position - a05784.html - a258ebf7a862afc9be1ef8b188393b298 - (size_type __sub=0) const + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - string_type - str - a05784.html - a8659c3a93da87fb8de3ca1fdd6c49bc0 - (size_type __sub=0) const + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - const_reference - operator[] - a05784.html - a6021c27572ef3bc03cea38c66dde3783 - (size_type __sub) const + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - const_reference - prefix - a05784.html - a4f1ab979440a0c53c13422a5d628144e - () const + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - const_reference - suffix - a05784.html - aae76fe76fdc4f6f729e0a55c8c2d4aa4 - () const + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - begin - a05784.html - a38518053753c77f7349d1ab30199bb76 - () const + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - const_iterator - cbegin - a05784.html - a4c9c9402ea5b2308729c70193cabc204 - () const + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - const_iterator - end - a05784.html - a369a747e8f970f28f7e1966d72e998ad - () const + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< std::mutex > &__a, const shared_ptr< _Up > &__b) noexcept - const_iterator - cend - a05784.html - a6af0a3ce49b696e44c23f87655f4a1c8 - () const + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< std::mutex > &__a, nullptr_t) noexcept - _Out_iter - format - a05784.html - a4a8d689c2bf7f9a32e1cdc9462cb9ca5 - (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< std::mutex > &__a) noexcept - _Out_iter - format - a05784.html - a75078225998ca82f96787929ba9d7646 - (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< std::mutex > &__a, shared_ptr< std::mutex > &__b) noexcept - basic_string< char_type, _St, _Sa > - format - a05784.html - a6dd64effbedc4db4891802952f0b226e - (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + shared_ptr< std::mutex > + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept - string_type - format - a05784.html - acb9033dc604fc3ddd6a611de43e2857a - (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const + shared_ptr< std::mutex > + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - allocator_type - get_allocator - a05784.html - aa45aba6250bf4bb581e18baf06d18bf6 - () const + shared_ptr< std::mutex > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - void - swap - a05784.html - a78d71976b891dc606316341e7b1c3341 - (match_results &__that) - - - - std::mem_fun1_ref_t - a06604.html - - - - binary_function< _Tp, _Arg, _Ret > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + shared_ptr< std::mutex > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< std::mutex, _Lp > *__p) - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + shared_ptr< std::mutex > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< std::mutex > *__p, memory_order) - - - std::mem_fun1_t - a06596.html - - - - binary_function< _Tp *, _Arg, _Ret > - - _Tp * - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + void + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< std::mutex > *__p, shared_ptr< std::mutex > __r, memory_order) - - _Ret - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + shared_ptr< std::mutex > + atomic_exchange_explicit + a01560.html + ga018f9a6ecc636b5056445930a290811e + (shared_ptr< std::mutex > *__p, shared_ptr< std::mutex > __r, memory_order) - - _Arg - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< std::mutex > *__p, shared_ptr< std::mutex > *__v, shared_ptr< std::mutex > __w, memory_order, memory_order) - std::mem_fun_ref_t - a06588.html - - - unary_function< _Tp, _Ret > - - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - + std::shared_timed_mutex + a02933.html - std::mem_fun_t - a06580.html - + std::shuffle_order_engine + a06341.html - unary_function< _Tp *, _Ret > - - _Tp * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - - - - std::mersenne_twister_engine - a05404.html - _UIntType - __w - __n - __m - __r - __a - __u - __d - __s - __b - __t - __c - __l - __f + __k - _UIntType + _RandomNumberEngine::result_type result_type - a05404.html - ab1ad02d59f290faf3d8b33e1209cdfae + a06341.html + a7f5d3952ecee856c85fa9bbb6bd608dc - mersenne_twister_engine - a05404.html - a8987d5bb70c31ba8e4bb80f993acff85 - (_Sseq &__q) - - - void - discard - a05404.html - a5e2f7304fcf0b11ea1cde1397fb7ddb6 - (unsigned long long __z) - - - static constexpr result_type - max - a05404.html - a8e9cd7d4bb14de188ead958d3f1faeac - () - - - static constexpr result_type - min - a05404.html - aaf1720ef1664fa77a5972c78addfa290 + shuffle_order_engine + a06341.html + a1c37fc430a7cf2349c132c90f0801923 () - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05404.html - acc44ab3c56e9048acd13c60ca1a877e0 - (std::basic_ostream< _CharT, _Traits > &__os, const std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) - - - friend bool - operator== - a05404.html - a96c6f6aabca5106a2db6ecc834bbddfe - (const mersenne_twister_engine &__lhs, const mersenne_twister_engine &__rhs) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05404.html - a4fe6e606a61991ce6007b14402043497 - (std::basic_istream< _CharT, _Traits > &__is, std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) - - - - std::messages - a05108.html - _CharT - std::locale::facet - std::messages_base - - _CharT - char_type - a05108.html - a152bc75cd106bc26ad327391e34c1158 - - - - basic_string< _CharT > - string_type - a05108.html - afa0148775189d8fd6ae25409e6c7e880 - - - messages - a05108.html - a71483d79d47eaf8f3739c4b6b971b00e - (size_t __refs=0) + shuffle_order_engine + a06341.html + a4b9cec5ade2194c8ceeffb2681b18699 + (_RandomNumberEngine &&__rng) - messages - a05108.html - a8cfe4d6b3be654727ca4f705c27b3d51 - (__c_locale __cloc, const char *__s, size_t __refs=0) - - - static locale::id - id - a05108.html - ae38eadfaa98b16a3c80eb033ab26b61e - - - - virtual - ~messages - a05108.html - a99360b3fabe7847d346f26ceb4712213 - () - - - string - do_get - a05108.html - a2ed38702d328258ffd428b039602d92e - (catalog, int, int, const string &) const - - - _CharT - char_type - a05108.html - a152bc75cd106bc26ad327391e34c1158 - - - - basic_string< _CharT > - string_type - a05108.html - afa0148775189d8fd6ae25409e6c7e880 - - - - - std::messages_base - a05104.html - - - std::messages_byname - a05112.html - - std::messages - - static locale::id - id - a05108.html - ae38eadfaa98b16a3c80eb033ab26b61e - - - - string - do_get - a05108.html - a2ed38702d328258ffd428b039602d92e - (catalog, int, int, const string &) const - - - - std::minus - a06404.html - - binary_function< _Tp, _Tp, _Tp > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Tp - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - - std::minus< void > - a06428.html - - - std::modulus - a06416.html - - binary_function< _Tp, _Tp, _Tp > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Tp - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - - std::modulus< void > - a06440.html - - - std::money_base - a05076.html - - - std::money_get - a05096.html - - - std::locale::facet - - _CharT - char_type - a05096.html - a2274d956a1e68c2addf1acb24e80a82f - - - - _InIter - iter_type - a05096.html - ae6380ee2883b3ebe0d9aadd2984fd26f - - - - basic_string< _CharT > - string_type - a05096.html - a11e3d55aad9f3e1ce9dfe1514426a441 - + shuffle_order_engine + a06341.html + a281bbe063224c9ba2010c1ecf6e22f6c + (_Sseq &__q) - money_get - a05096.html - a56b27ade4915b3ac1ae0e358f5f6266e - (size_t __refs=0) + shuffle_order_engine + a06341.html + a228bba34a29fdf432372dc6f605d0330 + (const _RandomNumberEngine &__rng) - iter_type - get - a05096.html - a9f18dbcbde32bbdfe3f1f457870380bd - (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const + + shuffle_order_engine + a06341.html + a70fed621d89883c406dc36076bd9729f + (result_type __s) - iter_type - get - a05096.html - ac674cc2204a0dfafd2d4875081475ed8 - (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const + const _RandomNumberEngine & + base + a06341.html + aab272ea29efec90e55bf5dd9e6a5b87f + () const noexcept - - static locale::id - id - a05096.html - a8ee8d14c2f705adb46d3505008828269 - + + void + discard + a06341.html + ad057867e94320322ce2b19478b942244 + (unsigned long long __z) - - virtual - ~money_get - a05096.html - aa58ef2db088810702b26fdddd29a56a8 + + result_type + operator() + a06341.html + af3cc39eaa42c2d1177cd98fa8e2e91e3 () - - virtual iter_type - do_get - a05096.html - a86e85bec7b677bbb2df712118b722ddc - (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const + + void + seed + a06341.html + a6694efb9e8aeb7591edfa921d9b9b660 + () - - virtual iter_type - do_get - a05096.html - a286ed4904b3dafae45d2df73168e3b40 - (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const + + _If_seed_seq< _Sseq > + seed + a06341.html + a2a6b36b00d80a1444a393cb4db444c2a + (_Sseq &__q) - - _CharT - char_type - a05096.html - a2274d956a1e68c2addf1acb24e80a82f - + + void + seed + a06341.html + ae8b8fd06503a7059d60289378438f9d2 + (result_type __s) - - _InIter - iter_type - a05096.html - ae6380ee2883b3ebe0d9aadd2984fd26f - + + static constexpr result_type + max + a06341.html + a1d0bd67aff4969f4a202719edd2c4f5b + () - - basic_string< _CharT > - string_type - a05096.html - a11e3d55aad9f3e1ce9dfe1514426a441 - + + static constexpr result_type + min + a06341.html + a113fdc5d67d45435e869a9e905a3c658 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06341.html + a3f5b86dc97ab5a895d0860b6414f9350 + (std::basic_ostream< _CharT, _Traits > &__os, const std::shuffle_order_engine< _RandomNumberEngine1, __k1 > &__x) + + + friend bool + operator== + a06341.html + ac60decfccc6547c45fe37a9cf0cb23f0 + (const shuffle_order_engine &__lhs, const shuffle_order_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06341.html + ab19d98410e08562d78ed353f60ad4fc7 + (std::basic_istream< _CharT, _Traits > &__is, std::shuffle_order_engine< _RandomNumberEngine1, __k1 > &__x) - std::money_put - a05100.html - - - std::locale::facet - - _CharT - char_type - a05100.html - aa005c1e5eb9d1ccb7d282dbc18029ad1 - + std::slice + a06885.html + + + slice + a01568.html + ga6a83c2410180b69ca38a2da2c4c984b9 + () - - _OutIter - iter_type - a05100.html - a7249c382c88e14da45e08100febe637d - + + + slice + a01568.html + ga9cc9983faafa145460d264127f7fd816 + (size_t __o, size_t __d, size_t __s) - - basic_string< _CharT > - string_type - a05100.html - a34db9f1fec0c7e67646aa4e718e250cd - + + size_t + size + a01568.html + ga5b1a5398fdc4ecf20576f3cae02ea8fc + () const + + + size_t + start + a01568.html + gac5e75a2dd40a49ee555fc35d0eeacc1a + () const + + + size_t + stride + a01568.html + gab9ee3d00a3ef2be02ac5895894b66ee7 + () const + + + std::slice_array + a04097.html + - money_put - a05100.html - a69471496da9b95b41529a08b14c063f5 - (size_t __refs=0) + slice_array + a01568.html + ga886109b8edc60759a1c07ed209bf6110 + (const slice_array &) - iter_type - put - a05100.html - a5570c5a84860556788a8df682a983bab - (iter_type __s, bool __intl, ios_base &__io, char_type __fill, long double __units) const + void + operator%= + a01568.html + ga51b2370973ce4cfa93b21428c23e3da0 + (const valarray< _Tp > &) const - iter_type - put - a05100.html - a63f3f803e249021f43aa8efc9abf9cca - (iter_type __s, bool __intl, ios_base &__io, char_type __fill, const string_type &__digits) const + void + operator&= + a01568.html + ga9dd11c46083d008fa3449a3336384a74 + (const valarray< _Tp > &) const - - static locale::id - id - a05100.html - a2d7912a45d257158197b3ac3a5039d4c - + + void + operator*= + a01568.html + ga2ae66c8e0229b65881780cb0dbd55ef8 + (const valarray< _Tp > &) const - - virtual - ~money_put - a05100.html - abc1fdc1ea87ede8de6550644feb38462 - () + + void + operator+= + a01568.html + gabffb22fe7508d7fb6b06e4ca76440fc0 + (const valarray< _Tp > &) const - - virtual iter_type - do_put - a05100.html - a04355d4b3e8b632d51659efce1362135 - (iter_type __s, bool __intl, ios_base &__io, char_type __fill, long double __units) const + + void + operator-= + a01568.html + gaaa8967e72a60fc2b6f8f422dc970ea1f + (const valarray< _Tp > &) const - - virtual iter_type - do_put - a05100.html - ab38a5a1a94a3354fa54dc4af38e72cb4 - (iter_type __s, bool __intl, ios_base &__io, char_type __fill, const string_type &__digits) const + + void + operator/= + a01568.html + gaea8c21a277b5dfee1f7f4b09c556259d + (const valarray< _Tp > &) const - - _CharT - char_type - a05100.html - aa005c1e5eb9d1ccb7d282dbc18029ad1 - + + void + operator<<= + a01568.html + ga15a72598162a7183c3be5cfdcb43a94b + (const valarray< _Tp > &) const - - _OutIter - iter_type - a05100.html - a7249c382c88e14da45e08100febe637d - + + void + operator= + a01568.html + ga3ddb6f583d7c7ef17b471662a4a7a7ac + (const _Tp &) const - - basic_string< _CharT > - string_type - a05100.html - a34db9f1fec0c7e67646aa4e718e250cd - + + slice_array & + operator= + a01568.html + ga638dcc09b7202f5e671c6637bf01db31 + (const slice_array &) - - - std::moneypunct - a05088.html - _CharT - _Intl - std::locale::facet - std::money_base - - _CharT - char_type - a05088.html - af3d40c8640263d9bbe03176598d04ccf - + + void + operator= + a01568.html + gab5edb43da924e3c138ba22d29dc4c050 + (const valarray< _Tp > &) const - - basic_string< _CharT > - string_type - a05088.html - a44855102e480a46ab50cbec6cba6ef1a - + + void + operator>>= + a01568.html + ga7ebc66086e23f1d4bb5cc554fedde16b + (const valarray< _Tp > &) const - - moneypunct - a05088.html - a82d4bbb3eaae4c5cf74e3652be13e67e - (size_t __refs=0) + void + operator^= + a01568.html + ga262449de3e39bbae18ab3bb911b2eb8b + (const valarray< _Tp > &) const - - moneypunct - a05088.html - aaabd1d7f1c7014add2c854305c76e73a - (__cache_type *__cache, size_t __refs=0) + void + operator|= + a01568.html + ga0cfe83bfd0c60d5f1b393bbddcc70889 + (const valarray< _Tp > &) const + + + __gnu_cxx::slist + a08881.html + + + + + __gnu_pbds::detail::splay_tree_map + a12577.html + + + + + + + + __gnu_pbds::detail::splay_tree_node_ + a12569.html + + + + + + __gnu_pbds::splay_tree_tag + a11849.html + __gnu_pbds::tree_tag + + + std::stack + a07641.html + + - moneypunct - a05088.html - a26aa970ef261e45586f3b161d2ec28e7 - (__c_locale __cloc, const char *__s, size_t __refs=0) + stack + a07641.html + ad95ef4166cdb0aa8bae1dcd7ae2839e4 + () - string_type - curr_symbol - a05088.html - a14f1dcb29d715a787f93e43a84b3dbef + bool + empty + a07641.html + a86e3c205d6100cd4bb98b4b7e36bb35e () const - char_type - decimal_point - a05088.html - a65fe46d62bb27b85e80b291d164193e1 - () const + void + pop + a07641.html + a16b93d714717c5af52a14ebd6fec11b7 + () - int - frac_digits - a05088.html - ab087ab658475c890a25a4f2f564eb7ac - () const + void + push + a07641.html + a7efe15f8159c166b68a24486ec561608 + (const value_type &__x) - string - grouping - a05088.html - ad844360a48a244b5158e26f63a644948 + size_type + size + a07641.html + a625c78a7dc1b563f9754e33879243f4e () const - string_type - negative_sign - a05088.html - a973c54e1983566e46ec70b67450edd90 - () const + reference + top + a07641.html + adc6f199f89b9bcf05884bcfcf96e18ea + () - string_type - positive_sign - a05088.html - a3c7d2522e2dc2a5fa2634a1a18b873c4 + const_reference + top + a07641.html + a9dd3184636ea0325d194346266e4e516 () const + + + stack< _StateSeqT > + a07641.html - char_type - thousands_sep - a05088.html - a46179910ed09bd0c59748b7c65ab2f03 + + stack + a07641.html + ad95ef4166cdb0aa8bae1dcd7ae2839e4 + () + + + bool + empty + a07641.html + a86e3c205d6100cd4bb98b4b7e36bb35e () const - pattern - pos_format - a05088.html - ae2069e06feb0ddbc8d8ca90a4ef647ea + void + pop + a07641.html + a16b93d714717c5af52a14ebd6fec11b7 + () + + + void + push + a07641.html + a7efe15f8159c166b68a24486ec561608 + (const value_type &__x) + + + size_type + size + a07641.html + a625c78a7dc1b563f9754e33879243f4e () const - pattern - neg_format - a05088.html - aad6cb2a546002bb6c2618d8531da0ede + reference + top + a07641.html + adc6f199f89b9bcf05884bcfcf96e18ea + () + + + const_reference + top + a07641.html + a9dd3184636ea0325d194346266e4e516 () const - - static locale::id - id - a05088.html - a317950d8b379f8a1b10105b2bb641f6a - + + + __gnu_cxx::stdio_filebuf + a11269.html + + + basic_filebuf< _CharT, std::char_traits< _CharT > > + + + stdio_filebuf + a11269.html + a8b64983961c6d4f32b5021a79ad39447 + () - - static const bool - intl - a05088.html - aff5d9072376fa96a1b7f166151d32af5 - + + + stdio_filebuf + a11269.html + a777faeb6849444b4663d1cbe543e1ae3 + (int __fd, std::ios_base::openmode __mode, size_t __size=static_cast< size_t >(BUFSIZ)) - + + + stdio_filebuf + a11269.html + a197c58345703b4c82256fe5c1574273f + (std::__c_file *__f, std::ios_base::openmode __mode, size_t __size=static_cast< size_t >(BUFSIZ)) + + virtual - ~moneypunct - a05088.html - a06722540ea0a84e0770e12cdd180f4ad + ~stdio_filebuf + a11269.html + a331254f7330187859fb6d823bfa8b1a0 () - - virtual string_type - do_curr_symbol - a05088.html - a91f41433841daf2ac3426a6f3f08e63d - () const - - - virtual char_type - do_decimal_point - a05088.html - ab8c59f589b65097279e206218ba986be - () const + + __filebuf_type * + close + a02181.html + a5e13a128abb0a5dd8ef1e3d10597031f + () - - virtual int - do_frac_digits - a05088.html - a43dc4eee49f0ad790bf920bf000888f9 - () const + + int + fd + a11269.html + aa4a4bb4a6e25428d723c624b048b7e36 + () - - virtual string - do_grouping - a05088.html - abedfe1ed30564977ec5d663d98a897cb - () const + + std::__c_file * + file + a11269.html + ad6abbe04f3851c05497276f37eb2c154 + () - - virtual pattern - do_neg_format - a05088.html - ab059421016ae9ce7368de1b1911c07b6 + + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 () const - - virtual string_type - do_negative_sign - a05088.html - a3bac54f35225e34bd08144beacff4e2e - () const + + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - - virtual pattern - do_pos_format - a05088.html - ad1f8646969be5d63e0edea945a902a60 + + bool + is_open + a02181.html + a56ddf5ebdff55e7aaf51077a51c4d42f () const - - virtual string_type - do_positive_sign - a05088.html - a8d259d10ed08942f602ee96986584bba - () const + + _If_fs_path< _Path, __filebuf_type * > + open + a02181.html + a533da3d641248263ed1015942c49b86b + (const _Path &__s, ios_base::openmode __mode) - - virtual char_type - do_thousands_sep - a05088.html - abede1cc31a6d8a5dc30c382092e379f3 - () const + + __filebuf_type * + open + a02181.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) - - _CharT - char_type - a05088.html - af3d40c8640263d9bbe03176598d04ccf - + + __filebuf_type * + open + a02181.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) - - basic_string< _CharT > - string_type - a05088.html - a44855102e480a46ab50cbec6cba6ef1a - + + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - pattern - pos_format - a05088.html - ae2069e06feb0ddbc8d8ca90a4ef647ea - () const + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - pattern - neg_format - a05088.html - aad6cb2a546002bb6c2618d8531da0ede - () const + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - - - std::moneypunct_byname - a05092.html - - _Intl - std::moneypunct - string_type - curr_symbol - a05088.html - a14f1dcb29d715a787f93e43a84b3dbef - () const + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - char_type - decimal_point - a05088.html - a65fe46d62bb27b85e80b291d164193e1 - () const + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - int - frac_digits - a05088.html - ab087ab658475c890a25a4f2f564eb7ac - () const + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - string - grouping - a05088.html - ad844360a48a244b5158e26f63a644948 - () const + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - string_type - negative_sign - a05088.html - a973c54e1983566e46ec70b67450edd90 - () const + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - string_type - positive_sign - a05088.html - a3c7d2522e2dc2a5fa2634a1a18b873c4 - () const + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - char_type - thousands_sep - a05088.html - a46179910ed09bd0c59748b7c65ab2f03 - () const + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - pattern - pos_format - a05088.html - ae2069e06feb0ddbc8d8ca90a4ef647ea - () const + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - pattern - neg_format - a05088.html - aad6cb2a546002bb6c2618d8531da0ede - () const + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - static locale::id - id - a05088.html - a317950d8b379f8a1b10105b2bb641f6a - + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + _M_create_pback + a02181.html + ac4c7480aea8087a568d10b87a06b4d4e + () + + + void + _M_destroy_pback + a02181.html + a7b95d650e7a161b18ca9fcbd3f792253 + () + + + void + _M_set_buffer + a02181.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) + + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - virtual string_type - do_curr_symbol - a05088.html - a91f41433841daf2ac3426a6f3f08e63d - () const + virtual void + imbue + a02181.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) - virtual char_type - do_decimal_point - a05088.html - ab8c59f589b65097279e206218ba986be - () const + virtual int_type + overflow + a02181.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) - virtual int - do_frac_digits - a05088.html - a43dc4eee49f0ad790bf920bf000888f9 - () const + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - virtual string - do_grouping - a05088.html - abedfe1ed30564977ec5d663d98a897cb - () const + virtual int_type + pbackfail + a02181.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) - virtual pattern - do_neg_format - a05088.html - ab059421016ae9ce7368de1b1911c07b6 - () const + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - virtual string_type - do_negative_sign - a05088.html - a3bac54f35225e34bd08144beacff4e2e - () const + virtual pos_type + seekoff + a02181.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - virtual pattern - do_pos_format - a05088.html - ad1f8646969be5d63e0edea945a902a60 - () const + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - virtual string_type - do_positive_sign - a05088.html - a8d259d10ed08942f602ee96986584bba - () const + virtual pos_type + seekpos + a02181.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) - virtual char_type - do_thousands_sep - a05088.html - abede1cc31a6d8a5dc30c382092e379f3 - () const + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) - - pattern - pos_format - a05088.html - ae2069e06feb0ddbc8d8ca90a4ef647ea - () const + + virtual __streambuf_type * + setbuf + a02181.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) - - pattern - neg_format - a05088.html - aad6cb2a546002bb6c2618d8531da0ede - () const + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - - std::move_iterator - a06636.html - _Iterator - - - std::multimap - a06716.html - _Key - _Tp - _Compare - _Alloc - - - multimap - a06716.html - acf3e6ab93785da86f181b584656de15d - ()=default + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - - multimap - a06716.html - a1b00cb262efce13e4e5c323732c13109 - (const _Compare &__comp, const allocator_type &__a=allocator_type()) + + virtual streamsize + showmanyc + a02181.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () - - - multimap - a06716.html - a75ee670e7ff1b74c62d3443ec05a9e4b - (const multimap &)=default + + virtual int + sync + a02181.html + af42cd30ec66c6eb0df56026098b6e04f + () - - - multimap - a06716.html - acbad3010aae4c8ce7ceb97ec5e2daff9 - (multimap &&)=default + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () - - - multimap - a06716.html - a64de4362141668b6b36fb6a399dbc9d4 - (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + + virtual int_type + underflow + a02181.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () - - - multimap - a06716.html - a0ae31ea18b1274e6e6409795ae5286eb - (const allocator_type &__a) + + virtual streamsize + xsgetn + a02181.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) - - - multimap - a06716.html - a8105fc127e9fc15e90a050d7e0f7f11a - (const multimap &__m, const allocator_type &__a) + + virtual streamsize + xsputn + a02181.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) - - - multimap - a06716.html - a1093b678ea48aa26495ce2bbaf5dd4d7 - (multimap &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - - multimap - a06716.html - aac222575af5d9600a5651357a978ecd6 - (initializer_list< value_type > __l, const allocator_type &__a) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - - multimap - a06716.html - a4e1269440d1164dc556209ee07982358 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - - multimap - a06716.html - ab2d27f68df308a944b432dbf91433e46 - (_InputIterator __first, _InputIterator __last) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - - multimap - a06716.html - ad11e806c3a5c1db4b888eac55459bbb3 - (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - - ~multimap - a06716.html - a481e019da9f3ddf9d250121263701784 - ()=default + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - iterator - begin - a06716.html - a3126d637d12087d971f0962415756d3e - () noexcept + + char_type * + _M_buf + a02181.html + a981a6d9fa6672d57f94dc2578f3d4b07 + - - const_iterator - begin - a06716.html - ac0b2ceb741199df1164b9e60faf5f49a - () const noexcept + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - const_iterator - cbegin - a06716.html - a749c6f97a0d9ecc3fa8810bc2452291d - () const noexcept + + size_t + _M_buf_size + a02181.html + a59de9f582ce410ea2c7583eaf4228e2f + - - const_iterator - cend - a06716.html - ab07754c1ec76a0bc39a9210270d939a4 - () const noexcept + + char * + _M_ext_buf + a02181.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + - - void - clear - a06716.html - a31487eed37318f2466fdf59e0d150e81 - () noexcept + + streamsize + _M_ext_buf_size + a02181.html + a284d196740028e4047586fe923e7a595 + - - const_reverse_iterator - crbegin - a06716.html - aa3ac07de9d4cc6e2c434c3d258a8f3dc - () const noexcept + + const char * + _M_ext_next + a02181.html + af4a3bae8038d32dffd03676c93feccbc + - - const_reverse_iterator - crend - a06716.html - a5677edc45a056a95ea1455378f2aa903 - () const noexcept + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02181.html + a14cdd23152cee458aaa655cf9508f9a6 + + + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + - - iterator - emplace - a06716.html - a18dc0fd47da3fff883f3c1eab8f71908 - (_Args &&... __args) + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + - - iterator - emplace_hint - a06716.html - a89892e96cd8b74074e5d83f9d30005c6 - (const_iterator __pos, _Args &&... __args) + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + - + bool - empty - a06716.html - a2ba686d94d375a486e133cbea5d86718 - () const noexcept - - - iterator - end - a06716.html - ae02e2ac133d3d1753c3b57f5dfd435cc - () noexcept + _M_reading + a02181.html + acde765e7a5ddaca79683176fe981cec1 + - - const_iterator - end - a06716.html - a451671d828e1fc84f2a5631518b6d1f8 - () const noexcept + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - size_type - erase - a06716.html - a158f583b90ec4083b4f50a5e46acfee2 - (const key_type &__x) + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - iterator - erase - a06716.html - a5f6fbe45cea6915a1276877d56acc0fd - (const_iterator __first, const_iterator __last) + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - allocator_type - get_allocator - a06716.html - a9b7c965d0a481a88dfb0e9ca82ba494f - () const noexcept + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - iterator - insert - a06716.html - ab73db27102f8da23a1aa18ae7b14d2c1 - (const value_type &__x) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - iterator - insert - a06716.html - ae496df8209ddbbf8f661a469f7624ddb - (const_iterator __position, const value_type &__x) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - insert - a06716.html - a36587a799aa76b39df686435ed846cd1 - (_InputIterator __first, _InputIterator __last) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - void - insert - a06716.html - a051e304a855790e3be5171f64196b7b6 - (initializer_list< value_type > __l) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - key_compare - key_comp - a06716.html - a7d6c48d6dd1f9cce138b17ee06be13b0 - () const + + char_type + _M_pback + a02181.html + a0763759a2b15f0d18f869978aded8f84 + - - size_type - max_size - a06716.html - a6c9a48e59ffb98b5afe9003861f1ddee - () const noexcept + + char_type * + _M_pback_cur_save + a02181.html + a293a2014b3f6801df3764e2c502e6e25 + - - multimap & - operator= - a06716.html - acd76a5f8a95e15654c8e61c55f1fdc61 - (const multimap &)=default + + char_type * + _M_pback_end_save + a02181.html + a65dce41d776ab7f376607436e7c5455c + - - multimap & - operator= - a06716.html - aebc9eaf75029cfb33e4121a75a875713 - (multimap &&)=default + + bool + _M_pback_init + a02181.html + aa144642d688ad4c36807ce149e632995 + - - multimap & - operator= - a06716.html - a069fcb3baa5b568196b04950e380b865 - (initializer_list< value_type > __l) + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - reverse_iterator - rbegin - a06716.html - ab44fe0a492344094f870a3f149d2dad1 - () noexcept + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - const_reverse_iterator - rbegin - a06716.html - a6fec7115cf9a873709d612aede06d551 - () const noexcept + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - reverse_iterator - rend - a06716.html - a8852aeaaf83cf8effeacefd97b2c2889 - () noexcept + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - const_reverse_iterator - rend - a06716.html - a47926093ed08fe7fd770c81ef7bbdabd - () const noexcept + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - size_type - size - a06716.html - a99416d1336342563c08a44ad664c74a3 - () const noexcept + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + __gnu_cxx::stdio_sync_filebuf + a11273.html + + + basic_streambuf< _CharT, std::char_traits< _CharT > > - void - swap - a06716.html - a65f198a3e5054fc993d8519127c7b314 - (multimap &__x) noexcept(/*conditional */) + std::__c_file * + file + a11273.html + ad299b6d238aa256ffb021a3d4cd544da + () - value_compare - value_comp - a06716.html - ad55d763faac2fc4955a1885a5e140ad9 + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 () const - iterator - erase - a06716.html - a4543f2d47f11611811b27b58c73d2c24 - (const_iterator __position) + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06716.html - a9cd3e5f506653300983a32fe9df9fcd5 - (iterator __position) + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - iterator - find - a06716.html - a3ee75438d859fab67b756b7282a9a4d3 - (const key_type &__x) + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - auto - find - a06716.html - a84c1e49764e53439674b8f7e8baf33d4 - (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - const_iterator - find - a06716.html - a2cef7a0c61ebd047d63d456e73c7167f - (const key_type &__x) const + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - auto - find - a06716.html - a71793c903d56962b5f25f08ba76e4196 - (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - size_type - count - a06716.html - ae7e0864011c6d6f81b75ba797edd4d9f - (const key_type &__x) const + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - auto - count - a06716.html - a671c765d67fd2319e73c1b5b3ceab7de - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) - iterator - lower_bound - a06716.html - ad74c803195d97566b7182ad94004068c - (const key_type &__x) + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) - auto - lower_bound - a06716.html - a046e9d0cdebf1e33b637b8d986b1d378 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () - const_iterator - lower_bound - a06716.html - ad125a9ac3189b3dffddd8cbf76e37387 - (const key_type &__x) const + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - auto - lower_bound - a06716.html - a2ffb43b298f209b70879d8aee8c31fec - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - iterator - upper_bound - a06716.html - ab35b86f7771432f795eb11782707e4b7 - (const key_type &__x) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - auto - upper_bound - a06716.html - a5bd3bdad2f91500de3d939dfbee62015 - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - const_iterator - upper_bound - a06716.html - ae6c1c168e38c7cdaec3f6a13fc90ed6e - (const key_type &__x) const + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) - - auto - upper_bound - a06716.html - abe10ea096091cd17598bfbcab9f0ef35 - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) - - std::pair< iterator, iterator > - equal_range - a06716.html - a809cb1bf6cdd0a8c13e55515ec5a8e7c - (const key_type &__x) + + virtual int_type + overflow + a02589.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) - - auto - equal_range - a06716.html - ac801d3c3f152e5d98036307e9de7e538 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) - - std::pair< const_iterator, const_iterator > - equal_range - a06716.html - a6bb7a029cda04dcfcc905c4c80516bd9 - (const key_type &__x) const + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) - - auto - equal_range - a06716.html - a2e558be043081e52a931317369759384 - (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) - - iterator - erase - a06716.html - a4543f2d47f11611811b27b58c73d2c24 - (const_iterator __position) + + virtual std::streampos + seekpos + a11273.html + a19a5cd77fac8ba3c32536b6c9301b9d7 + (std::streampos __pos, std::ios_base::openmode __mode=std::ios_base::in|std::ios_base::out) - - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06716.html - a9cd3e5f506653300983a32fe9df9fcd5 - (iterator __position) + + virtual basic_streambuf< char_type, std::char_traits< _CharT > > * + setbuf + a02589.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) - - iterator - find - a06716.html - a3ee75438d859fab67b756b7282a9a4d3 - (const key_type &__x) + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) - - auto - find - a06716.html - a84c1e49764e53439674b8f7e8baf33d4 - (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) - - const_iterator - find - a06716.html - a2cef7a0c61ebd047d63d456e73c7167f - (const key_type &__x) const + + virtual streamsize + showmanyc + a02589.html + a85e9299b4d91188c1c0070111604ece8 + () - - auto - find - a06716.html - a71793c903d56962b5f25f08ba76e4196 - (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + + virtual int + sync + a11273.html + aaf870a6b01d27af87ca27c16e601d1df + () - - size_type - count - a06716.html - ae7e0864011c6d6f81b75ba797edd4d9f - (const key_type &__x) const + + virtual int_type + uflow + a11273.html + ad8647cc09ffa804cfe6b903b8415c9aa + () - - auto - count - a06716.html - a671c765d67fd2319e73c1b5b3ceab7de - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + virtual int_type + underflow + a11273.html + a4789b9e8139b3884909949d7ce9b15cd + () - - iterator - lower_bound - a06716.html - ad74c803195d97566b7182ad94004068c - (const key_type &__x) + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) - - auto - lower_bound - a06716.html - a046e9d0cdebf1e33b637b8d986b1d378 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) - - const_iterator - lower_bound - a06716.html - ad125a9ac3189b3dffddd8cbf76e37387 - (const key_type &__x) const + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - auto - lower_bound - a06716.html - a2ffb43b298f209b70879d8aee8c31fec - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - iterator - upper_bound - a06716.html - ab35b86f7771432f795eb11782707e4b7 - (const key_type &__x) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - auto - upper_bound - a06716.html - a5bd3bdad2f91500de3d939dfbee62015 - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - const_iterator - upper_bound - a06716.html - ae6c1c168e38c7cdaec3f6a13fc90ed6e - (const key_type &__x) const + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - auto - upper_bound - a06716.html - abe10ea096091cd17598bfbcab9f0ef35 - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - std::pair< iterator, iterator > - equal_range - a06716.html - a809cb1bf6cdd0a8c13e55515ec5a8e7c - (const key_type &__x) + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + - - auto - equal_range - a06716.html - ac801d3c3f152e5d98036307e9de7e538 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + - - std::pair< const_iterator, const_iterator > - equal_range - a06716.html - a6bb7a029cda04dcfcc905c4c80516bd9 - (const key_type &__x) const + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + - - auto - equal_range - a06716.html - a2e558be043081e52a931317369759384 - (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + - - - std::multiplies - a06408.html - - binary_function< _Tp, _Tp, _Tp > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 - - _Tp - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe - - - std::multiplies< void > - a06432.html - - - std::multiset - a06736.html - _Key - _Compare - _Alloc - - multiset - a06736.html - a694c6f511cd8cd15e116062bcaef1dc4 - ()=default + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - - multiset - a06736.html - a38e27d171934c562e8f5fc48fba81564 - (const _Compare &__comp, const allocator_type &__a=allocator_type()) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - - multiset - a06736.html - ac561d1612797aaf6022b371cce116035 - (_InputIterator __first, _InputIterator __last) + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - - multiset - a06736.html - ae6acd6b5095c21d2a04c7d9afa6b02ab - (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - - multiset - a06736.html - aeed9cc573fe8a3346634b3f28dda12a2 - (const multiset &)=default + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - - multiset - a06736.html - a851d2cffcf7183d7a16423d4964f8047 - (multiset &&)=default + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - - multiset - a06736.html - adad316ede7ac22b3eff955eb6d9ab327 - (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - - multiset - a06736.html - ae8a1847b51c056d1abbc01fb76742632 - (const allocator_type &__a) + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - - multiset - a06736.html - a3ada945ca3237945e666bdc541accba1 - (const multiset &__m, const allocator_type &__a) + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - - multiset - a06736.html - a0bf2a4cf104ce19a863ac0438e1d3070 - (multiset &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const - - - multiset - a06736.html - a4bd596fbcfa91841dc0bfe442177c5ac - (initializer_list< value_type > __l, const allocator_type &__a) + + + std::chrono::_V2::steady_clock + a02021.html + + + __gnu_pbds::detail::stored_data + a12133.html + + + Store_Hash + __gnu_pbds::detail::stored_value + __gnu_pbds::detail::stored_hash + + + __gnu_pbds::detail::stored_data< _Tv, _Th, false > + a12137.html + + + __gnu_pbds::detail::stored_value + + + __gnu_pbds::detail::stored_hash + a12129.html + + + + __gnu_pbds::detail::stored_value + a12125.html + + + + __gnu_pbds::string_tag + a11817.html + __gnu_pbds::sequence_tag + + + std::student_t_distribution + a06413.html + + std::student_t_distribution::param_type + + _RealType + result_type + a06413.html + a63439550169b26a1333639493db44e3b + - - multiset - a06736.html - a15b3f5d46a91d60ee98c0ac7f278476a - (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + result_type + max + a06413.html + a3aa9a19c585c414c605558b3af9a86ec + () const - - ~multiset - a06736.html - a72a588536018b49b756d0a7042dbca8f - ()=default + result_type + min + a06413.html + a40bd6b63baec90b927fc13bb5d3b2bba + () const - iterator - begin - a06736.html - ad12c2a19de2da96ee5d3f5011073e126 - () const noexcept + result_type + operator() + a06413.html + a79b8f920240c03c968f96fc34b15c409 + (_UniformRandomNumberGenerator &__urng) - iterator - cbegin - a06736.html - a47de6fecee69e70e8e20f69e31774708 - () const noexcept + param_type + param + a06413.html + af8715393519007f3325e7b696fc07967 + () const - iterator - cend - a06736.html - aa61090fd58e3795f2f87e341b27c1469 - () const noexcept + void + param + a06413.html + a1419abb07831366ab3d01907a8057427 + (const param_type &__param) void - clear - a06736.html - ace71f2e5ccf1cf04f7684fe40490f9d6 - () noexcept + reset + a06413.html + a48d5f501c9847b3688480efece2a0f8c + () - - reverse_iterator - crbegin - a06736.html - a367f51af8d4d16af56b3c669808a80e9 - () const noexcept + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06413.html + a933f8fad751874c75b687b3c6db144b4 + (std::basic_ostream< _CharT, _Traits > &__os, const std::student_t_distribution< _RealType1 > &__x) - - reverse_iterator - crend - a06736.html - a23f0dc41c6813e1628a1acf9c1966c8b - () const noexcept + + friend bool + operator== + a06413.html + a50ff04920a1b422339cdf87368d1bb36 + (const student_t_distribution &__d1, const student_t_distribution &__d2) - - iterator - emplace - a06736.html - a12431fd574451b7c1e677d09f6d2ef46 - (_Args &&... __args) + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06413.html + a23626484794f6d9d4377d3fa16989f91 + (std::basic_istream< _CharT, _Traits > &__is, std::student_t_distribution< _RealType1 > &__x) - - iterator - emplace_hint - a06736.html - a18406be2849c2b0f4786452e6bd860f5 - (const_iterator __pos, _Args &&... __args) + + + std::sub_match + a06533.html + + pair< _BiIter, _BiIter > + + _BiIter + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 + + + + _BiIter + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 + - bool - empty - a06736.html - a5a7249221b9d058e801cb0d29dc8542a - () const noexcept + int + compare + a06533.html + af3e0ace5e44267f4c24c53b5a1793747 + (const sub_match &__s) const - iterator - end - a06736.html - aff68f6029ff179bafdadc89212fe1ee0 + difference_type + length + a06533.html + a553c0f19fbcb8bb670b0f26799a053ea () const noexcept - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06736.html - aa51df64436f0118f064c49d49c8138f4 - (const_iterator __position) + + operator string_type + a06533.html + aaa88132502a374183f5de838441b9002 + () const - size_type - erase - a06736.html - ab9fe5fb5a5638e620268e30e640b104c - (const key_type &__x) + string_type + str + a06533.html + acf17e2826b47f664e97bcf9be35fd9f2 + () const - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06736.html - a2fcf6dd3ed37a1bac19ba5e55239d77e - (const_iterator __first, const_iterator __last) + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _BiIter >, __is_nothrow_swappable< _BiIter >>::value) - allocator_type - get_allocator - a06736.html - ab40d34e43d53af099a124798fdc3d2f4 - () const noexcept + int + compare + a06533.html + af573275c5c3507af4d59175f72a3dfd0 + (const string_type &__s) const - iterator - insert - a06736.html - a6a95194c5c1aa0caf2d2f852def99bfc - (const value_type &__x) + int + compare + a06533.html + a938d59ee36df109ba5d20ac59a1b90e5 + (const value_type *__s) const - - iterator - insert - a06736.html - ad039dc1cb5c117a62ab8ff56fef14a22 - (const_iterator __position, const value_type &__x) + + _BiIter + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + - - void - insert - a06736.html - a7229e1145054a27d23f88a185085f7ec - (_InputIterator __first, _InputIterator __last) + + _BiIter + second + a07613.html + a91179413226db12e66346d3673b7835f + - void - insert - a06736.html - a70689e1641f42b649d8237b0c6ba6592 - (initializer_list< value_type > __l) + constexpr pair< typename __decay_and_strip< _BiIter >::__type, typename __decay_and_strip< _BiIter >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_BiIter &&__x, _BiIter &&__y) - key_compare - key_comp - a06736.html - ac4b6516f21a29e3621488503744b2d11 - () const + bool + operator== + a01583.html + gaf94221ac3abece2ce2fe2018db81faa9 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - size_type - max_size - a06736.html - aec68936b69a9391df7ea268a7c44fb13 - () const noexcept + bool + operator!= + a01583.html + gafbf94400e893ac056dd807d1a012f426 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - multiset & - operator= - a06736.html - a20d46cd310dd519085bca08a77ca0116 - (const multiset &)=default + bool + operator< + a01583.html + ga1acdc287aaef9bb472c6f2f66d68fbb8 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - multiset & - operator= - a06736.html - a572d0693c78910dc45ba3a5374066f7d - (multiset &&)=default + bool + operator<= + a01583.html + gad211e14e2e10b1c8ef8e52ae91430781 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - multiset & - operator= - a06736.html - a92ec8ff818ef21f8d170842d4732299c - (initializer_list< value_type > __l) + bool + operator>= + a01583.html + gad0a688c79645cba3c091812bab60dfd8 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - reverse_iterator - rbegin - a06736.html - a6b0cbc71ad54db5d009609ec077bc13f - () const noexcept + bool + operator> + a01583.html + gad7695b2f32722c4dcb33780411720c5c + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - reverse_iterator - rend - a06736.html - a6ffe97a245a1f046e9b536c6d5511ac9 - () const noexcept + bool + operator== + a01583.html + ga2256d2f6a5d482b40a3f383e4c39e808 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - size_type - size - a06736.html - aa0d42b46c75769cbce93494ac80c8c34 - () const noexcept + bool + operator!= + a01583.html + ga2521e9edb121258ef157ba704bca79b7 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - void - swap - a06736.html - a42f6bb9c9951b84e1876e29cd3b4b607 - (multiset &__x) noexcept(/*conditional */) + bool + operator< + a01583.html + ga8b64859e9216ff55938c47770977d8ea + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - value_compare - value_comp - a06736.html - a4bb5cd2cb86e5c9867122556be6f850a - () const + bool + operator> + a01583.html + gae12d6af31efda52ce0aa4cc3c45a7678 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - size_type - count - a06736.html - a9f81b59c35ee0ef55f8a49aa63c7ed66 - (const key_type &__x) const + bool + operator>= + a01583.html + ga346caedb3fdb36dd1d1ab106b89fe37d + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - auto - count - a06736.html - a4003ef6187ecbbdce62b861222c09802 - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + bool + operator<= + a01583.html + gaf2979c0ffe86d75d8074852f0c7ee424 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - iterator - find - a06736.html - a88ae213f5272a4de1e360e1e69335d8b - (const key_type &__x) + bool + operator== + a01583.html + ga346adeaec50b1a8b43faa603a523a0a8 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - const_iterator - find - a06736.html - ae1bc7a281212bde2b7b49e3a7589c0cc - (const key_type &__x) const + bool + operator!= + a01583.html + gafc2212aeafbc078b8d7d4a3cc1557ddf + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - auto - find - a06736.html - ad558199cc94a4197f0623861bc955f1a - (const _Kt &__x) -> decltype(iterator + bool + operator< + a01583.html + ga7d8a5ecd236eebf5e68ae1e032b1e80d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - auto - find - a06736.html - ae3d52c5bfb2c4ae04923e6bd96a01ae7 - (const _Kt &__x) const -> decltype(const_iterator + bool + operator> + a01583.html + gac7c3cebd4786a15ba4253852809fea66 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - iterator - lower_bound - a06736.html - ac76a54ed49d2633b97a71e940461def3 - (const key_type &__x) + bool + operator>= + a01583.html + gaa435f260a22e8679288c62b0420fdddb + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - const_iterator - lower_bound - a06736.html - aa1b1b9236aecf15614ac2f4659edd279 - (const key_type &__x) const + bool + operator<= + a01583.html + gad6bc604d2027cb1bc87dd17dc46e740a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - auto - lower_bound - a06736.html - ae1fcdebc244b6b7c006abcc3cb3c63d7 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + bool + operator== + a01583.html + gaf46ab95e842c20ffcd6a68e3e5af1cbe + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - auto - lower_bound - a06736.html - a9c254b02eb2bdec6f38b12170102b9fd - (const _Kt &__x) const -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + bool + operator!= + a01583.html + ga59541964da64cfb52a8ecb1ba9108e2f + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - iterator - upper_bound - a06736.html - ab58f3d8e73705b00b8e0323d43c32d34 - (const key_type &__x) + bool + operator< + a01583.html + gac974d9f3d4522f82ec69bccaa6b87abd + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - const_iterator - upper_bound - a06736.html - a6350cda1b237d8a34a63a1309c12ced3 - (const key_type &__x) const + bool + operator> + a01583.html + gac9863968383070515ce21d660f0e0879 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - auto - upper_bound - a06736.html - a860e4d18239957e13d509286aa2e466f - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + bool + operator>= + a01583.html + gafe1f119f90c56da1900b8962d38265e4 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - auto - upper_bound - a06736.html - a5477133d89691e608c82be49314cf0b2 - (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + bool + operator<= + a01583.html + gabb8553f6eafced9bf6eff357c5113f60 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - std::pair< iterator, iterator > - equal_range - a06736.html - af02e09bba88000ac8487f66c9d5f0bdb - (const key_type &__x) + bool + operator== + a01583.html + ga57af017630bf32b7746c28425aa2c6fd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - std::pair< const_iterator, const_iterator > - equal_range - a06736.html - aabff907f910392ba764de55f420727cf - (const key_type &__x) const + bool + operator!= + a01583.html + ga57b985a9a726218356b9c5d614227eb7 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - auto - equal_range - a06736.html - add69a9f99e1c6f68636c6c0c9cf57ef6 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + bool + operator< + a01583.html + ga07c0336bd51bb661aa7c35d07519fd4f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - auto - equal_range - a06736.html - ab6135bf8d9a5d292c335e2ca40cdf083 - (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + bool + operator> + a01583.html + ga8b110b14ed08fa4d7917d08fd860879d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - size_type - count - a06736.html - a9f81b59c35ee0ef55f8a49aa63c7ed66 - (const key_type &__x) const + bool + operator>= + a01583.html + ga4c8a174181cbeefd24af7113de465002 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - auto - count - a06736.html - a4003ef6187ecbbdce62b861222c09802 - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + bool + operator<= + a01583.html + gaf5bf11948262da11d277fb75a1d6a1ad + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iterator - find - a06736.html - a88ae213f5272a4de1e360e1e69335d8b - (const key_type &__x) + bool + operator== + a01583.html + gade11289378ec20c6d25bbee8dc148a1f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - const_iterator - find - a06736.html - ae1bc7a281212bde2b7b49e3a7589c0cc - (const key_type &__x) const + bool + operator!= + a01583.html + gae157d3a563adc1f887e53c6509397014 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - auto - find - a06736.html - ad558199cc94a4197f0623861bc955f1a - (const _Kt &__x) -> decltype(iterator + bool + operator< + a01583.html + ga5f52bcf517629cff50f61e5e7b61dfb7 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - auto - find - a06736.html - ae3d52c5bfb2c4ae04923e6bd96a01ae7 - (const _Kt &__x) const -> decltype(const_iterator + bool + operator> + a01583.html + ga8fbcd8f7bce08d86ea76342cd368d785 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iterator - lower_bound - a06736.html - ac76a54ed49d2633b97a71e940461def3 - (const key_type &__x) + bool + operator>= + a01583.html + ga05da0ae8ce90311667ff07e3ab823b29 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - const_iterator - lower_bound - a06736.html - aa1b1b9236aecf15614ac2f4659edd279 - (const key_type &__x) const + bool + operator<= + a01583.html + ga27c1ee6f10cf2b2cdab2b8a1a89f1b2d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - auto - lower_bound - a06736.html - ae1fcdebc244b6b7c006abcc3cb3c63d7 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + bool + operator== + a01583.html + ga4922ed170140db05909f76709e1407b2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - auto - lower_bound - a06736.html - a9c254b02eb2bdec6f38b12170102b9fd - (const _Kt &__x) const -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + bool + operator!= + a01583.html + ga0fbd945e69c99ba16ee821a821557de1 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - iterator - upper_bound - a06736.html - ab58f3d8e73705b00b8e0323d43c32d34 - (const key_type &__x) + bool + operator< + a01583.html + gad0858500ddc8824b6dcf0bcd7a50936d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - const_iterator - upper_bound - a06736.html - a6350cda1b237d8a34a63a1309c12ced3 - (const key_type &__x) const + bool + operator> + a01583.html + ga73d2df2608f587c5c79029c27ada93b6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - auto - upper_bound - a06736.html - a860e4d18239957e13d509286aa2e466f - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + bool + operator>= + a01583.html + ga8dca1bcfa56d04fb4c003b6090aca7c6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - auto - upper_bound - a06736.html - a5477133d89691e608c82be49314cf0b2 - (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + bool + operator<= + a01583.html + gae0b4bec0e7d0455d4a563c72a5ca100c + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - std::pair< iterator, iterator > - equal_range - a06736.html - af02e09bba88000ac8487f66c9d5f0bdb - (const key_type &__x) + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01583.html + ga4d9ada4f99688bb2a30efe1bd20afa4f + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) - std::pair< const_iterator, const_iterator > - equal_range - a06736.html - aabff907f910392ba764de55f420727cf - (const key_type &__x) const + constexpr enable_if< __and_< __is_swappable< _BiIter >, __is_swappable< _BiIter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _BiIter, _BiIter > &__x, pair< _BiIter, _BiIter > &__y) noexcept(noexcept(__x.swap(__y))) - auto - equal_range - a06736.html - add69a9f99e1c6f68636c6c0c9cf57ef6 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - auto - equal_range - a06736.html - ab6135bf8d9a5d292c335e2ca40cdf083 - (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - - std::mutex - a06240.html - - - std::negate - a06420.html - - unary_function< _Tp, _Tp > - - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - _Tp - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - - std::negate< void > - a06444.html - - - std::negative_binomial_distribution - a05520.html - _IntType - std::negative_binomial_distribution::param_type - - _IntType - result_type - a05520.html - aefbecfa1519e59a3f0937ec9eefe450e - + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - _IntType - k - a05520.html - af928f60c8659aada87d333e379afcd1d - () const + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - result_type - max - a05520.html - ab6d71a4f655a8dc7b6c15f86eed3c497 - () const + int + compare + a06533.html + af573275c5c3507af4d59175f72a3dfd0 + (const string_type &__s) const - result_type - min - a05520.html - ab4c3074bd3f87187e7de81a5ece8522c - () const + int + compare + a06533.html + a938d59ee36df109ba5d20ac59a1b90e5 + (const value_type *__s) const - result_type - operator() - a05520.html - a1c8275129594f6b1ac0830e2550698dd - (_UniformRandomNumberGenerator &__urng) + bool + operator== + a01583.html + gaf94221ac3abece2ce2fe2018db81faa9 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - double - p - a05520.html - abb3aa564ac6719a607805597e9eb7493 - () const + bool + operator!= + a01583.html + gafbf94400e893ac056dd807d1a012f426 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - param_type - param - a05520.html - af44b23f905d775ec72b31cf9e4012f2f - () const + bool + operator< + a01583.html + ga1acdc287aaef9bb472c6f2f66d68fbb8 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - void - param - a05520.html - aaa0499f09e9952646ce78e9c68c8d1d3 - (const param_type &__param) + bool + operator<= + a01583.html + gad211e14e2e10b1c8ef8e52ae91430781 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - void - reset - a05520.html - afb3d4cc6b63de72f9bbcf9f1f630f1d8 - () + bool + operator>= + a01583.html + gad0a688c79645cba3c091812bab60dfd8 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05520.html - a57bcf7aaeecf810d2c7c6c3f0c9f4fbe - (std::basic_ostream< _CharT, _Traits > &__os, const std::negative_binomial_distribution< _IntType1 > &__x) + + bool + operator> + a01583.html + gad7695b2f32722c4dcb33780411720c5c + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - friend bool + + bool operator== - a05520.html - ae83e101d008cf6d901327839147b59e8 - (const negative_binomial_distribution &__d1, const negative_binomial_distribution &__d2) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05520.html - a93bd5f1af62bc168064fa22619bc1604 - (std::basic_istream< _CharT, _Traits > &__is, std::negative_binomial_distribution< _IntType1 > &__x) - - - - std::negative_binomial_distribution::param_type - a05524.html - - - std::nested_exception - a05128.html - - - std::normal_distribution - a05440.html - _RealType - std::normal_distribution::param_type - - _RealType - result_type - a05440.html - ae45488abda3f5b20d944da2da5a70001 - + a01583.html + ga2256d2f6a5d482b40a3f383e4c39e808 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - normal_distribution - a05440.html - a658ac956ac7ba2337b60388d188d09cf - (result_type __mean=result_type(0), result_type __stddev=result_type(1)) + bool + operator!= + a01583.html + ga2521e9edb121258ef157ba704bca79b7 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - result_type - max - a05440.html - ae433f04f988a93f6e835d7cf7fbbde31 - () const + bool + operator< + a01583.html + ga8b64859e9216ff55938c47770977d8ea + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - _RealType - mean - a05440.html - abcc6e9b8ff25f5d1e076cb5f51f42231 - () const + bool + operator> + a01583.html + gae12d6af31efda52ce0aa4cc3c45a7678 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - result_type - min - a05440.html - aa79e79b65edcb6f45dda08b3efdff9e8 - () const + bool + operator>= + a01583.html + ga346caedb3fdb36dd1d1ab106b89fe37d + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - result_type - operator() - a05440.html - ae67f6ec56c5564a3521d734d90f35501 - (_UniformRandomNumberGenerator &__urng) + bool + operator<= + a01583.html + gaf2979c0ffe86d75d8074852f0c7ee424 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - result_type - operator() - a05440.html - a159f2f44c19a01c99cb937297d03604c - (_UniformRandomNumberGenerator &__urng, const param_type &__p) + bool + operator== + a01583.html + ga346adeaec50b1a8b43faa603a523a0a8 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - param_type - param - a05440.html - a63085cf246a895f8b03ccb632d4fd0c7 - () const + bool + operator!= + a01583.html + gafc2212aeafbc078b8d7d4a3cc1557ddf + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - void - param - a05440.html - a9e150060b4fd9ea4fef8f07d8b249944 - (const param_type &__param) + bool + operator< + a01583.html + ga7d8a5ecd236eebf5e68ae1e032b1e80d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - void - reset - a05440.html - a757217130ef7b0eb980500afc8bd865c - () + bool + operator> + a01583.html + gac7c3cebd4786a15ba4253852809fea66 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - _RealType - stddev - a05440.html - a43aa93573bdffbacfde869b5a11bed31 - () const + bool + operator>= + a01583.html + gaa435f260a22e8679288c62b0420fdddb + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05440.html - abdfecf8325ed9e856625871fee2c56a3 - (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + bool + operator<= + a01583.html + gad6bc604d2027cb1bc87dd17dc46e740a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - friend bool + + bool operator== - a05440.html - afaafdb22ede1508109622f89f50e213d - (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + a01583.html + gaf46ab95e842c20ffcd6a68e3e5af1cbe + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05440.html - ac440bfeab944ac2efe370a05088ed47c - (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + bool + operator!= + a01583.html + ga59541964da64cfb52a8ecb1ba9108e2f + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - std::normal_distribution::param_type - a05444.html - - - std::not_equal_to - a06452.html - - binary_function< _Tp, _Tp, bool > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + bool + operator< + a01583.html + gac974d9f3d4522f82ec69bccaa6b87abd + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - + bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + operator> + a01583.html + gac9863968383070515ce21d660f0e0879 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + bool + operator>= + a01583.html + gafe1f119f90c56da1900b8962d38265e4 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - std::not_equal_to< void > - a06476.html - - - std::num_get - a05032.html - - - std::locale::facet - - _CharT - char_type - a05032.html - a9a9a6afdb462d204cdc547b21a9ab994 - + + bool + operator<= + a01583.html + gabb8553f6eafced9bf6eff357c5113f60 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - _InIter - iter_type - a05032.html - a54c3ce0bfdb7fb56c3ffe09b355fdefb - + + bool + operator== + a01583.html + ga57af017630bf32b7746c28425aa2c6fd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - num_get - a05032.html - a074eb427906209a5fbfa7f069ede6b6b - (size_t __refs=0) + bool + operator!= + a01583.html + ga57b985a9a726218356b9c5d614227eb7 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - get - a05032.html - a8d3f92f251568cbb953ca8fd180aebfa - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, bool &__v) const + bool + operator< + a01583.html + ga07c0336bd51bb661aa7c35d07519fd4f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - get - a05032.html - ae1c350b023ef9b857b1a0329a1e26c73 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, void *&__v) const + bool + operator> + a01583.html + ga8b110b14ed08fa4d7917d08fd860879d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - get - a05032.html - ace108d546731c43b4dc732b868de27f2 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + bool + operator>= + a01583.html + ga4c8a174181cbeefd24af7113de465002 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - get - a05032.html - a43aa504bdf16eb4c56a51931e9bcf14a - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + bool + operator<= + a01583.html + gaf5bf11948262da11d277fb75a1d6a1ad + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - get - a05032.html - aadd2b7d1654a53f63e43268cfa4fdc81 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + bool + operator== + a01583.html + gade11289378ec20c6d25bbee8dc148a1f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - get - a05032.html - a38433beee9dfd9df837b3a3958217f3d - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + bool + operator!= + a01583.html + gae157d3a563adc1f887e53c6509397014 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - get - a05032.html - abb9cbb2f27d46bff07f489b1f9131510 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + bool + operator< + a01583.html + ga5f52bcf517629cff50f61e5e7b61dfb7 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - get - a05032.html - a74265a0f1a9d00a82a34c6f81845257b - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + bool + operator> + a01583.html + ga8fbcd8f7bce08d86ea76342cd368d785 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - get - a05032.html - ae5066dd2d56bc7bb5087c076bb8f2cf7 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, float &__v) const + bool + operator>= + a01583.html + ga05da0ae8ce90311667ff07e3ab823b29 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - get - a05032.html - a07daf51c33fc6a3fe3fb91a6dc4c2124 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, double &__v) const + bool + operator<= + a01583.html + ga27c1ee6f10cf2b2cdab2b8a1a89f1b2d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - get - a05032.html - a334826165564d5cf68216f196271c18f - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long double &__v) const + bool + operator== + a01583.html + ga4922ed170140db05909f76709e1407b2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - static locale::id - id - a05032.html - a9ba35915bc52e34ce33274bc6c4b3df0 - + + bool + operator!= + a01583.html + ga0fbd945e69c99ba16ee821a821557de1 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual - ~num_get - a05032.html - a711d33666fddd49e7ec6d2cb7db17927 - () + + bool + operator< + a01583.html + gad0858500ddc8824b6dcf0bcd7a50936d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_get - a05032.html - aee1742c1c979514fe11b7b1b6595e7ab - (iter_type, iter_type, ios_base &, ios_base::iostate &, bool &) const + + bool + operator> + a01583.html + ga73d2df2608f587c5c79029c27ada93b6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_get - a05032.html - a03a67001904c1f1d5d4c34a958dedbbd - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + + bool + operator>= + a01583.html + ga8dca1bcfa56d04fb4c003b6090aca7c6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_get - a05032.html - a550d079dcba1f4140f26db766e3ae531 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + + bool + operator<= + a01583.html + gae0b4bec0e7d0455d4a563c72a5ca100c + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_get - a05032.html - ac931765bfbbd5ba933fcb21d1bf22e7c - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01583.html + ga4d9ada4f99688bb2a30efe1bd20afa4f + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) - - virtual iter_type - do_get - a05032.html - a32976dd0309c30b4fa592e2d13f0cb5a - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + constexpr enable_if< __and_< __is_swappable< _BiIter >, __is_swappable< _BiIter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _BiIter, _BiIter > &__x, pair< _BiIter, _BiIter > &__y) noexcept(noexcept(__x.swap(__y))) - - virtual iter_type - do_get - a05032.html - a1d6a1d6af2dac3a1dde25e8ae1e72477 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - virtual iter_type - do_get - a05032.html - a2b977609d4f92c8e1899dd4d76125c4f - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - virtual iter_type - do_get - a05032.html - abf3067e994fdf54ade5222e6f13cebcc - (iter_type, iter_type, ios_base &, ios_base::iostate &, float &) const + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - virtual iter_type - do_get - a05032.html - a33556676f96535fa908ce805e35fda5b - (iter_type, iter_type, ios_base &, ios_base::iostate &, double &) const + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - virtual iter_type - do_get - a05032.html - adb04cb4c74797b0ef75038154d39f726 - (iter_type, iter_type, ios_base &, ios_base::iostate &, long double &) const + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) - - virtual iter_type - do_get - a05032.html - a30ca40af9407da445582b1a67c41db80 - (iter_type, iter_type, ios_base &, ios_base::iostate &, void *&) const + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _BiIter, _BiIter > &__x, const pair< _BiIter, _BiIter > &__y) + + + sub_match< _Bi_iter > + a06533.html + pair< _Bi_iter, _Bi_iter > - _CharT - char_type - a05032.html - a9a9a6afdb462d204cdc547b21a9ab994 + _Bi_iter + first_type + a07613.html + a323660e5704618c07b0d1d38f3f9ff02 - _InIter - iter_type - a05032.html - a54c3ce0bfdb7fb56c3ffe09b355fdefb + _Bi_iter + second_type + a07613.html + a6d205c1eab800cb27d82060d11d531a3 - iter_type - get - a05032.html - ace108d546731c43b4dc732b868de27f2 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const - - - iter_type - get - a05032.html - a43aa504bdf16eb4c56a51931e9bcf14a - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + int + compare + a06533.html + af3e0ace5e44267f4c24c53b5a1793747 + (const sub_match &__s) const - iter_type - get - a05032.html - aadd2b7d1654a53f63e43268cfa4fdc81 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + difference_type + length + a06533.html + a553c0f19fbcb8bb670b0f26799a053ea + () const noexcept - iter_type - get - a05032.html - a38433beee9dfd9df837b3a3958217f3d - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + operator string_type + a06533.html + aaa88132502a374183f5de838441b9002 + () const - iter_type - get - a05032.html - abb9cbb2f27d46bff07f489b1f9131510 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + string_type + str + a06533.html + acf17e2826b47f664e97bcf9be35fd9f2 + () const - iter_type - get - a05032.html - a74265a0f1a9d00a82a34c6f81845257b - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + constexpr void + swap + a07613.html + a3f6713bd652511244c75b230ba8170b5 + (pair &__p) noexcept(__and_< __is_nothrow_swappable< _Bi_iter >, __is_nothrow_swappable< _Bi_iter >>::value) - iter_type - get - a05032.html - ae5066dd2d56bc7bb5087c076bb8f2cf7 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, float &__v) const + int + compare + a06533.html + af573275c5c3507af4d59175f72a3dfd0 + (const string_type &__s) const - iter_type - get - a05032.html - a07daf51c33fc6a3fe3fb91a6dc4c2124 - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, double &__v) const + int + compare + a06533.html + a938d59ee36df109ba5d20ac59a1b90e5 + (const value_type *__s) const - - iter_type - get - a05032.html - a334826165564d5cf68216f196271c18f - (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long double &__v) const + + _Bi_iter + first + a07613.html + a198b03cffc037835dc1dc01c926ce251 + - - virtual iter_type - do_get - a05032.html - aee1742c1c979514fe11b7b1b6595e7ab - (iter_type, iter_type, ios_base &, ios_base::iostate &, bool &) const + + _Bi_iter + second + a07613.html + a91179413226db12e66346d3673b7835f + - - virtual iter_type - do_get - a05032.html - a03a67001904c1f1d5d4c34a958dedbbd - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + + constexpr pair< typename __decay_and_strip< _Bi_iter >::__type, typename __decay_and_strip< _Bi_iter >::__type > + make_pair + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 + (_Bi_iter &&__x, _Bi_iter &&__y) - - virtual iter_type - do_get - a05032.html - a550d079dcba1f4140f26db766e3ae531 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + + bool + operator== + a01583.html + gaf94221ac3abece2ce2fe2018db81faa9 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_get - a05032.html - ac931765bfbbd5ba933fcb21d1bf22e7c - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + + bool + operator== + a01583.html + ga2256d2f6a5d482b40a3f383e4c39e808 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_get - a05032.html - a32976dd0309c30b4fa592e2d13f0cb5a - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + bool + operator== + a01583.html + ga346adeaec50b1a8b43faa603a523a0a8 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - virtual iter_type - do_get - a05032.html - a1d6a1d6af2dac3a1dde25e8ae1e72477 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + + bool + operator== + a01583.html + gaf46ab95e842c20ffcd6a68e3e5af1cbe + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_get - a05032.html - a2b977609d4f92c8e1899dd4d76125c4f - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + + bool + operator== + a01583.html + ga57af017630bf32b7746c28425aa2c6fd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - virtual iter_type - do_get - a05032.html - abf3067e994fdf54ade5222e6f13cebcc - (iter_type, iter_type, ios_base &, ios_base::iostate &, float &) const + + bool + operator== + a01583.html + gade11289378ec20c6d25bbee8dc148a1f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_get - a05032.html - a33556676f96535fa908ce805e35fda5b - (iter_type, iter_type, ios_base &, ios_base::iostate &, double &) const + + bool + operator== + a01583.html + ga4922ed170140db05909f76709e1407b2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_get - a05032.html - adb04cb4c74797b0ef75038154d39f726 - (iter_type, iter_type, ios_base &, ios_base::iostate &, long double &) const + + bool + operator!= + a01583.html + gafbf94400e893ac056dd807d1a012f426 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_get - a05032.html - a30ca40af9407da445582b1a67c41db80 - (iter_type, iter_type, ios_base &, ios_base::iostate &, void *&) const + + bool + operator!= + a01583.html + ga2521e9edb121258ef157ba704bca79b7 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - - std::num_put - a05036.html - - - std::locale::facet - - _CharT - char_type - a05036.html - ac0c51d4b707accaf08a924ea1e298ed9 - + + bool + operator!= + a01583.html + gafc2212aeafbc078b8d7d4a3cc1557ddf + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - _OutIter - iter_type - a05036.html - ad2381689c28b46237f7615e0de6028fa - + + bool + operator!= + a01583.html + ga59541964da64cfb52a8ecb1ba9108e2f + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - num_put - a05036.html - a8c248a63cf9ad3dcf26f93f1b1b75d9c - (size_t __refs=0) + bool + operator!= + a01583.html + ga57b985a9a726218356b9c5d614227eb7 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - put - a05036.html - aee69742de1a8e31ec291c3d9ed8b6779 - (iter_type __s, ios_base &__io, char_type __fill, bool __v) const + bool + operator!= + a01583.html + gae157d3a563adc1f887e53c6509397014 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - ac2219285def97823139415bcacd89e42 - (iter_type __s, ios_base &__io, char_type __fill, const void *__v) const + bool + operator!= + a01583.html + ga0fbd945e69c99ba16ee821a821557de1 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - iter_type - put - a05036.html - a979896c98edc3a6fa116c277148622fb - (iter_type __s, ios_base &__io, char_type __fill, long __v) const + bool + operator< + a01583.html + ga1acdc287aaef9bb472c6f2f66d68fbb8 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - a1f76c7a2ddb936ac6a46cafb7e482f91 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + bool + operator< + a01583.html + ga8b64859e9216ff55938c47770977d8ea + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - a4e520179f48db1bcd852066ce86f2b7d - (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + bool + operator< + a01583.html + ga7d8a5ecd236eebf5e68ae1e032b1e80d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - iter_type - put - a05036.html - ad5858234a5d78c697063ba8190452d61 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + bool + operator< + a01583.html + gac974d9f3d4522f82ec69bccaa6b87abd + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - ae18fddb4a48878fe0a58abe4d7b0aca7 - (iter_type __s, ios_base &__io, char_type __fill, double __v) const + bool + operator< + a01583.html + ga07c0336bd51bb661aa7c35d07519fd4f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - put - a05036.html - a3c956b3279105a66090bdc73dd340a4b - (iter_type __s, ios_base &__io, char_type __fill, long double __v) const + bool + operator< + a01583.html + ga5f52bcf517629cff50f61e5e7b61dfb7 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - static locale::id - id - a05036.html - acabca6247d4f37a6a82e556da559ebdf - + + bool + operator< + a01583.html + gad0858500ddc8824b6dcf0bcd7a50936d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual - ~num_put - a05036.html - ac4607a4c6e5d89abc38594b47c3aa9dc - () + + bool + operator<= + a01583.html + gad211e14e2e10b1c8ef8e52ae91430781 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - a751c0d4e60210056dc7e8ea6f3bbd405 - (iter_type __s, ios_base &__io, char_type __fill, bool __v) const + + bool + operator<= + a01583.html + gaf2979c0ffe86d75d8074852f0c7ee424 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - a7d1915d312132bf998bdf29b6969afe7 - (iter_type __s, ios_base &__io, char_type __fill, long __v) const + + bool + operator<= + a01583.html + gad6bc604d2027cb1bc87dd17dc46e740a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - virtual iter_type - do_put - a05036.html - a075dbdca32501d714e181253cb4614b1 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + + bool + operator<= + a01583.html + gabb8553f6eafced9bf6eff357c5113f60 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - adb43c423d095bd32b806c4e44fd63cfb - (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + + bool + operator<= + a01583.html + gaf5bf11948262da11d277fb75a1d6a1ad + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - virtual iter_type - do_put - a05036.html - aba459b0ab5eb2763880fd3897607ac74 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + + bool + operator<= + a01583.html + ga27c1ee6f10cf2b2cdab2b8a1a89f1b2d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - a15bcd2e90efb4755b2f3d2b900773f8e - (iter_type, ios_base &, char_type, double) const + + bool + operator<= + a01583.html + gae0b4bec0e7d0455d4a563c72a5ca100c + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_put - a05036.html - a80c7eac50b4f62c5300c437ef7c31ac6 - (iter_type, ios_base &, char_type, long double) const + + bool + operator>= + a01583.html + gad0a688c79645cba3c091812bab60dfd8 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - a2448fac36fa28f3a8af076b66ce70db1 - (iter_type, ios_base &, char_type, const void *) const + + bool + operator>= + a01583.html + ga346caedb3fdb36dd1d1ab106b89fe37d + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - _CharT - char_type - a05036.html - ac0c51d4b707accaf08a924ea1e298ed9 - + + bool + operator>= + a01583.html + gaa435f260a22e8679288c62b0420fdddb + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - _OutIter - iter_type - a05036.html - ad2381689c28b46237f7615e0de6028fa - + + bool + operator>= + a01583.html + gafe1f119f90c56da1900b8962d38265e4 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - a979896c98edc3a6fa116c277148622fb - (iter_type __s, ios_base &__io, char_type __fill, long __v) const + bool + operator>= + a01583.html + ga4c8a174181cbeefd24af7113de465002 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - iter_type - put - a05036.html - a1f76c7a2ddb936ac6a46cafb7e482f91 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + bool + operator>= + a01583.html + ga05da0ae8ce90311667ff07e3ab823b29 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - a4e520179f48db1bcd852066ce86f2b7d - (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + bool + operator>= + a01583.html + ga8dca1bcfa56d04fb4c003b6090aca7c6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - iter_type - put - a05036.html - ad5858234a5d78c697063ba8190452d61 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + bool + operator> + a01583.html + gad7695b2f32722c4dcb33780411720c5c + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - ae18fddb4a48878fe0a58abe4d7b0aca7 - (iter_type __s, ios_base &__io, char_type __fill, double __v) const + bool + operator> + a01583.html + gae12d6af31efda52ce0aa4cc3c45a7678 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - iter_type - put - a05036.html - a3c956b3279105a66090bdc73dd340a4b - (iter_type __s, ios_base &__io, char_type __fill, long double __v) const + bool + operator> + a01583.html + gac7c3cebd4786a15ba4253852809fea66 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - virtual iter_type - do_put - a05036.html - a751c0d4e60210056dc7e8ea6f3bbd405 - (iter_type __s, ios_base &__io, char_type __fill, bool __v) const + + bool + operator> + a01583.html + gac9863968383070515ce21d660f0e0879 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - a7d1915d312132bf998bdf29b6969afe7 - (iter_type __s, ios_base &__io, char_type __fill, long __v) const + + bool + operator> + a01583.html + ga8b110b14ed08fa4d7917d08fd860879d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - virtual iter_type - do_put - a05036.html - a075dbdca32501d714e181253cb4614b1 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + + bool + operator> + a01583.html + ga8fbcd8f7bce08d86ea76342cd368d785 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual iter_type - do_put - a05036.html - adb43c423d095bd32b806c4e44fd63cfb - (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + + bool + operator> + a01583.html + ga73d2df2608f587c5c79029c27ada93b6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual iter_type - do_put - a05036.html - aba459b0ab5eb2763880fd3897607ac74 - (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01583.html + ga4d9ada4f99688bb2a30efe1bd20afa4f + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) - - virtual iter_type - do_put - a05036.html - a15bcd2e90efb4755b2f3d2b900773f8e - (iter_type, ios_base &, char_type, double) const + + constexpr enable_if< __and_< __is_swappable< _Bi_iter >, __is_swappable< _Bi_iter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Bi_iter, _Bi_iter > &__x, pair< _Bi_iter, _Bi_iter > &__y) noexcept(noexcept(__x.swap(__y))) - - virtual iter_type - do_put - a05036.html - a80c7eac50b4f62c5300c437ef7c31ac6 - (iter_type, ios_base &, char_type, long double) const + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - virtual iter_type - do_put - a05036.html - a2448fac36fa28f3a8af076b66ce70db1 - (iter_type, ios_base &, char_type, const void *) const + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - - std::numeric_limits - a02636.html - - std::__numeric_limits_base - - static constexpr _Tp - denorm_min - a02636.html - ab1f0b8ed143b9669ed2552db8dc84948 - () noexcept + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - static constexpr _Tp - epsilon - a02636.html - a36c481134680c7d422edde6d75346b96 - () noexcept + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - static constexpr _Tp - infinity - a02636.html - ae18eb0704a24559eee8bec962285bef2 - () noexcept + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - static constexpr _Tp - lowest - a02636.html - aa2bb95f67b879e81fcc80383023eeeb7 - () noexcept + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - static constexpr _Tp - max - a02636.html - a27b481b529885d1b1b714c7fe69a1945 - () noexcept + + int + compare + a06533.html + af573275c5c3507af4d59175f72a3dfd0 + (const string_type &__s) const - - static constexpr _Tp - min - a02636.html - aae25581f91ebab83161d2da3fe0cdb9d - () noexcept + + int + compare + a06533.html + a938d59ee36df109ba5d20ac59a1b90e5 + (const value_type *__s) const - - static constexpr _Tp - quiet_NaN - a02636.html - a4a252b113edcbac0881a4ff30d94b1e1 - () noexcept + + bool + operator== + a01583.html + gaf94221ac3abece2ce2fe2018db81faa9 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr _Tp - round_error - a02636.html - ae76ce654a6257e29da21c7eba1ad5142 - () noexcept + + bool + operator== + a01583.html + ga2256d2f6a5d482b40a3f383e4c39e808 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr _Tp - signaling_NaN - a02636.html - aeaa1c3844ce0a450c06cc2f81e1cf4eb - () noexcept + + bool + operator== + a01583.html + ga346adeaec50b1a8b43faa603a523a0a8 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - static constexpr int - digits - a02632.html - a6e3cb3ba2f8a6742d4759b989e5e3fed - + + bool + operator== + a01583.html + gaf46ab95e842c20ffcd6a68e3e5af1cbe + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr int - digits10 - a02632.html - acc2df72b67282d8ad4ca54cbb4826475 - + + bool + operator== + a01583.html + ga57af017630bf32b7746c28425aa2c6fd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - static constexpr float_denorm_style - has_denorm - a02632.html - afc9f9982a8b1c62c901eccdb07fcb5d9 - + + bool + operator== + a01583.html + gade11289378ec20c6d25bbee8dc148a1f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - has_denorm_loss - a02632.html - a73f0cc2531cddced5d6e83310f7889f8 - + + bool + operator== + a01583.html + ga4922ed170140db05909f76709e1407b2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - static constexpr bool - has_infinity - a02632.html - af40ebac2e757c3a671a25493ca2ef1e7 - + + bool + operator!= + a01583.html + gafbf94400e893ac056dd807d1a012f426 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - has_quiet_NaN - a02632.html - a0a8471dcf6287585eae04a539926c324 - + + bool + operator!= + a01583.html + ga2521e9edb121258ef157ba704bca79b7 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - has_signaling_NaN - a02632.html - ab9e32618933910efd38857f2b4c112f9 - + + bool + operator!= + a01583.html + gafc2212aeafbc078b8d7d4a3cc1557ddf + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - static constexpr bool - is_bounded - a02632.html - a73d31de0788cee8f432f0a9075e97a76 - + + bool + operator!= + a01583.html + ga59541964da64cfb52a8ecb1ba9108e2f + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - is_exact - a02632.html - a81640a55cbeb9fccfbedd74ce954a439 - + + bool + operator!= + a01583.html + ga57b985a9a726218356b9c5d614227eb7 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - static constexpr bool - is_iec559 - a02632.html - a76fdc688c82a37689f4920a9776fc593 - + + bool + operator!= + a01583.html + gae157d3a563adc1f887e53c6509397014 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - is_integer - a02632.html - a1080a407fe101570ab1a619fe8071396 - + + bool + operator!= + a01583.html + ga0fbd945e69c99ba16ee821a821557de1 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - static constexpr bool - is_modulo - a02632.html - a05f7c8b3b2be44d621e3fd1f0e738461 - + + bool + operator< + a01583.html + ga1acdc287aaef9bb472c6f2f66d68fbb8 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - is_signed - a02632.html - ac9fad027d1b91ec445d58e5036e8ea0b - + + bool + operator< + a01583.html + ga8b64859e9216ff55938c47770977d8ea + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - is_specialized - a02632.html - ac5f6c4f5343b7060e87d95c2ddb406eb - + + bool + operator< + a01583.html + ga7d8a5ecd236eebf5e68ae1e032b1e80d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - static constexpr int - max_digits10 - a02632.html - a1c62958a09eb69aba2a03a6e03b1574f - + + bool + operator< + a01583.html + gac974d9f3d4522f82ec69bccaa6b87abd + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr int - max_exponent - a02632.html - ac68694be9c73ac6e36c3fe2ab1f18da4 - + + bool + operator< + a01583.html + ga07c0336bd51bb661aa7c35d07519fd4f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - static constexpr int - max_exponent10 - a02632.html - afa984ea44c90b032e00779a960af64ff - + + bool + operator< + a01583.html + ga5f52bcf517629cff50f61e5e7b61dfb7 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr int - min_exponent - a02632.html - a2552b13ee696d6a61a0a037fef1dc1e0 - + + bool + operator< + a01583.html + gad0858500ddc8824b6dcf0bcd7a50936d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - static constexpr int - min_exponent10 - a02632.html - ad10027037371bb1138225df2876d5e6c - + + bool + operator<= + a01583.html + gad211e14e2e10b1c8ef8e52ae91430781 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr int - radix - a02632.html - af69d3e469fe6b7e0de143494703ab04a - + + bool + operator<= + a01583.html + gaf2979c0ffe86d75d8074852f0c7ee424 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr float_round_style - round_style - a02632.html - ae94127c8af226c7ebe44e9b39b80813b - + + bool + operator<= + a01583.html + gad6bc604d2027cb1bc87dd17dc46e740a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - static constexpr bool - tinyness_before - a02632.html - ad43f706bb453627342a50e9891ae8027 - + + bool + operator<= + a01583.html + gabb8553f6eafced9bf6eff357c5113f60 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - static constexpr bool - traps - a02632.html - aada3546b2e0b32ecaef18c00e2b0dcfd - + + bool + operator<= + a01583.html + gaf5bf11948262da11d277fb75a1d6a1ad + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - - std::numeric_limits< bool > - a02652.html - - - std::numeric_limits< char > - a02656.html - - - std::numeric_limits< char16_t > - a02672.html - - - std::numeric_limits< char32_t > - a02676.html - - - std::numeric_limits< double > - a02716.html - - - std::numeric_limits< float > - a02712.html - - - std::numeric_limits< int > - a02688.html - - - std::numeric_limits< long > - a02696.html - - - std::numeric_limits< long double > - a02720.html - - - std::numeric_limits< long long > - a02704.html - - - std::numeric_limits< short > - a02680.html - - - std::numeric_limits< signed char > - a02660.html - - - std::numeric_limits< unsigned char > - a02664.html - - - std::numeric_limits< unsigned int > - a02692.html - - - std::numeric_limits< unsigned long > - a02700.html - - - std::numeric_limits< unsigned long long > - a02708.html - - - std::numeric_limits< unsigned short > - a02684.html - - - std::numeric_limits< wchar_t > - a02668.html - - - std::numpunct - a05024.html - - std::locale::facet - - _CharT - char_type - a05024.html - a5f66a8c8a32a72ea0647e8d7cca7336f - + + bool + operator<= + a01583.html + ga27c1ee6f10cf2b2cdab2b8a1a89f1b2d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01583.html + gae0b4bec0e7d0455d4a563c72a5ca100c + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - basic_string< _CharT > - string_type - a05024.html - a12e88768d524b9673b122e1a7665abc2 - + + bool + operator>= + a01583.html + gad0a688c79645cba3c091812bab60dfd8 + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - - numpunct - a05024.html - ab735f1fdfc597150f2cb2619735d75bb - (size_t __refs=0) + bool + operator>= + a01583.html + ga346caedb3fdb36dd1d1ab106b89fe37d + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - numpunct - a05024.html - a14c5c77559d8e42b3bf279f9508232db - (__cache_type *__cache, size_t __refs=0) + bool + operator>= + a01583.html + gaa435f260a22e8679288c62b0420fdddb + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - numpunct - a05024.html - aea7df1e8fe9c7bd9969e92c5efd2e3e0 - (__c_locale __cloc, size_t __refs=0) + bool + operator>= + a01583.html + gafe1f119f90c56da1900b8962d38265e4 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - char_type - decimal_point - a05024.html - a77a3bcc91f7435d9a38705d681fc9189 - () const + bool + operator>= + a01583.html + ga4c8a174181cbeefd24af7113de465002 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - string_type - falsename - a05024.html - a10a0ca2816e977ddc5cb313e900e8848 - () const + bool + operator>= + a01583.html + ga05da0ae8ce90311667ff07e3ab823b29 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - string - grouping - a05024.html - ac3aec48be2ff86c8db10c16755c98150 - () const + bool + operator>= + a01583.html + ga8dca1bcfa56d04fb4c003b6090aca7c6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - char_type - thousands_sep - a05024.html - a7d048bb8f665b15327ad467442367219 - () const + bool + operator> + a01583.html + gad7695b2f32722c4dcb33780411720c5c + (const sub_match< _Bi_iter > &__lhs, const sub_match< _Bi_iter > &__rhs) - string_type - truename - a05024.html - a226b1f5216eec8172bf4b71bede27a74 - () const + bool + operator> + a01583.html + gae12d6af31efda52ce0aa4cc3c45a7678 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - static locale::id - id - a05024.html - aa1b5fb7db7f26982b786d4c03fea1367 - + + bool + operator> + a01583.html + gac7c3cebd4786a15ba4253852809fea66 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - virtual - ~numpunct - a05024.html - a33831903059b8ea27f47a07706f80604 - () + + bool + operator> + a01583.html + gac9863968383070515ce21d660f0e0879 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual char_type - do_decimal_point - a05024.html - a760cc3ce936f6446b894cbe913948067 - () const + + bool + operator> + a01583.html + ga8b110b14ed08fa4d7917d08fd860879d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - virtual string_type - do_falsename - a05024.html - aab0f0fa60cb43be85a93bad38bee99e4 - () const + + bool + operator> + a01583.html + ga8fbcd8f7bce08d86ea76342cd368d785 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - virtual string - do_grouping - a05024.html - aa122f3820012ca748285e9e9f1559d12 - () const + + bool + operator> + a01583.html + ga73d2df2608f587c5c79029c27ada93b6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - virtual char_type - do_thousands_sep - a05024.html - aca44112e2524a51069b7bd674723b36e - () const + + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01583.html + ga4d9ada4f99688bb2a30efe1bd20afa4f + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) - - virtual string_type - do_truename - a05024.html - ae560023d22e2e9c686f97f87b397c07d - () const + + constexpr enable_if< __and_< __is_swappable< _Bi_iter >, __is_swappable< _Bi_iter > >::value >::type + swap + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 + (pair< _Bi_iter, _Bi_iter > &__x, pair< _Bi_iter, _Bi_iter > &__y) noexcept(noexcept(__x.swap(__y))) - - _CharT - char_type - a05024.html - a5f66a8c8a32a72ea0647e8d7cca7336f - + + constexpr bool + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - - basic_string< _CharT > - string_type - a05024.html - a12e88768d524b9673b122e1a7665abc2 - + + constexpr bool + operator< + a01567.html + ga21cff2aa04d1669352c47af50830a21b + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) + + + constexpr bool + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) + + + constexpr bool + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) + + + constexpr bool + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) + + + constexpr bool + operator>= + a01567.html + ga554533244f12ed866a993a626da9cb42 + (const pair< _Bi_iter, _Bi_iter > &__x, const pair< _Bi_iter, _Bi_iter > &__y) - std::numpunct_byname - a05028.html + std::subtract_with_carry_engine + a06329.html - std::numpunct + __w + __s + __r + + _UIntType + result_type + a06329.html + abbbc2513574ed100d700a15bcae13b5a + + - char_type - decimal_point - a05024.html - a77a3bcc91f7435d9a38705d681fc9189 - () const + + subtract_with_carry_engine + a06329.html + aeb01e590a5c84d08db8b5678ca774172 + (_Sseq &__q) - string_type - falsename - a05024.html - a10a0ca2816e977ddc5cb313e900e8848 - () const + + subtract_with_carry_engine + a06329.html + a61f08bb272f27b8cbba12a25aee3c804 + (result_type __sd) - string - grouping - a05024.html - ac3aec48be2ff86c8db10c16755c98150 - () const + void + discard + a06329.html + a76b226f563a8fb3eeb3c48999b3e9bc4 + (unsigned long long __z) - char_type - thousands_sep - a05024.html - a7d048bb8f665b15327ad467442367219 - () const + result_type + operator() + a06329.html + a7b6aa59d4719950a6014d38e1559295c + () - string_type - truename - a05024.html - a226b1f5216eec8172bf4b71bede27a74 - () const + _If_seed_seq< _Sseq > + seed + a06329.html + ab547f8ba4458122672f929f3fef4026c + (_Sseq &__q) - - static locale::id - id - a05024.html - aa1b5fb7db7f26982b786d4c03fea1367 + + void + seed + a06329.html + a5629eb85bb95f545575b9b08bacafda4 + (result_type __sd=default_seed) + + + static constexpr result_type + max + a06329.html + aeea39effc4518e2236214b51cc0e9f93 + () + + + static constexpr result_type + min + a06329.html + a945725b8377db61951fc9c79a0f9aac1 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a06329.html + a877333097a3e4f3b054c3c763654e965 + (std::basic_ostream< _CharT, _Traits > &__os, const std::subtract_with_carry_engine< _UIntType1, __w1, __s1, __r1 > &__x) + + + friend bool + operator== + a06329.html + aad723b232704ecb9396af450f399eb1f + (const subtract_with_carry_engine &__lhs, const subtract_with_carry_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a06329.html + a0420033b44c3e22e2157546faa851f00 + (std::basic_istream< _CharT, _Traits > &__is, std::subtract_with_carry_engine< _UIntType1, __w1, __s1, __r1 > &__x) + + + + __gnu_cxx::subtractive_rng + a08765.html + unary_function< unsigned int, unsigned int > + + unsigned int + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - virtual char_type - do_decimal_point - a05024.html - a760cc3ce936f6446b894cbe913948067 - () const + + unsigned int + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - virtual string_type - do_falsename - a05024.html - aab0f0fa60cb43be85a93bad38bee99e4 - () const + + + subtractive_rng + a08765.html + a8763d20bcd47a2f9acd2da92e39193a8 + () - - virtual string - do_grouping - a05024.html - aa122f3820012ca748285e9e9f1559d12 - () const + + + subtractive_rng + a08765.html + a4e0180804e5e548805eca04c560571d5 + (unsigned int __seed) - - virtual char_type - do_thousands_sep - a05024.html - aca44112e2524a51069b7bd674723b36e - () const + + unsigned int + operator() + a08765.html + a01fb6415bad2c6df91eb607f863fd9e5 + (unsigned int __limit) - - virtual string_type - do_truename - a05024.html - ae560023d22e2e9c686f97f87b397c07d - () const + + + std::pmr::synchronized_pool_resource + a02745.html + std::pmr::memory_resource + + + __gnu_pbds::detail::synth_access_traits + a12505.html + + Set + + + + std::chrono::_V2::system_clock + a02017.html + + + std::system_error + a03045.html + std::runtime_error + + virtual const char * + what + a02965.html + a45f5b9c4b7141ac429bf6ea99a7ff6bf + () const noexcept - std::once_flag - a02752.html + __gnu_cxx::temporary_buffer + a08769.html + + + std::_Temporary_buffer - constexpr - once_flag - a02752.html - a78b964b5391b5aa7da309eb3d8b88178 - () noexcept=default + + temporary_buffer + a08769.html + a984575528c7bf7f532c7ff4b16a6a09c + (_ForwardIterator __first, _ForwardIterator __last) - once_flag - a02752.html - a60da2be389d0324a5210bd778a522af8 - (const once_flag &)=delete + ~temporary_buffer + a08769.html + af2c0719cd475f4291891f508afc14059 + () - once_flag & - operator= - a02752.html - adbefc6681906783e9e20249895a98082 - (const once_flag &)=delete + iterator + begin + a07649.html + acd631918c7c80bd4d4edd871c5122064 + () - - friend void - call_once - a02752.html - a50268ad23026fe8b50904bb17b39afec - (once_flag &__once, _Callable &&__f, _Args &&... __args) + + iterator + end + a07649.html + a0a05d06255dbcf619bb312133b13cc97 + () + + + size_type + requested_size + a07649.html + a6cc6bd1d6df0b852168f5065c01433ca + () const + + + size_type + size + a07649.html + a9bc2a952203a764d5a1cdf80f94bd2a8 + () const - std::ostream_iterator - a06924.html + __gnu_pbds::detail::thin_heap + a12589.html - iterator< output_iterator_tag, void, void, void, void > - - void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + + + __gnu_pbds::thin_heap_tag + a11889.html + __gnu_pbds::priority_queue_tag + + + std::thread + a06981.html + std::thread::id + + native_handle_type + native_handle + a06981.html + a6d1397f899cbcd9d48a6cb6b1df5ab1c + () + + + __gnu_cxx::throw_allocator_base + a11341.html + + + __gnu_cxx::annotate_base + + + throw_allocator_base< _Tp, limit_condition > + a11341.html + __gnu_cxx::annotate_base + __gnu_cxx::limit_condition + + + throw_allocator_base< _Tp, random_condition > + a11341.html + __gnu_cxx::annotate_base + __gnu_cxx::random_condition + + + __gnu_cxx::throw_allocator_limit + a11345.html + + throw_allocator_base< _Tp, limit_condition > + + + __gnu_cxx::throw_allocator_random + a11353.html + + throw_allocator_base< _Tp, random_condition > + + + __gnu_cxx::throw_value_base + a11329.html + + + + throw_value_base< limit_condition > + a11329.html + __gnu_cxx::limit_condition + + + throw_value_base< random_condition > + a11329.html + __gnu_cxx::random_condition + + + __gnu_cxx::throw_value_limit + a11333.html + throw_value_base< limit_condition > + + + __gnu_cxx::throw_value_random + a11337.html + throw_value_base< random_condition > + + + std::time_base + a05941.html + + + std::time_get + a05953.html + + + std::locale::facet + std::time_base - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 + _CharT + char_type + a05953.html + a9c14489c5586486ba782d9fa30d8eaa4 - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de + _InIter + iter_type + a05953.html + a4d4958640ecfa742e7d27137de746ac1 - - void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + + time_get + a05953.html + ad8b2b262581ad71a3ed0011c0381bd51 + (size_t __refs=0) - - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + dateorder + date_order + a05953.html + a876bb3dcd1727291a72dbb4dd890e229 + () const - - _CharT - char_type - a06924.html - a2e939ab7767bb87e13402127b3b0c841 - + + iter_type + get + a05953.html + ab370ab15a7093ace0b434a32b1a72874 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, char __format, char __modifier=0) const - - _Traits - traits_type - a06924.html - a5074fdcc3b49fe7a05c5689d04ab1033 - + + iter_type + get + a05953.html + ac9b98a66e8d2103ba0e45aed968fe511 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, const char_type *__fmt, const char_type *__fmtend) const - - basic_ostream< _CharT, _Traits > - ostream_type - a06924.html - aa8e002bf7b5552b4b9117198b99050ab - + + iter_type + get_date + a05953.html + abe65160807a99ec81aea897a5879205e + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - ostream_iterator - a06924.html - a43b5a82905d5237921fc78c44455950a - (ostream_type &__s) + iter_type + get_monthname + a05953.html + ae972ef16aa02a7af4922207fedb95d64 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - ostream_iterator - a06924.html - afa776b7965fc2d27f9281944542be2d8 - (ostream_type &__s, const _CharT *__c) + iter_type + get_time + a05953.html + a10ac082baac6a40b85c1f36532f65479 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - ostream_iterator - a06924.html - a6f93dbe2e9972260dd0ab4b869967e26 - (const ostream_iterator &__obj) + iter_type + get_weekday + a05953.html + af4d6e71dbe4f66821c2ed92d26a758fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - ostream_iterator & - operator= - a06924.html - a3c5547f8d577192a0c4672ef08a1b166 - (const _Tp &__value) + iter_type + get_year + a05953.html + a09b9b7ba53e2c53fec4687500857fb0a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - _CharT - char_type - a06924.html - a2e939ab7767bb87e13402127b3b0c841 + + static locale::id + id + a05953.html + a11391168c5b28260580b93009b4c2d23 - - _Traits - traits_type - a06924.html - a5074fdcc3b49fe7a05c5689d04ab1033 - + + virtual + ~time_get + a05953.html + aa096460bcf7c2c14181a74900cba13b0 + () - - basic_ostream< _CharT, _Traits > - ostream_type - a06924.html - aa8e002bf7b5552b4b9117198b99050ab - + + virtual dateorder + do_date_order + a05953.html + ac3a094084d1cd2e48292635b48926c95 + () const - - - std::ostreambuf_iterator - a02604.html - _CharT - _Traits - iterator< output_iterator_tag, void, void, void, void > - - void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 - + + iter_type + do_get + a05953.html + aac4032bde1366962ceb8004eb509917d + (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__tm, char __format, char __modifier) const - - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - + + virtual iter_type + do_get_date + a05953.html + acbe2321234fc8719d76b987b8eb57f31 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de - + + virtual iter_type + do_get_monthname + a05953.html + a87a19165aa361150c0810f123de4f13f + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const - - void - reference - a06672.html - abb17838f15d32971ad823036c6593aef - + + virtual iter_type + do_get_time + a05953.html + ad6ae8983f63115bc91c761bcb16264b2 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - + + virtual iter_type + do_get_weekday + a05953.html + a653300cbc2a2c8ec15fcd85acd9ef644 + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_year + a05953.html + a04b1e9cd4573001efae175a8d2e4b8fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const _CharT char_type - a02604.html - ae17f1065063411a135cbbaea9430b4a1 - - - - _Traits - traits_type - a02604.html - a298c8f26e6abe6243ca62e48f96e8c30 + a05953.html + a9c14489c5586486ba782d9fa30d8eaa4 - basic_streambuf< _CharT, _Traits > - streambuf_type - a02604.html - ab758ea69e2618c0f53825685999de776 + _InIter + iter_type + a05953.html + a4d4958640ecfa742e7d27137de746ac1 - - basic_ostream< _CharT, _Traits > - ostream_type - a02604.html - ab1268dc45f0682f612da8e1c6fd7b0ac - + + + std::time_get_byname + a05957.html + + + std::time_get + + dateorder + date_order + a05953.html + a876bb3dcd1727291a72dbb4dd890e229 + () const - - ostreambuf_iterator - a02604.html - ac9080f23edb16ede8dc2e24e84f75207 - (ostream_type &__s) noexcept + iter_type + get + a05953.html + ab370ab15a7093ace0b434a32b1a72874 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, char __format, char __modifier=0) const - - ostreambuf_iterator - a02604.html - aef4876e87478fee9493302260f2c1b36 - (streambuf_type *__s) noexcept + iter_type + get + a05953.html + ac9b98a66e8d2103ba0e45aed968fe511 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, const char_type *__fmt, const char_type *__fmtend) const - bool - failed - a02604.html - a25e3c6c287e9ef06fb6412d1f93aaf27 - () const noexcept + iter_type + get_date + a05953.html + abe65160807a99ec81aea897a5879205e + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - ostreambuf_iterator & - operator* - a02604.html - a179357ce2cd1d4a53d9c0e5efb65e4df - () + iter_type + get_monthname + a05953.html + ae972ef16aa02a7af4922207fedb95d64 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - ostreambuf_iterator & - operator++ - a02604.html - ad925d614752b837a7147d44d322a6aad - (int) + iter_type + get_time + a05953.html + a10ac082baac6a40b85c1f36532f65479 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - ostreambuf_iterator & - operator++ - a02604.html - a0e9d282823cd7811717ad6bd890f8626 - () + iter_type + get_weekday + a05953.html + af4d6e71dbe4f66821c2ed92d26a758fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - ostreambuf_iterator & - operator= - a02604.html - abcdedbb3c0f65a77d78cd15466ec7c73 - (_CharT __c) + iter_type + get_year + a05953.html + a09b9b7ba53e2c53fec4687500857fb0a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - _CharT - char_type - a02604.html - ae17f1065063411a135cbbaea9430b4a1 + + static locale::id + id + a05953.html + a11391168c5b28260580b93009b4c2d23 - - _Traits - traits_type - a02604.html - a298c8f26e6abe6243ca62e48f96e8c30 - + + virtual dateorder + do_date_order + a05953.html + ac3a094084d1cd2e48292635b48926c95 + () const - - basic_streambuf< _CharT, _Traits > - streambuf_type - a02604.html - ab758ea69e2618c0f53825685999de776 - + + iter_type + do_get + a05953.html + aac4032bde1366962ceb8004eb509917d + (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__tm, char __format, char __modifier) const - - basic_ostream< _CharT, _Traits > - ostream_type - a02604.html - ab1268dc45f0682f612da8e1c6fd7b0ac - + + virtual iter_type + do_get_date + a05953.html + acbe2321234fc8719d76b987b8eb57f31 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - - - std::out_of_range - a02916.html - std::logic_error - - virtual const char * - what - a02900.html - ae8b3821398a8d041bbfdf2c44c972569 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + virtual iter_type + do_get_monthname + a05953.html + a87a19165aa361150c0810f123de4f13f + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const - - - std::output_iterator_tag - a06656.html - - - std::overflow_error - a02928.html - std::runtime_error - - virtual const char * - what - a02920.html - a261a33056182b4b5f047e7061d716380 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + virtual iter_type + do_get_time + a05953.html + ad6ae8983f63115bc91c761bcb16264b2 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_weekday + a05953.html + a653300cbc2a2c8ec15fcd85acd9ef644 + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_year + a05953.html + a04b1e9cd4573001efae175a8d2e4b8fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const - std::owner_less - a05948.html + std::chrono::time_point + a01981.html - - - std::owner_less< shared_ptr< _Tp > > - a05956.html - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > + operator+ + a01553.html + ga8e92086bb5be129b27ab0998c8a9b4b3 + (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + constexpr time_point< _Clock, typename common_type< duration< _Rep1, _Period1 >, _Dur2 >::type > + operator+ + a01553.html + gab2257f086e094eff97843ca64c7d1698 + (const duration< _Rep1, _Period1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) - - - std::owner_less< void > - a05952.html - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > + operator- + a01553.html + ga46163a85ea4c45f6d0b99f9aabbbd852 + (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + constexpr common_type< _Dur1, _Dur2 >::type + operator- + a01553.html + gac96de4769f7f8e83c4f3a607663c2bd1 + (const time_point< _Clock, _Dur1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > + operator+ + a01553.html + ga8e92086bb5be129b27ab0998c8a9b4b3 + (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - - - std::owner_less< weak_ptr< _Tp > > - a05960.html - - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - + + constexpr time_point< _Clock, typename common_type< duration< _Rep1, _Period1 >, _Dur2 >::type > + operator+ + a01553.html + gab2257f086e094eff97843ca64c7d1698 + (const duration< _Rep1, _Period1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) - - bool - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - + + constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > + operator- + a01553.html + ga46163a85ea4c45f6d0b99f9aabbbd852 + (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - + + constexpr common_type< _Dur1, _Dur2 >::type + operator- + a01553.html + gac96de4769f7f8e83c4f3a607663c2bd1 + (const time_point< _Clock, _Dur1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) - std::packaged_task< _Res(_ArgTypes...)> - a02512.html + std::time_put + a05961.html - _ArgTypes - - - std::pair - a06756.html - _T1 - _T2 - - _PCC<!is_same< _T1, _U1 >::value||!is_same< _T2, _U2 >::value, _T1, _T2 > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - - + + std::locale::facet - _PCC< true, _T1, _T2 > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 + _CharT + char_type + a05961.html + a757828f8c32125500ce4a92c129913ec - _T2 - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 + _OutIter + iter_type + a05961.html + aaac7d8b45c25d36c14efe8876af1d65e - constexpr - pair - a06756.html - a6929daaffd0e81a977ee4a694ead8403 - () - - - _T1 - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - - - - _T2 - second - a06756.html - a91179413226db12e66346d3673b7835f - - - - - std::piecewise_constant_distribution - a05568.html - _RealType - std::piecewise_constant_distribution::param_type - - _RealType - result_type - a05568.html - abb3387fe0627c23604e72a4b8e43c0f8 - + + time_put + a05961.html + af235ae96d55674ae060a1788fd036176 + (size_t __refs=0) - std::vector< double > - densities - a05568.html - a0269fcd857f0706a223f87155a3ff725 - () const + iter_type + put + a05961.html + a85643bdff3768dd8b9e0089e5c279561 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const - std::vector< _RealType > - intervals - a05568.html - acfc8ae5b0585354104c28233a1fad259 - () const + iter_type + put + a05961.html + a8e6943d3a21fc654c245ac5ec60eb507 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, const _CharT *__beg, const _CharT *__end) const - - result_type - max - a05568.html - a343aaa0cdc636a60b6e224055d9df438 - () const + + static locale::id + id + a05961.html + ae2d3eb3e68bdf1e6bf58cb273b41eda4 + - - result_type - min - a05568.html - a1d4e28300518616fef3f4b93a3d1d10d - () const + + virtual + ~time_put + a05961.html + a8ceaf973259a9de6e3f9645010556232 + () - - result_type - operator() - a05568.html - a9cd86c19e7864fe4f6e7fec1965210e9 - (_UniformRandomNumberGenerator &__urng) + + virtual iter_type + do_put + a05961.html + a40f507cdd7cc0221fcb9053beda997c9 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const - - param_type - param - a05568.html - a6f56727fdb4b5b527bf40f2c314864d8 - () const + + _CharT + char_type + a05961.html + a757828f8c32125500ce4a92c129913ec + - - void - param - a05568.html - a0d1ca073930f46f31b1508711ea230c8 - (const param_type &__param) + + _OutIter + iter_type + a05961.html + aaac7d8b45c25d36c14efe8876af1d65e + + + + std::time_put_byname + a05965.html + + + std::time_put - void - reset - a05568.html - a4ce6dad62329546bb55d810817c332b2 - () + iter_type + put + a05961.html + a85643bdff3768dd8b9e0089e5c279561 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05568.html - a21261460e85c8e44b5e16af905d5340e - (std::basic_ostream< _CharT, _Traits > &__os, const std::piecewise_constant_distribution< _RealType1 > &__x) + + iter_type + put + a05961.html + a8e6943d3a21fc654c245ac5ec60eb507 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, const _CharT *__beg, const _CharT *__end) const - - friend bool - operator== - a05568.html - a8f919cbe6f2774eb3102708b0590c706 - (const piecewise_constant_distribution &__d1, const piecewise_constant_distribution &__d2) + + static locale::id + id + a05961.html + ae2d3eb3e68bdf1e6bf58cb273b41eda4 + - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05568.html - aa000eee610a97f1fc2c8a45e44d67c71 - (std::basic_istream< _CharT, _Traits > &__is, std::piecewise_constant_distribution< _RealType1 > &__x) + + virtual iter_type + do_put + a05961.html + a40f507cdd7cc0221fcb9053beda997c9 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const + + std::timed_mutex + a02765.html + - std::piecewise_constant_distribution::param_type - a05572.html + std::to_chars_result + a01965.html - std::piecewise_construct_t - a06740.html + std::chrono::treat_as_floating_point + a02009.html + + is_floating_point< _Rep > - std::piecewise_linear_distribution - a05576.html - _RealType - std::piecewise_linear_distribution::param_type + __gnu_pbds::tree + a11717.html + + + + + Node_Update + + basic_branch< Key, Mapped, rb_tree_tag, detail::tree_traits< Key, Mapped, std::less< Key >, null_node_update, rb_tree_tag, std::allocator< char > > ::node_update, __gnu_cxx::typelist::create2< std::less< Key >, detail::tree_traits< Key, Mapped, std::less< Key >, null_node_update, rb_tree_tag, std::allocator< char > > >::type, std::allocator< char > > - _RealType - result_type - a05576.html - a3309d6988aede07e6360be89e5dc3f46 + Cmp_Fn + cmp_fn + a11717.html + acb3bfca7ffae5a572e1a8698bf0c1255 - std::vector< double > - densities - a05576.html - ae5a24184d9ada6b028d1bdc5555f5dbb - () const - - - std::vector< _RealType > - intervals - a05576.html - aaf12335330484efaa86125c3ea3819c4 - () const + + tree + a11717.html + a5c900b3230feb9f5c59bf80995eaa2b1 + (const cmp_fn &c) - result_type - max - a05576.html - a469645104ba3c002ed9ca944110dfe2a - () const + + tree + a11717.html + a9d2c8a45cf06ac2da54bef2ff3514468 + (It first, It last) - result_type - min - a05576.html - adaf7520277cc879942d011de156dc184 - () const + + tree + a11717.html + a75e6c7ff0c466d02e91bfe5243684109 + (It first, It last, const cmp_fn &c) + + + __gnu_pbds::detail::tree_metadata_helper + a12593.html + + _BTp + + + __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > + a12597.html + + + + __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > + a12601.html + + + + __gnu_pbds::detail::tree_node_metadata_dispatch + a12605.html + + + + Node_Update + + + + __gnu_pbds::tree_order_statistics_node_update + a11961.html + + + + + __gnu_pbds::detail::branch_policy - result_type - operator() - a05576.html - a3853eb2d024be1171d980339eefb0470 - (_UniformRandomNumberGenerator &__urng) + iterator + find_by_order + a11961.html + adbee7f41280e7cc7709f4bdbdbeed486 + (size_type) - param_type - param - a05576.html - a790278cbfca48c97ba9a018deb24f208 - () const + const_iterator + find_by_order + a11961.html + a2089c3324659856a726480341b297ae6 + (size_type) const - void - param - a05576.html - abda82e975655fec753ac6a3639d6a6f8 - (const param_type &__param) + size_type + order_of_key + a11961.html + ade68996e557b8586dc3361075e99b3ea + (key_const_reference) const - + void - reset - a05576.html - a8fe3e119433b9e32abad358259e295cc - () - - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05576.html - aafa2a9199eaba83988659ff880994af5 - (std::basic_ostream< _CharT, _Traits > &__os, const std::piecewise_linear_distribution< _RealType1 > &__x) - - - friend bool - operator== - a05576.html - aaecc7ad95a1725574e6beae781d34127 - (const piecewise_linear_distribution &__d1, const piecewise_linear_distribution &__d2) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05576.html - af90a22b42c0c9a7458f57e07738e2a18 - (std::basic_istream< _CharT, _Traits > &__is, std::piecewise_linear_distribution< _RealType1 > &__x) + operator() + a11961.html + a9f14ab1bc7aee93a77e4c73c37d1b9f5 + (node_iterator, node_const_iterator) const - std::piecewise_linear_distribution::param_type - a05580.html + __gnu_pbds::tree_tag + a11841.html + __gnu_pbds::basic_branch_tag - std::plus - a06400.html + __gnu_pbds::detail::tree_traits + a12261.html + + + + Node_Update + - binary_function< _Tp, _Tp, _Tp > - - _Tp - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Tp - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - - - _Tp - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f - - - - std::pointer_to_binary_function - a06564.html + + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + a12429.html - std::binary_function - - _Arg1 - first_argument_type - a06396.html - ad907337549df2e1a3c3dbca8e0693dba - - - - _Result - result_type - a06396.html - a5fe0082d5851e1be6383ad8d8493264e - - + Node_Update + - _Arg2 - second_argument_type - a06396.html - aae0f69fe498930627177ff1f06d0ef9f + ov_tree_node_const_it_< value_type, metadata_type, _Alloc > + node_const_iterator + a12429.html + aa623b4dd1c1f576ef1ad3f8643d2d24a - - std::pointer_to_unary_function - a06560.html + + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + a12529.html - std::unary_function - - _Arg - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - + + Node_Update + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - _Result - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 - std::pointer_traits - a05380.html - _Ptr - - __detected_or_t< ptrdiff_t, __difference_type, _Ptr > - difference_type - a05380.html - aae92f86267e7a5f41c435f4f28eecbdb - - - - __detected_or_t< __get_first_arg_t< _Ptr >, __element_type, _Ptr > - element_type - a05380.html - a2952524002a6723ff9bec4c5dbee8367 - - - - _Ptr - pointer - a05380.html - a7f43cc1c2c600c67cef1972c4618b357 - - + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + a12581.html + + + + Node_Update + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - typename __rebind< _Ptr, _Up >::type - rebind - a05380.html - a623750ac65e5d54fc26075bc69af6081 + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 - std::pointer_traits< _Tp * > - a05392.html + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + a12433.html + + + Node_Update - ptrdiff_t - difference_type - a05392.html - a795f872c4242cf5a82add01ec8a295ed + ov_tree_node_const_it_< value_type, metadata_type, _Alloc > + node_const_iterator + a12433.html + a37ce1fb575484aa3bcab916f9d2f5586 + + + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + a12533.html + + + Node_Update + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - _Tp - element_type - a05392.html - ac702e82a55f07abb4e8992a4c9c3d5c1 + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 + + + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + a12585.html + + + Node_Update + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > - _Tp * - pointer - a05392.html - a662e7c9fa1e9ba89bee4545c22aa3e5e + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a12241.html + a34153991f6bcc5f12afc0879ba367393 - - static pointer - pointer_to - a05392.html - a7b4ae57aa08b72aa313e1356a3e3284f - (__make_not_void< element_type > &__r) noexcept - - std::poisson_distribution - a05528.html - _IntType - std::poisson_distribution::param_type + __gnu_pbds::trie + a11721.html + + + + + Node_Update + + basic_branch< Key, Mapped, pat_trie_tag, detail::trie_traits< Key, Mapped, typename detail::default_trie_access_traits< Key >::type, null_node_update, pat_trie_tag, std::allocator< char > > ::node_update, __gnu_cxx::typelist::create2< typename detail::default_trie_access_traits< Key >::type, detail::trie_traits< Key, Mapped, typename detail::default_trie_access_traits< Key >::type, null_node_update, pat_trie_tag, std::allocator< char > > >::type, std::allocator< char > > - _IntType - result_type - a05528.html - a4c3d7ee8432d89d43749cb2c0aa7a588 + _ATraits + access_traits + a11721.html + a77193204101c7dda4a7286f56b9731c1 - result_type - max - a05528.html - aaba081a4614ee3ff72039cae6a476267 - () const - - - double - mean - a05528.html - a92604e5687496c6efcc7148840fb478c - () const - - - result_type - min - a05528.html - afb49039795f3c63e256f6b4d2cfab433 - () const - - - result_type - operator() - a05528.html - a4ca984da5920a260845933c37d20cc2e - (_UniformRandomNumberGenerator &__urng) - - - result_type - operator() - a05528.html - a09b00c6571fa3099f12918955723f41d - (_UniformRandomNumberGenerator &__urng, const param_type &__p) - - - param_type - param - a05528.html - ad2d0adb28e17e439f2940bf737aaeb50 - () const + + trie + a11721.html + a5feddcc5a253f6fc4ff4567ad0359b6d + (const access_traits &t) - void - param - a05528.html - ac0233f87c798faa09a5cbeb91969bd8c - (const param_type &__param) + + trie + a11721.html + a0aaac7de1516a27993552064782cdec2 + (It first, It last) - void - reset - a05528.html - a22ecafd7d767621e777f6e8e556ff453 - () - - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05528.html - a9264a0eb6efd5ac01a57ed452e6f6d9a - (std::basic_ostream< _CharT, _Traits > &__os, const std::poisson_distribution< _IntType1 > &__x) - - - friend bool - operator== - a05528.html - a97a69ac6a7f5db9c986887cac931ce85 - (const poisson_distribution &__d1, const poisson_distribution &__d2) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05528.html - ada1ead00f77a845a7dad6a50e38abe2e - (std::basic_istream< _CharT, _Traits > &__is, std::poisson_distribution< _IntType1 > &__x) + + trie + a11721.html + a0f9b513af82c2a51ba44849a2155096d + (It first, It last, const access_traits &t) - std::poisson_distribution::param_type - a05532.html + __gnu_pbds::detail::trie_metadata_helper + a12613.html + + _BTp + + + __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > + a12617.html + + + + __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > + a12621.html + + + + __gnu_pbds::detail::trie_node_metadata_dispatch + a12625.html + + + + Node_Update + - std::priority_queue - a06768.html - _Tp - _Sequence - _Compare - - - priority_queue - a06768.html - ad9ef96e9ae20769410ce372f0f7c4f42 - () - - - - priority_queue - a06768.html - a83695f69303684e73b764c27d2da64d4 - (_InputIterator __first, _InputIterator __last, const _Compare &__x, const _Sequence &__s) - + __gnu_pbds::trie_order_statistics_node_update + a11973.html + + + + + __gnu_pbds::detail::trie_policy_base - bool - empty - a06768.html - a4a1c1fe5e71410e31f9af1467b7c3472 - () const + iterator + find_by_order + a11973.html + a431702ea831079b51b5057b92a397bd2 + (size_type) - void - pop - a06768.html - a935091a0132d887f9d3f87686c5598ac - () + const_iterator + find_by_order + a11973.html + a52fae018050b4a953e510dfe0dd665bc + (size_type) const - void - push - a06768.html - acf5286a0e5aa7354459ca1553ba54688 - (const value_type &__x) + size_type + order_of_key + a11973.html + a99d4683f825bc4ead8237e21ef54886c + (key_const_reference) const size_type - size - a06768.html - a22575e222bea1d4bdd5e978b2d6c3b04 - () const + order_of_prefix + a11973.html + a61833e698268e2d06ae6d868b33da0cc + (a_const_iterator, a_const_iterator) const - - const_reference - top - a06768.html - abaedbd99739eef4ac53eefb478eb3900 - () const + + void + operator() + a11973.html + ac03a1d37b467c2f12926fcb78fb2803a + (node_iterator, node_const_iterator) const - std::promise - a02360.html - _Res - - - std::promise< _Res & > - a02480.html + __gnu_pbds::detail::trie_policy_base + a12637.html + + + + __gnu_pbds::detail::branch_policy - std::promise< void > - a02484.html - - - std::queue - a06760.html - _Tp - _Sequence - - - queue - a06760.html - abdaacb8e25703a65fc79cbfa5fe6934b - () - - - reference - back - a06760.html - afa9dca2075a73287acdad8800e9ad39d - () + __gnu_pbds::trie_prefix_search_node_update + a11969.html + + + + + __gnu_pbds::detail::trie_policy_base + + access_traits::const_iterator + a_const_iterator + a11969.html + a9c7f1810b16cd0d2cd32725ca0ea8776 + - - const_reference - back - a06760.html - aa23dca99a4610fac87488f73839c274b - () const + + _ATraits + access_traits + a11969.html + a08b64c1b3cd0b0490384e960cf38fb0f + - - bool - empty - a06760.html - aeb2e07fc0b0b0e028954bc560663a9a8 - () const + + _Alloc + allocator_type + a11969.html + a9daab8bbfe3a02a6241b4e0a7354d3f9 + - - reference - front - a06760.html - a4a2ec140f75225a04b64572f4b914331 - () + + allocator_type::size_type + size_type + a11969.html + acb7ab4835031bde4cbf2787c341b7cb7 + - const_reference - front - a06760.html - ac18027278a15d097de21b0bca5bcce40 - () const + std::pair< iterator, iterator > + prefix_range + a11969.html + a184c16acca5ad7daacfb3301d2b594a2 + (a_const_iterator, a_const_iterator) - void - pop - a06760.html - ab918d7f862088e93a884cffae6dd9058 - () + std::pair< const_iterator, const_iterator > + prefix_range + a11969.html + a56d70a11ef50662794cb5b6a60627713 + (a_const_iterator, a_const_iterator) const - void - push - a06760.html - a18c27834d93d4d897d92f4fa6f910edf - (const value_type &__x) + std::pair< iterator, iterator > + prefix_range + a11969.html + a485c5cb4fbfb113221cebbf0670cc5d1 + (key_const_reference) - size_type - size - a06760.html - a39a435e44d6ff36f98f21dc45a2ac7f0 - () const + std::pair< const_iterator, const_iterator > + prefix_range + a11969.html + a129947dbf40711c0694c1804b1c07814 + (key_const_reference) const - - _Sequence - c - a06760.html - a33f73620226c2827824851c0c935b28b - + + void + operator() + a11969.html + a8366820208119a5e4179d91d09d8ea9b + (node_iterator node_it, node_const_iterator end_nd_it) const - std::random_access_iterator_tag - a06668.html - std::bidirectional_iterator_tag - - - std::random_device - a05424.html + __gnu_pbds::trie_string_access_traits + a11965.html + + Min_E_Val + Max_E_Val + Reverse + - unsigned int - result_type - a05424.html - a26ac3786bd3a188268ded69f800c9dd1 + detail::__conditional_type< Reverse, typename String::const_reverse_iterator, typename String::const_iterator >::__type + const_iterator + a11965.html + aa520fee6d39690828c3ea6cf7142030d - - - std::range_error - a02924.html - std::runtime_error - - virtual const char * - what - a02920.html - a261a33056182b4b5f047e7061d716380 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + std::iterator_traits< const_iterator >::value_type + e_type + a11965.html + a1fb66f19b741835bbd52b2b5610f6ca1 + + + + static const_iterator + begin + a11965.html + aefd9bfc1a93d8f7af7415a0e89dde520 + (key_const_reference) + + + static size_type + e_pos + a11965.html + a1828974e834eb6c010828914216e20a3 + (e_type e) + + + static const_iterator + end + a11965.html + aaaeae63ba3506a5ee543caeddf3519d7 + (key_const_reference) - std::ratio - a02828.html - _Num - _Den + __gnu_pbds::trie_tag + a11857.html + __gnu_pbds::basic_branch_tag - std::ratio_equal - a02840.html + __gnu_pbds::detail::trie_traits + a12265.html + + + + Node_Update - integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > - std::ratio_not_equal - a02844.html + __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > + a12509.html - integral_constant< bool, !ratio_equal< _R1, _R2 >::value > - - - std::raw_storage_iterator - a06776.html + Node_Update - iterator< output_iterator_tag, void, void, void, void > - void - difference_type - a06672.html - a7fc5091a6bee76d7bfc6ece04e4050f9 + base_type::_Node_citer< node, leaf, head, inode, const_iterator, iterator, _Alloc > + node_const_iterator + a12509.html + a52596c1faa5ae4c55f2cbb7872c0e478 - output_iterator_tag - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 + Node_Update< node_const_iterator, node_iterator, _ATraits, _Alloc > + node_update + a12509.html + a1d89507b401632d21a8afa5f8475db88 - void - pointer - a06672.html - a69bffe0bd881194df5ff48fec79066de + __gnu_pbds::detail::synth_access_traits< type_traits, false, access_traits > + synth_access_traits + a12509.html + a076ca568f4c7eea0eddeca4690af15c9 + + + __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > + a12513.html + + + Node_Update + - void - reference - a06672.html - abb17838f15d32971ad823036c6593aef + base_type::_Node_citer< node, leaf, head, inode, const_iterator, iterator, _Alloc > + node_const_iterator + a12513.html + a6b9b24aec02d5b81b47bdad843750d4f - void - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 + Node_Update< node_const_iterator, node_iterator, _ATraits, _Alloc > + node_update + a12513.html + a19326cc52a16fcfc9afe45cdfbb100bd + + + + __gnu_pbds::detail::synth_access_traits< type_traits, true, access_traits > + synth_access_traits + a12513.html + a2ae24123cf94f809e6baf7cb21b97b3d + + __gnu_pbds::trivial_iterator_tag + a11793.html + + + std::try_to_lock_t + a06969.html + - std::recursive_mutex - a02728.html + std::tuple + a03057.html + _Elements + _Tuple_impl< 0, _Elements... > - std::recursive_timed_mutex - a02736.html + tuple< _Bound_args... > + a03057.html + _Tuple_impl< 0, _Elements... > - std::reference_wrapper - a05776.html - _Tp - _Reference_wrapper_base< remove_cv< _Tp >::type > + tuple< _ForwardIterator1, _ForwardIterator1, equal_to<> > + a03057.html + _Tuple_impl< 0, _Elements... > - std::regex_error - a05912.html - std::runtime_error - - - regex_error - a05912.html - a44d4ab569c3f1f9146b8cb4b1f4897c0 - (regex_constants::error_type __ecode) - - - regex_constants::error_type - code - a05912.html - a3fa7937e28854ac53d3e7b51e1cca6a3 - () const - - - virtual const char * - what - a02920.html - a261a33056182b4b5f047e7061d716380 - () const _GLIBCXX_TXN_SAFE_DYN noexcept - + tuple< _MutexTypes &... > + a03057.html + _Tuple_impl< 0, _Elements... > - std::regex_iterator - a05804.html - + std::tuple< _T1, _T2 > + a03117.html - - - regex_iterator - a05804.html - a250b3887f719eef6cf7d6890d358c3dd - () - - - - regex_iterator - a05804.html - a656c2c42931bc138a1cc6e545cb16651 - (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, regex_constants::match_flag_type __m=regex_constants::match_default) - - - - regex_iterator - a05804.html - acfdfb9076f465a72167f42544d9985f0 - (const regex_iterator &__rhs)=default - - - bool - operator!= - a05804.html - abe94cc1f28f80b82f02726271d45945c - (const regex_iterator &__rhs) const - - - const value_type & - operator* - a05804.html - a9187e8d21e8fb3a8be3c06f8a5a8554a - () const - - - regex_iterator & - operator++ - a05804.html - af1cd40b1c657b09254c830a6db8bd207 - () - - - regex_iterator - operator++ - a05804.html - a5cc20a645b74551c5130c8740fe96d9e - (int) - - - const value_type * - operator-> - a05804.html - a465e4b1cda67dd77409854aae4867e13 - () const - - - regex_iterator & - operator= - a05804.html - a761e0ef59896fef350e81dcf4e61f8dd - (const regex_iterator &__rhs)=default - - - bool - operator== - a05804.html - a169d2b9c6e4b8122042845fb975eca52 - (const regex_iterator &__rhs) const - + _Tuple_impl< 0, _T1, _T2 > - std::regex_token_iterator - a05808.html + tuple< std::array< _Tp, _Len >, _Pred > + a03057.html + _Tuple_impl< 0, _Elements... > + + + std::tuple_element + a01841.html + _Int + + + std::tuple_element< 0, pair< _Tp1, _Tp2 > > + a04001.html - - - regex_token_iterator - a05808.html - a8c4dd6b95c7ec9b573640afc5969ef1f - () - - - - regex_token_iterator - a05808.html - af7deee1721c6ee10358595d44e19435a - (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, int __submatch=0, regex_constants::match_flag_type __m=regex_constants::match_default) - - - - regex_token_iterator - a05808.html - a53babd11badb91fd6a656a80013b4dcd - (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, const std::vector< int > &__submatches, regex_constants::match_flag_type __m=regex_constants::match_default) - - - - regex_token_iterator - a05808.html - a55751b985986e1d848bf38628888b40c - (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, initializer_list< int > __submatches, regex_constants::match_flag_type __m=regex_constants::match_default) - - - - regex_token_iterator - a05808.html - a035a02e7d0ca95caa7bbd96f5e333d77 - (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, const int(&__submatches)[_Nm], regex_constants::match_flag_type __m=regex_constants::match_default) - - - - regex_token_iterator - a05808.html - a32e6d85c9cd633eeb2ef43d63e54de5f - (const regex_token_iterator &__rhs) - - - bool - operator!= - a05808.html - a6446149296f14aee3eef4ac516a96f52 - (const regex_token_iterator &__rhs) const - - - const value_type & - operator* - a05808.html - a0ae03837c2bb4c283a500b70e00743bd - () const - - - regex_token_iterator & - operator++ - a05808.html - a7d7768b8573112a25b0f2a567fd2b72c - () - - - regex_token_iterator - operator++ - a05808.html - a699a85d3f9aed40a35d338596b8b2f9e - (int) - - - const value_type * - operator-> - a05808.html - aec95fbb6d9ff5cca02e86c2f8bdd3de9 - () const - - - regex_token_iterator & - operator= - a05808.html - a7701c80539dd9bb567d519151fe0484f - (const regex_token_iterator &__rhs) - - - bool - operator== - a05808.html - a075cbb0e00f38573d223b5590ac9c438 - (const regex_token_iterator &__rhs) const - - - std::regex_traits - a05792.html - _Ch_type - - - regex_traits - a05792.html - a4db88d5c982e69fbd0202c02de2f714a - () - - - locale_type - getloc - a05792.html - aca8761334621d52895e4518448b6773c - () const - - - locale_type - imbue - a05792.html - ae1d71eed7ede0411f443426e1d0b781d - (locale_type __loc) - - - bool - isctype - a05792.html - ad819d5f658133c4dd71c1fa5a7cb9031 - (_Ch_type __c, char_class_type __f) const - - - char_class_type - lookup_classname - a05792.html - ae475712d0d2b637992cfe799ea83d99c - (_Fwd_iter __first, _Fwd_iter __last, bool __icase=false) const - - - string_type - lookup_collatename - a05792.html - ac1a97012352a2ccef114895cfb08307c - (_Fwd_iter __first, _Fwd_iter __last) const - - - string_type - transform - a05792.html - af4d286d995ec6ff200854960c15b78c8 - (_Fwd_iter __first, _Fwd_iter __last) const - - - string_type - transform_primary - a05792.html - a31b5b84c5919d3fd0658cf8c18df0160 - (_Fwd_iter __first, _Fwd_iter __last) const - - - char_type - translate - a05792.html - a001a4c2c5d9b06d4cc7e9a83310255c4 - (char_type __c) const - - - char_type - translate_nocase - a05792.html - aa92edaaafe63f2333dc9d1ce9167c0f3 - (char_type __c) const - - - int - value - a05792.html - a5b1afcb8b3cb7d323dfb6fc8db08310a - (_Ch_type __ch, int __radix) const - - - static std::size_t - length - a05792.html - a2d1679803ff038b130a3ac2d545da164 - (const char_type *__p) - + + std::tuple_element< 0, tuple< _Head, _Tail... > > + a03129.html + + _Tail - - std::reverse_iterator - a06612.html - _Iterator - iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > - - iterator_traits< _Iterator >::iterator_category - iterator_category - a06672.html - a3d32527bfebba5c0459df1390cef50a9 - - - - iterator_traits< _Iterator >::value_type - value_type - a06672.html - af9f36b7adb257959eef192b9282f1284 - - - - _GLIBCXX17_CONSTEXPR - reverse_iterator - a06612.html - a4326966837069ac59f22820fadf8ae3a - () - - - _GLIBCXX17_CONSTEXPR - reverse_iterator - a06612.html - a5c105d8935b69f75c65bdebc9bcef331 - (iterator_type __x) - - - _GLIBCXX17_CONSTEXPR - reverse_iterator - a06612.html - abcf630bfb989602beb089b2242b75cad - (const reverse_iterator &__x) - - - _GLIBCXX17_CONSTEXPR - reverse_iterator - a06612.html - ae754a0cb3c4328241516606ef71440b0 - (const reverse_iterator< _Iter > &__x) - - - _GLIBCXX17_CONSTEXPR iterator_type - base - a06612.html - ad85fb13476e605fa2136ecb649190e03 - () const - - - _GLIBCXX17_CONSTEXPR reference - operator* - a06612.html - a7af5d174f9cb1016e5028e6a8716753b - () const - - - _GLIBCXX17_CONSTEXPR reverse_iterator - operator+ - a06612.html - a936c0491dbd3dfadfdbee626478b7009 - (difference_type __n) const - - - _GLIBCXX17_CONSTEXPR reverse_iterator & - operator++ - a06612.html - a785ca20b14ac95ee033695423ecf1d53 - () - - - _GLIBCXX17_CONSTEXPR reverse_iterator - operator++ - a06612.html - a27c37221dec91844c7a72cb9dc28441d - (int) - - - _GLIBCXX17_CONSTEXPR reverse_iterator & - operator+= - a06612.html - a2060fd42f847719055e4b416650824ea - (difference_type __n) - - - _GLIBCXX17_CONSTEXPR reverse_iterator - operator- - a06612.html - a3942515868778c8f04f5b34fd78d1fce - (difference_type __n) const - - - _GLIBCXX17_CONSTEXPR reverse_iterator & - operator-- - a06612.html - a013970df0401622fc82f1e3b4aafeb73 - () - - - _GLIBCXX17_CONSTEXPR reverse_iterator - operator-- - a06612.html - ac7ab8ae9e2d74a1456d6d835e3de74e5 - (int) - - - _GLIBCXX17_CONSTEXPR reverse_iterator & - operator-= - a06612.html - a194e833ea2d84161f1bf3f996d1d1d5f - (difference_type __n) - - - _GLIBCXX17_CONSTEXPR pointer - operator-> - a06612.html - ab256f3da0cdc3212fd9f676e70fcfa74 - () const - - - _GLIBCXX17_CONSTEXPR reference - operator[] - a06612.html - a4dadeeb9101dbd3d257043519e6e35f8 - (difference_type __n) const - + + std::tuple_element< 1, pair< _Tp1, _Tp2 > > + a04005.html + + - std::runtime_error - a02920.html - std::exception - - - runtime_error - a02920.html - afce1a363a3b2215518ac16649f8b04c8 - (const string &__arg) _GLIBCXX_TXN_SAFE - - - virtual const char * - what - a02920.html - a261a33056182b4b5f047e7061d716380 - () const _GLIBCXX_TXN_SAFE_DYN noexcept - + tuple_element< __i - 1, tuple< _Tail... > > + a01841.html + + + std::tuple_element< __i, tuple< _Head, _Tail... > > + a03125.html + __i + + _Tail + tuple_element< __i - 1, tuple< _Tail... > > + + + std::tuple_element< __i, tuple<> > + a03133.html + __i + + + std::tuple_element< _Int, array< _Tp, _Nm > > + a01845.html + _Int + + _Nm + + + std::tuple_size + a01833.html + + + + std::tuple_size< array< _Tp, _Nm > > + a01837.html + + _Nm + integral_constant< std::size_t, _Nm > + + + std::tuple_size< pair< _Tp1, _Tp2 > > + a03997.html + + + integral_constant< size_t, 2 > - - std::scoped_allocator_adaptor - a02864.html - _OuterAlloc - _InnerAllocs + + std::tuple_size< tuple< _Elements... > > + a03121.html + _Elements + integral_constant< size_t, sizeof...(_Elements)> + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type + a12185.html + + + std::type_index + a03217.html - std::seed_seq - a05584.html - - uint_least32_t - result_type - a05584.html - a3079b6a05bc5cce0bfed0a6a59c29590 - + std::type_info + a01773.html + + virtual + ~type_info + a01773.html + a8704eaa0f305509d41fa695036a69494 + () - - seed_seq - a05584.html - a125513e09d016c8a95dba3ce653c8001 - () noexcept + const char * + name + a01773.html + afe60508ee089cebbd056bd50dfc7c3d7 + () const noexcept + + __gnu_pbds::detail::types_traits + a12161.html + + + + Store_Hash + __gnu_pbds::detail::maybe_null_type + - std::set - a06732.html - _Key - _Compare - _Alloc - - _Key - key_type - a06732.html - a8629917347e6dc60f7b778017591ac89 - - - - _Key - value_type - a06732.html - a3e752147bbbb2d617e85d6a9f15cd57b - - - - _Compare - key_compare - a06732.html - a7ef2f84268354d05e7213606d2f364c9 - - + types_traits< Key, Mapped, _Alloc, false > + a12161.html + __gnu_pbds::detail::maybe_null_type + + + __gnu_cxx::unary_compose + a08705.html + + + unary_function< _Operation2::argument_type, _Operation1::result_type > - _Compare - value_compare - a06732.html - a2d638b35695b151f99f992e5048cb58d + _Operation2::argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Alloc - allocator_type - a06732.html - a3cfe51976315c0c1fbe62ac14c98e1f7 + _Operation1::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + std::unary_function + a07153.html + + - _Alloc_traits::pointer - pointer - a06732.html - ab09384f7a9772d0e8c6175b572db898d + _Arg + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Alloc_traits::const_pointer - const_pointer - a06732.html - a3d7226decb850440d394df1dafae0984 + _Result + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< __gnu_cxx::throw_value_limit, size_t > + a07153.html - _Alloc_traits::reference - reference - a06732.html - a9e362ba78518dfe70c4ea6159cae235a + __gnu_cxx::throw_value_limit + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Alloc_traits::const_reference - const_reference - a06732.html - a8d75c5991f7b0318f9390ed0a960a805 + size_t + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< __gnu_cxx::throw_value_random, size_t > + a07153.html - _Rep_type::const_iterator - iterator - a06732.html - ab67be28282428ca9d7bd2f77a5507c1a + __gnu_cxx::throw_value_random + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Rep_type::const_iterator - const_iterator - a06732.html - a3d51d0ac851fe6c1b5d59e3b5aacfe57 + size_t + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _FirstArgumentType, _ResultType > + a07153.html - _Rep_type::const_reverse_iterator - reverse_iterator - a06732.html - ab7b54ee87cf04d32f163e87e1bd0b5c5 + _FirstArgumentType + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Rep_type::const_reverse_iterator - const_reverse_iterator - a06732.html - ab28676718c0dc84a292b8998fa943c83 + _ResultType + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Functor::argument_type, _Functor::result_type > + a07153.html - _Rep_type::size_type - size_type - a06732.html - ad9837325cd001566e32eb95539a8ded5 + _Functor::argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Rep_type::difference_type - difference_type - a06732.html - a1209ccfa7ee8ec775e03282e07a4d3ab + _Functor::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 - - - set - a06732.html - a907d82d36716f9e488b991958f58f6aa - ()=default - - - - set - a06732.html - aed34d26628e845f2b7e0eb45959ef0fc - (const _Compare &__comp, const allocator_type &__a=allocator_type()) - - - - set - a06732.html - a5c24e6efdb6526f5a28e7c54af8e3e15 - (_InputIterator __first, _InputIterator __last) - - - - set - a06732.html - a0b099bbbac6aef91b91c671c3e231979 - (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) - - - - set - a06732.html - adb05c13eee25271b092edf7878379cb5 - (const set &)=default - - - - set - a06732.html - a2ab389e91f3dc70a3e9a9e69067283ae - (set &&)=default - - - - set - a06732.html - acdf4b44f5a2f222c735237d763b89eaa - (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) - - - - set - a06732.html - a943aa95cb4e637b9b3199cb63cd247b0 - (const allocator_type &__a) - - - - set - a06732.html - a06c8c1519399c9811fd0bfe2702f5c3b - (const set &__x, const allocator_type &__a) - - - - set - a06732.html - a5ef0930efbfe6211c06de5d4e4e7a253 - (set &&__x, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) - - - - set - a06732.html - aaf9732d21b9343b12f3117fe3b87a6f3 - (initializer_list< value_type > __l, const allocator_type &__a) - - - - set - a06732.html - ac33c85b1fbf245c21fe0965b7e7eca59 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a) - - - - ~set - a06732.html - aeef30db5984855d4fc426da2aa51562f - ()=default - - - iterator - begin - a06732.html - ae74861993e8ffc668813a1face48447b - () const noexcept - - - iterator - cbegin - a06732.html - a39e7d303fb234db62a1faa6df63f4604 - () const noexcept - - - iterator - cend - a06732.html - a5d2030f67826e8bfea0b6dce51e792b7 - () const noexcept - - - void - clear - a06732.html - ad06b71a81f86eca8862b0cbc0572622c - () noexcept - - - reverse_iterator - crbegin - a06732.html - aa748ce25c53c595cbb332058bf1841d3 - () const noexcept - - - reverse_iterator - crend - a06732.html - abb253be090c388adfba1f54046c0f416 - () const noexcept - - - std::pair< iterator, bool > - emplace - a06732.html - af16da8812db504af3bbf8a682de754d6 - (_Args &&... __args) - - - iterator - emplace_hint - a06732.html - ae4eb02463d17b44a49e6d916d05548fe - (const_iterator __pos, _Args &&... __args) - - - bool - empty - a06732.html - af5f37a9e0561eb1ae89988aaefc4476e - () const noexcept - - - iterator - end - a06732.html - a7a35e9e918f87c423c9f1f2362151b26 - () const noexcept - - - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06732.html - a2122b626db1a6a97c0bec69f4e766591 - (const_iterator __position) - - - size_type - erase - a06732.html - af75595c05a003b09225a0367cbe4d468 - (const key_type &__x) - - - _GLIBCXX_ABI_TAG_CXX11 iterator - erase - a06732.html - aa73f253934bbb48e214bb21b89812cbb - (const_iterator __first, const_iterator __last) - - - allocator_type - get_allocator - a06732.html - ad6674974a5ecbd2df498227c9ed63ce2 - () const noexcept - - - std::pair< iterator, bool > - insert - a06732.html - af168dfb4d8e0515557884b2619117c78 - (const value_type &__x) - - - iterator - insert - a06732.html - abe856758e09628d4ec26d1e77ceee152 - (const_iterator __position, const value_type &__x) - - - void - insert - a06732.html - aa383fd1111f8ced96c22eacf1e42c258 - (_InputIterator __first, _InputIterator __last) - - - void - insert - a06732.html - a555b9e2cf15a4d3aac095883904743a8 - (initializer_list< value_type > __l) - - - key_compare - key_comp - a06732.html - a9b148fa88cbd84df31e19b1d9e531724 - () const - - - size_type - max_size - a06732.html - a84c5ddf1dff1dbdb8583cfabe3605b86 - () const noexcept - - - set & - operator= - a06732.html - a8ffd6bc39d7e301ec0f77568e4c531c2 - (const set &)=default - - - set & - operator= - a06732.html - afc8c71ffd02970fa13cd6f6fbd40682b - (set &&)=default - - - set & - operator= - a06732.html - a8e269a4d9e589df1ef1bc6df659e7a96 - (initializer_list< value_type > __l) - - - reverse_iterator - rbegin - a06732.html - a9c6f4b02f2ed2c82963fce15fb3d24ee - () const noexcept - - - reverse_iterator - rend - a06732.html - afaa0621475cc933cf5a668a4db9fd851 - () const noexcept - - - size_type - size - a06732.html - ab21409945167dfbfd999f005739cbc2a - () const noexcept - - - void - swap - a06732.html - a2ad1ef1062ee331c848605434d1d5ef6 - (set &__x) noexcept(/*conditional */) - - - value_compare - value_comp - a06732.html - a2fbb062a8014c9444365d2bedd0ced48 - () const - - - size_type - count - a06732.html - a1164f8c8d8b92b1b4be8a313cede8abe - (const key_type &__x) const - - - auto - count - a06732.html - a659cf2314514a8cf2d6ecc68d08bf2ca - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - - - iterator - find - a06732.html - af20eddb69820079242b06871210f9b06 - (const key_type &__x) - - - const_iterator - find - a06732.html - af9b85bc6147d2b93a7a470ab20baab1a - (const key_type &__x) const - - - auto - find - a06732.html - a70c1741d5e747b2b0a3ae6217fc5906d - (const _Kt &__x) -> decltype(iterator - - - auto - find - a06732.html - ac46165e1a88cdf7f318309c2c35f028d - (const _Kt &__x) const -> decltype(const_iterator - - - iterator - lower_bound - a06732.html - ae0623408c438fcbe7426deb496d3fd36 - (const key_type &__x) - - - const_iterator - lower_bound - a06732.html - abfcf2991ff3683e095dd11d089e7117c - (const key_type &__x) const - - - auto - lower_bound - a06732.html - a4ba764c0f23024700dfa99b600909b34 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - - - auto - lower_bound - a06732.html - a91a143d5a364b10a3a13f6502ef0c23e - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - - - iterator - upper_bound - a06732.html - ae03b8775010d8dc4709a4d34013964d7 - (const key_type &__x) - - - const_iterator - upper_bound - a06732.html - a53e2535b0fb16518b7ad89cd3d6088e8 - (const key_type &__x) const - - - auto - upper_bound - a06732.html - ae1dc65477a3821784762efba7f606522 - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - - auto - upper_bound - a06732.html - aaabacc65cbc611e1f48789de8da83919 - (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - - std::pair< iterator, iterator > - equal_range - a06732.html - af9f201350c153d3da65fe02191c0129f - (const key_type &__x) - - - std::pair< const_iterator, const_iterator > - equal_range - a06732.html - ae0872a3e56b0583c37aab5d20514b479 - (const key_type &__x) const - - - auto - equal_range - a06732.html - aad7aaff6e514ff8b528c0d6138342198 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - - - auto - equal_range - a06732.html - aae9750edc8da201383f8894b70bbda0b - (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) - + + + unary_function< _Operation2::argument_type, _Operation1::result_type > + a07153.html - _Key - key_type - a06732.html - a8629917347e6dc60f7b778017591ac89 + _Operation2::argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Key - value_type - a06732.html - a3e752147bbbb2d617e85d6a9f15cd57b + _Operation1::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Operation::first_argument_type, _Operation::result_type > + a07153.html - _Compare - key_compare - a06732.html - a7ef2f84268354d05e7213606d2f364c9 + _Operation::first_argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Compare - value_compare - a06732.html - a2d638b35695b151f99f992e5048cb58d + _Operation::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Operation::second_argument_type, _Operation::result_type > + a07153.html - _Alloc - allocator_type - a06732.html - a3cfe51976315c0c1fbe62ac14c98e1f7 + _Operation::second_argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Alloc_traits::pointer - pointer - a06732.html - ab09384f7a9772d0e8c6175b572db898d + _Operation::result_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Pair, _Pair::first_type > + a07153.html - _Alloc_traits::const_pointer - const_pointer - a06732.html - a3d7226decb850440d394df1dafae0984 + _Pair + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Alloc_traits::reference - reference - a06732.html - a9e362ba78518dfe70c4ea6159cae235a + _Pair::first_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Pair, _Pair::second_type > + a07153.html - _Alloc_traits::const_reference - const_reference - a06732.html - a8d75c5991f7b0318f9390ed0a960a805 + _Pair + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Rep_type::const_iterator - iterator - a06732.html - ab67be28282428ca9d7bd2f77a5507c1a + _Pair::second_type + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Predicate::argument_type, bool > + a07153.html - _Rep_type::const_iterator - const_iterator - a06732.html - a3d51d0ac851fe6c1b5d59e3b5aacfe57 + _Predicate::argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Rep_type::const_reverse_iterator - reverse_iterator - a06732.html - ab7b54ee87cf04d32f163e87e1bd0b5c5 + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _SecondArgumentType, _ResultType > + a07153.html - _Rep_type::const_reverse_iterator - const_reverse_iterator - a06732.html - ab28676718c0dc84a292b8998fa943c83 + _SecondArgumentType + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - _Rep_type::size_type - size_type - a06732.html - ad9837325cd001566e32eb95539a8ded5 + _ResultType + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + unary_function< _Tp *, _Ret > + a07153.html - _Rep_type::difference_type - difference_type - a06732.html - a1209ccfa7ee8ec775e03282e07a4d3ab + _Tp * + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - size_type - count - a06732.html - a1164f8c8d8b92b1b4be8a313cede8abe - (const key_type &__x) const - - - auto - count - a06732.html - a659cf2314514a8cf2d6ecc68d08bf2ca - (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) - - - iterator - find - a06732.html - af20eddb69820079242b06871210f9b06 - (const key_type &__x) - - - const_iterator - find - a06732.html - af9b85bc6147d2b93a7a470ab20baab1a - (const key_type &__x) const - - - auto - find - a06732.html - a70c1741d5e747b2b0a3ae6217fc5906d - (const _Kt &__x) -> decltype(iterator - - - auto - find - a06732.html - ac46165e1a88cdf7f318309c2c35f028d - (const _Kt &__x) const -> decltype(const_iterator - - - iterator - lower_bound - a06732.html - ae0623408c438fcbe7426deb496d3fd36 - (const key_type &__x) - - - const_iterator - lower_bound - a06732.html - abfcf2991ff3683e095dd11d089e7117c - (const key_type &__x) const - - - auto - lower_bound - a06732.html - a4ba764c0f23024700dfa99b600909b34 - (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) - - - auto - lower_bound - a06732.html - a91a143d5a364b10a3a13f6502ef0c23e - (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) - - - iterator - upper_bound - a06732.html - ae03b8775010d8dc4709a4d34013964d7 - (const key_type &__x) - - - const_iterator - upper_bound - a06732.html - a53e2535b0fb16518b7ad89cd3d6088e8 - (const key_type &__x) const - - - auto - upper_bound - a06732.html - ae1dc65477a3821784762efba7f606522 - (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - - auto - upper_bound - a06732.html - aaabacc65cbc611e1f48789de8da83919 - (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) - - - std::pair< iterator, iterator > - equal_range - a06732.html - af9f201350c153d3da65fe02191c0129f - (const key_type &__x) - - - std::pair< const_iterator, const_iterator > - equal_range - a06732.html - ae0872a3e56b0583c37aab5d20514b479 - (const key_type &__x) const + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - auto - equal_range - a06732.html - aad7aaff6e514ff8b528c0d6138342198 - (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + unary_function< _Tp, _Ret > + a07153.html + + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - auto - equal_range - a06732.html - aae9750edc8da201383f8894b70bbda0b - (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - std::shared_future - a02352.html - _Res - std::__basic_future + unary_function< _Tp, _Tp > + a07153.html - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - - shared_future - a02352.html - ab0585fede8d0e3b41307b4a91b44fcff - (const shared_future &__sf) + + _Tp + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - - shared_future - a02352.html - aa1f48e4ac60e93f1eccaf5c4992e5af9 - (future< _Res > &&__uf) noexcept + + + unary_function< _Tp, bool > + a07153.html + + _Tp + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - - shared_future - a02352.html - a39eb67ba5bfeda967888f6f8fafd0de8 - (shared_future &&__sf) noexcept + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - const _Res & - get - a02352.html - a5684fd5dd1daebc3b81737fbc6d60390 - () const + + + unary_function< argument_type, bool > + a07153.html + + argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - std::shared_future< _Res & > - a02468.html - - __basic_future< _Res &> + unary_function< const _Tp *, _Ret > + a07153.html - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 + const _Tp * + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - - shared_future - a02468.html - abf5c5217a5d88d363cf2b0c09b44b4a0 - (const shared_future &__sf) + + _Ret + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - - shared_future - a02468.html - a9fa8ab7bbe6469a0d4f3f2e246db6a8d - (future< _Res &> &&__uf) noexcept + + + unary_function< std::pair< _Tp, _Tp >, bool > + a07153.html + + std::pair< _Tp, _Tp > + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - - shared_future - a02468.html - ae6d05bb66171df7a69ccbcf3d0a14059 - (shared_future &&__sf) noexcept + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - - _Res & - get - a02468.html - a07561897cc476a3a01878bd17cf1eb75 - () const + + + unary_function< unsigned int, unsigned int > + a07153.html + + unsigned int + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 + - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const + + unsigned int + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + - std::shared_future< void > - a02472.html - __basic_future< void > + std::unary_negate + a07393.html + + unary_function< _Predicate::argument_type, bool > - unique_ptr< _Res, _Result_base::_Deleter > - _Ptr - a02364.html - a832cc3cad4729e395bea2475e1b3a741 + _Predicate::argument_type + argument_type + a07153.html + a6e96c92b2592035c938f85ab1da1c876 - - - shared_future - a02472.html - ad638460091d07d1688a8fdb974acacc5 - (const shared_future &__sf) + + bool + result_type + a07153.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + __gnu_parallel::unbalanced_tag + a09265.html + __gnu_parallel::parallel_tag - - shared_future - a02472.html - a98919d50a2faca6306005a458236176f - (future< void > &&__uf) noexcept + _ThreadIndex + __get_num_threads + a09253.html + a18b32829b31b902699690b750e190e59 + () - - shared_future - a02472.html - ad2689035011932d007e07c10e1e48d47 - (shared_future &&__sf) noexcept - - - __result_type - _M_get_result - a02452.html - a71d62e5218e561c5c4507eb3e7f70474 - () const + void + set_num_threads + a09253.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) - std::shared_lock - a02892.html - _Mutex + std::underflow_error + a02977.html + std::runtime_error + + virtual const char * + what + a02965.html + a45f5b9c4b7141ac429bf6ea99a7ff6bf + () const noexcept + + + + std::underlying_type + a03921.html + - std::shared_ptr - a05936.html - _Tp - - constexpr - shared_ptr - a05936.html - a4497f1d5421073bd8c1ee305414c4e80 - () noexcept - - - - shared_ptr - a05936.html - a7752bdf2d4dc3f4f5719fd05f2d92089 - (_Yp *__p) - - - - shared_ptr - a05936.html - a8b115d3d42304820c9942ddeb58644ee - (_Yp *__p, _Deleter __d) - - - - shared_ptr - a05936.html - a893642e27fcab50317ba7d91392c0871 - (nullptr_t __p, _Deleter __d) + std::uniform_int_distribution + a07741.html + + std::uniform_int_distribution::param_type + + _IntType + result_type + a07741.html + a6ffc8f43a333c2aa683fe284df6d7be3 + - shared_ptr - a05936.html - a2b1f604b01d6faf7ed627624968e76b8 - (_Yp *__p, _Deleter __d, _Alloc __a) + uniform_int_distribution + a07741.html + a1b42b6db93c3e5e5d27d98e643ec3e56 + () - shared_ptr - a05936.html - a124c2b4fe2cd0d7651eefd22ead8f2ec - (nullptr_t __p, _Deleter __d, _Alloc __a) + uniform_int_distribution + a07741.html + acc09b92e968ded8e0990c9b1a2150a35 + (_IntType __a, _IntType __b=__gnu_cxx::__int_traits< _IntType >::__max) - - shared_ptr - a05936.html - a9c6e4362646c04f78bbaf043f90eb835 - (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + result_type + max + a07741.html + aa54fab480296167c634342e2f0222ef7 + () const - - shared_ptr - a05936.html - a1dad8483fa6f0d7507549bb8200c4de9 - (const shared_ptr< _Yp > &__r) noexcept + result_type + min + a07741.html + a6e74f2a2cb1d736ac814efd4691f7fe0 + () const - - shared_ptr - a05936.html - a5bd9976c3d66cf2a62904ebaeeab76e6 - (shared_ptr &&__r) noexcept + result_type + operator() + a07741.html + abf684da0c8946d9bc4156b44402613eb + (_UniformRandomBitGenerator &__urng) - - shared_ptr - a05936.html - a21c103ae1494cc05477bd22ec5c284fc - (shared_ptr< _Yp > &&__r) noexcept + param_type + param + a07741.html + afe06b7c82cfcd532367a8fbf1777156f + () const - - shared_ptr - a05936.html - aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 - (const weak_ptr< _Yp > &__r) + void + param + a07741.html + a65a393980944ebc11e0ea286a327d05b + (const param_type &__param) - constexpr - shared_ptr - a05936.html - ac924c816f979c01f5adc42407b2fac83 - (nullptr_t) noexcept + void + reset + a07741.html + a0a3d8e2f31efa9279eae703aef76632c + () - - friend shared_ptr< _Yp > - allocate_shared - a05936.html - aae3d23f345adfb0284614b4d1bfdd7b3 - (const _Alloc &__a, _Args &&... __args) + + friend bool + operator== + a07741.html + a7f0e34979e94f5145c2092483ee0fca9 + (const uniform_int_distribution &__d1, const uniform_int_distribution &__d2) - - std::shared_timed_mutex - a02888.html - std::__shared_mutex_cv - - - std::shuffle_order_engine - a05420.html - _RandomNumberEngine - __k + + std::uniform_real_distribution + a06357.html + + std::uniform_real_distribution::param_type - _RandomNumberEngine::result_type + _RealType result_type - a05420.html - a7f5d3952ecee856c85fa9bbb6bd608dc + a06357.html + a6cbfd150bdd9f1a1d5e7b54605b4707c - shuffle_order_engine - a05420.html - a1c37fc430a7cf2349c132c90f0801923 + uniform_real_distribution + a06357.html + aa81bf32e6d6351eb4e5bd02a09932917 () - shuffle_order_engine - a05420.html - a228bba34a29fdf432372dc6f605d0330 - (const _RandomNumberEngine &__rng) - - - - shuffle_order_engine - a05420.html - a4b9cec5ade2194c8ceeffb2681b18699 - (_RandomNumberEngine &&__rng) - - - - shuffle_order_engine - a05420.html - a70fed621d89883c406dc36076bd9729f - (result_type __s) - - - - shuffle_order_engine - a05420.html - a281bbe063224c9ba2010c1ecf6e22f6c - (_Sseq &__q) + uniform_real_distribution + a06357.html + a55d1541272b6cf9bc5233f7197e914de + (_RealType __a, _RealType __b=_RealType(1)) - const _RandomNumberEngine & - base - a05420.html - aab272ea29efec90e55bf5dd9e6a5b87f - () const noexcept + result_type + max + a06357.html + aa66df100cde48499a2ba6b2cca3d1554 + () const - void - discard - a05420.html - ad057867e94320322ce2b19478b942244 - (unsigned long long __z) + result_type + min + a06357.html + a7e6fbfe7a4278ebf8a85cb9b4afa6ec2 + () const result_type operator() - a05420.html - af3cc39eaa42c2d1177cd98fa8e2e91e3 - () + a06357.html + ae424a70312170d3b285bf6039b58cb58 + (_UniformRandomNumberGenerator &__urng) - void - seed - a05420.html - a6694efb9e8aeb7591edfa921d9b9b660 - () + param_type + param + a06357.html + a3122c357fd99615bbd4a8c488f7d6736 + () const void - seed - a05420.html - ae8b8fd06503a7059d60289378438f9d2 - (result_type __s) + param + a06357.html + af4f7361528ea5e52ba65da30a8172ec4 + (const param_type &__param) void - seed - a05420.html - abe5a3baf6c342e223870a9ec3b2563c0 - (_Sseq &__q) - - - static constexpr result_type - max - a05420.html - a1d0bd67aff4969f4a202719edd2c4f5b - () - - - static constexpr result_type - min - a05420.html - a113fdc5d67d45435e869a9e905a3c658 + reset + a06357.html + a32de9a167158ce4d66cf0b07296a13c8 () - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05420.html - a3f5b86dc97ab5a895d0860b6414f9350 - (std::basic_ostream< _CharT, _Traits > &__os, const std::shuffle_order_engine< _RandomNumberEngine1, __k1 > &__x) - - friend bool operator== - a05420.html - ac60decfccc6547c45fe37a9cf0cb23f0 - (const shuffle_order_engine &__lhs, const shuffle_order_engine &__rhs) + a06357.html + a97a14cea3172313b1d430685a13e3dee + (const uniform_real_distribution &__d1, const uniform_real_distribution &__d2) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05420.html - ab19d98410e08562d78ed353f60ad4fc7 - (std::basic_istream< _CharT, _Traits > &__is, std::shuffle_order_engine< _RandomNumberEngine1, __k1 > &__x) + + + std::unique_lock + a07749.html + + + void + swap + a07749.html + a564966f88e940f77c7b4f3b19ff2cece + (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept - std::slice - a06152.html + std::unique_ptr + a07761.html + + - - slice - a01484.html - ga6a83c2410180b69ca38a2da2c4c984b9 - () + constexpr + unique_ptr + a07761.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + constexpr + unique_ptr + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept - slice - a01484.html - ga9cc9983faafa145460d264127f7fd816 - (size_t __o, size_t __d, size_t __s) + unique_ptr + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept - size_t - size - a01484.html - ga5b1a5398fdc4ecf20576f3cae02ea8fc - () const + + unique_ptr + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - size_t - start - a01484.html - gac5e75a2dd40a49ee555fc35d0eeacc1a - () const + + unique_ptr + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept - size_t - stride - a01484.html - gab9ee3d00a3ef2be02ac5895894b66ee7 - () const + + unique_ptr + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default - - - std::slice_array - a03752.html - _Tp - slice_array - a01484.html - ga886109b8edc60759a1c07ed209bf6110 - (const slice_array &) + unique_ptr + a07761.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept - void - operator &= - a01484.html - gadc4123a878dbaee0b0e8dea7aeb7216c - (const valarray< _Tp > &) const + + ~unique_ptr + a07761.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept - void - operator%= - a01484.html - ga51b2370973ce4cfa93b21428c23e3da0 - (const valarray< _Tp > &) const + pointer + get + a07761.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept - void - operator*= - a01484.html - ga2ae66c8e0229b65881780cb0dbd55ef8 - (const valarray< _Tp > &) const + const deleter_type & + get_deleter + a07761.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept - void - operator+= - a01484.html - gabffb22fe7508d7fb6b06e4ca76440fc0 - (const valarray< _Tp > &) const + deleter_type & + get_deleter + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept - void - operator-= - a01484.html - gaaa8967e72a60fc2b6f8f422dc970ea1f - (const valarray< _Tp > &) const + + operator bool + a07761.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept - void - operator/= - a01484.html - gaea8c21a277b5dfee1f7f4b09c556259d - (const valarray< _Tp > &) const + add_lvalue_reference< element_type >::type + operator* + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) - void - operator<<= - a01484.html - ga15a72598162a7183c3be5cfdcb43a94b - (const valarray< _Tp > &) const + pointer + operator-> + a07761.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept - slice_array & + unique_ptr & operator= - a01484.html - ga638dcc09b7202f5e671c6637bf01db31 - (const slice_array &) + a07761.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept - void + unique_ptr & operator= - a01484.html - gab5edb43da924e3c138ba22d29dc4c050 - (const valarray< _Tp > &) const + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default - void + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type operator= - a01484.html - ga3ddb6f583d7c7ef17b471662a4a7a7ac - (const _Tp &) const + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept - void - operator>>= - a01484.html - ga7ebc66086e23f1d4bb5cc554fedde16b - (const valarray< _Tp > &) const + pointer + release + a07761.html + af40585665f237aca4a3364726b3fdb1d + () noexcept void - operator^= - a01484.html - ga262449de3e39bbae18ab3bb911b2eb8b - (const valarray< _Tp > &) const + reset + a07761.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept void - operator|= - a01484.html - ga0cfe83bfd0c60d5f1b393bbddcc70889 - (const valarray< _Tp > &) const + swap + a07761.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept - - - std::stack - a06780.html - _Tp - _Sequence - - stack - a06780.html - ad95ef4166cdb0aa8bae1dcd7ae2839e4 - () + enable_if< __is_swappable< _Dp >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Tp, _Dp > &__x, unique_ptr< _Tp, _Dp > &__y) noexcept bool - empty - a06780.html - a86e3c205d6100cd4bb98b4b7e36bb35e - () const + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - void - pop - a06780.html - a16b93d714717c5af52a14ebd6fec11b7 - () + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept - void - push - a06780.html - a7efe15f8159c166b68a24486ec561608 - (const value_type &__x) + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept - size_type - size - a06780.html - a625c78a7dc1b563f9754e33879243f4e - () const + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - reference - top - a06780.html - adc6f199f89b9bcf05884bcfcf96e18ea - () + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept - const_reference - top - a06780.html - a9dd3184636ea0325d194346266e4e516 - () const - - - - std::student_t_distribution - a05488.html - _RealType - std::student_t_distribution::param_type - - _RealType - result_type - a05488.html - a63439550169b26a1333639493db44e3b - + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept - result_type - max - a05488.html - a3aa9a19c585c414c605558b3af9a86ec - () const + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - result_type - min - a05488.html - a40bd6b63baec90b927fc13bb5d3b2bba - () const + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - result_type - operator() - a05488.html - a79b8f920240c03c968f96fc34b15c409 - (_UniformRandomNumberGenerator &__urng) + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - param_type - param - a05488.html - af8715393519007f3325e7b696fc07967 - () const + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - void - param - a05488.html - a1419abb07831366ab3d01907a8057427 - (const param_type &__param) + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - void - reset - a05488.html - a48d5f501c9847b3688480efece2a0f8c - () - - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05488.html - a933f8fad751874c75b687b3c6db144b4 - (std::basic_ostream< _CharT, _Traits > &__os, const std::student_t_distribution< _RealType1 > &__x) - - - friend bool - operator== - a05488.html - a50ff04920a1b422339cdf87368d1bb36 - (const student_t_distribution &__d1, const student_t_distribution &__d2) - - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05488.html - a23626484794f6d9d4377d3fa16989f91 - (std::basic_istream< _CharT, _Traits > &__is, std::student_t_distribution< _RealType1 > &__x) - - - - std::student_t_distribution::param_type - a05492.html - - - std::sub_match - a05800.html - _BiIter - pair< _BiIter, _BiIter > - - _PCC<!is_same< _BiIter, _U1 >::value||!is_same< _BiIter, _U2 >::value, _BiIter, _BiIter > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - - - - _PCC< true, _BiIter, _BiIter > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - - _BiIter - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - int - compare - a05800.html - af3e0ace5e44267f4c24c53b5a1793747 - (const sub_match &__s) const + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - int - compare - a05800.html - af573275c5c3507af4d59175f72a3dfd0 - (const string_type &__s) const + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - int - compare - a05800.html - a938d59ee36df109ba5d20ac59a1b90e5 - (const value_type *__s) const + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - difference_type - length - a05800.html - ac0b3aa535d8cb80f8dc72a1b71ac9a9f - () const + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - - operator string_type - a05800.html - aaa88132502a374183f5de838441b9002 - () const + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - string_type - str - a05800.html - acf17e2826b47f664e97bcf9be35fd9f2 - () const + _MakeUniq< _Tp >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - - _BiIter - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + _MakeUniq< _Tp >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - - _BiIter - second - a06756.html - a91179413226db12e66346d3673b7835f - + + _MakeUniq< _Tp >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - - - std::subtract_with_carry_engine - a05408.html - _UIntType - __w - __s - __r - - _UIntType - result_type - a05408.html - abbbc2513574ed100d700a15bcae13b5a - + + enable_if< __is_swappable< _Dp >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Tp, _Dp > &__x, unique_ptr< _Tp, _Dp > &__y) noexcept - - subtract_with_carry_engine - a05408.html - acc87e25beee4323ff5782e77d5d327bc - (result_type __sd=default_seed) + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - - subtract_with_carry_engine - a05408.html - aeb01e590a5c84d08db8b5678ca774172 - (_Sseq &__q) + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept - void - discard - a05408.html - a76b226f563a8fb3eeb3c48999b3e9bc4 - (unsigned long long __z) + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept - result_type - operator() - a05408.html - a7b6aa59d4719950a6014d38e1559295c - () + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - void - seed - a05408.html - a5629eb85bb95f545575b9b08bacafda4 - (result_type __sd=default_seed) + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept - std::enable_if< std::is_class< _Sseq >::value >::type - seed - a05408.html - a212731fabf10c7de62630f2c38b22b2c - (_Sseq &__q) + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept - - static constexpr result_type - max - a05408.html - aeea39effc4518e2236214b51cc0e9f93 - () + + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - - static constexpr result_type - min - a05408.html - a945725b8377db61951fc9c79a0f9aac1 - () + + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - - friend std::basic_ostream< _CharT, _Traits > & - operator<< - a05408.html - a877333097a3e4f3b054c3c763654e965 - (std::basic_ostream< _CharT, _Traits > &__os, const std::subtract_with_carry_engine< _UIntType1, __w1, __s1, __r1 > &__x) + + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - - friend bool - operator== - a05408.html - aad723b232704ecb9396af450f399eb1f - (const subtract_with_carry_engine &__lhs, const subtract_with_carry_engine &__rhs) + + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - - friend std::basic_istream< _CharT, _Traits > & - operator>> - a05408.html - a0420033b44c3e22e2157546faa851f00 - (std::basic_istream< _CharT, _Traits > &__is, std::subtract_with_carry_engine< _UIntType1, __w1, __s1, __r1 > &__x) + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - - - std::system_error - a02964.html - std::runtime_error - - virtual const char * - what - a02920.html - a261a33056182b4b5f047e7061d716380 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - - - std::thread - a02972.html - std::thread::id - native_handle_type - native_handle - a02972.html - a6d1397f899cbcd9d48a6cb6b1df5ab1c - () + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - - - std::thread::id - a02980.html - - - std::time_base - a05048.html - - - std::time_get - a05060.html - - - std::locale::facet - std::time_base - - _CharT - char_type - a05060.html - a9c14489c5586486ba782d9fa30d8eaa4 - + + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - - _InIter - iter_type - a05060.html - a4d4958640ecfa742e7d27137de746ac1 - + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - - time_get - a05060.html - ad8b2b262581ad71a3ed0011c0381bd51 - (size_t __refs=0) + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) - dateorder - date_order - a05060.html - a876bb3dcd1727291a72dbb4dd890e229 - () const + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) - iter_type - get - a05060.html - ab370ab15a7093ace0b434a32b1a72874 - (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, char __format, char __modifier=0) const + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) - iter_type - get - a05060.html - ac9b98a66e8d2103ba0e45aed968fe511 - (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, const char_type *__fmt, const char_type *__fmtend) const + _MakeUniq< _Tp >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - iter_type - get_date - a05060.html - abe65160807a99ec81aea897a5879205e - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + _MakeUniq< _Tp >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - iter_type - get_monthname - a05060.html - ae972ef16aa02a7af4922207fedb95d64 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + _MakeUniq< _Tp >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + + + unique_ptr< _Codecvt > + a07761.html - iter_type - get_time - a05060.html - a10ac082baac6a40b85c1f36532f65479 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + constexpr + unique_ptr + a07761.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept - iter_type - get_weekday - a05060.html - af4d6e71dbe4f66821c2ed92d26a758fa - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + constexpr + unique_ptr + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept - iter_type - get_year - a05060.html - a09b9b7ba53e2c53fec4687500857fb0a - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + unique_ptr + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept - - static locale::id - id - a05060.html - a11391168c5b28260580b93009b4c2d23 - + + + unique_ptr + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - - virtual - ~time_get - a05060.html - aa096460bcf7c2c14181a74900cba13b0 - () + + + unique_ptr + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept - - virtual dateorder - do_date_order - a05060.html - ac3a094084d1cd2e48292635b48926c95 - () const + + + unique_ptr + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default - - iter_type - do_get - a05060.html - aac4032bde1366962ceb8004eb509917d - (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__tm, char __format, char __modifier) const + + + unique_ptr + a07761.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept - - virtual iter_type - do_get_date - a05060.html - acbe2321234fc8719d76b987b8eb57f31 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + ~unique_ptr + a07761.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept - - virtual iter_type - do_get_monthname - a05060.html - a87a19165aa361150c0810f123de4f13f - (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + pointer + get + a07761.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept - - virtual iter_type - do_get_time - a05060.html - ad6ae8983f63115bc91c761bcb16264b2 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + const deleter_type & + get_deleter + a07761.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept - - virtual iter_type - do_get_weekday - a05060.html - a653300cbc2a2c8ec15fcd85acd9ef644 - (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + deleter_type & + get_deleter + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept - - virtual iter_type - do_get_year - a05060.html - a04b1e9cd4573001efae175a8d2e4b8fa - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + operator bool + a07761.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept - - _CharT - char_type - a05060.html - a9c14489c5586486ba782d9fa30d8eaa4 - + + add_lvalue_reference< element_type >::type + operator* + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) - - _InIter - iter_type - a05060.html - a4d4958640ecfa742e7d27137de746ac1 - + + pointer + operator-> + a07761.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept - - - std::time_get_byname - a05064.html - - - std::time_get - dateorder - date_order - a05060.html - a876bb3dcd1727291a72dbb4dd890e229 - () const + unique_ptr & + operator= + a07761.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept - iter_type - get - a05060.html - ab370ab15a7093ace0b434a32b1a72874 - (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, char __format, char __modifier=0) const + unique_ptr & + operator= + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default - iter_type - get - a05060.html - ac9b98a66e8d2103ba0e45aed968fe511 - (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, const char_type *__fmt, const char_type *__fmtend) const + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept - iter_type - get_date - a05060.html - abe65160807a99ec81aea897a5879205e - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + pointer + release + a07761.html + af40585665f237aca4a3364726b3fdb1d + () noexcept - iter_type - get_monthname - a05060.html - ae972ef16aa02a7af4922207fedb95d64 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + void + reset + a07761.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept - iter_type - get_time - a05060.html - a10ac082baac6a40b85c1f36532f65479 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + void + swap + a07761.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept - iter_type - get_weekday - a05060.html - af4d6e71dbe4f66821c2ed92d26a758fa - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + enable_if< __is_swappable< default_delete< _Codecvt > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, unique_ptr< _Codecvt, default_delete< _Codecvt > > &__y) noexcept - iter_type - get_year - a05060.html - a09b9b7ba53e2c53fec4687500857fb0a - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - static locale::id - id - a05060.html - a11391168c5b28260580b93009b4c2d23 - + + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) noexcept - - virtual dateorder - do_date_order - a05060.html - ac3a094084d1cd2e48292635b48926c95 - () const + + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) noexcept - - iter_type - do_get - a05060.html - aac4032bde1366962ceb8004eb509917d - (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__tm, char __format, char __modifier) const + + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - virtual iter_type - do_get_date - a05060.html - acbe2321234fc8719d76b987b8eb57f31 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) noexcept - - virtual iter_type - do_get_monthname - a05060.html - a87a19165aa361150c0810f123de4f13f - (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) noexcept - - virtual iter_type - do_get_time - a05060.html - ad6ae8983f63115bc91c761bcb16264b2 - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - virtual iter_type - do_get_weekday - a05060.html - a653300cbc2a2c8ec15fcd85acd9ef644 - (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) - - virtual iter_type - do_get_year - a05060.html - a04b1e9cd4573001efae175a8d2e4b8fa - (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - - - std::time_put - a05068.html - - - std::locale::facet - - _CharT - char_type - a05068.html - a757828f8c32125500ce4a92c129913ec - + + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _OutIter - iter_type - a05068.html - aaac7d8b45c25d36c14efe8876af1d65e - + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) - - time_put - a05068.html - af235ae96d55674ae060a1788fd036176 - (size_t __refs=0) + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - iter_type - put - a05068.html - a8e6943d3a21fc654c245ac5ec60eb507 - (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, const _CharT *__beg, const _CharT *__end) const + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - iter_type - put - a05068.html - a85643bdff3768dd8b9e0089e5c279561 - (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) - - static locale::id - id - a05068.html - ae2d3eb3e68bdf1e6bf58cb273b41eda4 - + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - - virtual - ~time_put - a05068.html - a8ceaf973259a9de6e3f9645010556232 - () + + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - virtual iter_type - do_put - a05068.html - a40f507cdd7cc0221fcb9053beda997c9 - (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const + + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) - - _CharT - char_type - a05068.html - a757828f8c32125500ce4a92c129913ec - + + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - - _OutIter - iter_type - a05068.html - aaac7d8b45c25d36c14efe8876af1d65e - + + _MakeUniq< _Codecvt >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - - - std::time_put_byname - a05072.html - - - std::time_put - iter_type - put - a05068.html - a8e6943d3a21fc654c245ac5ec60eb507 - (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, const _CharT *__beg, const _CharT *__end) const + _MakeUniq< _Codecvt >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - iter_type - put - a05068.html - a85643bdff3768dd8b9e0089e5c279561 - (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const + _MakeUniq< _Codecvt >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - - static locale::id - id - a05068.html - ae2d3eb3e68bdf1e6bf58cb273b41eda4 - + + enable_if< __is_swappable< default_delete< _Codecvt > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, unique_ptr< _Codecvt, default_delete< _Codecvt > > &__y) noexcept - - virtual iter_type - do_put - a05068.html - a40f507cdd7cc0221fcb9053beda997c9 - (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const + + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - - std::timed_mutex - a02732.html - - - std::tr2::__dynamic_bitset_base - a08708.html - - - - std::vector< block_type, allocator_type > - _M_w - a08708.html - abc7e61e9d07120ebbc6fa2e351fc3af6 - + + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) noexcept - - - std::tr2::__reflection_typelist - a08720.html - _Elements - - - std::tr2::__reflection_typelist< _First, _Rest... > - a08728.html - - _Rest - - - std::tr2::__reflection_typelist<> - a08724.html - - - std::tr2::bases - a08740.html - - - - std::tr2::bool_set - a08704.html - constexpr - bool_set - a08704.html - a0f07a0992a2bc62b7dbf3f7aa6a01d3d - () + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) noexcept - constexpr - bool_set - a08704.html - ab77298d8121ed18a24e80cd0e1d23232 - (bool __t) + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) bool - equals - a08704.html - a44c6fd7ac40c7338196f1aa8db50e0b4 - (bool_set __b) const + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) noexcept + + + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) noexcept bool - is_emptyset - a08704.html - a65ed1ee8eb1992fd9d4a25898d2a0db2 - () const + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) bool - is_indeterminate - a08704.html - a584b2bb82827cf99abbe1e59f2bb683c - () const + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) bool - is_singleton - a08704.html - a967a4154ed069a5c9dfd55f53f60de2b - () const + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - - operator bool - a08704.html - a98aca37a82eec323904e712571fa2ab1 - () const + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - - std::tr2::direct_bases - a08744.html - - - - std::tr2::dynamic_bitset - a08712.html - _WordT - _Alloc - std::tr2::__dynamic_bitset_base - std::tr2::dynamic_bitset::reference - - dynamic_bitset - a08712.html - a6043959b046b04a92027e355ce16562b - (const allocator_type &__alloc=allocator_type()) + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) - - dynamic_bitset - a08712.html - a09163c15d91003865f72d3d11313daae - (size_type __nbits, unsigned long long __val=0ULL, const allocator_type &__alloc=allocator_type()) + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - - dynamic_bitset - a08712.html - a83d4afb31d435543ed57f61f452c7ad5 - (const std::basic_string< _CharT, _Traits, _Alloc1 > &__str, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __pos=0, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __n=std::basic_string< _CharT, _Traits, _Alloc1 >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1'), const allocator_type &__alloc=allocator_type()) + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) - - dynamic_bitset - a08712.html - a4cfedc13b3f271fdf44774168e0f9178 - (const char *__str, const allocator_type &__alloc=allocator_type()) + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) - - dynamic_bitset - a08712.html - a59d39cd375776ad1b16ca08707cf6b9b - (const dynamic_bitset &__b) + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - - dynamic_bitset - a08712.html - ae3ea922b90e32b9711ee05d0df7ff629 - (dynamic_bitset &&__b) + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, const unique_ptr< _Up, _Ep > &__y) bool - all - a08712.html - afc6c0cbe1e68203c79c039c3c38e8c3e - () const + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x, nullptr_t) bool - any - a08712.html - ac7d91a54176095fd09f6082d2933590c - () const + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Codecvt, default_delete< _Codecvt > > &__x) - void - append - a08712.html - a15d3fb346ccfcba83148dcc3dbcfe41f - (block_type __block) + _MakeUniq< _Codecvt >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - void - append - a08712.html - ab096eed28395ba93a82038788496953e - (_BlockInputIterator __first, _BlockInputIterator __last) + _MakeUniq< _Codecvt >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - void - clear - a08712.html - ae9ed6af5f774f6eb904fe29b21a0c013 - () + _MakeUniq< _Codecvt >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + + + unique_ptr< _Impl, _Impl_deleter > + a07761.html - size_type - count - a08712.html - aa79c5f403196eb4ba5d037710830c683 - () const noexcept + constexpr + unique_ptr + a07761.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept - bool - empty - a08712.html - ad722e5faf968881dad10923f27bb92d6 - () const noexcept + constexpr + unique_ptr + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept - size_type - find_first - a08712.html - aa79a2a1fad69bbaab1be7de6fb5ad37d - () const + + unique_ptr + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept - size_type - find_next - a08712.html - a011bdf5c380085fc00c15c368b060624 - (size_t __prev) const + + unique_ptr + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - dynamic_bitset< _WordT, _Alloc > & - flip - a08712.html - acb1c6f3c1ce170facc7263b8aaee1ae4 - () + + unique_ptr + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept - dynamic_bitset< _WordT, _Alloc > & - flip - a08712.html - a62254ae2b7bfe62cb3b9594e26ce4143 - (size_type __pos) + + unique_ptr + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default - allocator_type - get_allocator - a08712.html - a311917ff7099118f972a50a888964b3a - () const + + unique_ptr + a07761.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept - constexpr size_type - max_size - a08712.html - a70757335be624593a6bdf3c84d4895ee + + ~unique_ptr + a07761.html + a934c3a2895f4ad9b413ee9132e949e81 () noexcept - bool - none - a08712.html - a5399d063c80e2837bda0ff98a8435e50 - () const - - - size_type - num_blocks - a08712.html - a8c8aff43771b4a33d923ce0e7b952540 + pointer + get + a07761.html + ae29eb2b7c551c69c98995fc04f895781 () const noexcept - dynamic_bitset & - operator= - a08712.html - aa8726c68d65d37e2b2a2145d31c23881 - (const dynamic_bitset &__b) + const deleter_type & + get_deleter + a07761.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept - dynamic_bitset & - operator= - a08712.html - a9e349d9b85cce5087998905ffe787979 - (dynamic_bitset &&__b) + deleter_type & + get_deleter + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept - dynamic_bitset< _WordT, _Alloc > - operator~ - a08712.html - a37a6a8cfa20da16cc204e06911cf31dd - () const + + operator bool + a07761.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept - void - push_back - a08712.html - a33d8f9d5743852a2ad4db802d0eaeee1 - (bool __bit) + add_lvalue_reference< element_type >::type + operator* + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) - dynamic_bitset< _WordT, _Alloc > & - reset - a08712.html - a0e60f82bd3704aedbdd81c0e7d13e6da - () + pointer + operator-> + a07761.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept - dynamic_bitset< _WordT, _Alloc > & - reset - a08712.html - a0d4ed317913af64208684a0e5185b67b - (size_type __pos) + unique_ptr & + operator= + a07761.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept - void - resize - a08712.html - a3e0c1dfb374af7a457d5e74d04b37b95 - (size_type __nbits, bool __value=false) + unique_ptr & + operator= + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default - dynamic_bitset< _WordT, _Alloc > & - set - a08712.html - ae009e3a01b07b5b87a81890b1774d1d9 - () + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept - dynamic_bitset< _WordT, _Alloc > & - set - a08712.html - ac28e60aaad57e51ef8c124fa655f2e9e - (size_type __pos, bool __val=true) + pointer + release + a07761.html + af40585665f237aca4a3364726b3fdb1d + () noexcept - size_type - size - a08712.html - aa80249a927b88d3e03afce4993630c17 - () const noexcept + void + reset + a07761.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept void swap - a08712.html - a0a32ca940096100e7d0ad80e79760b07 - (dynamic_bitset &__b) + a07761.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept - bool - test - a08712.html - ad5a3a2e3dfac03daf4a39f919e28de55 - (size_type __pos) const + enable_if< __is_swappable< _Impl_deleter >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Impl, _Impl_deleter > &__x, unique_ptr< _Impl, _Impl_deleter > &__y) noexcept - std::basic_string< _CharT, _Traits, _Alloc1 > - to_string - a08712.html - a059c2dbeb4277691875b35b2c8409080 - (_CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) const + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - unsigned long long - to_ullong - a08712.html - ab8d0f32ee206f1c1c54a117f6bde02f2 - () const + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) noexcept - unsigned long - to_ulong - a08712.html - a17b163f21c7fc5b28e3925627511e075 - () const + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) noexcept - dynamic_bitset< _WordT, _Alloc > & - operator &= - a08712.html - a3271315e45789e824622b43984c1127b - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - dynamic_bitset< _WordT, _Alloc > & - operator &= - a08712.html - adc9e195f05564952f7f12dd6d3880137 - (dynamic_bitset< _WordT, _Alloc > &&__rhs) + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) noexcept - dynamic_bitset< _WordT, _Alloc > & - operator|= - a08712.html - a939a5ad3853675f1d619d10b5c1baff6 - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) noexcept - dynamic_bitset< _WordT, _Alloc > & - operator^= - a08712.html - a0f90390f1b50fc0825608cda5d79752c - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - dynamic_bitset< _WordT, _Alloc > & - operator-= - a08712.html - abb9c78ce73d7500544845da3eddcf522 - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - dynamic_bitset< _WordT, _Alloc > & - operator<<= - a08712.html - a311abec1e7421299837a92c572ce22fa - (size_type __pos) + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - dynamic_bitset< _WordT, _Alloc > & - operator>>= - a08712.html - afd7c401aab5b386c610a65776fb962bc - (size_type __pos) + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - reference - operator[] - a08712.html - a7b05f8159b467622dc2804f276ecc8ea - (size_type __pos) + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - const_reference - operator[] - a08712.html - a78022be7125e50468596e2a0e0df4a3b - (size_type __pos) const + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - dynamic_bitset< _WordT, _Alloc > - operator<< - a08712.html - a30ffb77f88831feb7fefb54539595ec3 - (size_type __pos) const + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - dynamic_bitset< _WordT, _Alloc > - operator>> - a08712.html - a0d702db85dcf87b78b4d7907ed0f8fab - (size_type __pos) const - - - std::vector< block_type, allocator_type > - _M_w - a08708.html - abc7e61e9d07120ebbc6fa2e351fc3af6 - + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - dynamic_bitset< _WordT, _Alloc > & - operator &= - a08712.html - a3271315e45789e824622b43984c1127b - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - dynamic_bitset< _WordT, _Alloc > & - operator &= - a08712.html - adc9e195f05564952f7f12dd6d3880137 - (dynamic_bitset< _WordT, _Alloc > &&__rhs) + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - dynamic_bitset< _WordT, _Alloc > & - operator|= - a08712.html - a939a5ad3853675f1d619d10b5c1baff6 - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - dynamic_bitset< _WordT, _Alloc > & - operator^= - a08712.html - a0f90390f1b50fc0825608cda5d79752c - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - dynamic_bitset< _WordT, _Alloc > & - operator-= - a08712.html - abb9c78ce73d7500544845da3eddcf522 - (const dynamic_bitset< _WordT, _Alloc > &__rhs) + _MakeUniq< _Impl >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - dynamic_bitset< _WordT, _Alloc > & - operator<<= - a08712.html - a311abec1e7421299837a92c572ce22fa - (size_type __pos) + _MakeUniq< _Impl >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - dynamic_bitset< _WordT, _Alloc > & - operator>>= - a08712.html - afd7c401aab5b386c610a65776fb962bc - (size_type __pos) + _MakeUniq< _Impl >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - reference - operator[] - a08712.html - a7b05f8159b467622dc2804f276ecc8ea - (size_type __pos) + enable_if< __is_swappable< _Impl_deleter >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Impl, _Impl_deleter > &__x, unique_ptr< _Impl, _Impl_deleter > &__y) noexcept - const_reference - operator[] - a08712.html - a78022be7125e50468596e2a0e0df4a3b - (size_type __pos) const + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - dynamic_bitset< _WordT, _Alloc > - operator<< - a08712.html - a30ffb77f88831feb7fefb54539595ec3 - (size_type __pos) const + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) noexcept - dynamic_bitset< _WordT, _Alloc > - operator>> - a08712.html - a0d702db85dcf87b78b4d7907ed0f8fab - (size_type __pos) const - - - - std::tr2::dynamic_bitset::reference - a08716.html - - - std::try_to_lock_t - a06248.html - - - std::tuple - a02996.html - _Elements - _Tuple_impl< 0, _Elements... > - - - std::tuple< _T1, _T2 > - a03048.html - - - _Tuple_impl< 0, _T1, _T2 > - - - std::tuple_element - a01708.html - _Int - - - - std::tuple_element< 0, std::pair< _Tp1, _Tp2 > > - a03656.html - - - - - std::tuple_element< 0, tuple< _Head, _Tail... > > - a03060.html - - _Tail - - - std::tuple_element< 1, std::pair< _Tp1, _Tp2 > > - a03660.html - - - - - std::tuple_element< __i, tuple< _Head, _Tail... > > - a03056.html - __i - - _Tail - tuple_element< __i - 1, tuple< _Tail... > > - - - std::tuple_element< __i, tuple<> > - a03064.html - __i - - - std::tuple_element< _Int, ::array< _Tp, _Nm > > - a01712.html - _Int - - _Nm - - - std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > - a07748.html - _Int - - _Nm - - - std::tuple_size - a01700.html - - - - std::tuple_size< std::__debug::array< _Tp, _Nm > > - a07744.html - - _Nm - integral_constant< std::size_t, _Nm > - - - std::tuple_size< std::pair< _Tp1, _Tp2 > > - a03652.html - - - integral_constant< std::size_t, 2 > - - - std::tuple_size< tuple< _Elements... > > - a03052.html - _Elements - integral_constant< std::size_t, sizeof...(_Elements)> - - - std::tuple_size<::array< _Tp, _Nm > > - a01704.html - - _Nm - integral_constant< std::size_t, _Nm > - - - std::type_index - a03148.html - - - std::type_info - a01672.html - - virtual - ~type_info - a01672.html - a8704eaa0f305509d41fa695036a69494 - () + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) noexcept - const char * - name - a01672.html - afe60508ee089cebbd056bd50dfc7c3d7 - () const noexcept - - - - std::unary_function - a06392.html - _Arg - _Result - - _Arg - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - - _Result - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - - - - std::unary_negate - a06552.html - - unary_function< _Predicate::argument_type, bool > - - _Predicate::argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - - - bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - - - - - std::underflow_error - a02932.html - std::runtime_error - - virtual const char * - what - a02920.html - a261a33056182b4b5f047e7061d716380 - () const _GLIBCXX_TXN_SAFE_DYN noexcept - - - - std::uniform_int_distribution - a06928.html - _IntType - std::uniform_int_distribution::param_type - - _IntType - result_type - a06928.html - a6ffc8f43a333c2aa683fe284df6d7be3 - + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - - uniform_int_distribution - a06928.html - a91501cb2624da7b94c2c6f2391007cd6 - (_IntType __a=0, _IntType __b=std::numeric_limits< _IntType >::max()) + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) noexcept - result_type - max - a06928.html - aa54fab480296167c634342e2f0222ef7 - () const + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) noexcept - result_type - min - a06928.html - a6e74f2a2cb1d736ac814efd4691f7fe0 - () const + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - result_type - operator() - a06928.html - a40babba47578a39b3bdc5f9b56a64268 - (_UniformRandomNumberGenerator &__urng) + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - param_type - param - a06928.html - afe06b7c82cfcd532367a8fbf1777156f - () const + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - void - param - a06928.html - a65a393980944ebc11e0ea286a327d05b - (const param_type &__param) + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - void - reset - a06928.html - a0a3d8e2f31efa9279eae703aef76632c - () + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - - friend bool - operator== - a06928.html - a7f0e34979e94f5145c2092483ee0fca9 - (const uniform_int_distribution &__d1, const uniform_int_distribution &__d2) + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - - - std::uniform_int_distribution::param_type - a06932.html - - - std::uniform_real_distribution - a05432.html - _RealType - std::uniform_real_distribution::param_type - - _RealType - result_type - a05432.html - a6cbfd150bdd9f1a1d5e7b54605b4707c - + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - - uniform_real_distribution - a05432.html - ab360c146b8525f463321696a9f477aea - (_RealType __a=_RealType(0), _RealType __b=_RealType(1)) + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - result_type - max - a05432.html - aa66df100cde48499a2ba6b2cca3d1554 - () const + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - result_type - min - a05432.html - a7e6fbfe7a4278ebf8a85cb9b4afa6ec2 - () const + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Impl, _Impl_deleter > &__x, const unique_ptr< _Up, _Ep > &__y) - result_type - operator() - a05432.html - ae424a70312170d3b285bf6039b58cb58 - (_UniformRandomNumberGenerator &__urng) + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Impl, _Impl_deleter > &__x, nullptr_t) - param_type - param - a05432.html - a3122c357fd99615bbd4a8c488f7d6736 - () const + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Impl, _Impl_deleter > &__x) - void - param - a05432.html - af4f7361528ea5e52ba65da30a8172ec4 - (const param_type &__param) + _MakeUniq< _Impl >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - void - reset - a05432.html - a32de9a167158ce4d66cf0b07296a13c8 - () + _MakeUniq< _Impl >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - - friend bool - operator== - a05432.html - a97a14cea3172313b1d430685a13e3dee - (const uniform_real_distribution &__d1, const uniform_real_distribution &__d2) + + _MakeUniq< _Impl >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - - std::uniform_real_distribution::param_type - a05436.html - - - std::unique_lock - a06260.html - _Mutex - - std::unique_ptr - a06956.html - _Tp - _Dp + unique_ptr< _Res_type > + a07761.html constexpr unique_ptr - a06956.html + a07761.html a46c6ac3c3c51a2bf10ab8354043903fc () noexcept - + constexpr unique_ptr - a06956.html - a9265d990e022b96ae4ffd50977a4ba58 - (pointer __p) noexcept + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept unique_ptr - a06956.html - ad4a1488397ef665a967f4c1be5150bc3 - (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type &>::type __d) noexcept + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept unique_ptr - a06956.html - accf546c02774a8a3fb3d878fe6259059 - (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - constexpr + unique_ptr - a06956.html - af220c0835cdc6d384018d8e53b430142 - (nullptr_t) noexcept + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept unique_ptr - a06956.html - a3d0c5c99ab01ee8a1581c4533e60a56a - (unique_ptr &&__u) noexcept + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default unique_ptr - a06956.html + a07761.html a2fb272347a3713d3fc8f99efd0e84c74 (unique_ptr< _Up, _Ep > &&__u) noexcept ~unique_ptr - a06956.html + a07761.html a934c3a2895f4ad9b413ee9132e949e81 () noexcept pointer get - a06956.html + a07761.html ae29eb2b7c551c69c98995fc04f895781 () const noexcept - deleter_type & - get_deleter - a06956.html - a62f850d198437890dffea7a4e029602d - () noexcept - - const deleter_type & get_deleter - a06956.html + a07761.html a0ce41e4825268546e4f1ecf5f5259af0 () const noexcept + deleter_type & + get_deleter + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept + + operator bool - a06956.html + a07761.html a9f21c10165ad856c5b6b2889b815a9bf () const noexcept add_lvalue_reference< element_type >::type operator* - a06956.html - a8e080072591682c8d1fb2bf468f51188 - () const + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) pointer operator-> - a06956.html + a07761.html ad0486e6ff29eac8f1384948a4184e442 () const noexcept unique_ptr & operator= - a06956.html - a0d690f8c5fd6b05f0ceb1dc04d79c821 - (unique_ptr &&__u) noexcept + a07761.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + unique_ptr & operator= - a06956.html - ada7596fc9242151849616db656f4224e - (unique_ptr< _Up, _Ep > &&__u) noexcept + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default - unique_ptr & + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type operator= - a06956.html - a53f23836b9dcfc3558e768d48969a903 - (nullptr_t) noexcept + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept pointer release - a06956.html + a07761.html af40585665f237aca4a3364726b3fdb1d () noexcept void reset - a06956.html + a07761.html a0922a8f5a7c082e9495e43a0fab365da (pointer __p=pointer()) noexcept void swap - a06956.html + a07761.html a20128902c397043453a90db55f4ea276 (unique_ptr &__u) noexcept + + enable_if< __is_swappable< default_delete< _Res_type > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Res_type, default_delete< _Res_type > > &__x, unique_ptr< _Res_type, default_delete< _Res_type > > &__y) noexcept + + + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) noexcept + + + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) noexcept + + + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) noexcept + + + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) noexcept + + + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + _MakeUniq< _Res_type >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) + + + _MakeUniq< _Res_type >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) + + + _MakeUniq< _Res_type >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + + + enable_if< __is_swappable< default_delete< _Res_type > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Res_type, default_delete< _Res_type > > &__x, unique_ptr< _Res_type, default_delete< _Res_type > > &__y) noexcept + + + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) noexcept + + + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) noexcept + + + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) noexcept + + + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) noexcept + + + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Res_type, default_delete< _Res_type > > &__x, nullptr_t) + + + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Res_type, default_delete< _Res_type > > &__x) + + + _MakeUniq< _Res_type >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) + + + _MakeUniq< _Res_type >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) + + + _MakeUniq< _Res_type >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + - std::unique_ptr< _Tp[], _Dp > - a06960.html - - + unique_ptr< _Result< _Res > > + a07761.html constexpr unique_ptr - a06960.html - a9859cac3b29cdfeff800f494f9b78033 + a07761.html + a46c6ac3c3c51a2bf10ab8354043903fc () noexcept + constexpr + unique_ptr + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + unique_ptr - a06960.html - a9b85a5b6ae5d1af7307c74c5da9ae7cb - (_Up __p) noexcept + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept unique_ptr - a06960.html - af1707d2984d27cf9418150402b6b5975 - (_Up __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type &>::type __d) noexcept + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept unique_ptr - a06960.html - ad39e9de6121f10c864ed807005490dbf - (_Up __p, typename remove_reference< deleter_type >::type &&__d) noexcept + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept unique_ptr - a06960.html - abaa91b570d0946df8322c0c0ef83fbc2 - (unique_ptr &&__u) noexcept + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default - constexpr + unique_ptr - a06960.html - a34f28948f4448c4b4007ab5c2dcce23e - (nullptr_t) noexcept + a07761.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept ~unique_ptr - a06960.html - ad72449163eef06200cd295de99c06922 - () + a07761.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept pointer get - a06960.html - ae2bb3702a6fc7b95d94aae910735bb02 + a07761.html + ae29eb2b7c551c69c98995fc04f895781 () const noexcept - deleter_type & + const deleter_type & get_deleter - a06960.html - acaf9cba008d88b768e2db347eb248bef - () noexcept + a07761.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept - const deleter_type & + deleter_type & get_deleter - a06960.html - a6039b5ab2fa87950d9fbd644be0b841a - () const noexcept + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept operator bool - a06960.html - a9e12d69878c17b4cbee312916f5b42e9 + a07761.html + a9f21c10165ad856c5b6b2889b815a9bf () const noexcept - unique_ptr & - operator= - a06960.html - a6591772e73b9c09f47f348484995e811 - (unique_ptr &&__u) noexcept + add_lvalue_reference< element_type >::type + operator* + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type - operator= - a06960.html - ac4e60274f821a367b846aaf799897792 - (unique_ptr< _Up, _Ep > &&__u) noexcept + pointer + operator-> + a07761.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept unique_ptr & operator= - a06960.html - ac873de4914a9d9182497101f8c66ac10 + a07761.html + a53f23836b9dcfc3558e768d48969a903 (nullptr_t) noexcept - std::add_lvalue_reference< element_type >::type - operator[] - a06960.html - a6fb7ee5ca798c98fa24524f0df6edd59 - (size_t __i) const + unique_ptr & + operator= + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept pointer release - a06960.html - a2738fbe9d4c7a5c93ae36f40ce4794f8 + a07761.html + af40585665f237aca4a3364726b3fdb1d () noexcept void reset - a06960.html - a4d205b7ff644487394c5bce1cbf6a6ac - (_Up __p) noexcept + a07761.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept void swap - a06960.html - a6516afbc423bf1f13c37c3c0324fa0f9 + a07761.html + a20128902c397043453a90db55f4ea276 (unique_ptr &__u) noexcept - - - std::unordered_map - a06988.html - _Key - _Tp - _Hash - _Pred - _Alloc - - _Hashtable::key_type - key_type - a06988.html - ac563e7804340b706c3efeca91157585b - - - - _Hashtable::value_type - value_type - a06988.html - af7e7d39b4a188c7aa535d0431ae8f14c - - - - _Hashtable::mapped_type - mapped_type - a06988.html - a6d830d6d91653672a6f20b748327622b - - - - _Hashtable::hasher - hasher - a06988.html - a917dcd56682abf611f68cb72cbfb7d3e - - - - _Hashtable::key_equal - key_equal - a06988.html - aab5cec3a4b8e6f4030f5baeacf92edbc - - - - _Hashtable::allocator_type - allocator_type - a06988.html - a434ca8d37d3262f336f06903abbd170b - - - - _Hashtable::pointer - pointer - a06988.html - ac0072ca4cb745124af7e8ae199b017c5 - - - - _Hashtable::const_pointer - const_pointer - a06988.html - a16fbc4a1f8abfebdee17e4d6303c03a3 - - - - _Hashtable::reference - reference - a06988.html - a3e1eaafb2b3f1f11809491426d373485 - - - - _Hashtable::const_reference - const_reference - a06988.html - aaa3ed5ea37fb02cd6a5eacf89409f52d - - - - _Hashtable::iterator - iterator - a06988.html - a0526d137ece77ce98d550cd2d6fd1816 - - - - _Hashtable::const_iterator - const_iterator - a06988.html - acb0e1b9ce26687d13dace99250f876e3 - - - - _Hashtable::local_iterator - local_iterator - a06988.html - aab940536a56eb520d8e7143ce5c4af3a - - - - _Hashtable::const_local_iterator - const_local_iterator - a06988.html - af0cb2cf999f96def015e87c3cca6691d - - - - _Hashtable::size_type - size_type - a06988.html - acefc3dbfc16b70562f92193d01156479 - - - - _Hashtable::difference_type - difference_type - a06988.html - aede8ad7332db3b16e68cec19c0dd963e - - - - - unordered_map - a06988.html - a6bc68dfdbfb4fe6917fe43aaec5385c6 - ()=default - - - - unordered_map - a06988.html - a743946b3813b8ec54b762a6edbae2934 - (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - - - - unordered_map - a06988.html - a94bb8e6f25731bdc01fb6c7b34022579 - (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - - - - unordered_map - a06988.html - a46d4ba7519835644688c2230f067a3e8 - (const unordered_map &)=default - - - unordered_map - a06988.html - a5924b32a6e46f9deb426e02e524f7d23 - (unordered_map &&)=default + enable_if< __is_swappable< default_delete< _Result< _Res > > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__y) noexcept - - unordered_map - a06988.html - ac2f6c6ba48b39f7e17b4760d809ebf26 - (const allocator_type &__a) + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - - unordered_map - a06988.html - acae490543303c7ea2365e5a53bc7d131 - (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) noexcept - iterator - begin - a06988.html - ac90866b0f04d5366339b63f8e26bde06 - () noexcept + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) noexcept - local_iterator - begin - a06988.html - ae0eddd81ee3d218ade072a8becffaff6 - (size_type __n) + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - size_type - bucket_count - a06988.html - ac8a1a3c1d13adf8908c863a707fa40aa - () const noexcept + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) noexcept - void - clear - a06988.html - a9728c777ec0429619531a26201560c18 - () noexcept + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) noexcept - size_type - count - a06988.html - a4cbd19e5e859635c70822a7e1faa8e36 - (const key_type &__x) const + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - std::pair< iterator, bool > - emplace - a06988.html - aa2c22cafc2b6f068358049c8fdb7bda0 - (_Args &&... __args) + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - iterator - emplace_hint - a06988.html - af36454c8cd5831988060bdf85a4d4d6e - (const_iterator __pos, _Args &&... __args) + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) bool - empty - a06988.html - a4d72f478fb0cd05cc612e7ac746131ac - () const noexcept + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - end - a06988.html - a42872e15c417c6f944d019315553951e - () noexcept + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - local_iterator - end - a06988.html - ab91675efcde6f50894587cdb2037a4fc - (size_type __n) + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - size_type - erase - a06988.html - a56149c061cd4aca92d631f7ad5a5a737 - (const key_type &__x) + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - erase - a06988.html - a1b17775816c782568baefd357cd50e88 - (const_iterator __first, const_iterator __last) + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - allocator_type - get_allocator - a06988.html - a13808c3062786f090b1af63937f15963 - () const noexcept + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - hasher - hash_function - a06988.html - ac9588299378201162e3f7da7e7d30fdf - () const + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - void - insert - a06988.html - a0c40f8641ff4ca47fe2998a46404cf37 - (_InputIterator __first, _InputIterator __last) + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - void - insert - a06988.html - a191d1d95c2d102dc1057677df000aaec - (initializer_list< value_type > __l) + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - key_equal - key_eq - a06988.html - aa956e7eb800e72fbab9b54f3ef006d8e - () const + _MakeUniq< _Result< _Res > >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - float - load_factor - a06988.html - add961e22f4549e2c94846946fbd25a7d - () const noexcept + _MakeUniq< _Result< _Res > >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - size_type - max_bucket_count - a06988.html - af29f5a18a09a36adb720b6907e45eacd - () const noexcept + _MakeUniq< _Result< _Res > >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - float - max_load_factor - a06988.html - ae2f58d908f2e03656fce158550d9ba73 - () const noexcept + enable_if< __is_swappable< default_delete< _Result< _Res > > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__y) noexcept - void - max_load_factor - a06988.html - a0584274b6378b6d962debbe96f5c5cb6 - (float __z) + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - size_type - max_size - a06988.html - a695e48bcb2fa9e91ad07d3f7c45016dd - () const noexcept + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) noexcept - unordered_map & - operator= - a06988.html - aca0525353d274a1abca19e123ca58702 - (const unordered_map &)=default + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) noexcept - unordered_map & - operator= - a06988.html - a7d63494d15ed6c47df072d06d9608ca0 - (unordered_map &&)=default + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - unordered_map & - operator= - a06988.html - a46087d4d85698c13e7fe5e10f13821d1 - (initializer_list< value_type > __l) + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) noexcept - void - rehash - a06988.html - af81fbed78a715d3c81e8c7655669c7e7 - (size_type __n) + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) noexcept - void - reserve - a06988.html - a2eee23bd13796426f3018c8a9341202f - (size_type __n) + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - size_type - size - a06988.html - a7d1de2c7389176716aceeaba3b1c2bb7 - () const noexcept + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - void - swap - a06988.html - ae06bac0d1fbee8603ec2ac806950b1ba - (unordered_map &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - const_iterator - begin - a06988.html - a9d409d14c46998843b60af82785dfd80 - () const noexcept + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - const_iterator - cbegin - a06988.html - af9610ba94f6f17e7af50d7280638fa17 - () const noexcept + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - const_iterator - end - a06988.html - a6b763e0c9c40786e19c26f5fa97e3ab6 - () const noexcept + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - const_iterator - cend - a06988.html - ab862dadbaf3147cfc02bd383ed35e1f9 - () const noexcept + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - std::pair< iterator, bool > - insert - a06988.html - a047d2b3433747276ee6daa9eba154295 - (const value_type &__x) + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - std::pair< iterator, bool > - insert - a06988.html - a7c0355ec3da92acbbc429950e573e249 - (_Pair &&__x) + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - iterator - insert - a06988.html - a3eb7753105411145e2d8476cf300b348 - (const_iterator __hint, const value_type &__x) + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - insert - a06988.html - a46788631ce6026703e86c6e644a70bcb - (const_iterator __hint, _Pair &&__x) + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x, nullptr_t) - iterator - erase - a06988.html - adef61b0f6b1e43cfdb648e247277ba00 - (const_iterator __position) + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Result< _Res >, default_delete< _Result< _Res > > > &__x) - iterator - erase - a06988.html - ab04b983f5337e79f121f2df4bbaa283c - (iterator __position) + _MakeUniq< _Result< _Res > >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - iterator - find - a06988.html - ad62fc2387c4fa4aefe228c14239f8c40 - (const key_type &__x) + _MakeUniq< _Result< _Res > >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - const_iterator - find - a06988.html - a589217c1b2ed3f77f57aeb41d5192d0d - (const key_type &__x) const + _MakeUniq< _Result< _Res > >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + + + unique_ptr< _Result_base > + a07761.html - std::pair< iterator, iterator > - equal_range - a06988.html - a301e117827c134ed289b5d19e5c8a36e - (const key_type &__x) + constexpr + unique_ptr + a07761.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept - std::pair< const_iterator, const_iterator > - equal_range - a06988.html - a21e644ce722b02f5304757ea9be5b23e - (const key_type &__x) const + constexpr + unique_ptr + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept - mapped_type & - operator[] - a06988.html - a2d7a21a98b09239b8745900308e63643 - (const key_type &__k) + + unique_ptr + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept - mapped_type & - operator[] - a06988.html - a21d659d8a7b18d41726d04ed6451d1ce - (key_type &&__k) + + unique_ptr + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - mapped_type & - at - a06988.html - a801392267ec716837238015f8cefe60a - (const key_type &__k) + + unique_ptr + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept - const mapped_type & - at - a06988.html - a1f78ebfeb9bf55bc807a075eb22cb2aa - (const key_type &__k) const + + unique_ptr + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default - const_local_iterator - begin - a06988.html - a73cb0bbad75ff10a8493cdb155b81146 - (size_type __n) const + + unique_ptr + a07761.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept - const_local_iterator - cbegin - a06988.html - a326f910adabc220031b93dc6b472b913 - (size_type __n) const + + ~unique_ptr + a07761.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept - const_local_iterator - end - a06988.html - a606977180c30d7a49a36846a45f4e355 - (size_type __n) const + pointer + get + a07761.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept - const_local_iterator - cend - a06988.html - a786093f27f238f88c21ecbfe11e27981 - (size_type __n) const - - - _Hashtable::key_type - key_type - a06988.html - ac563e7804340b706c3efeca91157585b - + const deleter_type & + get_deleter + a07761.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept - - _Hashtable::value_type - value_type - a06988.html - af7e7d39b4a188c7aa535d0431ae8f14c - + + deleter_type & + get_deleter + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept - - _Hashtable::mapped_type - mapped_type - a06988.html - a6d830d6d91653672a6f20b748327622b - + + + operator bool + a07761.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept - - _Hashtable::hasher - hasher - a06988.html - a917dcd56682abf611f68cb72cbfb7d3e - + + add_lvalue_reference< element_type >::type + operator* + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) - - _Hashtable::key_equal - key_equal - a06988.html - aab5cec3a4b8e6f4030f5baeacf92edbc - + + pointer + operator-> + a07761.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept - - _Hashtable::allocator_type - allocator_type - a06988.html - a434ca8d37d3262f336f06903abbd170b - + + unique_ptr & + operator= + a07761.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept - - _Hashtable::pointer - pointer - a06988.html - ac0072ca4cb745124af7e8ae199b017c5 - + + unique_ptr & + operator= + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default - - _Hashtable::const_pointer - const_pointer - a06988.html - a16fbc4a1f8abfebdee17e4d6303c03a3 - + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept - - _Hashtable::reference - reference - a06988.html - a3e1eaafb2b3f1f11809491426d373485 - + + pointer + release + a07761.html + af40585665f237aca4a3364726b3fdb1d + () noexcept - - _Hashtable::const_reference - const_reference - a06988.html - aaa3ed5ea37fb02cd6a5eacf89409f52d - + + void + reset + a07761.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept - - _Hashtable::iterator - iterator - a06988.html - a0526d137ece77ce98d550cd2d6fd1816 - + + void + swap + a07761.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept - - _Hashtable::const_iterator - const_iterator - a06988.html - acb0e1b9ce26687d13dace99250f876e3 - + + enable_if< __is_swappable< default_delete< _Result_base > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Result_base, default_delete< _Result_base > > &__x, unique_ptr< _Result_base, default_delete< _Result_base > > &__y) noexcept - - _Hashtable::local_iterator - local_iterator - a06988.html - aab940536a56eb520d8e7143ce5c4af3a - + + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::const_local_iterator - const_local_iterator - a06988.html - af0cb2cf999f96def015e87c3cca6691d - + + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) noexcept - - _Hashtable::size_type - size_type - a06988.html - acefc3dbfc16b70562f92193d01156479 - + + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) noexcept - - _Hashtable::difference_type - difference_type - a06988.html - aede8ad7332db3b16e68cec19c0dd963e - + + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - const_iterator - begin - a06988.html - a9d409d14c46998843b60af82785dfd80 - () const noexcept + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) noexcept - const_iterator - cbegin - a06988.html - af9610ba94f6f17e7af50d7280638fa17 - () const noexcept + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) noexcept - const_iterator - end - a06988.html - a6b763e0c9c40786e19c26f5fa97e3ab6 - () const noexcept + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - const_iterator - cend - a06988.html - ab862dadbaf3147cfc02bd383ed35e1f9 - () const noexcept + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - std::pair< iterator, bool > - insert - a06988.html - a047d2b3433747276ee6daa9eba154295 - (const value_type &__x) + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - std::pair< iterator, bool > - insert - a06988.html - a7c0355ec3da92acbbc429950e573e249 - (_Pair &&__x) + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - insert - a06988.html - a3eb7753105411145e2d8476cf300b348 - (const_iterator __hint, const value_type &__x) + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - iterator - insert - a06988.html - a46788631ce6026703e86c6e644a70bcb - (const_iterator __hint, _Pair &&__x) + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - iterator - erase - a06988.html - adef61b0f6b1e43cfdb648e247277ba00 - (const_iterator __position) + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - erase - a06988.html - ab04b983f5337e79f121f2df4bbaa283c - (iterator __position) + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - iterator - find - a06988.html - ad62fc2387c4fa4aefe228c14239f8c40 - (const key_type &__x) + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - const_iterator - find - a06988.html - a589217c1b2ed3f77f57aeb41d5192d0d - (const key_type &__x) const + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - std::pair< iterator, iterator > - equal_range - a06988.html - a301e117827c134ed289b5d19e5c8a36e - (const key_type &__x) + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - std::pair< const_iterator, const_iterator > - equal_range - a06988.html - a21e644ce722b02f5304757ea9be5b23e - (const key_type &__x) const + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - mapped_type & - operator[] - a06988.html - a2d7a21a98b09239b8745900308e63643 - (const key_type &__k) + _MakeUniq< _Result_base >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - mapped_type & - operator[] - a06988.html - a21d659d8a7b18d41726d04ed6451d1ce - (key_type &&__k) + _MakeUniq< _Result_base >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - mapped_type & - at - a06988.html - a801392267ec716837238015f8cefe60a - (const key_type &__k) + _MakeUniq< _Result_base >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - const mapped_type & - at - a06988.html - a1f78ebfeb9bf55bc807a075eb22cb2aa - (const key_type &__k) const + enable_if< __is_swappable< default_delete< _Result_base > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Result_base, default_delete< _Result_base > > &__x, unique_ptr< _Result_base, default_delete< _Result_base > > &__y) noexcept - const_local_iterator - begin - a06988.html - a73cb0bbad75ff10a8493cdb155b81146 - (size_type __n) const + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - const_local_iterator - cbegin - a06988.html - a326f910adabc220031b93dc6b472b913 - (size_type __n) const + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) noexcept - const_local_iterator - end - a06988.html - a606977180c30d7a49a36846a45f4e355 - (size_type __n) const + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) noexcept - const_local_iterator - cend - a06988.html - a786093f27f238f88c21ecbfe11e27981 - (size_type __n) const + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - - - std::unordered_multimap - a06984.html - _Key - _Tp - _Hash - _Pred - _Alloc - - _Hashtable::key_type - key_type - a06984.html - ae371392b325c1cdecb9bfdb891ee9fb0 - + + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) noexcept - - _Hashtable::value_type - value_type - a06984.html - a4baa45433c393ecfab2c784b8de381e8 - + + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) noexcept - - _Hashtable::mapped_type - mapped_type - a06984.html - a3e1544ab885cd443cf557eb35db830e8 - + + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::hasher - hasher - a06984.html - a8a087ced0dd9a5d8e57c101627b67fb6 - + + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - - _Hashtable::key_equal - key_equal - a06984.html - afabc6af09a31459a08760bcec32a0b6d - + + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - - _Hashtable::allocator_type - allocator_type - a06984.html - aab5213cbfd6797faef226b949240b8ec - + + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::pointer - pointer - a06984.html - aa9c05aec6bb3f18770d191869543334a - + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - - _Hashtable::const_pointer - const_pointer - a06984.html - ac2aca480ec930cab8cee31638ec6aa0c - + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - - _Hashtable::reference - reference - a06984.html - a08487e5381fd61795c61cfa0fed8e48f - + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::const_reference - const_reference - a06984.html - a580c722f453604f50c163788a75fd6c3 - + + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - - _Hashtable::iterator - iterator - a06984.html - a0fffce26090303390cc7fce06b5f6615 - + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - - _Hashtable::const_iterator - const_iterator - a06984.html - ac98a77485a1a68eaadb6a7c8b5d4b141 - + + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::local_iterator - local_iterator - a06984.html - a8cb5d0ca110f847b3fceed2d07472710 - + + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Result_base, default_delete< _Result_base > > &__x, nullptr_t) - - _Hashtable::const_local_iterator - const_local_iterator - a06984.html - ab04f4d4643b5de9638d2f5aaa31d94e5 - + + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Result_base, default_delete< _Result_base > > &__x) - - _Hashtable::size_type - size_type - a06984.html - ab9e187c541bf3fe290dd21b514abd024 - + + _MakeUniq< _Result_base >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - - _Hashtable::difference_type - difference_type - a06984.html - ab91e542e87512944adfb13fcff51d7c8 - + + _MakeUniq< _Result_base >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - - unordered_multimap - a06984.html - a722b99e1c15c3f0538bb6e2a2df15c32 - ()=default + _MakeUniq< _Result_base >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + + + std::unique_ptr< _Tp[], _Dp > + a07765.html + + - - unordered_multimap - a06984.html - a4afc31e2217e4e10c6c821d38d9fa668 - (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + constexpr + unique_ptr + a07765.html + a9859cac3b29cdfeff800f494f9b78033 + () noexcept - unordered_multimap - a06984.html - a94fbf8cd5ee67d47203f4a01bb2d6568 - (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unique_ptr + a07765.html + a9b85a5b6ae5d1af7307c74c5da9ae7cb + (_Up __p) noexcept - unordered_multimap - a06984.html - af3d147e18b9233f333c7cd4921fc4aa7 - (const unordered_multimap &)=default + unique_ptr + a07765.html + af36de3809e41954f794cb0eb46df96ca + (_Up __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - unordered_multimap - a06984.html - ab70b33e6e61485413fcb3bd22ac6d4ee - (unordered_multimap &&)=default + unique_ptr + a07765.html + a7f40a2818ef7a8f3083fe7feac780c22 + (_Up __p, const deleter_type &__d) noexcept - - unordered_multimap - a06984.html - ab7ecc0576cd505fe517ffbbae066d3d6 - (const allocator_type &__a) + constexpr + unique_ptr + a07765.html + a34f28948f4448c4b4007ab5c2dcce23e + (nullptr_t) noexcept - unordered_multimap - a06984.html - aa11b69676f9f379ea2274cd722fae38d - (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unique_ptr + a07765.html + ac7c27bc146ec34e414f502309388c392 + (unique_ptr &&)=default - iterator - begin - a06984.html - a1e8a71d9534d9f9cf27de31a025a3053 - () noexcept + + ~unique_ptr + a07765.html + ad72449163eef06200cd295de99c06922 + () - local_iterator - begin - a06984.html - a72025b859653a260f7e14bac43feae79 - (size_type __n) + pointer + get + a07765.html + ae2bb3702a6fc7b95d94aae910735bb02 + () const noexcept - size_type - bucket_count - a06984.html - a0c57013bd56a6fc373659c4e5807a64d + const deleter_type & + get_deleter + a07765.html + a6039b5ab2fa87950d9fbd644be0b841a () const noexcept - void - clear - a06984.html - a96159c845937ab5729b5ed41a7ef6071 + deleter_type & + get_deleter + a07765.html + acaf9cba008d88b768e2db347eb248bef () noexcept - size_type - count - a06984.html - a323e46db071ea6d46dca69efbbc4d075 - (const key_type &__x) const - - - iterator - emplace - a06984.html - a4d00357a4ca15a9cdffa4aef992859c8 - (_Args &&... __args) - - - iterator - emplace_hint - a06984.html - af7f415a309a77497c41538b60d358fed - (const_iterator __pos, _Args &&... __args) - - - bool - empty - a06984.html - ada14f82918a4a9fcfaf3c4ce218d1e70 + + operator bool + a07765.html + a9e12d69878c17b4cbee312916f5b42e9 () const noexcept - iterator - end - a06984.html - a708a8efab9b1b9d8f1e41ca3ae2caaa5 - () noexcept - - - local_iterator - end - a06984.html - a4209ed9ce2c4549ded624445fa59416f - (size_type __n) + unique_ptr & + operator= + a07765.html + ac873de4914a9d9182497101f8c66ac10 + (nullptr_t) noexcept - size_type - erase - a06984.html - a09397dfd53f29fdbc8809d37ab11b142 - (const key_type &__x) + unique_ptr & + operator= + a07765.html + a5e44edd53d9685fc8841dce02ff98e02 + (unique_ptr &&)=default - iterator - erase - a06984.html - aa38e97c00a7b10fb37726206ebc57800 - (const_iterator __first, const_iterator __last) + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a07765.html + ac4e60274f821a367b846aaf799897792 + (unique_ptr< _Up, _Ep > &&__u) noexcept - allocator_type - get_allocator - a06984.html - afb20a72b3b3284f980ec948c79e3b59d - () const noexcept + std::add_lvalue_reference< element_type >::type + operator[] + a07765.html + a8a2dc52fe278fa9732c4a9639520b139 + (size_t __i) const noexcept(_S_nothrow_deref< pointer, element_type >(0)) - hasher - hash_function - a06984.html - a208a268d709e23f97d5763d2f24de4f2 - () const + pointer + release + a07765.html + a2738fbe9d4c7a5c93ae36f40ce4794f8 + () noexcept void - insert - a06984.html - a46f035c31a44c4051965af7868d40e77 - (_InputIterator __first, _InputIterator __last) + reset + a07765.html + a4d205b7ff644487394c5bce1cbf6a6ac + (_Up __p) noexcept void - insert - a06984.html - acb1935806673ced5dae48aa64d8cabc3 - (initializer_list< value_type > __l) + swap + a07765.html + a6516afbc423bf1f13c37c3c0324fa0f9 + (unique_ptr &__u) noexcept + + + unique_ptr< bool[]> + a07761.html - key_equal - key_eq - a06984.html - a32226343bc7c4b8b0b14914fd3d105cb - () const + constexpr + unique_ptr + a07761.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept - float - load_factor - a06984.html - a02888ba9dce21c5e16ba09734ebdb642 - () const noexcept + constexpr + unique_ptr + a07761.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept - size_type - max_bucket_count - a06984.html - a193e48c36ac0f5888911cf991428a287 - () const noexcept + + unique_ptr + a07761.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept - float - max_load_factor - a06984.html - a72250fbcb87cc6ea4998eb8f00465650 - () const noexcept + + unique_ptr + a07761.html + a52504fb8d823409e3d68199e7d506cd3 + (pointer __p, __enable_if_t<!is_lvalue_reference< _Del >::value, _Del && > __d) noexcept - void - max_load_factor - a06984.html - afea08a0d2315df4b6da1318c74be7114 - (float __z) + + unique_ptr + a07761.html + a26b7d1e8a71e7aa09b8254d1fd873426 + (pointer __p, const deleter_type &__d) noexcept - size_type - max_size - a06984.html - accd0a24f61c8161dbd0fe216ead19142 - () const noexcept + + unique_ptr + a07761.html + a50fe35c89c94c781d074936b35b26033 + (unique_ptr &&)=default - unordered_multimap & - operator= - a06984.html - a04b3ff006b08f143403c12e743ced9b6 - (const unordered_multimap &)=default + + unique_ptr + a07761.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept - unordered_multimap & - operator= - a06984.html - ac9f4a7b990b045b2709562eb6b7f9328 - (unordered_multimap &&)=default + + ~unique_ptr + a07761.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept - unordered_multimap & - operator= - a06984.html - a1dd84e27aa97a782f79e757eadcd5461 - (initializer_list< value_type > __l) + pointer + get + a07761.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept - void - rehash - a06984.html - ac9032d22474fc3c5ec4d0b74362b5f4e - (size_type __n) + const deleter_type & + get_deleter + a07761.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept - void - reserve - a06984.html - a9167538c4058279e45627d0a68f3d030 - (size_type __n) + deleter_type & + get_deleter + a07761.html + a62f850d198437890dffea7a4e029602d + () noexcept - size_type - size - a06984.html - af02efb64c18107a5c4f13a1983cfa5a3 + + operator bool + a07761.html + a9f21c10165ad856c5b6b2889b815a9bf () const noexcept - void - swap - a06984.html - ac8d3f27e1315796ddcc9b55378f90ce7 - (unordered_multimap &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + add_lvalue_reference< element_type >::type + operator* + a07761.html + a3d8cc9f6855df76726571570c0059c52 + () const noexcept(noexcept(*std::declval< pointer >())) - const_iterator - begin - a06984.html - a1fd8297776af120bf58bb6252562fc35 + pointer + operator-> + a07761.html + ad0486e6ff29eac8f1384948a4184e442 () const noexcept - const_iterator - cbegin - a06984.html - ae1c99977950ad720b2b10f6daf6c31ab - () const noexcept + unique_ptr & + operator= + a07761.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept - const_iterator - end - a06984.html - a0921ff9d001238f2f5b92f025378a37d - () const noexcept + unique_ptr & + operator= + a07761.html + a8903caac37990f806aeaff98c67f2fbf + (unique_ptr &&)=default - const_iterator - cend - a06984.html - acc5c6d3a39a12f7d21e8886534eaa591 - () const noexcept + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a07761.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept - iterator - insert - a06984.html - a79303f819716015a95be11962dda3e53 - (const value_type &__x) + pointer + release + a07761.html + af40585665f237aca4a3364726b3fdb1d + () noexcept - iterator - insert - a06984.html - a9644a1df197ed6de0b6f9a7f0a40ea65 - (_Pair &&__x) + void + reset + a07761.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept - iterator - insert - a06984.html - aeb4625ec1e0a22af00ccb220e4c7c7b2 - (const_iterator __hint, const value_type &__x) + void + swap + a07761.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept - iterator - insert - a06984.html - a4ad75b95b4d2d71e2d4cd27a9adc539d - (const_iterator __hint, _Pair &&__x) + enable_if< __is_swappable< default_delete< bool > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< bool, default_delete< bool > > &__x, unique_ptr< bool, default_delete< bool > > &__y) noexcept - iterator - erase - a06984.html - a671564fa7d5dd0e04b651e78861c89ba - (const_iterator __position) + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - erase - a06984.html - a08eec5ee5f497c48d356443110934fdd - (iterator __position) + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) noexcept - iterator - find - a06984.html - a9f64e8fbc46b2fec76e96499ac91c8b6 - (const key_type &__x) + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) noexcept - const_iterator - find - a06984.html - a3a54562ef76d4966a496b86691fdfb12 - (const key_type &__x) const + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - std::pair< iterator, iterator > - equal_range - a06984.html - a55b2bb934fcc4f41eaa67280c73ff1d5 - (const key_type &__x) + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) noexcept - std::pair< const_iterator, const_iterator > - equal_range - a06984.html - a6c608c4a4f2041d5045df49143124cfa - (const key_type &__x) const + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) noexcept - const_local_iterator - begin - a06984.html - aabce46436201e63f88dbebc168f9d84a - (size_type __n) const + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - const_local_iterator - cbegin - a06984.html - ad4f2132ee625dc5b3a48d28a495d552f - (size_type __n) const + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - const_local_iterator - end - a06984.html - aa7cd9ddc32c88838cfcd1f2cc53ae5ab - (size_type __n) const + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - const_local_iterator - cend - a06984.html - aeabc377e8c2f5b367388ee5e4e0aff99 - (size_type __n) const - - - _Hashtable::key_type - key_type - a06984.html - ae371392b325c1cdecb9bfdb891ee9fb0 - + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::value_type - value_type - a06984.html - a4baa45433c393ecfab2c784b8de381e8 - + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - - _Hashtable::mapped_type - mapped_type - a06984.html - a3e1544ab885cd443cf557eb35db830e8 - + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - - _Hashtable::hasher - hasher - a06984.html - a8a087ced0dd9a5d8e57c101627b67fb6 - + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::key_equal - key_equal - a06984.html - afabc6af09a31459a08760bcec32a0b6d - + + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - - _Hashtable::allocator_type - allocator_type - a06984.html - aab5213cbfd6797faef226b949240b8ec - + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - - _Hashtable::pointer - pointer - a06984.html - aa9c05aec6bb3f18770d191869543334a - + + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::const_pointer - const_pointer - a06984.html - ac2aca480ec930cab8cee31638ec6aa0c - + + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - - _Hashtable::reference - reference - a06984.html - a08487e5381fd61795c61cfa0fed8e48f - + + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - - _Hashtable::const_reference - const_reference - a06984.html - a580c722f453604f50c163788a75fd6c3 - + + _MakeUniq< bool >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - - _Hashtable::iterator - iterator - a06984.html - a0fffce26090303390cc7fce06b5f6615 - + + _MakeUniq< bool >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - - _Hashtable::const_iterator - const_iterator - a06984.html - ac98a77485a1a68eaadb6a7c8b5d4b141 - + + _MakeUniq< bool >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - - _Hashtable::local_iterator - local_iterator - a06984.html - a8cb5d0ca110f847b3fceed2d07472710 - + + enable_if< __is_swappable< default_delete< bool > >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< bool, default_delete< bool > > &__x, unique_ptr< bool, default_delete< bool > > &__y) noexcept - - _Hashtable::const_local_iterator - const_local_iterator - a06984.html - ab04f4d4643b5de9638d2f5aaa31d94e5 - + + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - - _Hashtable::size_type - size_type - a06984.html - ab9e187c541bf3fe290dd21b514abd024 - + + bool + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) noexcept - - _Hashtable::difference_type - difference_type - a06984.html - ab91e542e87512944adfb13fcff51d7c8 - + + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) noexcept - const_iterator - begin - a06984.html - a1fd8297776af120bf58bb6252562fc35 - () const noexcept + bool + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - const_iterator - cbegin - a06984.html - ae1c99977950ad720b2b10f6daf6c31ab - () const noexcept + bool + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) noexcept - const_iterator - end - a06984.html - a0921ff9d001238f2f5b92f025378a37d - () const noexcept + bool + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) noexcept - const_iterator - cend - a06984.html - acc5c6d3a39a12f7d21e8886534eaa591 - () const noexcept + bool + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - insert - a06984.html - a79303f819716015a95be11962dda3e53 - (const value_type &__x) + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - iterator - insert - a06984.html - a9644a1df197ed6de0b6f9a7f0a40ea65 - (_Pair &&__x) + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - iterator - insert - a06984.html - aeb4625ec1e0a22af00ccb220e4c7c7b2 - (const_iterator __hint, const value_type &__x) + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - insert - a06984.html - a4ad75b95b4d2d71e2d4cd27a9adc539d - (const_iterator __hint, _Pair &&__x) + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - iterator - erase - a06984.html - a671564fa7d5dd0e04b651e78861c89ba - (const_iterator __position) + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - iterator - erase - a06984.html - a08eec5ee5f497c48d356443110934fdd - (iterator __position) + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - iterator - find - a06984.html - a9f64e8fbc46b2fec76e96499ac91c8b6 - (const key_type &__x) + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - const_iterator - find - a06984.html - a3a54562ef76d4966a496b86691fdfb12 - (const key_type &__x) const + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - std::pair< iterator, iterator > - equal_range - a06984.html - a55b2bb934fcc4f41eaa67280c73ff1d5 - (const key_type &__x) + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< bool, default_delete< bool > > &__x, const unique_ptr< _Up, _Ep > &__y) - std::pair< const_iterator, const_iterator > - equal_range - a06984.html - a6c608c4a4f2041d5045df49143124cfa - (const key_type &__x) const + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< bool, default_delete< bool > > &__x, nullptr_t) - const_local_iterator - begin - a06984.html - aabce46436201e63f88dbebc168f9d84a - (size_type __n) const + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< bool, default_delete< bool > > &__x) - const_local_iterator - cbegin - a06984.html - ad4f2132ee625dc5b3a48d28a495d552f - (size_type __n) const + _MakeUniq< bool >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) - const_local_iterator - end - a06984.html - aa7cd9ddc32c88838cfcd1f2cc53ae5ab - (size_type __n) const + _MakeUniq< bool >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) - const_local_iterator - cend - a06984.html - aeabc377e8c2f5b367388ee5e4e0aff99 - (size_type __n) const + _MakeUniq< bool >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete - std::unordered_multiset - a06992.html - _Value - _Hash - _Pred - _Alloc + std::__debug::unordered_map + a08641.html + + + + + + _Safe_container< unordered_map< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + + std::unordered_map + a07781.html + + + + + _Hashtable::key_type key_type - a06992.html - a5728c1ad04495272ee1ee21fac011010 + a07781.html + ac563e7804340b706c3efeca91157585b _Hashtable::value_type value_type - a06992.html - a3b9af18ceb55369b7be262668119ff8c + a07781.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a07781.html + a6d830d6d91653672a6f20b748327622b _Hashtable::hasher hasher - a06992.html - ac241bbf11679cbce9942578ecc48d776 + a07781.html + a917dcd56682abf611f68cb72cbfb7d3e _Hashtable::key_equal key_equal - a06992.html - afc4a4d64411a584ccf011a942a261bbe + a07781.html + aab5cec3a4b8e6f4030f5baeacf92edbc _Hashtable::allocator_type allocator_type - a06992.html - a37fd3cf11429a513cea1f132c06e87df + a07781.html + a434ca8d37d3262f336f06903abbd170b _Hashtable::pointer pointer - a06992.html - a0fd1cffa71f49d5bcea5c9fa1cb36312 + a07781.html + ac0072ca4cb745124af7e8ae199b017c5 _Hashtable::const_pointer const_pointer - a06992.html - aa107c9adeffdf499edd13a0a88ed8cbc + a07781.html + a16fbc4a1f8abfebdee17e4d6303c03a3 _Hashtable::reference reference - a06992.html - a81000aff43253d8859a4c59d35a89029 + a07781.html + a3e1eaafb2b3f1f11809491426d373485 _Hashtable::const_reference const_reference - a06992.html - ab16debc24d07c39201f4aaa943b8ba6d + a07781.html + aaa3ed5ea37fb02cd6a5eacf89409f52d _Hashtable::iterator iterator - a06992.html - ad30c938c0f7a7d7d78471da27420efc0 + a07781.html + a0526d137ece77ce98d550cd2d6fd1816 _Hashtable::const_iterator const_iterator - a06992.html - a348726f7f2783583fee4bccee78e6ff4 + a07781.html + acb0e1b9ce26687d13dace99250f876e3 _Hashtable::local_iterator local_iterator - a06992.html - a2b13af1127b00c668e4e277c0053c2c3 + a07781.html + aab940536a56eb520d8e7143ce5c4af3a _Hashtable::const_local_iterator const_local_iterator - a06992.html - af3443472eeb3187e370e7c523c5df91e + a07781.html + af0cb2cf999f96def015e87c3cca6691d _Hashtable::size_type size_type - a06992.html - a530f5c88d1e5082a61c5b38948e1cfdb + a07781.html + acefc3dbfc16b70562f92193d01156479 _Hashtable::difference_type difference_type - a06992.html - a0dfc41e4c0a1ec68c0e4ee0fba4783ee + a07781.html + aede8ad7332db3b16e68cec19c0dd963e - unordered_multiset - a06992.html - a4a39eee2d0bdbeae8749868e6ca60bd7 + unordered_map + a07781.html + a6bc68dfdbfb4fe6917fe43aaec5385c6 ()=default - unordered_multiset - a06992.html - ac6084dcccef761538983acc055a3d106 - (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unordered_map + a07781.html + a94bb8e6f25731bdc01fb6c7b34022579 + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - unordered_multiset - a06992.html - a342b7c9edfa273379f949beb9a00fd4a - (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unordered_map + a07781.html + ac2f6c6ba48b39f7e17b4760d809ebf26 + (const allocator_type &__a) - unordered_multiset - a06992.html - af28603f1dbde8f14994bc35fba60f886 - (const unordered_multiset &)=default + unordered_map + a07781.html + a46d4ba7519835644688c2230f067a3e8 + (const unordered_map &)=default - unordered_multiset - a06992.html - a805e863e360d7af26758cf6a2c98f21a - (unordered_multiset &&)=default + unordered_map + a07781.html + acae490543303c7ea2365e5a53bc7d131 + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - unordered_multiset - a06992.html - a67d09e2826cd252504705969c1cbad8b - (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unordered_map + a07781.html + a743946b3813b8ec54b762a6edbae2934 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - unordered_multiset - a06992.html - a34d367c806730baf9a10261d5c2ce3b7 - (const allocator_type &__a) + unordered_map + a07781.html + a5924b32a6e46f9deb426e02e524f7d23 + (unordered_map &&)=default - size_type - bucket_count - a06992.html - a151a3546cd927736e1b7741fefd84387 - () const noexcept + iterator + begin + a07781.html + ac90866b0f04d5366339b63f8e26bde06 + () noexcept - const_iterator - cbegin - a06992.html - a8fefcc1326d2d85a00bf958f7086d4a1 - () const noexcept + local_iterator + begin + a07781.html + ae0eddd81ee3d218ade072a8becffaff6 + (size_type __n) - const_iterator - cend - a06992.html - a2a6edd3b4b891c1c260d3001a6b1ffcb + size_type + bucket_count + a07781.html + ac8a1a3c1d13adf8908c863a707fa40aa () const noexcept void clear - a06992.html - a18e69290f6407ee6a2de58b005f4309e + a07781.html + a9728c777ec0429619531a26201560c18 () noexcept - size_type - count - a06992.html - a758853e33d8b9dae33851ee71b42b0c8 - (const key_type &__x) const - - - iterator + std::pair< iterator, bool > emplace - a06992.html - a31747dab6f248961de2668f292a18565 + a07781.html + aa2c22cafc2b6f068358049c8fdb7bda0 (_Args &&... __args) iterator emplace_hint - a06992.html - a81c1d4a9ff7f0173466deb652ab4f10b + a07781.html + af36454c8cd5831988060bdf85a4d4d6e (const_iterator __pos, _Args &&... __args) bool empty - a06992.html - a207a38bb9677cfdae227e04467e71601 + a07781.html + a4d72f478fb0cd05cc612e7ac746131ac () const noexcept + iterator + end + a07781.html + a42872e15c417c6f944d019315553951e + () noexcept + + + local_iterator + end + a07781.html + ab91675efcde6f50894587cdb2037a4fc + (size_type __n) + + size_type erase - a06992.html - af75d57a40e15b929ee8931d5894164fc + a07781.html + a56149c061cd4aca92d631f7ad5a5a737 (const key_type &__x) iterator erase - a06992.html - a8d9f85005b81ca530aeeb413a38824ab + a07781.html + a1b17775816c782568baefd357cd50e88 (const_iterator __first, const_iterator __last) + node_type + extract + a07781.html + a0c23f11a0399cc6c5d5b0f798a347b93 + (const key_type &__key) + + + node_type + extract + a07781.html + a270ed38c6d0ca6a5b6469f01499e8241 + (const_iterator __pos) + + allocator_type get_allocator - a06992.html - afa9b2af271d4a9c43401403d4b21a22f + a07781.html + a13808c3062786f090b1af63937f15963 () const noexcept hasher hash_function - a06992.html - a5d32e359f0a827adb05fd1c5e29362b3 + a07781.html + ac9588299378201162e3f7da7e7d30fdf () const void insert - a06992.html - a914954becc1ec4a1bec63eafe11065e1 + a07781.html + a0c40f8641ff4ca47fe2998a46404cf37 (_InputIterator __first, _InputIterator __last) + iterator + insert + a07781.html + a3d109f98534443c0d735545930ea0467 + (const_iterator, node_type &&__nh) + + void insert - a06992.html - a0e45e9fa99b643fb6a79c4154c00dcb4 + a07781.html + a191d1d95c2d102dc1057677df000aaec (initializer_list< value_type > __l) + insert_return_type + insert + a07781.html + af7886e783fd5c735bbe1bc8f685fea4b + (node_type &&__nh) + + + pair< iterator, bool > + insert_or_assign + a07781.html + a18c7292e78373e719791242496f23a20 + (const key_type &__k, _Obj &&__obj) + + + iterator + insert_or_assign + a07781.html + ac06399d585c8e22feecd02ddc7f16cd5 + (const_iterator __hint, const key_type &__k, _Obj &&__obj) + + key_equal key_eq - a06992.html - a9dfa97d099b1d96e80a72a94058ecc68 + a07781.html + aa956e7eb800e72fbab9b54f3ef006d8e () const float load_factor - a06992.html - a4105eeac8ec00dc431b408e8d046dd5e + a07781.html + add961e22f4549e2c94846946fbd25a7d () const noexcept size_type max_bucket_count - a06992.html - abc4c192168d4217376439dce87cf12a2 + a07781.html + af29f5a18a09a36adb720b6907e45eacd () const noexcept float max_load_factor - a06992.html - a1d6af6a14a53c2709b072d6722ecf039 + a07781.html + ae2f58d908f2e03656fce158550d9ba73 () const noexcept void max_load_factor - a06992.html - aff0cd0917d69025d995dd401c1ec63a6 + a07781.html + a0584274b6378b6d962debbe96f5c5cb6 (float __z) size_type max_size - a06992.html - af0cbbd14540e7875dd507533a959bf77 + a07781.html + a695e48bcb2fa9e91ad07d3f7c45016dd () const noexcept - unordered_multiset & + unordered_map & operator= - a06992.html - a9e17536caf4f009c1a337cbdc65b10e4 - (const unordered_multiset &)=default + a07781.html + aca0525353d274a1abca19e123ca58702 + (const unordered_map &)=default - unordered_multiset & + unordered_map & operator= - a06992.html - abc404eb73cb8ffa4efb906fd400e476b - (unordered_multiset &&)=default + a07781.html + a46087d4d85698c13e7fe5e10f13821d1 + (initializer_list< value_type > __l) - unordered_multiset & + unordered_map & operator= - a06992.html - adfc21fb29e21a666c726325bdbab7fd8 - (initializer_list< value_type > __l) + a07781.html + a7d63494d15ed6c47df072d06d9608ca0 + (unordered_map &&)=default void rehash - a06992.html - a12c1bfb9feb07236289dcf324b841d58 + a07781.html + af81fbed78a715d3c81e8c7655669c7e7 (size_type __n) void reserve - a06992.html - aad33b09815e29fc00dba2408e91e3ed6 + a07781.html + a2eee23bd13796426f3018c8a9341202f (size_type __n) size_type size - a06992.html - acd836983ff93b793bf5404002ceac468 + a07781.html + a7d1de2c7389176716aceeaba3b1c2bb7 () const noexcept void swap - a06992.html - a87b28725f19b4afc7e58d052bf07be2f - (unordered_multiset &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + a07781.html + ae06bac0d1fbee8603ec2ac806950b1ba + (unordered_map &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + pair< iterator, bool > + try_emplace + a07781.html + a45bd22b39287d90f662a2fdc3517ab1d + (const key_type &__k, _Args &&... __args) iterator - begin - a06992.html - a06fc4f0351ccd36daf6b1595752c2e79 - () noexcept + try_emplace + a07781.html + a220092f3c52236249e8e904ff0906b41 + (const_iterator __hint, const key_type &__k, _Args &&... __args) const_iterator begin - a06992.html - a8c5aa4088fd624fca11155a1a525c91a + a07781.html + a9d409d14c46998843b60af82785dfd80 () const noexcept - iterator - end - a06992.html - a8158b25dee0140da6e109a2592cec0eb - () noexcept + const_iterator + cbegin + a07781.html + af9610ba94f6f17e7af50d7280638fa17 + () const noexcept const_iterator end - a06992.html - aaa3754e88e7218cbd97bad8024a9a20a + a07781.html + a6b763e0c9c40786e19c26f5fa97e3ab6 () const noexcept - iterator + const_iterator + cend + a07781.html + ab862dadbaf3147cfc02bd383ed35e1f9 + () const noexcept + + + std::pair< iterator, bool > insert - a06992.html - aa8ed787cbd107c6e469d92d0ab4d2836 + a07781.html + a047d2b3433747276ee6daa9eba154295 (const value_type &__x) - iterator + std::pair< iterator, bool > insert - a06992.html - aa888dc9e6ebd2d05342de7efac99e55c + a07781.html + adb80cc201b9b5b821e8ef73492106db3 (value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, pair< iterator, bool > > + insert + a07781.html + aae182defe617c8d37e27b27b09277ea9 + (_Pair &&__x) + + iterator insert - a06992.html - a0a7ead2d0db3cfaf291968f0967cf242 + a07781.html + a3eb7753105411145e2d8476cf300b348 (const_iterator __hint, const value_type &__x) iterator insert - a06992.html - aadc4a113c0ce8991df621858a74e063b + a07781.html + a01d23be5cd83c13117d269bc1df1488f (const_iterator __hint, value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07781.html + ae4f015606d8e138c72eb87ce5f89ed50 + (const_iterator __hint, _Pair &&__x) + + iterator erase - a06992.html - a7f56a12c1ac7a74ad413f075b58ddf09 + a07781.html + adef61b0f6b1e43cfdb648e247277ba00 (const_iterator __position) iterator erase - a06992.html - ab3d07df2db9b602425527841d3e0e876 + a07781.html + ab04b983f5337e79f121f2df4bbaa283c (iterator __position) iterator find - a06992.html - a3abb4ae4616bf85eb3201d4488007420 + a07781.html + ad62fc2387c4fa4aefe228c14239f8c40 (const key_type &__x) const_iterator find - a06992.html - af99eeb8286c1266dba2e9155f8efe0b6 + a07781.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + size_type + count + a07781.html + a4cbd19e5e859635c70822a7e1faa8e36 (const key_type &__x) const std::pair< iterator, iterator > equal_range - a06992.html - a14673553f519f4299e97892aaff3becf + a07781.html + a301e117827c134ed289b5d19e5c8a36e (const key_type &__x) std::pair< const_iterator, const_iterator > equal_range - a06992.html - a5c639624ebbe3e667dafad278f21ce05 + a07781.html + a21e644ce722b02f5304757ea9be5b23e (const key_type &__x) const - local_iterator - begin - a06992.html - a145287d1f05692134d098be7d75be1e5 - (size_type __n) + mapped_type & + operator[] + a07781.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) + + + mapped_type & + operator[] + a07781.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) + + + mapped_type & + at + a07781.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) + + + const mapped_type & + at + a07781.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const const_local_iterator begin - a06992.html - a317053819028a239c2a7611489bede4f + a07781.html + a73cb0bbad75ff10a8493cdb155b81146 (size_type __n) const const_local_iterator cbegin - a06992.html - af211aacc4102c0ceb0814dd6c518e8ed + a07781.html + a326f910adabc220031b93dc6b472b913 (size_type __n) const - local_iterator - end - a06992.html - adecae97e8a67ad9111c148bc6a85bde5 - (size_type __n) - - const_local_iterator end - a06992.html - a38af28f07b44fa8ef5ee3ee4d5886762 + a07781.html + a606977180c30d7a49a36846a45f4e355 (size_type __n) const const_local_iterator cend - a06992.html - abae4214954f75b08215d74344bc81562 + a07781.html + a786093f27f238f88c21ecbfe11e27981 (size_type __n) const _Hashtable::key_type key_type - a06992.html - a5728c1ad04495272ee1ee21fac011010 + a07781.html + ac563e7804340b706c3efeca91157585b _Hashtable::value_type value_type - a06992.html - a3b9af18ceb55369b7be262668119ff8c + a07781.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a07781.html + a6d830d6d91653672a6f20b748327622b _Hashtable::hasher hasher - a06992.html - ac241bbf11679cbce9942578ecc48d776 + a07781.html + a917dcd56682abf611f68cb72cbfb7d3e _Hashtable::key_equal key_equal - a06992.html - afc4a4d64411a584ccf011a942a261bbe + a07781.html + aab5cec3a4b8e6f4030f5baeacf92edbc _Hashtable::allocator_type allocator_type - a06992.html - a37fd3cf11429a513cea1f132c06e87df + a07781.html + a434ca8d37d3262f336f06903abbd170b _Hashtable::pointer pointer - a06992.html - a0fd1cffa71f49d5bcea5c9fa1cb36312 + a07781.html + ac0072ca4cb745124af7e8ae199b017c5 _Hashtable::const_pointer const_pointer - a06992.html - aa107c9adeffdf499edd13a0a88ed8cbc + a07781.html + a16fbc4a1f8abfebdee17e4d6303c03a3 _Hashtable::reference reference - a06992.html - a81000aff43253d8859a4c59d35a89029 + a07781.html + a3e1eaafb2b3f1f11809491426d373485 _Hashtable::const_reference const_reference - a06992.html - ab16debc24d07c39201f4aaa943b8ba6d + a07781.html + aaa3ed5ea37fb02cd6a5eacf89409f52d _Hashtable::iterator iterator - a06992.html - ad30c938c0f7a7d7d78471da27420efc0 + a07781.html + a0526d137ece77ce98d550cd2d6fd1816 _Hashtable::const_iterator const_iterator - a06992.html - a348726f7f2783583fee4bccee78e6ff4 + a07781.html + acb0e1b9ce26687d13dace99250f876e3 _Hashtable::local_iterator local_iterator - a06992.html - a2b13af1127b00c668e4e277c0053c2c3 + a07781.html + aab940536a56eb520d8e7143ce5c4af3a _Hashtable::const_local_iterator const_local_iterator - a06992.html - af3443472eeb3187e370e7c523c5df91e + a07781.html + af0cb2cf999f96def015e87c3cca6691d _Hashtable::size_type size_type - a06992.html - a530f5c88d1e5082a61c5b38948e1cfdb + a07781.html + acefc3dbfc16b70562f92193d01156479 _Hashtable::difference_type difference_type - a06992.html - a0dfc41e4c0a1ec68c0e4ee0fba4783ee + a07781.html + aede8ad7332db3b16e68cec19c0dd963e - iterator + const_iterator begin - a06992.html - a06fc4f0351ccd36daf6b1595752c2e79 - () noexcept + a07781.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept const_iterator - begin - a06992.html - a8c5aa4088fd624fca11155a1a525c91a + cbegin + a07781.html + af9610ba94f6f17e7af50d7280638fa17 () const noexcept - iterator + const_iterator end - a06992.html - a8158b25dee0140da6e109a2592cec0eb - () noexcept + a07781.html + a6b763e0c9c40786e19c26f5fa97e3ab6 + () const noexcept const_iterator - end - a06992.html - aaa3754e88e7218cbd97bad8024a9a20a + cend + a07781.html + ab862dadbaf3147cfc02bd383ed35e1f9 () const noexcept - iterator + std::pair< iterator, bool > insert - a06992.html - aa8ed787cbd107c6e469d92d0ab4d2836 + a07781.html + a047d2b3433747276ee6daa9eba154295 (const value_type &__x) - iterator + std::pair< iterator, bool > insert - a06992.html - aa888dc9e6ebd2d05342de7efac99e55c + a07781.html + adb80cc201b9b5b821e8ef73492106db3 (value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, pair< iterator, bool > > + insert + a07781.html + aae182defe617c8d37e27b27b09277ea9 + (_Pair &&__x) + + iterator insert - a06992.html - a0a7ead2d0db3cfaf291968f0967cf242 + a07781.html + a3eb7753105411145e2d8476cf300b348 (const_iterator __hint, const value_type &__x) iterator insert - a06992.html - aadc4a113c0ce8991df621858a74e063b + a07781.html + a01d23be5cd83c13117d269bc1df1488f (const_iterator __hint, value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07781.html + ae4f015606d8e138c72eb87ce5f89ed50 + (const_iterator __hint, _Pair &&__x) + + iterator erase - a06992.html - a7f56a12c1ac7a74ad413f075b58ddf09 + a07781.html + adef61b0f6b1e43cfdb648e247277ba00 (const_iterator __position) iterator erase - a06992.html - ab3d07df2db9b602425527841d3e0e876 + a07781.html + ab04b983f5337e79f121f2df4bbaa283c (iterator __position) iterator find - a06992.html - a3abb4ae4616bf85eb3201d4488007420 + a07781.html + ad62fc2387c4fa4aefe228c14239f8c40 (const key_type &__x) const_iterator find - a06992.html - af99eeb8286c1266dba2e9155f8efe0b6 + a07781.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + size_type + count + a07781.html + a4cbd19e5e859635c70822a7e1faa8e36 (const key_type &__x) const std::pair< iterator, iterator > equal_range - a06992.html - a14673553f519f4299e97892aaff3becf + a07781.html + a301e117827c134ed289b5d19e5c8a36e (const key_type &__x) std::pair< const_iterator, const_iterator > equal_range - a06992.html - a5c639624ebbe3e667dafad278f21ce05 + a07781.html + a21e644ce722b02f5304757ea9be5b23e (const key_type &__x) const - local_iterator - begin - a06992.html - a145287d1f05692134d098be7d75be1e5 - (size_type __n) + mapped_type & + operator[] + a07781.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) + + + mapped_type & + operator[] + a07781.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) + + + mapped_type & + at + a07781.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) + + + const mapped_type & + at + a07781.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const const_local_iterator begin - a06992.html - a317053819028a239c2a7611489bede4f + a07781.html + a73cb0bbad75ff10a8493cdb155b81146 (size_type __n) const const_local_iterator cbegin - a06992.html - af211aacc4102c0ceb0814dd6c518e8ed + a07781.html + a326f910adabc220031b93dc6b472b913 (size_type __n) const - local_iterator - end - a06992.html - adecae97e8a67ad9111c148bc6a85bde5 - (size_type __n) - - const_local_iterator end - a06992.html - a38af28f07b44fa8ef5ee3ee4d5886762 + a07781.html + a606977180c30d7a49a36846a45f4e355 (size_type __n) const const_local_iterator cend - a06992.html - abae4214954f75b08215d74344bc81562 + a07781.html + a786093f27f238f88c21ecbfe11e27981 (size_type __n) const - std::unordered_set - a06996.html - _Value - _Hash - _Pred - _Alloc + unordered_map< _Key, _Tp, _Hash, _Pred > + a07781.html _Hashtable::key_type key_type - a06996.html - a1f83ff00c35e85978dced4fb3ff6772e + a07781.html + ac563e7804340b706c3efeca91157585b _Hashtable::value_type value_type - a06996.html - a14e45fe3da6c5bb759688d5aed9183ff + a07781.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a07781.html + a6d830d6d91653672a6f20b748327622b _Hashtable::hasher hasher - a06996.html - a3dcd37e44a7c63ca0b0b1a61d3d074d7 + a07781.html + a917dcd56682abf611f68cb72cbfb7d3e _Hashtable::key_equal key_equal - a06996.html - a721448c1c7b74465ccfcd51d86a9400c + a07781.html + aab5cec3a4b8e6f4030f5baeacf92edbc _Hashtable::allocator_type allocator_type - a06996.html - a9bba281b4f65b14513a532e398d37642 + a07781.html + a434ca8d37d3262f336f06903abbd170b _Hashtable::pointer pointer - a06996.html - af18aca91916dd9537f3c33cd7746b0f4 + a07781.html + ac0072ca4cb745124af7e8ae199b017c5 _Hashtable::const_pointer const_pointer - a06996.html - a64c2420ac682e15e195863aecf2bcb8b + a07781.html + a16fbc4a1f8abfebdee17e4d6303c03a3 _Hashtable::reference reference - a06996.html - a111a313624cf9219526288500218d406 + a07781.html + a3e1eaafb2b3f1f11809491426d373485 _Hashtable::const_reference const_reference - a06996.html - a795d0f609bd9032858d61acc386ee11a + a07781.html + aaa3ed5ea37fb02cd6a5eacf89409f52d _Hashtable::iterator iterator - a06996.html - a02fe876578c29d71f3b0e63ae959fc9e + a07781.html + a0526d137ece77ce98d550cd2d6fd1816 _Hashtable::const_iterator const_iterator - a06996.html - a77ac106cb24d3c809aa1dac59b508f46 + a07781.html + acb0e1b9ce26687d13dace99250f876e3 _Hashtable::local_iterator local_iterator - a06996.html - a41daefac0150734553a1b8ae994520e6 + a07781.html + aab940536a56eb520d8e7143ce5c4af3a _Hashtable::const_local_iterator const_local_iterator - a06996.html - ad71108e3e7466e69cf84def961574aec + a07781.html + af0cb2cf999f96def015e87c3cca6691d _Hashtable::size_type size_type - a06996.html - a489606b8c31cc86a461912f292dac389 + a07781.html + acefc3dbfc16b70562f92193d01156479 _Hashtable::difference_type difference_type - a06996.html - a78081fffb25f4c7c28a59c7cf4218c51 + a07781.html + aede8ad7332db3b16e68cec19c0dd963e - unordered_set - a06996.html - aace23136ea294ea67dcfe292b896b110 + unordered_map + a07781.html + a6bc68dfdbfb4fe6917fe43aaec5385c6 ()=default - unordered_set - a06996.html - aca41292a5bd6091c80f15eb124d35b05 - (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unordered_map + a07781.html + a94bb8e6f25731bdc01fb6c7b34022579 + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - unordered_set - a06996.html - adbea625ce309dd45648ae7d2d2fae5ad - (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unordered_map + a07781.html + ac2f6c6ba48b39f7e17b4760d809ebf26 + (const allocator_type &__a) - unordered_set - a06996.html - a815061eb273a5be6b49a311e755262e4 - (const unordered_set &)=default + unordered_map + a07781.html + a46d4ba7519835644688c2230f067a3e8 + (const unordered_map &)=default - unordered_set - a06996.html - a56d5c94753b23d219090f7dba60fac59 - (unordered_set &&)=default + unordered_map + a07781.html + acae490543303c7ea2365e5a53bc7d131 + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - unordered_set - a06996.html - a5d4ca5472cfe1e526ea39765ef1eba0c - (const allocator_type &__a) + unordered_map + a07781.html + a743946b3813b8ec54b762a6edbae2934 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - unordered_set - a06996.html - a060e030a56e63250f388344e5888702a - (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + unordered_map + a07781.html + a5924b32a6e46f9deb426e02e524f7d23 + (unordered_map &&)=default - size_type - bucket_count - a06996.html - ae5b2e99866a8b463ab6f9fe577f08297 - () const noexcept + iterator + begin + a07781.html + ac90866b0f04d5366339b63f8e26bde06 + () noexcept - const_iterator - cbegin - a06996.html - a4bc73af25660f155f196c73298073f27 - () const noexcept + local_iterator + begin + a07781.html + ae0eddd81ee3d218ade072a8becffaff6 + (size_type __n) - const_iterator - cend - a06996.html - a155f3d6e9b8a3a59bb03969355ae5f73 + size_type + bucket_count + a07781.html + ac8a1a3c1d13adf8908c863a707fa40aa () const noexcept void clear - a06996.html - ad8049c5e823b2e158de097c48b4bcb0d + a07781.html + a9728c777ec0429619531a26201560c18 () noexcept - size_type - count - a06996.html - a1f89dfe5f4807151e3829f060b103efc - (const key_type &__x) const - - std::pair< iterator, bool > emplace - a06996.html - ae5af2f1d8d0746c3db3357561a73c6f7 + a07781.html + aa2c22cafc2b6f068358049c8fdb7bda0 (_Args &&... __args) iterator emplace_hint - a06996.html - a8d66aca929c29059391648628f2e250b + a07781.html + af36454c8cd5831988060bdf85a4d4d6e (const_iterator __pos, _Args &&... __args) bool empty - a06996.html - a4e8d8d725e5ce055255edf7f58bbf726 + a07781.html + a4d72f478fb0cd05cc612e7ac746131ac () const noexcept + iterator + end + a07781.html + a42872e15c417c6f944d019315553951e + () noexcept + + + local_iterator + end + a07781.html + ab91675efcde6f50894587cdb2037a4fc + (size_type __n) + + size_type erase - a06996.html - ac935f6a3b65fe0e5629ada1699c86868 + a07781.html + a56149c061cd4aca92d631f7ad5a5a737 (const key_type &__x) iterator erase - a06996.html - acd7b3eed2fde01c393da9d14f1aa03b9 + a07781.html + a1b17775816c782568baefd357cd50e88 (const_iterator __first, const_iterator __last) + node_type + extract + a07781.html + a0c23f11a0399cc6c5d5b0f798a347b93 + (const key_type &__key) + + + node_type + extract + a07781.html + a270ed38c6d0ca6a5b6469f01499e8241 + (const_iterator __pos) + + allocator_type get_allocator - a06996.html - acf6e31142497379c81e5853765ffd9a4 + a07781.html + a13808c3062786f090b1af63937f15963 () const noexcept hasher hash_function - a06996.html - a7e199daf0d314f4d3e72f1e694571a8b + a07781.html + ac9588299378201162e3f7da7e7d30fdf () const void insert - a06996.html - ab8d7bdf04f958f040cfd842c6e2d7b6b + a07781.html + a0c40f8641ff4ca47fe2998a46404cf37 (_InputIterator __first, _InputIterator __last) + iterator + insert + a07781.html + a3d109f98534443c0d735545930ea0467 + (const_iterator, node_type &&__nh) + + void insert - a06996.html - adaa06dc3ca7393564cf03ce38cbe5d74 + a07781.html + a191d1d95c2d102dc1057677df000aaec (initializer_list< value_type > __l) + insert_return_type + insert + a07781.html + af7886e783fd5c735bbe1bc8f685fea4b + (node_type &&__nh) + + + pair< iterator, bool > + insert_or_assign + a07781.html + a18c7292e78373e719791242496f23a20 + (const key_type &__k, _Obj &&__obj) + + + iterator + insert_or_assign + a07781.html + ac06399d585c8e22feecd02ddc7f16cd5 + (const_iterator __hint, const key_type &__k, _Obj &&__obj) + + key_equal key_eq - a06996.html - a91423e12bcd7c66a7b92c919af9e61a2 + a07781.html + aa956e7eb800e72fbab9b54f3ef006d8e () const float load_factor - a06996.html - a6e7300347a4173c3ad35217600d28f50 + a07781.html + add961e22f4549e2c94846946fbd25a7d () const noexcept size_type max_bucket_count - a06996.html - afc90e16afa79bd929b49590dc8637b00 + a07781.html + af29f5a18a09a36adb720b6907e45eacd () const noexcept float max_load_factor - a06996.html - ac182f2597af135950bfc3b1cd09575ec + a07781.html + ae2f58d908f2e03656fce158550d9ba73 () const noexcept void max_load_factor - a06996.html - a086929d624211470ff2b20a0ba23a86d + a07781.html + a0584274b6378b6d962debbe96f5c5cb6 (float __z) size_type max_size - a06996.html - afbad50ec9cd24208c2b33f35aa50f371 + a07781.html + a695e48bcb2fa9e91ad07d3f7c45016dd () const noexcept - unordered_set & + unordered_map & operator= - a06996.html - a28b4eb4e12733c87d05ecd05c23e4269 - (const unordered_set &)=default + a07781.html + aca0525353d274a1abca19e123ca58702 + (const unordered_map &)=default - unordered_set & + unordered_map & operator= - a06996.html - ae40948838a04772d6e2e0281ccbde1f3 - (unordered_set &&)=default + a07781.html + a46087d4d85698c13e7fe5e10f13821d1 + (initializer_list< value_type > __l) - unordered_set & + unordered_map & operator= - a06996.html - a3c34d8e0d4bfc8c91c4b54b5199edc04 - (initializer_list< value_type > __l) + a07781.html + a7d63494d15ed6c47df072d06d9608ca0 + (unordered_map &&)=default void rehash - a06996.html - a6f3606a68d349ec1e1e5de56116a39fd + a07781.html + af81fbed78a715d3c81e8c7655669c7e7 (size_type __n) void reserve - a06996.html - aeb44171c81ee124bbb21a113ff318530 + a07781.html + a2eee23bd13796426f3018c8a9341202f (size_type __n) size_type size - a06996.html - a73ec5052e45a7a980d1968a0805a32dd + a07781.html + a7d1de2c7389176716aceeaba3b1c2bb7 + () const noexcept + + + void + swap + a07781.html + ae06bac0d1fbee8603ec2ac806950b1ba + (unordered_map &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + pair< iterator, bool > + try_emplace + a07781.html + a45bd22b39287d90f662a2fdc3517ab1d + (const key_type &__k, _Args &&... __args) + + + iterator + try_emplace + a07781.html + a220092f3c52236249e8e904ff0906b41 + (const_iterator __hint, const key_type &__k, _Args &&... __args) + + + const_iterator + begin + a07781.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept + + + const_iterator + cbegin + a07781.html + af9610ba94f6f17e7af50d7280638fa17 () const noexcept - void - swap - a06996.html - a688f24d7010519e2bfa001db6fe180e7 - (unordered_set &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + const_local_iterator + begin + a07781.html + a73cb0bbad75ff10a8493cdb155b81146 + (size_type __n) const - iterator - begin - a06996.html - af200bc1dbcbedeabebd796791807ae31 - () noexcept + const_local_iterator + cbegin + a07781.html + a326f910adabc220031b93dc6b472b913 + (size_type __n) const const_iterator - begin - a06996.html - a3d563863f9fd94aa7573fecb9c027c23 + end + a07781.html + a6b763e0c9c40786e19c26f5fa97e3ab6 () const noexcept - iterator - end - a06996.html - aa28c45008761a27eecdaeefaab68fa0e - () noexcept + const_iterator + cend + a07781.html + ab862dadbaf3147cfc02bd383ed35e1f9 + () const noexcept - const_iterator + const_local_iterator end - a06996.html - a9ead8905955f0942591a17d70f8405c8 - () const noexcept + a07781.html + a606977180c30d7a49a36846a45f4e355 + (size_type __n) const + + + const_local_iterator + cend + a07781.html + a786093f27f238f88c21ecbfe11e27981 + (size_type __n) const std::pair< iterator, bool > insert - a06996.html - ac9fa0bc82f5e6fae38a8d225f468608d + a07781.html + a047d2b3433747276ee6daa9eba154295 (const value_type &__x) std::pair< iterator, bool > insert - a06996.html - abc0147e25845cc780f71f1b14cd41cce + a07781.html + adb80cc201b9b5b821e8ef73492106db3 (value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, pair< iterator, bool > > + insert + a07781.html + aae182defe617c8d37e27b27b09277ea9 + (_Pair &&__x) + + iterator insert - a06996.html - a6b211cbe01ddf94104caf45b393ae933 + a07781.html + a3eb7753105411145e2d8476cf300b348 (const_iterator __hint, const value_type &__x) iterator insert - a06996.html - a9e27a7160d0253be3bc02bf9c2fd4d62 + a07781.html + a01d23be5cd83c13117d269bc1df1488f (const_iterator __hint, value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07781.html + ae4f015606d8e138c72eb87ce5f89ed50 + (const_iterator __hint, _Pair &&__x) + + iterator erase - a06996.html - acef2fe55c494314acad1104ba1488cf6 + a07781.html + adef61b0f6b1e43cfdb648e247277ba00 (const_iterator __position) iterator erase - a06996.html - a5475af91b7b075f1315091b522eacd3e + a07781.html + ab04b983f5337e79f121f2df4bbaa283c (iterator __position) iterator find - a06996.html - af673d30d52e825e4f8da4c8770f0589b + a07781.html + ad62fc2387c4fa4aefe228c14239f8c40 (const key_type &__x) const_iterator find - a06996.html - a1f05b3fd1a72e6b246b0e5ce8d0937cf + a07781.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + size_type + count + a07781.html + a4cbd19e5e859635c70822a7e1faa8e36 (const key_type &__x) const std::pair< iterator, iterator > equal_range - a06996.html - ae91bd4ef581ac83337d7cced559349e2 + a07781.html + a301e117827c134ed289b5d19e5c8a36e (const key_type &__x) std::pair< const_iterator, const_iterator > equal_range - a06996.html - ae5f593da6d71d91fb83d2e6023ad8d87 + a07781.html + a21e644ce722b02f5304757ea9be5b23e (const key_type &__x) const - local_iterator - begin - a06996.html - aab994b1b759354f0bdd30f6e04b86b68 - (size_type __n) - - - const_local_iterator - begin - a06996.html - a28389b5527a3ee6a52adc2ee72e67029 - (size_type __n) const - - - const_local_iterator - cbegin - a06996.html - a30a15b1c31e75c9cfd56a4b3f24fe1ce - (size_type __n) const + mapped_type & + operator[] + a07781.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) - local_iterator - end - a06996.html - a70a807c039d620efcfd2b96048c3471a - (size_type __n) + mapped_type & + operator[] + a07781.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) - const_local_iterator - end - a06996.html - a124d7201aeadabc2a92e74fde00ec347 - (size_type __n) const + mapped_type & + at + a07781.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) - const_local_iterator - cend - a06996.html - a5f19f51483e14e3006bf1d6c0c7ec00a - (size_type __n) const + const mapped_type & + at + a07781.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const _Hashtable::key_type key_type - a06996.html - a1f83ff00c35e85978dced4fb3ff6772e + a07781.html + ac563e7804340b706c3efeca91157585b _Hashtable::value_type value_type - a06996.html - a14e45fe3da6c5bb759688d5aed9183ff + a07781.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a07781.html + a6d830d6d91653672a6f20b748327622b _Hashtable::hasher hasher - a06996.html - a3dcd37e44a7c63ca0b0b1a61d3d074d7 + a07781.html + a917dcd56682abf611f68cb72cbfb7d3e _Hashtable::key_equal key_equal - a06996.html - a721448c1c7b74465ccfcd51d86a9400c + a07781.html + aab5cec3a4b8e6f4030f5baeacf92edbc _Hashtable::allocator_type allocator_type - a06996.html - a9bba281b4f65b14513a532e398d37642 + a07781.html + a434ca8d37d3262f336f06903abbd170b _Hashtable::pointer pointer - a06996.html - af18aca91916dd9537f3c33cd7746b0f4 + a07781.html + ac0072ca4cb745124af7e8ae199b017c5 _Hashtable::const_pointer const_pointer - a06996.html - a64c2420ac682e15e195863aecf2bcb8b + a07781.html + a16fbc4a1f8abfebdee17e4d6303c03a3 _Hashtable::reference reference - a06996.html - a111a313624cf9219526288500218d406 + a07781.html + a3e1eaafb2b3f1f11809491426d373485 _Hashtable::const_reference const_reference - a06996.html - a795d0f609bd9032858d61acc386ee11a + a07781.html + aaa3ed5ea37fb02cd6a5eacf89409f52d _Hashtable::iterator iterator - a06996.html - a02fe876578c29d71f3b0e63ae959fc9e + a07781.html + a0526d137ece77ce98d550cd2d6fd1816 _Hashtable::const_iterator const_iterator - a06996.html - a77ac106cb24d3c809aa1dac59b508f46 + a07781.html + acb0e1b9ce26687d13dace99250f876e3 _Hashtable::local_iterator local_iterator - a06996.html - a41daefac0150734553a1b8ae994520e6 + a07781.html + aab940536a56eb520d8e7143ce5c4af3a _Hashtable::const_local_iterator const_local_iterator - a06996.html - ad71108e3e7466e69cf84def961574aec + a07781.html + af0cb2cf999f96def015e87c3cca6691d _Hashtable::size_type size_type - a06996.html - a489606b8c31cc86a461912f292dac389 + a07781.html + acefc3dbfc16b70562f92193d01156479 _Hashtable::difference_type difference_type - a06996.html - a78081fffb25f4c7c28a59c7cf4218c51 + a07781.html + aede8ad7332db3b16e68cec19c0dd963e - iterator + const_iterator begin - a06996.html - af200bc1dbcbedeabebd796791807ae31 - () noexcept + a07781.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept const_iterator - begin - a06996.html - a3d563863f9fd94aa7573fecb9c027c23 + cbegin + a07781.html + af9610ba94f6f17e7af50d7280638fa17 () const noexcept - iterator - end - a06996.html - aa28c45008761a27eecdaeefaab68fa0e - () noexcept + const_local_iterator + begin + a07781.html + a73cb0bbad75ff10a8493cdb155b81146 + (size_type __n) const + + + const_local_iterator + cbegin + a07781.html + a326f910adabc220031b93dc6b472b913 + (size_type __n) const const_iterator end - a06996.html - a9ead8905955f0942591a17d70f8405c8 + a07781.html + a6b763e0c9c40786e19c26f5fa97e3ab6 + () const noexcept + + + const_iterator + cend + a07781.html + ab862dadbaf3147cfc02bd383ed35e1f9 () const noexcept + const_local_iterator + end + a07781.html + a606977180c30d7a49a36846a45f4e355 + (size_type __n) const + + + const_local_iterator + cend + a07781.html + a786093f27f238f88c21ecbfe11e27981 + (size_type __n) const + + std::pair< iterator, bool > insert - a06996.html - ac9fa0bc82f5e6fae38a8d225f468608d + a07781.html + a047d2b3433747276ee6daa9eba154295 (const value_type &__x) std::pair< iterator, bool > insert - a06996.html - abc0147e25845cc780f71f1b14cd41cce + a07781.html + adb80cc201b9b5b821e8ef73492106db3 (value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, pair< iterator, bool > > + insert + a07781.html + aae182defe617c8d37e27b27b09277ea9 + (_Pair &&__x) + + iterator insert - a06996.html - a6b211cbe01ddf94104caf45b393ae933 + a07781.html + a3eb7753105411145e2d8476cf300b348 (const_iterator __hint, const value_type &__x) iterator insert - a06996.html - a9e27a7160d0253be3bc02bf9c2fd4d62 + a07781.html + a01d23be5cd83c13117d269bc1df1488f (const_iterator __hint, value_type &&__x) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07781.html + ae4f015606d8e138c72eb87ce5f89ed50 + (const_iterator __hint, _Pair &&__x) + + iterator erase - a06996.html - acef2fe55c494314acad1104ba1488cf6 + a07781.html + adef61b0f6b1e43cfdb648e247277ba00 (const_iterator __position) iterator erase - a06996.html - a5475af91b7b075f1315091b522eacd3e + a07781.html + ab04b983f5337e79f121f2df4bbaa283c (iterator __position) iterator find - a06996.html - af673d30d52e825e4f8da4c8770f0589b + a07781.html + ad62fc2387c4fa4aefe228c14239f8c40 (const key_type &__x) const_iterator find - a06996.html - a1f05b3fd1a72e6b246b0e5ce8d0937cf + a07781.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + size_type + count + a07781.html + a4cbd19e5e859635c70822a7e1faa8e36 (const key_type &__x) const std::pair< iterator, iterator > equal_range - a06996.html - ae91bd4ef581ac83337d7cced559349e2 + a07781.html + a301e117827c134ed289b5d19e5c8a36e (const key_type &__x) std::pair< const_iterator, const_iterator > equal_range - a06996.html - ae5f593da6d71d91fb83d2e6023ad8d87 + a07781.html + a21e644ce722b02f5304757ea9be5b23e (const key_type &__x) const - local_iterator - begin - a06996.html - aab994b1b759354f0bdd30f6e04b86b68 - (size_type __n) - - - const_local_iterator - begin - a06996.html - a28389b5527a3ee6a52adc2ee72e67029 - (size_type __n) const - - - const_local_iterator - cbegin - a06996.html - a30a15b1c31e75c9cfd56a4b3f24fe1ce - (size_type __n) const + mapped_type & + operator[] + a07781.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) - local_iterator - end - a06996.html - a70a807c039d620efcfd2b96048c3471a - (size_type __n) + mapped_type & + operator[] + a07781.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) - const_local_iterator - end - a06996.html - a124d7201aeadabc2a92e74fde00ec347 - (size_type __n) const + mapped_type & + at + a07781.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) - const_local_iterator - cend - a06996.html - a5f19f51483e14e3006bf1d6c0c7ec00a - (size_type __n) const + const mapped_type & + at + a07781.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const - - std::uses_allocator - a05120.html + + std::__debug::unordered_multimap + a08645.html - - - std::uses_allocator< tuple< _Types... >, _Alloc > - a03144.html - _Types - std::integral_constant - - - std::valarray - a03748.html - _Tp - - - valarray - a01484.html - ga86cb8edd85b0f415ff434169746203b8 - () - - - - valarray - a01484.html - ga97d87db7cf732f6df07a4bc214ab1b6c - (size_t) - - - - valarray - a01484.html - gaa3081177498d05f233dc919b723ac7ca - (const _Tp &, size_t) - - - - valarray - a03748.html - a1ec188c5bae0bf1ee212da704cc1dc7a - (const _Tp *__restrict__, size_t) - - - - valarray - a01484.html - gaa097c18bfb82fa18eb77d561e3f3220d - (const valarray &) - - - - valarray - a01484.html - gacaf590f7e44f9aa8d247c026f2c6685a - (valarray &&) noexcept - - - - valarray - a01484.html - gaa67c616cc84294b4ecfe9492e673e937 - (const slice_array< _Tp > &) - - - - valarray - a01484.html - ga41d41b2154090e3aa77b2a8c8c1eafe2 - (const gslice_array< _Tp > &) - - - - valarray - a01484.html - ga341e360faf03730a2ad4ddb98bb84caa - (const mask_array< _Tp > &) - - - - valarray - a01484.html - ga4440404083086817b9e50ddecfa604fb - (const indirect_array< _Tp > &) - - - - valarray - a01484.html - gaa0445cb9da95df6871ea1c2b625aedf7 - (initializer_list< _Tp >) - - - _Expr< _ValFunClos< _ValArray, _Tp >, _Tp > - apply - a01484.html - ga6187e472096936d517db9cd9851fc107 - (_Tp func(_Tp)) const - - - _Expr< _RefFunClos< _ValArray, _Tp >, _Tp > - apply - a01484.html - ga4fc494f4aee2efb200793044d68658c5 - (_Tp func(const _Tp &)) const - - - valarray< _Tp > - cshift - a01484.html - ga5763723f8e15f612889a2d93625649db - (int __n) const - - - _Tp - max - a01484.html - ga4e66ea69757ab2d6193e385c919e6f71 - () const - - - _Tp - min - a01484.html - ga41cf9f2fac24470499589628f657be67 - () const - - - valarray< _Tp > & - operator &= - a01484.html - ga6eacabfbf6099e64331966308185f957 - (const _Tp &) - - - valarray< _Tp > & - operator &= - a01484.html - gafc4fe2eb569b9bca46e799f3ecb0609c - (const valarray< _Tp > &) - - - _UnaryOp< __logical_not >::_Rt - operator! - a01484.html - ga8ae9cabed8e455713324dacd39bedef1 - () const + + + _Safe_container< unordered_multimap< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + - - valarray< _Tp > & - operator%= - a01484.html - ga64fd546424cb6eb21396e7049fb2c17e - (const _Tp &) + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + - - valarray< _Tp > & - operator%= - a01484.html - gadc5edf2598de6c9bbfe67c8cdc7ff3ab - (const valarray< _Tp > &) + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + - - valarray< _Tp > & - operator*= - a01484.html - ga345cd13171b5d52efb4979a1b3930ea6 - (const _Tp &) + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + - - valarray< _Tp > & - operator*= - a01484.html - gab5a419c3673c284962634894e9c1fc20 - (const valarray< _Tp > &) + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + - - _UnaryOp< __unary_plus >::_Rt - operator+ - a01484.html - ga33a3a90827549220500c99f95b095816 - () const + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () - - valarray< _Tp > & - operator+= - a01484.html - ga75cc5c668aaade5ccc50b199d789e191 - (const _Tp &) + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () - - valarray< _Tp > & - operator+= - a01484.html - ga8b82cbb5b9eafa8c1fc86ae8678e1f36 - (const valarray< _Tp > &) + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () - - _UnaryOp< __negate >::_Rt - operator- - a01484.html - ga028b49a6d0cf1f6afa48149603d953b2 + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f () const - - valarray< _Tp > & - operator-= - a01484.html - ga4667f35667105d1ec1aa3e763c503cd4 - (const _Tp &) - - - valarray< _Tp > & - operator-= - a01484.html - ga5e7ec75f9c2dd61177a35d939ce85f11 - (const valarray< _Tp > &) - - - valarray< _Tp > & - operator/= - a01484.html - ga15f95c715e3a16e30ff24477ccf4e502 - (const _Tp &) - - - valarray< _Tp > & - operator/= - a01484.html - ga4572c21b07ac304ac9d7062d2f5ae160 - (const valarray< _Tp > &) - - - valarray< _Tp > & - operator<<= - a01484.html - ga435a2811affb685f15934a9204bed29e - (const _Tp &) + + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) - - valarray< _Tp > & - operator<<= - a01484.html - ga9635c78d05a1fcbc22885223c1432f25 - (const valarray< _Tp > &) + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) - - valarray< _Tp > & - operator= - a01484.html - gafd9682220fbb71cdd3780fb0b80a7840 - (const valarray< _Tp > &__v) + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () - - valarray< _Tp > & - operator= - a01484.html - ga0b40ea6b05b21b6506d3541205bbfe64 - (valarray< _Tp > &&__v) noexcept + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept - - valarray< _Tp > & - operator= - a01484.html - ga80a24d05a21101fb1e8f32d7617b349a - (const _Tp &__t) + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept - - valarray< _Tp > & - operator= - a01484.html - ga708c338c38f644c83fb4440add0a7f82 - (const slice_array< _Tp > &__sa) + + + std::unordered_multimap + a07777.html + + + + + + + _Hashtable::key_type + key_type + a07777.html + ae371392b325c1cdecb9bfdb891ee9fb0 + - - valarray< _Tp > & - operator= - a01484.html - ga975285295867516982cbd04e5416ca33 - (const gslice_array< _Tp > &__ga) + + _Hashtable::value_type + value_type + a07777.html + a4baa45433c393ecfab2c784b8de381e8 + - - valarray< _Tp > & - operator= - a01484.html - ga008f37655c6e6e55b37c9b46efd259c1 - (const mask_array< _Tp > &__ma) + + _Hashtable::mapped_type + mapped_type + a07777.html + a3e1544ab885cd443cf557eb35db830e8 + - - valarray< _Tp > & - operator= - a01484.html - gad58ef4619934cdeccb9b476c6e8ccceb - (const indirect_array< _Tp > &__ia) + + _Hashtable::hasher + hasher + a07777.html + a8a087ced0dd9a5d8e57c101627b67fb6 + - - valarray & - operator= - a01484.html - ga781c3cfba5752871b9b8df2717f3d301 - (initializer_list< _Tp > __l) + + _Hashtable::key_equal + key_equal + a07777.html + afabc6af09a31459a08760bcec32a0b6d + - - valarray< _Tp > & - operator>>= - a01484.html - ga5ce6f32c286043434e864d28271f2069 - (const _Tp &) + + _Hashtable::allocator_type + allocator_type + a07777.html + aab5213cbfd6797faef226b949240b8ec + - - valarray< _Tp > & - operator>>= - a01484.html - ga7f2a41abd2f316f4de7942652da2410d - (const valarray< _Tp > &) + + _Hashtable::pointer + pointer + a07777.html + aa9c05aec6bb3f18770d191869543334a + - - _Tp & - operator[] - a01484.html - ga2325176078e58966124ec919df2b1eb4 - (size_t __i) + + _Hashtable::const_pointer + const_pointer + a07777.html + ac2aca480ec930cab8cee31638ec6aa0c + - - _Expr< _SClos< _ValArray, _Tp >, _Tp > - operator[] - a01484.html - ga5e86bbdb258433295ab39596449a5f7e - (slice __s) const + + _Hashtable::reference + reference + a07777.html + a08487e5381fd61795c61cfa0fed8e48f + - - slice_array< _Tp > - operator[] - a01484.html - gad5394a15e9c7edd4ecece4534d3c3ba3 - (slice __s) + + _Hashtable::const_reference + const_reference + a07777.html + a580c722f453604f50c163788a75fd6c3 + - - _Expr< _GClos< _ValArray, _Tp >, _Tp > - operator[] - a01484.html - ga28ef76e86bd06a99b58af17899554590 - (const gslice &__s) const + + _Hashtable::iterator + iterator + a07777.html + a0fffce26090303390cc7fce06b5f6615 + - - gslice_array< _Tp > - operator[] - a01484.html - gae5e23cc8dbbeee72c16868aad85731ba - (const gslice &__s) + + _Hashtable::const_iterator + const_iterator + a07777.html + ac98a77485a1a68eaadb6a7c8b5d4b141 + - - valarray< _Tp > - operator[] - a01484.html - ga8f454eb267fee574dadea61b69b94d31 - (const valarray< bool > &__m) const + + _Hashtable::local_iterator + local_iterator + a07777.html + a8cb5d0ca110f847b3fceed2d07472710 + - - mask_array< _Tp > - operator[] - a01484.html - ga24fb191ad805190686652a3a8bf7169b - (const valarray< bool > &__m) + + _Hashtable::const_local_iterator + const_local_iterator + a07777.html + ab04f4d4643b5de9638d2f5aaa31d94e5 + - - _Expr< _IClos< _ValArray, _Tp >, _Tp > - operator[] - a01484.html - ga2d1a225784345f3c5eb3e94e984e5e00 - (const valarray< size_t > &__i) const + + _Hashtable::size_type + size_type + a07777.html + ab9e187c541bf3fe290dd21b514abd024 + + + + _Hashtable::difference_type + difference_type + a07777.html + ab91e542e87512944adfb13fcff51d7c8 + - indirect_array< _Tp > - operator[] - a01484.html - gafcd1719464554185069224f2fd837de3 - (const valarray< size_t > &__i) + + unordered_multimap + a07777.html + a722b99e1c15c3f0538bb6e2a2df15c32 + ()=default - valarray< _Tp > & - operator^= - a01484.html - ga12372c525f0ae4cdeb7180c7337b57ed - (const _Tp &) + + unordered_multimap + a07777.html + a94fbf8cd5ee67d47203f4a01bb2d6568 + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - valarray< _Tp > & - operator^= - a01484.html - ga945c098affa36e4df42895bca9937b61 - (const valarray< _Tp > &) + + unordered_multimap + a07777.html + ab7ecc0576cd505fe517ffbbae066d3d6 + (const allocator_type &__a) - valarray< _Tp > & - operator|= - a01484.html - gaf20cc6bf249d338dd1fdb26f4363ee2e - (const _Tp &) + + unordered_multimap + a07777.html + af3d147e18b9233f333c7cd4921fc4aa7 + (const unordered_multimap &)=default - valarray< _Tp > & - operator|= - a01484.html - ga2082939513c0702ce488c2dc27e98951 - (const valarray< _Tp > &) + + unordered_multimap + a07777.html + aa11b69676f9f379ea2274cd722fae38d + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - _UnaryOp< __bitwise_not >::_Rt - operator~ - a01484.html - ga88b2ec0fbd1864a99c09d24f5b39e16d - () const + + unordered_multimap + a07777.html + a4afc31e2217e4e10c6c821d38d9fa668 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - void - resize - a01484.html - ga8f9fdb05edd4a7364dec8a5e9ae2a0bb - (size_t __size, _Tp __c=_Tp()) + + unordered_multimap + a07777.html + ab70b33e6e61485413fcb3bd22ac6d4ee + (unordered_multimap &&)=default - valarray< _Tp > - shift - a01484.html - gaebe5d7bc4dea9740cdbb03d36a3e4521 - (int __n) const + iterator + begin + a07777.html + a1e8a71d9534d9f9cf27de31a025a3053 + () noexcept - size_t - size - a01484.html - ga351ffb24ad6654f7f5f8b10731fc8c95 - () const + local_iterator + begin + a07777.html + a72025b859653a260f7e14bac43feae79 + (size_type __n) - _Tp - sum - a01484.html - gabf296b8981ebb3c123b3ba99e753598f - () const + size_type + bucket_count + a07777.html + a0c57013bd56a6fc373659c4e5807a64d + () const noexcept void - swap - a01484.html - ga6033c5c6f21fed896e5ff6a06bba62b9 - (valarray< _Tp > &__v) noexcept + clear + a07777.html + a96159c845937ab5729b5ed41a7ef6071 + () noexcept - - - std::vector - a06912.html - _Tp - _Alloc - std::_Vector_base - - vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< _Alloc >::value) + iterator + emplace + a07777.html + a4d00357a4ca15a9cdffa4aef992859c8 + (_Args &&... __args) - - vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + iterator + emplace_hint + a07777.html + af7f415a309a77497c41538b60d358fed + (const_iterator __pos, _Args &&... __args) - - vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + bool + empty + a07777.html + ada14f82918a4a9fcfaf3c4ce218d1e70 + () const noexcept - - vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + iterator + end + a07777.html + a708a8efab9b1b9d8f1e41ca3ae2caaa5 + () noexcept - - vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + local_iterator + end + a07777.html + a4209ed9ce2c4549ded624445fa59416f + (size_type __n) - - vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + size_type + erase + a07777.html + a09397dfd53f29fdbc8809d37ab11b142 + (const key_type &__x) - - vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + iterator + erase + a07777.html + aa38e97c00a7b10fb37726206ebc57800 + (const_iterator __first, const_iterator __last) - - vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + node_type + extract + a07777.html + a4d61c0eb6737c76b2e77c9ab37ef2acd + (const key_type &__key) - - vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + node_type + extract + a07777.html + aea03e4d3fc99980d93c352d9be43dca6 + (const_iterator __pos) - - vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + allocator_type + get_allocator + a07777.html + afb20a72b3b3284f980ec948c79e3b59d + () const noexcept - - ~vector - a06912.html - a71ef09bb9b5003131ec404461fbdfa13 - () noexcept + hasher + hash_function + a07777.html + a208a268d709e23f97d5763d2f24de4f2 + () const void - assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) + insert + a07777.html + a46f035c31a44c4051965af7868d40e77 + (_InputIterator __first, _InputIterator __last) - void - assign - a06912.html - acaab0c546279a999bcba3ed54478c83d - (_InputIterator __first, _InputIterator __last) + iterator + insert + a07777.html + a212cc153aa0e4404d73ff85711aa98b5 + (const_iterator __hint, node_type &&__nh) void - assign - a06912.html - acda096d477c2ef09ee0b3e7fb3ca558c + insert + a07777.html + acb1935806673ced5dae48aa64d8cabc3 (initializer_list< value_type > __l) - reference - at - a06912.html - a11362894b61f87331541b5268d0cb033 - (size_type __n) - - - const_reference - at - a06912.html - aaa0004f67abf317a8923d549a0e74987 - (size_type __n) const + iterator + insert + a07777.html + a5b1a926a6d12e51f5ab00abeb26e83cf + (node_type &&__nh) - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept + key_equal + key_eq + a07777.html + a32226343bc7c4b8b0b14914fd3d105cb + () const - const_reference - back - a06912.html - ad185eab26722975ac46eb977c7b2627b + float + load_factor + a07777.html + a02888ba9dce21c5e16ba09734ebdb642 () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 - () noexcept - - - const_iterator - begin - a06912.html - a8ecd17bf8b6b1b1ddbdb045e0553ba75 + size_type + max_bucket_count + a07777.html + a193e48c36ac0f5888911cf991428a287 () const noexcept - size_type - capacity - a06912.html - aeec23a5238eb60cd3bb5ec960e9b430e + float + max_load_factor + a07777.html + a72250fbcb87cc6ea4998eb8f00465650 () const noexcept - const_iterator - cbegin - a06912.html - aa5ce64abecf486fbdb7914ae9734d289 - () const noexcept + void + max_load_factor + a07777.html + afea08a0d2315df4b6da1318c74be7114 + (float __z) - const_iterator - cend - a06912.html - aae7e855d48dc6fc90c9f746d2098c263 + size_type + max_size + a07777.html + accd0a24f61c8161dbd0fe216ead19142 () const noexcept - void - clear - a06912.html - a57ef261b05f9ea1457d6f54494902e84 - () noexcept + unordered_multimap & + operator= + a07777.html + a04b3ff006b08f143403c12e743ced9b6 + (const unordered_multimap &)=default - const_reverse_iterator - crbegin - a06912.html - a30f4698eae082ffd64ed80c8cb648360 - () const noexcept + unordered_multimap & + operator= + a07777.html + a1dd84e27aa97a782f79e757eadcd5461 + (initializer_list< value_type > __l) - const_reverse_iterator - crend - a06912.html - a825800ea90d4e7367b5361ae53f864c7 - () const noexcept + unordered_multimap & + operator= + a07777.html + ac9f4a7b990b045b2709562eb6b7f9328 + (unordered_multimap &&)=default - _Tp * - data - a06912.html - abee0514d69c004f06f06e37e33b6104b - () noexcept + void + rehash + a07777.html + ac9032d22474fc3c5ec4d0b74362b5f4e + (size_type __n) - iterator - emplace - a06912.html - ab9f9ca10121c7ca0d2365a92ec7c5a85 - (const_iterator __position, _Args &&... __args) + void + reserve + a07777.html + a9167538c4058279e45627d0a68f3d030 + (size_type __n) - bool - empty - a06912.html - a2c527667d502c53e377b49b8c1ce4214 + size_type + size + a07777.html + af02efb64c18107a5c4f13a1983cfa5a3 () const noexcept - iterator - end - a06912.html - ae957699b810eb3313916800773e103d7 - () noexcept + void + swap + a07777.html + ac8d3f27e1315796ddcc9b55378f90ce7 + (unordered_multimap &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c + begin + a07777.html + a1fd8297776af120bf58bb6252562fc35 () const noexcept - iterator - erase - a06912.html - a1c8b8734443a1028d00ad364190bac76 - (const_iterator __position) - - - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_iterator + cbegin + a07777.html + ae1c99977950ad720b2b10f6daf6c31ab + () const noexcept - reference - front - a06912.html - a460e9d810eb0009f44d8584662672a6b - () noexcept + const_iterator + end + a07777.html + a0921ff9d001238f2f5b92f025378a37d + () const noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + const_iterator + cend + a07777.html + acc5c6d3a39a12f7d21e8886534eaa591 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07777.html + a79303f819716015a95be11962dda3e53 + (const value_type &__x) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07777.html + a73f5c66280686af351a204b1d98774b6 + (value_type &&__x) - iterator + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > insert - a06912.html - a1a1db200194fca60d689aacce652d616 - (const_iterator __position, initializer_list< value_type > __l) + a07777.html + ade6cdef7282f352738f0a2bde236cf06 + (_Pair &&__x) iterator insert - a06912.html - a4922c571c2d3e9006f68813656f36587 - (const_iterator __position, size_type __n, const value_type &__x) + a07777.html + aeb4625ec1e0a22af00ccb220e4c7c7b2 + (const_iterator __hint, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07777.html + af90dcd39d44bdeffe788e78ca829d639 + (const_iterator __hint, value_type &&__x) - size_type - max_size - a06912.html - a7abf19c35e087a2d4596f651e340fb89 - () const noexcept + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07777.html + af7389296b49f59cc5a612fd769daaeeb + (const_iterator __hint, _Pair &&__x) - vector & - operator= - a06912.html - a9c56711f1fdb6aeb4a287570da90a688 - (const vector &__x) + iterator + erase + a07777.html + a671564fa7d5dd0e04b651e78861c89ba + (const_iterator __position) - vector & - operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + iterator + erase + a07777.html + a08eec5ee5f497c48d356443110934fdd + (iterator __position) - vector & - operator= - a06912.html - a5badc45ac5ba40fafcbb6ec5a0b8a745 - (initializer_list< value_type > __l) + iterator + find + a07777.html + a9f64e8fbc46b2fec76e96499ac91c8b6 + (const key_type &__x) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + const_iterator + find + a07777.html + a3a54562ef76d4966a496b86691fdfb12 + (const key_type &__x) const - const_reference - operator[] - a06912.html - a75bd59d9586be7f6d3e43e1afeac3d08 - (size_type __n) const noexcept + size_type + count + a07777.html + a323e46db071ea6d46dca69efbbc4d075 + (const key_type &__x) const - void - pop_back - a06912.html - a99e26d28529b0d7e6dfc3aff0400e8bd - () noexcept + std::pair< iterator, iterator > + equal_range + a07777.html + a55b2bb934fcc4f41eaa67280c73ff1d5 + (const key_type &__x) - void - push_back - a06912.html - a6f2144e852790296d3c62cdec92c95ce - (const value_type &__x) + std::pair< const_iterator, const_iterator > + equal_range + a07777.html + a6c608c4a4f2041d5045df49143124cfa + (const key_type &__x) const - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept + const_local_iterator + begin + a07777.html + aabce46436201e63f88dbebc168f9d84a + (size_type __n) const - const_reverse_iterator - rbegin - a06912.html - ac1f157333783a401dd4a0c23edaddf1c - () const noexcept + const_local_iterator + cbegin + a07777.html + ad4f2132ee625dc5b3a48d28a495d552f + (size_type __n) const - reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c - () noexcept + const_local_iterator + end + a07777.html + aa7cd9ddc32c88838cfcd1f2cc53ae5ab + (size_type __n) const - const_reverse_iterator - rend - a06912.html - aa32a4b05a4c404e012c787360d7518a8 - () const noexcept + const_local_iterator + cend + a07777.html + aeabc377e8c2f5b367388ee5e4e0aff99 + (size_type __n) const - - void - reserve - a06912.html - a8ab62036345a72d8126fa30425dfe869 - (size_type __n) + + _Hashtable::key_type + key_type + a07777.html + ae371392b325c1cdecb9bfdb891ee9fb0 + - - void - resize - a06912.html - a1134bcc83ff6c70cf78bab3cd426feaf - (size_type __new_size) + + _Hashtable::value_type + value_type + a07777.html + a4baa45433c393ecfab2c784b8de381e8 + - - void - resize - a06912.html - a53e627a12d33d2df15d4a9c25c872785 - (size_type __new_size, const value_type &__x) + + _Hashtable::mapped_type + mapped_type + a07777.html + a3e1544ab885cd443cf557eb35db830e8 + - - void - shrink_to_fit - a06912.html - a4f4dc31fc105124cd9a5e4a90ae99c44 - () + + _Hashtable::hasher + hasher + a07777.html + a8a087ced0dd9a5d8e57c101627b67fb6 + - - size_type - size - a06912.html - aedc1ee21f6ca2b8304b4f1f430125c8d - () const noexcept + + _Hashtable::key_equal + key_equal + a07777.html + afabc6af09a31459a08760bcec32a0b6d + - - void - swap - a06912.html - a97d8ff35af22b6787d9aa7c60b2ba3ff - (vector &__x) noexcept + + _Hashtable::allocator_type + allocator_type + a07777.html + aab5213cbfd6797faef226b949240b8ec + - - pointer - _M_allocate_and_copy - a06912.html - a283e72373f613c3d74ccf35b529a8393 - (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + _Hashtable::pointer + pointer + a07777.html + aa9c05aec6bb3f18770d191869543334a + - - void - _M_range_check - a06912.html - a84c7c47a337f0e2dfbdad2c5719c13f5 - (size_type __n) const + + _Hashtable::const_pointer + const_pointer + a07777.html + ac2aca480ec930cab8cee31638ec6aa0c + - - - std::vector< bool, _Alloc > - a06352.html - - - - std::wbuffer_convert - a04980.html - - - - basic_streambuf< _Elem, _Tr > - _Elem - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf + _Hashtable::reference + reference + a07777.html + a08487e5381fd61795c61cfa0fed8e48f - _Tr - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 + _Hashtable::const_reference + const_reference + a07777.html + a580c722f453604f50c163788a75fd6c3 - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b + _Hashtable::iterator + iterator + a07777.html + a0fffce26090303390cc7fce06b5f6615 - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + _Hashtable::const_iterator + const_iterator + a07777.html + ac98a77485a1a68eaadb6a7c8b5d4b141 - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 + _Hashtable::local_iterator + local_iterator + a07777.html + a8cb5d0ca110f847b3fceed2d07472710 - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c + _Hashtable::const_local_iterator + const_local_iterator + a07777.html + ab04f4d4643b5de9638d2f5aaa31d94e5 + + + + _Hashtable::size_type + size_type + a07777.html + ab9e187c541bf3fe290dd21b514abd024 + + + + _Hashtable::difference_type + difference_type + a07777.html + ab91e542e87512944adfb13fcff51d7c8 - - wbuffer_convert - a04980.html - aeebee6394d9457c58d3a1a3a759d4ad4 - (streambuf *__bytebuf=0, _Codecvt *__pcvt=new _Codecvt, state_type __state=state_type()) + const_iterator + begin + a07777.html + a1fd8297776af120bf58bb6252562fc35 + () const noexcept - locale - getloc - a02568.html - a09508701b27d68740a5473d096437f65 - () const + const_iterator + cbegin + a07777.html + ae1c99977950ad720b2b10f6daf6c31ab + () const noexcept - streamsize - in_avail - a02568.html - a924a684fe2a6844d766e25f4051b705c - () + const_iterator + end + a07777.html + a0921ff9d001238f2f5b92f025378a37d + () const noexcept - locale - pubimbue - a02568.html - a8e7a46a08c85184d8b6ea1e5d87b7736 - (const locale &__loc) + const_iterator + cend + a07777.html + acc5c6d3a39a12f7d21e8886534eaa591 + () const noexcept - int_type - sbumpc - a02568.html - a72d8037e21ad370e3643ff3c865f91f9 - () + iterator + insert + a07777.html + a79303f819716015a95be11962dda3e53 + (const value_type &__x) - int_type - sgetc - a02568.html - ac773fb2c87cf938fb6eb89c987f8e04e - () + iterator + insert + a07777.html + a73f5c66280686af351a204b1d98774b6 + (value_type &&__x) - streamsize - sgetn - a02568.html - a7cfb11ce1eb1a31cf82d7a876c35351b - (char_type *__s, streamsize __n) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07777.html + ade6cdef7282f352738f0a2bde236cf06 + (_Pair &&__x) - int_type - snextc - a02568.html - a6d281db46069df3043b566f10e5397b2 - () + iterator + insert + a07777.html + aeb4625ec1e0a22af00ccb220e4c7c7b2 + (const_iterator __hint, const value_type &__x) - int_type - sputbackc - a02568.html - ae77ef8a76529317abdc2e6a66336e3ec - (char_type __c) + iterator + insert + a07777.html + af90dcd39d44bdeffe788e78ca829d639 + (const_iterator __hint, value_type &&__x) - int_type - sputc - a02568.html - af3504dac5b4cd940dbce97ddc5ed0c25 - (char_type __c) + __enable_if_t< is_constructible< value_type, _Pair && >::value, iterator > + insert + a07777.html + af7389296b49f59cc5a612fd769daaeeb + (const_iterator __hint, _Pair &&__x) - streamsize - sputn - a02568.html - a5d2917460a0283e7e2ff51940704ca95 - (const char_type *__s, streamsize __n) + iterator + erase + a07777.html + a671564fa7d5dd0e04b651e78861c89ba + (const_iterator __position) - state_type - state - a04980.html - a9d0d2e818e6d6cc0b32e86c984561e6f - () const noexcept + iterator + erase + a07777.html + a08eec5ee5f497c48d356443110934fdd + (iterator __position) - int_type - sungetc - a02568.html - a8d42bd5b22d246f15a8dd0a8614c0e3f - () + iterator + find + a07777.html + a9f64e8fbc46b2fec76e96499ac91c8b6 + (const key_type &__x) - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + const_iterator + find + a07777.html + a3a54562ef76d4966a496b86691fdfb12 + (const key_type &__x) const - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + size_type + count + a07777.html + a323e46db071ea6d46dca69efbbc4d075 + (const key_type &__x) const - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + std::pair< iterator, iterator > + equal_range + a07777.html + a55b2bb934fcc4f41eaa67280c73ff1d5 + (const key_type &__x) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + std::pair< const_iterator, const_iterator > + equal_range + a07777.html + a6c608c4a4f2041d5045df49143124cfa + (const key_type &__x) const - - void - gbump - a02568.html - a9d130ff289d2617954156378a79dbdc0 - (int __n) + + const_local_iterator + begin + a07777.html + aabce46436201e63f88dbebc168f9d84a + (size_type __n) const - - virtual void - imbue - a02568.html - a70048277614282b8631e5fbf3106093e - (const locale &__loc) + + const_local_iterator + cbegin + a07777.html + ad4f2132ee625dc5b3a48d28a495d552f + (size_type __n) const - - _Wide_streambuf::int_type - overflow - a04980.html - aff5d3070a9dd1b319ec0c8cb47d202dd - (typename _Wide_streambuf::int_type __out) + + const_local_iterator + end + a07777.html + aa7cd9ddc32c88838cfcd1f2cc53ae5ab + (size_type __n) const - - virtual int_type - pbackfail - a02568.html - a8d57a822d984ebf68160724aa9330282 - (int_type __c=traits_type::eof()) + + const_local_iterator + cend + a07777.html + aeabc377e8c2f5b367388ee5e4e0aff99 + (size_type __n) const - - void - pbump - a02568.html - abd017296cfc054910ca7de102e6a6998 - (int __n) + + + std::__debug::unordered_multiset + a08661.html + + + + + _Safe_container< unordered_multiset< _Value, std::hash< _Value >, std::equal_to< _Value >, std::allocator< _Value > >, std::allocator< _Value >, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + - - virtual pos_type - seekoff - a02568.html - ad6d5177e376efdb0dccf62890eebc9b0 - (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + - - virtual pos_type - seekpos - a02568.html - a008405d586f640e109c7ab7bf424aa39 - (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + - - virtual basic_streambuf< char_type, _Tr > * - setbuf - a02568.html - aad2e731291673229100bde1f24ce828f - (char_type *, streamsize) + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + - - void - setg - a02568.html - a38c9b562c20b30bf9d21cf0e4dc90356 - (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + void - setp - a02568.html - ab0f1b49870f87d288a737cd9f8f9ec00 - (char_type *__pbeg, char_type *__pend) - - - virtual streamsize - showmanyc - a02568.html - a85e9299b4d91188c1c0070111604ece8 - () - - - int - sync - a04980.html - aba9f090cf1273168ea80a024419dab92 - () - - - virtual int_type - uflow - a02568.html - a4e0c932f41122eaec83e7008ece5e207 + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff () - _Wide_streambuf::int_type - underflow - a04980.html - a97e246ca437e006102d2cc72da58d6c4 + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d () - - virtual streamsize - xsgetn - a02568.html - a5eaa7fbc16e49b8105d6387fcbbfad61 - (char_type *__s, streamsize __n) - - - virtual streamsize - xsputn - a02568.html - a23e843afc42e2875d1f2fc945821499a - (const char_type *__s, streamsize __n) + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f () const - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept - - locale - _M_buf_locale - a02568.html - aef4d5a82b6a51fa750fa43d80b4a8564 + + + std::unordered_multiset + a07793.html + + + + + + _Hashtable::key_type + key_type + a07793.html + a5728c1ad04495272ee1ee21fac011010 - - char_type * - _M_in_beg - a02568.html - a08c7afbf0ec4df6f6d8e29a46484197d + + _Hashtable::value_type + value_type + a07793.html + a3b9af18ceb55369b7be262668119ff8c - - char_type * - _M_in_cur - a02568.html - a7b4e50d872ecb80867eaab9e7897b625 + + _Hashtable::hasher + hasher + a07793.html + ac241bbf11679cbce9942578ecc48d776 - - char_type * - _M_in_end - a02568.html - adf0f7b58227c057d018ab6a8b0a123d4 + + _Hashtable::key_equal + key_equal + a07793.html + afc4a4d64411a584ccf011a942a261bbe - - char_type * - _M_out_beg - a02568.html - a66b958241a34e8b7da6ade8f3434ce61 + + _Hashtable::allocator_type + allocator_type + a07793.html + a37fd3cf11429a513cea1f132c06e87df - - char_type * - _M_out_cur - a02568.html - a83c368ebeed6b39269fd45d38b9a8b53 + + _Hashtable::pointer + pointer + a07793.html + a0fd1cffa71f49d5bcea5c9fa1cb36312 - - char_type * - _M_out_end - a02568.html - af2973fa34894190ce5885749fa148bbe + + _Hashtable::const_pointer + const_pointer + a07793.html + aa107c9adeffdf499edd13a0a88ed8cbc - _Elem - char_type - a02568.html - a38ad1721a50a96c7d37d51a3f858a0cf + _Hashtable::reference + reference + a07793.html + a81000aff43253d8859a4c59d35a89029 - _Tr - traits_type - a02568.html - ab3220592ca0efc72cf87e58cdc696bd6 + _Hashtable::const_reference + const_reference + a07793.html + ab16debc24d07c39201f4aaa943b8ba6d - traits_type::int_type - int_type - a02568.html - a1c1565d5b66e703de4d9a8aef4957a8b + _Hashtable::iterator + iterator + a07793.html + ad30c938c0f7a7d7d78471da27420efc0 - traits_type::pos_type - pos_type - a02568.html - a5bc758d8b84fa134386d3ab683b880aa + _Hashtable::const_iterator + const_iterator + a07793.html + a348726f7f2783583fee4bccee78e6ff4 - traits_type::off_type - off_type - a02568.html - ae0d813da6c3d39659299a6e7831ae265 + _Hashtable::local_iterator + local_iterator + a07793.html + a2b13af1127b00c668e4e277c0053c2c3 - basic_streambuf< char_type, traits_type > - __streambuf_type - a02568.html - a20adcc1bccab9fa3678b34e078e59e8c + _Hashtable::const_local_iterator + const_local_iterator + a07793.html + af3443472eeb3187e370e7c523c5df91e + + + + _Hashtable::size_type + size_type + a07793.html + a530f5c88d1e5082a61c5b38948e1cfdb + + + + _Hashtable::difference_type + difference_type + a07793.html + a0dfc41e4c0a1ec68c0e4ee0fba4783ee - basic_streambuf * - pubsetbuf - a02568.html - a51cd8c6721f963f8bf1c5474c628b70a - (char_type *__s, streamsize __n) + + unordered_multiset + a07793.html + a4a39eee2d0bdbeae8749868e6ca60bd7 + ()=default - pos_type - pubseekoff - a02568.html - abaa4b2714067328ce4b91a503b17fa73 - (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + unordered_multiset + a07793.html + a342b7c9edfa273379f949beb9a00fd4a + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - pos_type - pubseekpos - a02568.html - a3138ab00e52afd7a538cdffa25e21937 - (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + unordered_multiset + a07793.html + a34d367c806730baf9a10261d5c2ce3b7 + (const allocator_type &__a) - int - pubsync - a02568.html - ac81d2dad6dac4c185c31937ee10077ce - () + + unordered_multiset + a07793.html + af28603f1dbde8f14994bc35fba60f886 + (const unordered_multiset &)=default - - char_type * - eback - a02568.html - aa15c80d916ef8065138eb6bd5b3ae1ef - () const + + + unordered_multiset + a07793.html + a67d09e2826cd252504705969c1cbad8b + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - - char_type * - gptr - a02568.html - a344bded2a1c24ffcea69a918e7dc6c6f - () const + + + unordered_multiset + a07793.html + ac6084dcccef761538983acc055a3d106 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - - char_type * - egptr - a02568.html - ad02de7bae6f055a7b112aeef35a08d9b - () const + + + unordered_multiset + a07793.html + a805e863e360d7af26758cf6a2c98f21a + (unordered_multiset &&)=default - - char_type * - pbase - a02568.html - a3feb8a3ab9393e19d53e0712af6a27e2 - () const + + size_type + bucket_count + a07793.html + a151a3546cd927736e1b7741fefd84387 + () const noexcept - - char_type * - pptr - a02568.html - af485f3989ebaf74cbfc5f8f578f2e63d - () const + + const_iterator + cbegin + a07793.html + a8fefcc1326d2d85a00bf958f7086d4a1 + () const noexcept - - char_type * - epptr - a02568.html - a6b3f675c4d60188e1291eca9fc755458 - () const + + const_iterator + cend + a07793.html + a2a6edd3b4b891c1c260d3001a6b1ffcb + () const noexcept - - - std::weak_ptr - a05944.html - _Tp - - - std::weibull_distribution - a05544.html - _RealType - std::weibull_distribution::param_type - - _RealType - result_type - a05544.html - a8d02d8c1098c7944f5efdfed5824bed1 - + + void + clear + a07793.html + a18e69290f6407ee6a2de58b005f4309e + () noexcept - _RealType - a - a05544.html - ad0dd68ed327ae7d882e1dc6afd0a7213 - () const + iterator + emplace + a07793.html + a31747dab6f248961de2668f292a18565 + (_Args &&... __args) - _RealType - b - a05544.html - a8c824ad2f179f9bf01448c695433037d - () const + iterator + emplace_hint + a07793.html + a81c1d4a9ff7f0173466deb652ab4f10b + (const_iterator __pos, _Args &&... __args) - result_type - max - a05544.html - ab2f82c4a4ca1feff71630626710d865e - () const + bool + empty + a07793.html + a207a38bb9677cfdae227e04467e71601 + () const noexcept - result_type - min - a05544.html - a3060d7ec6a83eb719429f3a0677705ff - () const + size_type + erase + a07793.html + af75d57a40e15b929ee8931d5894164fc + (const key_type &__x) - result_type - operator() - a05544.html - a7f3883c7078a32e87c72157e91776416 - (_UniformRandomNumberGenerator &__urng) + iterator + erase + a07793.html + a8d9f85005b81ca530aeeb413a38824ab + (const_iterator __first, const_iterator __last) - param_type - param - a05544.html - a0692a12edf7b4c887267b18fa5fee26e + node_type + extract + a07793.html + a2f87f52dc5f5a11284e99b293f378644 + (const key_type &__key) + + + node_type + extract + a07793.html + ae2a350e0f0741ff7a8659d0918ae4037 + (const_iterator __pos) + + + allocator_type + get_allocator + a07793.html + afa9b2af271d4a9c43401403d4b21a22f + () const noexcept + + + hasher + hash_function + a07793.html + a5d32e359f0a827adb05fd1c5e29362b3 () const void - param - a05544.html - a880a3c1ec45f86dd2e64d89d7e64e527 - (const param_type &__param) + insert + a07793.html + a914954becc1ec4a1bec63eafe11065e1 + (_InputIterator __first, _InputIterator __last) + + + iterator + insert + a07793.html + a4ed864faaf38e903b24c4dd913c89094 + (const_iterator __hint, node_type &&__nh) void - reset - a05544.html - a3c2c5842081debd56978c362bdbe9fda - () + insert + a07793.html + a0e45e9fa99b643fb6a79c4154c00dcb4 + (initializer_list< value_type > __l) - - friend bool - operator== - a05544.html - a8089e164041723abdb970621d267e7d5 - (const weibull_distribution &__d1, const weibull_distribution &__d2) + + iterator + insert + a07793.html + abdcabfb579433de86a8a686d32271b79 + (node_type &&__nh) - - - std::weibull_distribution::param_type - a05548.html - - - std::wstring_convert - a04976.html - - - - - - wstring_convert - a04976.html - ae3631014b5f2535fb0efa101fbc7193e - (_Codecvt *__pcvt=new _Codecvt()) + key_equal + key_eq + a07793.html + a9dfa97d099b1d96e80a72a94058ecc68 + () const - - wstring_convert - a04976.html - ac63cbe7aac1dc89a72e1e40134545d41 - (_Codecvt *__pcvt, state_type __state) + float + load_factor + a07793.html + a4105eeac8ec00dc431b408e8d046dd5e + () const noexcept - - wstring_convert - a04976.html - aa7882cf7b53baff7d6d2cf9ca3386b3a - (const byte_string &__byte_err, const wide_string &__wide_err=wide_string()) + size_type + max_bucket_count + a07793.html + abc4c192168d4217376439dce87cf12a2 + () const noexcept - size_t - converted - a04976.html - a06c03e1e866769c8165776f85cc02fb7 + float + max_load_factor + a07793.html + a1d6af6a14a53c2709b072d6722ecf039 () const noexcept - state_type - state - a04976.html - abd1382f21442adec3f9935d023017871 - () const + void + max_load_factor + a07793.html + aff0cd0917d69025d995dd401c1ec63a6 + (float __z) - wide_string - from_bytes - a04976.html - a5adef5a1030829016c2afe669a5d335f - (char __byte) + size_type + max_size + a07793.html + af0cbbd14540e7875dd507533a959bf77 + () const noexcept - wide_string - from_bytes - a04976.html - abd8e388d1f5e74cfaf824f8971bfb6dd - (const char *__ptr) + unordered_multiset & + operator= + a07793.html + a9e17536caf4f009c1a337cbdc65b10e4 + (const unordered_multiset &)=default - wide_string - from_bytes - a04976.html - af35796c796e1d9df713e0dd9fafea066 - (const byte_string &__str) + unordered_multiset & + operator= + a07793.html + adfc21fb29e21a666c726325bdbab7fd8 + (initializer_list< value_type > __l) - wide_string - from_bytes - a04976.html - ab1176fe15be7975d9e57184c8d8d7e3e - (const char *__first, const char *__last) + unordered_multiset & + operator= + a07793.html + abc404eb73cb8ffa4efb906fd400e476b + (unordered_multiset &&)=default - byte_string - to_bytes - a04976.html - a5ea01f210ea99aee4fe16eb79b5a5460 - (_Elem __wchar) + void + rehash + a07793.html + a12c1bfb9feb07236289dcf324b841d58 + (size_type __n) - byte_string - to_bytes - a04976.html - a7a955d4914f3262ae49ad762c63e54ca - (const _Elem *__ptr) + void + reserve + a07793.html + aad33b09815e29fc00dba2408e91e3ed6 + (size_type __n) - byte_string - to_bytes - a04976.html - a9112609c7da47cc6ec1d285d3c3a3498 - (const wide_string &__wstr) + size_type + size + a07793.html + acd836983ff93b793bf5404002ceac468 + () const noexcept - byte_string - to_bytes - a04976.html - aa74109db15f1b0b78ac63ef3ed9693f7 - (const _Elem *__first, const _Elem *__last) + void + swap + a07793.html + a87b28725f19b4afc7e58d052bf07be2f + (unordered_multiset &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) - wide_string - from_bytes - a04976.html - a5adef5a1030829016c2afe669a5d335f - (char __byte) + iterator + begin + a07793.html + a06fc4f0351ccd36daf6b1595752c2e79 + () noexcept - wide_string - from_bytes - a04976.html - abd8e388d1f5e74cfaf824f8971bfb6dd - (const char *__ptr) + const_iterator + begin + a07793.html + a8c5aa4088fd624fca11155a1a525c91a + () const noexcept + + + iterator + end + a07793.html + a8158b25dee0140da6e109a2592cec0eb + () noexcept + + + const_iterator + end + a07793.html + aaa3754e88e7218cbd97bad8024a9a20a + () const noexcept + + + iterator + insert + a07793.html + aa8ed787cbd107c6e469d92d0ab4d2836 + (const value_type &__x) - wide_string - from_bytes - a04976.html - af35796c796e1d9df713e0dd9fafea066 - (const byte_string &__str) + iterator + insert + a07793.html + aa888dc9e6ebd2d05342de7efac99e55c + (value_type &&__x) - wide_string - from_bytes - a04976.html - ab1176fe15be7975d9e57184c8d8d7e3e - (const char *__first, const char *__last) + iterator + insert + a07793.html + a0a7ead2d0db3cfaf291968f0967cf242 + (const_iterator __hint, const value_type &__x) - byte_string - to_bytes - a04976.html - a5ea01f210ea99aee4fe16eb79b5a5460 - (_Elem __wchar) + iterator + insert + a07793.html + aadc4a113c0ce8991df621858a74e063b + (const_iterator __hint, value_type &&__x) - byte_string - to_bytes - a04976.html - a7a955d4914f3262ae49ad762c63e54ca - (const _Elem *__ptr) + iterator + erase + a07793.html + a7f56a12c1ac7a74ad413f075b58ddf09 + (const_iterator __position) - byte_string - to_bytes - a04976.html - a9112609c7da47cc6ec1d285d3c3a3498 - (const wide_string &__wstr) + iterator + erase + a07793.html + ab3d07df2db9b602425527841d3e0e876 + (iterator __position) - byte_string - to_bytes - a04976.html - aa74109db15f1b0b78ac63ef3ed9693f7 - (const _Elem *__first, const _Elem *__last) + iterator + find + a07793.html + a3abb4ae4616bf85eb3201d4488007420 + (const key_type &__x) - - - sub_match< _Bi_iter > - a05800.html - pair< _Bi_iter, _Bi_iter > - - _PCC<!is_same< _Bi_iter, _U1 >::value||!is_same< _Bi_iter, _U2 >::value, _Bi_iter, _Bi_iter > - _PCCFP - a06756.html - a685ed9e4eb27e5926029813616218270 - + + const_iterator + find + a07793.html + af99eeb8286c1266dba2e9155f8efe0b6 + (const key_type &__x) const - - _PCC< true, _Bi_iter, _Bi_iter > - _PCCP - a06756.html - a1f43fbe0731e417b35a98d52ac6b8287 - + + size_type + count + a07793.html + a758853e33d8b9dae33851ee71b42b0c8 + (const key_type &__x) const - - _Bi_iter - second_type - a06756.html - a6d205c1eab800cb27d82060d11d531a3 - + + std::pair< iterator, iterator > + equal_range + a07793.html + a14673553f519f4299e97892aaff3becf + (const key_type &__x) - int - compare - a05800.html - af3e0ace5e44267f4c24c53b5a1793747 - (const sub_match &__s) const + std::pair< const_iterator, const_iterator > + equal_range + a07793.html + a5c639624ebbe3e667dafad278f21ce05 + (const key_type &__x) const - int - compare - a05800.html - af573275c5c3507af4d59175f72a3dfd0 - (const string_type &__s) const + local_iterator + begin + a07793.html + a145287d1f05692134d098be7d75be1e5 + (size_type __n) - int - compare - a05800.html - a938d59ee36df109ba5d20ac59a1b90e5 - (const value_type *__s) const + const_local_iterator + begin + a07793.html + a317053819028a239c2a7611489bede4f + (size_type __n) const - difference_type - length - a05800.html - ac0b3aa535d8cb80f8dc72a1b71ac9a9f - () const + const_local_iterator + cbegin + a07793.html + af211aacc4102c0ceb0814dd6c518e8ed + (size_type __n) const - - operator string_type - a05800.html - aaa88132502a374183f5de838441b9002 - () const + local_iterator + end + a07793.html + adecae97e8a67ad9111c148bc6a85bde5 + (size_type __n) - string_type - str - a05800.html - acf17e2826b47f664e97bcf9be35fd9f2 - () const + const_local_iterator + end + a07793.html + a38af28f07b44fa8ef5ee3ee4d5886762 + (size_type __n) const - - _Bi_iter - first - a06756.html - a198b03cffc037835dc1dc01c926ce251 - + + const_local_iterator + cend + a07793.html + abae4214954f75b08215d74344bc81562 + (size_type __n) const - - _Bi_iter - second - a06756.html - a91179413226db12e66346d3673b7835f + + _Hashtable::key_type + key_type + a07793.html + a5728c1ad04495272ee1ee21fac011010 - - - throw_allocator_base< _Tp, limit_condition > - a09660.html - __gnu_cxx::annotate_base - __gnu_cxx::limit_condition - - - throw_allocator_base< _Tp, random_condition > - a09660.html - __gnu_cxx::annotate_base - __gnu_cxx::random_condition - - - throw_value_base< limit_condition > - a09648.html - __gnu_cxx::limit_condition - - - throw_value_base< random_condition > - a09648.html - __gnu_cxx::random_condition - - - time_point< _Clock, _Duration > - a01836.html - - - tuple< _Bound_args... > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< _ForwardIterator1, _ForwardIterator1, _BinaryPredicate > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< pointer, _Dp > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< pointer, default_delete< _Codecvt > > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< pointer, default_delete< _Res_type > > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< pointer, default_delete< _Result< _Res > > > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< pointer, default_delete< _Result_base > > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< pointer, default_delete< bool > > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple< std::array< _Tp, _Len >, _Pred > - a02996.html - _Tuple_impl< 0, _Elements... > - - - tuple_element< __i - 1, tuple< _Tail... > > - a01708.html - - - types_traits< Key, Mapped, _Alloc, false > - a10484.html - __gnu_pbds::detail::type_base - - - unary_function< __gnu_cxx::throw_value_limit, size_t > - a06392.html - __gnu_cxx::throw_value_limit - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::value_type + value_type + a07793.html + a3b9af18ceb55369b7be262668119ff8c - size_t - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::hasher + hasher + a07793.html + ac241bbf11679cbce9942578ecc48d776 - - - unary_function< __gnu_cxx::throw_value_random, size_t > - a06392.html - __gnu_cxx::throw_value_random - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::key_equal + key_equal + a07793.html + afc4a4d64411a584ccf011a942a261bbe - size_t - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::allocator_type + allocator_type + a07793.html + a37fd3cf11429a513cea1f132c06e87df - - - unary_function< _FirstArgumentType, _ResultType > - a06392.html - _FirstArgumentType - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::pointer + pointer + a07793.html + a0fd1cffa71f49d5bcea5c9fa1cb36312 - _ResultType - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::const_pointer + const_pointer + a07793.html + aa107c9adeffdf499edd13a0a88ed8cbc - - - unary_function< _Functor::argument_type, _Functor::result_type > - a06392.html - _Functor::argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::reference + reference + a07793.html + a81000aff43253d8859a4c59d35a89029 - _Functor::result_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::const_reference + const_reference + a07793.html + ab16debc24d07c39201f4aaa943b8ba6d - - - unary_function< _Operation2::argument_type, _Operation1::result_type > - a06392.html - _Operation2::argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::iterator + iterator + a07793.html + ad30c938c0f7a7d7d78471da27420efc0 - _Operation1::result_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::const_iterator + const_iterator + a07793.html + a348726f7f2783583fee4bccee78e6ff4 - - - unary_function< _Operation::first_argument_type, _Operation::result_type > - a06392.html - _Operation::first_argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::local_iterator + local_iterator + a07793.html + a2b13af1127b00c668e4e277c0053c2c3 - _Operation::result_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::const_local_iterator + const_local_iterator + a07793.html + af3443472eeb3187e370e7c523c5df91e - - - unary_function< _Operation::second_argument_type, _Operation::result_type > - a06392.html - _Operation::second_argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::size_type + size_type + a07793.html + a530f5c88d1e5082a61c5b38948e1cfdb - _Operation::result_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::difference_type + difference_type + a07793.html + a0dfc41e4c0a1ec68c0e4ee0fba4783ee + + iterator + begin + a07793.html + a06fc4f0351ccd36daf6b1595752c2e79 + () noexcept + + + const_iterator + begin + a07793.html + a8c5aa4088fd624fca11155a1a525c91a + () const noexcept + + + iterator + end + a07793.html + a8158b25dee0140da6e109a2592cec0eb + () noexcept + + + const_iterator + end + a07793.html + aaa3754e88e7218cbd97bad8024a9a20a + () const noexcept + + + iterator + insert + a07793.html + aa8ed787cbd107c6e469d92d0ab4d2836 + (const value_type &__x) + + + iterator + insert + a07793.html + aa888dc9e6ebd2d05342de7efac99e55c + (value_type &&__x) + + + iterator + insert + a07793.html + a0a7ead2d0db3cfaf291968f0967cf242 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a07793.html + aadc4a113c0ce8991df621858a74e063b + (const_iterator __hint, value_type &&__x) + + + iterator + erase + a07793.html + a7f56a12c1ac7a74ad413f075b58ddf09 + (const_iterator __position) + + + iterator + erase + a07793.html + ab3d07df2db9b602425527841d3e0e876 + (iterator __position) + + + iterator + find + a07793.html + a3abb4ae4616bf85eb3201d4488007420 + (const key_type &__x) + + + const_iterator + find + a07793.html + af99eeb8286c1266dba2e9155f8efe0b6 + (const key_type &__x) const + + + size_type + count + a07793.html + a758853e33d8b9dae33851ee71b42b0c8 + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a07793.html + a14673553f519f4299e97892aaff3becf + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a07793.html + a5c639624ebbe3e667dafad278f21ce05 + (const key_type &__x) const + + + local_iterator + begin + a07793.html + a145287d1f05692134d098be7d75be1e5 + (size_type __n) + + + const_local_iterator + begin + a07793.html + a317053819028a239c2a7611489bede4f + (size_type __n) const + + + const_local_iterator + cbegin + a07793.html + af211aacc4102c0ceb0814dd6c518e8ed + (size_type __n) const + + + local_iterator + end + a07793.html + adecae97e8a67ad9111c148bc6a85bde5 + (size_type __n) + + + const_local_iterator + end + a07793.html + a38af28f07b44fa8ef5ee3ee4d5886762 + (size_type __n) const + + + const_local_iterator + cend + a07793.html + abae4214954f75b08215d74344bc81562 + (size_type __n) const + - unary_function< _Pair, _Pair::first_type > - a06392.html - - _Pair - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + std::__debug::unordered_set + a08657.html + + + + + _Safe_container< unordered_set< _Value, std::hash< _Value >, std::equal_to< _Value >, std::allocator< _Value > >, std::allocator< _Value >, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 - - _Pair::first_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + + _Safe_iterator_base * + _M_const_local_iterators + a08553.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a08553.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + void + _M_detach_all + a08553.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a08557.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a08557.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + void + _M_swap + a08553.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + - unary_function< _Pair, _Pair::second_type > - a06392.html + std::unordered_set + a07797.html + + + + - _Pair - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::key_type + key_type + a07797.html + a1f83ff00c35e85978dced4fb3ff6772e - _Pair::second_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::value_type + value_type + a07797.html + a14e45fe3da6c5bb759688d5aed9183ff - - - unary_function< _Predicate::argument_type, bool > - a06392.html - _Predicate::argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::hasher + hasher + a07797.html + a3dcd37e44a7c63ca0b0b1a61d3d074d7 - bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::key_equal + key_equal + a07797.html + a721448c1c7b74465ccfcd51d86a9400c - - - unary_function< _SecondArgumentType, _ResultType > - a06392.html - _SecondArgumentType - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::allocator_type + allocator_type + a07797.html + a9bba281b4f65b14513a532e398d37642 - _ResultType - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::pointer + pointer + a07797.html + af18aca91916dd9537f3c33cd7746b0f4 - - - unary_function< _T1 *, _Res > - a06392.html - _T1 * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::const_pointer + const_pointer + a07797.html + a64c2420ac682e15e195863aecf2bcb8b - _Res - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::reference + reference + a07797.html + a111a313624cf9219526288500218d406 - - - unary_function< _T1, _Res > - a06392.html - _T1 - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::const_reference + const_reference + a07797.html + a795d0f609bd9032858d61acc386ee11a - _Res - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::iterator + iterator + a07797.html + a02fe876578c29d71f3b0e63ae959fc9e - - - unary_function< _Tp *, _Ret > - a06392.html - _Tp * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::const_iterator + const_iterator + a07797.html + a77ac106cb24d3c809aa1dac59b508f46 - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::local_iterator + local_iterator + a07797.html + a41daefac0150734553a1b8ae994520e6 - - - unary_function< _Tp, _Ret > - a06392.html - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::const_local_iterator + const_local_iterator + a07797.html + ad71108e3e7466e69cf84def961574aec - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 + _Hashtable::size_type + size_type + a07797.html + a489606b8c31cc86a461912f292dac389 - - - unary_function< _Tp, _Tp > - a06392.html - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 + _Hashtable::difference_type + difference_type + a07797.html + a78081fffb25f4c7c28a59c7cf4218c51 - - _Tp - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + + unordered_set + a07797.html + aace23136ea294ea67dcfe292b896b110 + ()=default - - - unary_function< _Tp, bool > - a06392.html - - _Tp - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + + unordered_set + a07797.html + adbea625ce309dd45648ae7d2d2fae5ad + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - - bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + + unordered_set + a07797.html + a5d4ca5472cfe1e526ea39765ef1eba0c + (const allocator_type &__a) - - - unary_function< _Value, _Value > - a06392.html - - _Value - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + + unordered_set + a07797.html + a815061eb273a5be6b49a311e755262e4 + (const unordered_set &)=default - - _Value - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + + unordered_set + a07797.html + a060e030a56e63250f388344e5888702a + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - - - unary_function< argument_type, bool > - a06392.html - - argument_type - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + + unordered_set + a07797.html + aca41292a5bd6091c80f15eb124d35b05 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) - + + + unordered_set + a07797.html + a56d5c94753b23d219090f7dba60fac59 + (unordered_set &&)=default + + + size_type + bucket_count + a07797.html + ae5b2e99866a8b463ab6f9fe577f08297 + () const noexcept + + + const_iterator + cbegin + a07797.html + a4bc73af25660f155f196c73298073f27 + () const noexcept + + + const_iterator + cend + a07797.html + a155f3d6e9b8a3a59bb03969355ae5f73 + () const noexcept + + + void + clear + a07797.html + ad8049c5e823b2e158de097c48b4bcb0d + () noexcept + + + std::pair< iterator, bool > + emplace + a07797.html + ae5af2f1d8d0746c3db3357561a73c6f7 + (_Args &&... __args) + + + iterator + emplace_hint + a07797.html + a8d66aca929c29059391648628f2e250b + (const_iterator __pos, _Args &&... __args) + + bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + empty + a07797.html + a4e8d8d725e5ce055255edf7f58bbf726 + () const noexcept - - - unary_function< const _T1 *, _Res > - a06392.html - - const _T1 * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + size_type + erase + a07797.html + ac935f6a3b65fe0e5629ada1699c86868 + (const key_type &__x) - - _Res - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + iterator + erase + a07797.html + acd7b3eed2fde01c393da9d14f1aa03b9 + (const_iterator __first, const_iterator __last) - - - unary_function< const _Tp *, _Ret > - a06392.html - - const _Tp * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + node_type + extract + a07797.html + aab931cf66a0cc97d282f0f95b924a5a3 + (const key_type &__key) - - _Ret - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + node_type + extract + a07797.html + af12fc635b6bc01cf4f8d6d5dcb79ca6f + (const_iterator __pos) - - - unary_function< const volatile _T1 *, _Res > - a06392.html - - const volatile _T1 * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + allocator_type + get_allocator + a07797.html + acf6e31142497379c81e5853765ffd9a4 + () const noexcept - - _Res - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + hasher + hash_function + a07797.html + a7e199daf0d314f4d3e72f1e694571a8b + () const - - - unary_function< pair< const _Key, _Tp >, pair< const _Key, _Tp > ::first_type > - a06392.html - - pair< const _Key, _Tp > - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + void + insert + a07797.html + ab8d7bdf04f958f040cfd842c6e2d7b6b + (_InputIterator __first, _InputIterator __last) - - pair< const _Key, _Tp > ::first_type - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + iterator + insert + a07797.html + a74d3eed7b5dc6dc89d861a68a2e3b11b + (const_iterator, node_type &&__nh) - - - unary_function< std::pair< _Tp, _Tp >, bool > - a06392.html - - std::pair< _Tp, _Tp > - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + void + insert + a07797.html + adaa06dc3ca7393564cf03ce38cbe5d74 + (initializer_list< value_type > __l) - - bool - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + insert_return_type + insert + a07797.html + a43a6396f97082b573ccb2898c7cb369f + (node_type &&__nh) - - - unary_function< unsigned int, unsigned int > - a06392.html - - unsigned int - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + key_equal + key_eq + a07797.html + a91423e12bcd7c66a7b92c919af9e61a2 + () const - - unsigned int - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + float + load_factor + a07797.html + a6e7300347a4173c3ad35217600d28f50 + () const noexcept - - - unary_function< volatile _T1 *, _Res > - a06392.html - - volatile _T1 * - argument_type - a06392.html - a6e96c92b2592035c938f85ab1da1c876 - + + size_type + max_bucket_count + a07797.html + afc90e16afa79bd929b49590dc8637b00 + () const noexcept - - _Res - result_type - a06392.html - a70d48de710aa15c5e811cbcf6c8bdd61 - + + float + max_load_factor + a07797.html + ac182f2597af135950bfc3b1cd09575ec + () const noexcept - - - unique_ptr< _Codecvt > - a06956.html - constexpr - unique_ptr - a06956.html - a46c6ac3c3c51a2bf10ab8354043903fc - () noexcept + void + max_load_factor + a07797.html + a086929d624211470ff2b20a0ba23a86d + (float __z) - - unique_ptr - a06956.html - a9265d990e022b96ae4ffd50977a4ba58 - (pointer __p) noexcept + size_type + max_size + a07797.html + afbad50ec9cd24208c2b33f35aa50f371 + () const noexcept - - unique_ptr - a06956.html - ad4a1488397ef665a967f4c1be5150bc3 - (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + unordered_set & + operator= + a07797.html + a28b4eb4e12733c87d05ecd05c23e4269 + (const unordered_set &)=default - - unique_ptr - a06956.html - accf546c02774a8a3fb3d878fe6259059 - (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + unordered_set & + operator= + a07797.html + a3c34d8e0d4bfc8c91c4b54b5199edc04 + (initializer_list< value_type > __l) - constexpr - unique_ptr - a06956.html - af220c0835cdc6d384018d8e53b430142 - (nullptr_t) noexcept + unordered_set & + operator= + a07797.html + ae40948838a04772d6e2e0281ccbde1f3 + (unordered_set &&)=default - - unique_ptr - a06956.html - a3d0c5c99ab01ee8a1581c4533e60a56a - (unique_ptr &&__u) noexcept + void + rehash + a07797.html + a6f3606a68d349ec1e1e5de56116a39fd + (size_type __n) - - unique_ptr - a06956.html - a2fb272347a3713d3fc8f99efd0e84c74 - (unique_ptr< _Up, _Ep > &&__u) noexcept + void + reserve + a07797.html + aeb44171c81ee124bbb21a113ff318530 + (size_type __n) - - ~unique_ptr - a06956.html - a934c3a2895f4ad9b413ee9132e949e81 + size_type + size + a07797.html + a73ec5052e45a7a980d1968a0805a32dd + () const noexcept + + + void + swap + a07797.html + a688f24d7010519e2bfa001db6fe180e7 + (unordered_set &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + iterator + begin + a07797.html + af200bc1dbcbedeabebd796791807ae31 () noexcept - pointer - get - a06956.html - ae29eb2b7c551c69c98995fc04f895781 + const_iterator + begin + a07797.html + a3d563863f9fd94aa7573fecb9c027c23 () const noexcept - deleter_type & - get_deleter - a06956.html - a62f850d198437890dffea7a4e029602d + iterator + end + a07797.html + aa28c45008761a27eecdaeefaab68fa0e () noexcept - const deleter_type & - get_deleter - a06956.html - a0ce41e4825268546e4f1ecf5f5259af0 + const_iterator + end + a07797.html + a9ead8905955f0942591a17d70f8405c8 () const noexcept - - operator bool - a06956.html - a9f21c10165ad856c5b6b2889b815a9bf - () const noexcept + std::pair< iterator, bool > + insert + a07797.html + ac9fa0bc82f5e6fae38a8d225f468608d + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a07797.html + abc0147e25845cc780f71f1b14cd41cce + (value_type &&__x) + + + iterator + insert + a07797.html + a6b211cbe01ddf94104caf45b393ae933 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a07797.html + a9e27a7160d0253be3bc02bf9c2fd4d62 + (const_iterator __hint, value_type &&__x) + + + iterator + erase + a07797.html + acef2fe55c494314acad1104ba1488cf6 + (const_iterator __position) + + + iterator + erase + a07797.html + a5475af91b7b075f1315091b522eacd3e + (iterator __position) + + + iterator + find + a07797.html + af673d30d52e825e4f8da4c8770f0589b + (const key_type &__x) - add_lvalue_reference< element_type >::type - operator* - a06956.html - a8e080072591682c8d1fb2bf468f51188 - () const + const_iterator + find + a07797.html + a1f05b3fd1a72e6b246b0e5ce8d0937cf + (const key_type &__x) const - pointer - operator-> - a06956.html - ad0486e6ff29eac8f1384948a4184e442 - () const noexcept + size_type + count + a07797.html + a1f89dfe5f4807151e3829f060b103efc + (const key_type &__x) const - unique_ptr & - operator= - a06956.html - a0d690f8c5fd6b05f0ceb1dc04d79c821 - (unique_ptr &&__u) noexcept + std::pair< iterator, iterator > + equal_range + a07797.html + ae91bd4ef581ac83337d7cced559349e2 + (const key_type &__x) - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type - operator= - a06956.html - ada7596fc9242151849616db656f4224e - (unique_ptr< _Up, _Ep > &&__u) noexcept + std::pair< const_iterator, const_iterator > + equal_range + a07797.html + ae5f593da6d71d91fb83d2e6023ad8d87 + (const key_type &__x) const - unique_ptr & - operator= - a06956.html - a53f23836b9dcfc3558e768d48969a903 - (nullptr_t) noexcept + local_iterator + begin + a07797.html + aab994b1b759354f0bdd30f6e04b86b68 + (size_type __n) - pointer - release - a06956.html - af40585665f237aca4a3364726b3fdb1d - () noexcept + const_local_iterator + begin + a07797.html + a28389b5527a3ee6a52adc2ee72e67029 + (size_type __n) const - void - reset - a06956.html - a0922a8f5a7c082e9495e43a0fab365da - (pointer __p=pointer()) noexcept + const_local_iterator + cbegin + a07797.html + a30a15b1c31e75c9cfd56a4b3f24fe1ce + (size_type __n) const - void - swap - a06956.html - a20128902c397043453a90db55f4ea276 - (unique_ptr &__u) noexcept + local_iterator + end + a07797.html + a70a807c039d620efcfd2b96048c3471a + (size_type __n) - - - unique_ptr< _Res_type > - a06956.html - constexpr - unique_ptr - a06956.html - a46c6ac3c3c51a2bf10ab8354043903fc - () noexcept + const_local_iterator + end + a07797.html + a124d7201aeadabc2a92e74fde00ec347 + (size_type __n) const - - unique_ptr - a06956.html - a9265d990e022b96ae4ffd50977a4ba58 - (pointer __p) noexcept + const_local_iterator + cend + a07797.html + a5f19f51483e14e3006bf1d6c0c7ec00a + (size_type __n) const - - - unique_ptr - a06956.html - ad4a1488397ef665a967f4c1be5150bc3 - (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + + _Hashtable::key_type + key_type + a07797.html + a1f83ff00c35e85978dced4fb3ff6772e + - - - unique_ptr - a06956.html - accf546c02774a8a3fb3d878fe6259059 - (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + _Hashtable::value_type + value_type + a07797.html + a14e45fe3da6c5bb759688d5aed9183ff + - - constexpr - unique_ptr - a06956.html - af220c0835cdc6d384018d8e53b430142 - (nullptr_t) noexcept + + _Hashtable::hasher + hasher + a07797.html + a3dcd37e44a7c63ca0b0b1a61d3d074d7 + - - - unique_ptr - a06956.html - a3d0c5c99ab01ee8a1581c4533e60a56a - (unique_ptr &&__u) noexcept + + _Hashtable::key_equal + key_equal + a07797.html + a721448c1c7b74465ccfcd51d86a9400c + - - - unique_ptr - a06956.html - a2fb272347a3713d3fc8f99efd0e84c74 - (unique_ptr< _Up, _Ep > &&__u) noexcept + + _Hashtable::allocator_type + allocator_type + a07797.html + a9bba281b4f65b14513a532e398d37642 + - - - ~unique_ptr - a06956.html - a934c3a2895f4ad9b413ee9132e949e81 - () noexcept + + _Hashtable::pointer + pointer + a07797.html + af18aca91916dd9537f3c33cd7746b0f4 + - - pointer - get - a06956.html - ae29eb2b7c551c69c98995fc04f895781 - () const noexcept + + _Hashtable::const_pointer + const_pointer + a07797.html + a64c2420ac682e15e195863aecf2bcb8b + - - deleter_type & - get_deleter - a06956.html - a62f850d198437890dffea7a4e029602d - () noexcept + + _Hashtable::reference + reference + a07797.html + a111a313624cf9219526288500218d406 + - - const deleter_type & - get_deleter - a06956.html - a0ce41e4825268546e4f1ecf5f5259af0 - () const noexcept + + _Hashtable::const_reference + const_reference + a07797.html + a795d0f609bd9032858d61acc386ee11a + - - - operator bool - a06956.html - a9f21c10165ad856c5b6b2889b815a9bf - () const noexcept + + _Hashtable::iterator + iterator + a07797.html + a02fe876578c29d71f3b0e63ae959fc9e + - - add_lvalue_reference< element_type >::type - operator* - a06956.html - a8e080072591682c8d1fb2bf468f51188 - () const + + _Hashtable::const_iterator + const_iterator + a07797.html + a77ac106cb24d3c809aa1dac59b508f46 + - - pointer - operator-> - a06956.html - ad0486e6ff29eac8f1384948a4184e442 - () const noexcept + + _Hashtable::local_iterator + local_iterator + a07797.html + a41daefac0150734553a1b8ae994520e6 + - - unique_ptr & - operator= - a06956.html - a0d690f8c5fd6b05f0ceb1dc04d79c821 - (unique_ptr &&__u) noexcept + + _Hashtable::const_local_iterator + const_local_iterator + a07797.html + ad71108e3e7466e69cf84def961574aec + - - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type - operator= - a06956.html - ada7596fc9242151849616db656f4224e - (unique_ptr< _Up, _Ep > &&__u) noexcept + + _Hashtable::size_type + size_type + a07797.html + a489606b8c31cc86a461912f292dac389 + - - unique_ptr & - operator= - a06956.html - a53f23836b9dcfc3558e768d48969a903 - (nullptr_t) noexcept + + _Hashtable::difference_type + difference_type + a07797.html + a78081fffb25f4c7c28a59c7cf4218c51 + - pointer - release - a06956.html - af40585665f237aca4a3364726b3fdb1d + iterator + begin + a07797.html + af200bc1dbcbedeabebd796791807ae31 () noexcept - void - reset - a06956.html - a0922a8f5a7c082e9495e43a0fab365da - (pointer __p=pointer()) noexcept + const_iterator + begin + a07797.html + a3d563863f9fd94aa7573fecb9c027c23 + () const noexcept - void - swap - a06956.html - a20128902c397043453a90db55f4ea276 - (unique_ptr &__u) noexcept + iterator + end + a07797.html + aa28c45008761a27eecdaeefaab68fa0e + () noexcept - - - unique_ptr< _Result< _Res > > - a06956.html - constexpr - unique_ptr - a06956.html - a46c6ac3c3c51a2bf10ab8354043903fc - () noexcept + const_iterator + end + a07797.html + a9ead8905955f0942591a17d70f8405c8 + () const noexcept - - unique_ptr - a06956.html - a9265d990e022b96ae4ffd50977a4ba58 - (pointer __p) noexcept + std::pair< iterator, bool > + insert + a07797.html + ac9fa0bc82f5e6fae38a8d225f468608d + (const value_type &__x) - - unique_ptr - a06956.html - ad4a1488397ef665a967f4c1be5150bc3 - (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + std::pair< iterator, bool > + insert + a07797.html + abc0147e25845cc780f71f1b14cd41cce + (value_type &&__x) - - unique_ptr - a06956.html - accf546c02774a8a3fb3d878fe6259059 - (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + iterator + insert + a07797.html + a6b211cbe01ddf94104caf45b393ae933 + (const_iterator __hint, const value_type &__x) - constexpr - unique_ptr - a06956.html - af220c0835cdc6d384018d8e53b430142 - (nullptr_t) noexcept + iterator + insert + a07797.html + a9e27a7160d0253be3bc02bf9c2fd4d62 + (const_iterator __hint, value_type &&__x) - - unique_ptr - a06956.html - a3d0c5c99ab01ee8a1581c4533e60a56a - (unique_ptr &&__u) noexcept + iterator + erase + a07797.html + acef2fe55c494314acad1104ba1488cf6 + (const_iterator __position) - - unique_ptr - a06956.html - a2fb272347a3713d3fc8f99efd0e84c74 - (unique_ptr< _Up, _Ep > &&__u) noexcept + iterator + erase + a07797.html + a5475af91b7b075f1315091b522eacd3e + (iterator __position) - - ~unique_ptr - a06956.html - a934c3a2895f4ad9b413ee9132e949e81 - () noexcept + iterator + find + a07797.html + af673d30d52e825e4f8da4c8770f0589b + (const key_type &__x) - pointer - get - a06956.html - ae29eb2b7c551c69c98995fc04f895781 - () const noexcept + const_iterator + find + a07797.html + a1f05b3fd1a72e6b246b0e5ce8d0937cf + (const key_type &__x) const - deleter_type & - get_deleter - a06956.html - a62f850d198437890dffea7a4e029602d - () noexcept + size_type + count + a07797.html + a1f89dfe5f4807151e3829f060b103efc + (const key_type &__x) const - const deleter_type & - get_deleter - a06956.html - a0ce41e4825268546e4f1ecf5f5259af0 - () const noexcept + std::pair< iterator, iterator > + equal_range + a07797.html + ae91bd4ef581ac83337d7cced559349e2 + (const key_type &__x) - - operator bool - a06956.html - a9f21c10165ad856c5b6b2889b815a9bf - () const noexcept + std::pair< const_iterator, const_iterator > + equal_range + a07797.html + ae5f593da6d71d91fb83d2e6023ad8d87 + (const key_type &__x) const - add_lvalue_reference< element_type >::type - operator* - a06956.html - a8e080072591682c8d1fb2bf468f51188 - () const + local_iterator + begin + a07797.html + aab994b1b759354f0bdd30f6e04b86b68 + (size_type __n) - pointer - operator-> - a06956.html - ad0486e6ff29eac8f1384948a4184e442 - () const noexcept + const_local_iterator + begin + a07797.html + a28389b5527a3ee6a52adc2ee72e67029 + (size_type __n) const - unique_ptr & - operator= - a06956.html - a0d690f8c5fd6b05f0ceb1dc04d79c821 - (unique_ptr &&__u) noexcept + const_local_iterator + cbegin + a07797.html + a30a15b1c31e75c9cfd56a4b3f24fe1ce + (size_type __n) const - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type - operator= - a06956.html - ada7596fc9242151849616db656f4224e - (unique_ptr< _Up, _Ep > &&__u) noexcept + local_iterator + end + a07797.html + a70a807c039d620efcfd2b96048c3471a + (size_type __n) - unique_ptr & - operator= - a06956.html - a53f23836b9dcfc3558e768d48969a903 - (nullptr_t) noexcept + const_local_iterator + end + a07797.html + a124d7201aeadabc2a92e74fde00ec347 + (size_type __n) const - pointer - release - a06956.html - af40585665f237aca4a3364726b3fdb1d - () noexcept + const_local_iterator + cend + a07797.html + a5f19f51483e14e3006bf1d6c0c7ec00a + (size_type __n) const + + + std::pmr::unsynchronized_pool_resource + a02749.html + std::pmr::memory_resource + + + std::uses_allocator + a06013.html + + + std::integral_constant + + + std::uses_allocator< tuple< _Types... >, _Alloc > + a03213.html + _Types + + std::integral_constant + + + std::valarray + a04093.html + - void - reset - a06956.html - a0922a8f5a7c082e9495e43a0fab365da - (pointer __p=pointer()) noexcept + + valarray + a01568.html + ga86cb8edd85b0f415ff434169746203b8 + () - void - swap - a06956.html - a20128902c397043453a90db55f4ea276 - (unique_ptr &__u) noexcept + + valarray + a01568.html + gaa3081177498d05f233dc919b723ac7ca + (const _Tp &, size_t) - - - unique_ptr< _Result_base > - a06956.html - constexpr - unique_ptr - a06956.html - a46c6ac3c3c51a2bf10ab8354043903fc - () noexcept + + valarray + a04093.html + a1ec188c5bae0bf1ee212da704cc1dc7a + (const _Tp *__restrict__, size_t) - unique_ptr - a06956.html - a9265d990e022b96ae4ffd50977a4ba58 - (pointer __p) noexcept + valarray + a01568.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< _Tp > &) - unique_ptr - a06956.html - ad4a1488397ef665a967f4c1be5150bc3 - (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + valarray + a01568.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< _Tp > &) - unique_ptr - a06956.html - accf546c02774a8a3fb3d878fe6259059 - (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + valarray + a01568.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< _Tp > &) - constexpr - unique_ptr - a06956.html - af220c0835cdc6d384018d8e53b430142 - (nullptr_t) noexcept + + valarray + a01568.html + gaa67c616cc84294b4ecfe9492e673e937 + (const slice_array< _Tp > &) - unique_ptr - a06956.html - a3d0c5c99ab01ee8a1581c4533e60a56a - (unique_ptr &&__u) noexcept + valarray + a01568.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) - unique_ptr - a06956.html - a2fb272347a3713d3fc8f99efd0e84c74 - (unique_ptr< _Up, _Ep > &&__u) noexcept + valarray + a01568.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< _Tp >) - ~unique_ptr - a06956.html - a934c3a2895f4ad9b413ee9132e949e81 - () noexcept + valarray + a01568.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) - pointer - get - a06956.html - ae29eb2b7c551c69c98995fc04f895781 - () const noexcept + + valarray + a01568.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept - deleter_type & - get_deleter - a06956.html - a62f850d198437890dffea7a4e029602d - () noexcept + _Expr< _ValFunClos< _ValArray, _Tp >, _Tp > + apply + a01568.html + ga6187e472096936d517db9cd9851fc107 + (_Tp func(_Tp)) const - const deleter_type & - get_deleter - a06956.html - a0ce41e4825268546e4f1ecf5f5259af0 - () const noexcept + _Expr< _RefFunClos< _ValArray, _Tp >, _Tp > + apply + a01568.html + ga4fc494f4aee2efb200793044d68658c5 + (_Tp func(const _Tp &)) const - - operator bool - a06956.html - a9f21c10165ad856c5b6b2889b815a9bf - () const noexcept + valarray< _Tp > + cshift + a01568.html + ga5763723f8e15f612889a2d93625649db + (int __n) const - add_lvalue_reference< element_type >::type - operator* - a06956.html - a8e080072591682c8d1fb2bf468f51188 + _Tp + max + a01568.html + ga4e66ea69757ab2d6193e385c919e6f71 () const - pointer - operator-> - a06956.html - ad0486e6ff29eac8f1384948a4184e442 - () const noexcept + _Tp + min + a01568.html + ga41cf9f2fac24470499589628f657be67 + () const - unique_ptr & - operator= - a06956.html - a0d690f8c5fd6b05f0ceb1dc04d79c821 - (unique_ptr &&__u) noexcept + _UnaryOp< __logical_not >::_Rt + operator! + a01568.html + ga8ae9cabed8e455713324dacd39bedef1 + () const - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type - operator= - a06956.html - ada7596fc9242151849616db656f4224e - (unique_ptr< _Up, _Ep > &&__u) noexcept + valarray< _Tp > & + operator%= + a01568.html + ga64fd546424cb6eb21396e7049fb2c17e + (const _Tp &) - unique_ptr & - operator= - a06956.html - a53f23836b9dcfc3558e768d48969a903 - (nullptr_t) noexcept + valarray< _Tp > & + operator%= + a01568.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< _Tp > &) - pointer - release - a06956.html - af40585665f237aca4a3364726b3fdb1d - () noexcept + valarray< _Tp > & + operator&= + a01568.html + gae28731f4febbbd9112d21a15c53f2470 + (const _Tp &) - void - reset - a06956.html - a0922a8f5a7c082e9495e43a0fab365da - (pointer __p=pointer()) noexcept + valarray< _Tp > & + operator&= + a01568.html + gaa916c186794e2cb39e374da325e0810e + (const valarray< _Tp > &) - void - swap - a06956.html - a20128902c397043453a90db55f4ea276 - (unique_ptr &__u) noexcept + valarray< _Tp > & + operator*= + a01568.html + ga345cd13171b5d52efb4979a1b3930ea6 + (const _Tp &) - - - unique_ptr< bool[]> - a06956.html - constexpr - unique_ptr - a06956.html - a46c6ac3c3c51a2bf10ab8354043903fc - () noexcept + valarray< _Tp > & + operator*= + a01568.html + gab5a419c3673c284962634894e9c1fc20 + (const valarray< _Tp > &) - - unique_ptr - a06956.html - a9265d990e022b96ae4ffd50977a4ba58 - (pointer __p) noexcept + _UnaryOp< __unary_plus >::_Rt + operator+ + a01568.html + ga33a3a90827549220500c99f95b095816 + () const - - unique_ptr - a06956.html - ad4a1488397ef665a967f4c1be5150bc3 - (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + valarray< _Tp > & + operator+= + a01568.html + ga75cc5c668aaade5ccc50b199d789e191 + (const _Tp &) - - unique_ptr - a06956.html - accf546c02774a8a3fb3d878fe6259059 - (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + valarray< _Tp > & + operator+= + a01568.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + (const valarray< _Tp > &) - constexpr - unique_ptr - a06956.html - af220c0835cdc6d384018d8e53b430142 - (nullptr_t) noexcept + _UnaryOp< __negate >::_Rt + operator- + a01568.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const - - unique_ptr - a06956.html - a3d0c5c99ab01ee8a1581c4533e60a56a - (unique_ptr &&__u) noexcept + valarray< _Tp > & + operator-= + a01568.html + ga4667f35667105d1ec1aa3e763c503cd4 + (const _Tp &) - - unique_ptr - a06956.html - a2fb272347a3713d3fc8f99efd0e84c74 - (unique_ptr< _Up, _Ep > &&__u) noexcept + valarray< _Tp > & + operator-= + a01568.html + ga5e7ec75f9c2dd61177a35d939ce85f11 + (const valarray< _Tp > &) - - ~unique_ptr - a06956.html - a934c3a2895f4ad9b413ee9132e949e81 - () noexcept + valarray< _Tp > & + operator/= + a01568.html + ga15f95c715e3a16e30ff24477ccf4e502 + (const _Tp &) - pointer - get - a06956.html - ae29eb2b7c551c69c98995fc04f895781 - () const noexcept + valarray< _Tp > & + operator/= + a01568.html + ga4572c21b07ac304ac9d7062d2f5ae160 + (const valarray< _Tp > &) - deleter_type & - get_deleter - a06956.html - a62f850d198437890dffea7a4e029602d - () noexcept + valarray< _Tp > & + operator<<= + a01568.html + ga435a2811affb685f15934a9204bed29e + (const _Tp &) - const deleter_type & - get_deleter - a06956.html - a0ce41e4825268546e4f1ecf5f5259af0 - () const noexcept + valarray< _Tp > & + operator<<= + a01568.html + ga9635c78d05a1fcbc22885223c1432f25 + (const valarray< _Tp > &) - - operator bool - a06956.html - a9f21c10165ad856c5b6b2889b815a9bf - () const noexcept + valarray< _Tp > & + operator= + a01568.html + ga80a24d05a21101fb1e8f32d7617b349a + (const _Tp &__t) - add_lvalue_reference< element_type >::type - operator* - a06956.html - a8e080072591682c8d1fb2bf468f51188 - () const + valarray< _Tp > & + operator= + a01568.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< _Tp > &__ga) - pointer - operator-> - a06956.html - ad0486e6ff29eac8f1384948a4184e442 - () const noexcept + valarray< _Tp > & + operator= + a01568.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< _Tp > &__ia) - unique_ptr & + valarray< _Tp > & operator= - a06956.html - a0d690f8c5fd6b05f0ceb1dc04d79c821 - (unique_ptr &&__u) noexcept + a01568.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< _Tp > &__ma) - enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type + valarray< _Tp > & operator= - a06956.html - ada7596fc9242151849616db656f4224e - (unique_ptr< _Up, _Ep > &&__u) noexcept + a01568.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< _Tp > &__sa) - unique_ptr & + valarray< _Tp > & operator= - a06956.html - a53f23836b9dcfc3558e768d48969a903 - (nullptr_t) noexcept + a01568.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< _Tp > &__v) - pointer - release - a06956.html - af40585665f237aca4a3364726b3fdb1d - () noexcept + valarray & + operator= + a01568.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< _Tp > __l) - void - reset - a06956.html - a0922a8f5a7c082e9495e43a0fab365da - (pointer __p=pointer()) noexcept + valarray< _Tp > & + operator= + a01568.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< _Tp > &&__v) noexcept - void - swap - a06956.html - a20128902c397043453a90db55f4ea276 - (unique_ptr &__u) noexcept - - - - unordered_map< _Key, _Tp, _Hash, _Pred > - a06988.html - - _Hashtable::key_type - key_type - a06988.html - ac563e7804340b706c3efeca91157585b - - - - _Hashtable::value_type - value_type - a06988.html - af7e7d39b4a188c7aa535d0431ae8f14c - - - - _Hashtable::mapped_type - mapped_type - a06988.html - a6d830d6d91653672a6f20b748327622b - - - - _Hashtable::hasher - hasher - a06988.html - a917dcd56682abf611f68cb72cbfb7d3e - - - - _Hashtable::key_equal - key_equal - a06988.html - aab5cec3a4b8e6f4030f5baeacf92edbc - - - - _Hashtable::allocator_type - allocator_type - a06988.html - a434ca8d37d3262f336f06903abbd170b - - - - _Hashtable::pointer - pointer - a06988.html - ac0072ca4cb745124af7e8ae199b017c5 - - - - _Hashtable::const_pointer - const_pointer - a06988.html - a16fbc4a1f8abfebdee17e4d6303c03a3 - - - - _Hashtable::reference - reference - a06988.html - a3e1eaafb2b3f1f11809491426d373485 - - - - _Hashtable::const_reference - const_reference - a06988.html - aaa3ed5ea37fb02cd6a5eacf89409f52d - - - - _Hashtable::iterator - iterator - a06988.html - a0526d137ece77ce98d550cd2d6fd1816 - - - - _Hashtable::const_iterator - const_iterator - a06988.html - acb0e1b9ce26687d13dace99250f876e3 - - - - _Hashtable::local_iterator - local_iterator - a06988.html - aab940536a56eb520d8e7143ce5c4af3a - - - - _Hashtable::const_local_iterator - const_local_iterator - a06988.html - af0cb2cf999f96def015e87c3cca6691d - - - - _Hashtable::size_type - size_type - a06988.html - acefc3dbfc16b70562f92193d01156479 - + valarray< _Tp > & + operator>>= + a01568.html + ga5ce6f32c286043434e864d28271f2069 + (const _Tp &) - - _Hashtable::difference_type - difference_type - a06988.html - aede8ad7332db3b16e68cec19c0dd963e - + + valarray< _Tp > & + operator>>= + a01568.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< _Tp > &) - - unordered_map - a06988.html - a6bc68dfdbfb4fe6917fe43aaec5385c6 - ()=default + gslice_array< _Tp > + operator[] + a01568.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) - - unordered_map - a06988.html - a743946b3813b8ec54b762a6edbae2934 - (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + _Expr< _GClos< _ValArray, _Tp >, _Tp > + operator[] + a01568.html + ga28ef76e86bd06a99b58af17899554590 + (const gslice &__s) const - - unordered_map - a06988.html - a94bb8e6f25731bdc01fb6c7b34022579 - (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + mask_array< _Tp > + operator[] + a01568.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) - - unordered_map - a06988.html - a46d4ba7519835644688c2230f067a3e8 - (const unordered_map &)=default + valarray< _Tp > + operator[] + a01568.html + ga8f454eb267fee574dadea61b69b94d31 + (const valarray< bool > &__m) const - - unordered_map - a06988.html - a5924b32a6e46f9deb426e02e524f7d23 - (unordered_map &&)=default + indirect_array< _Tp > + operator[] + a01568.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) - - unordered_map - a06988.html - ac2f6c6ba48b39f7e17b4760d809ebf26 - (const allocator_type &__a) + _Expr< _IClos< _ValArray, _Tp >, _Tp > + operator[] + a01568.html + ga2d1a225784345f3c5eb3e94e984e5e00 + (const valarray< size_t > &__i) const - - unordered_map - a06988.html - acae490543303c7ea2365e5a53bc7d131 - (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + _Tp & + operator[] + a01568.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) - iterator - begin - a06988.html - ac90866b0f04d5366339b63f8e26bde06 - () noexcept + slice_array< _Tp > + operator[] + a01568.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) - local_iterator - begin - a06988.html - ae0eddd81ee3d218ade072a8becffaff6 - (size_type __n) + _Expr< _SClos< _ValArray, _Tp >, _Tp > + operator[] + a01568.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const - size_type - bucket_count - a06988.html - ac8a1a3c1d13adf8908c863a707fa40aa - () const noexcept + valarray< _Tp > & + operator^= + a01568.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const _Tp &) - void - clear - a06988.html - a9728c777ec0429619531a26201560c18 - () noexcept + valarray< _Tp > & + operator^= + a01568.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< _Tp > &) - size_type - count - a06988.html - a4cbd19e5e859635c70822a7e1faa8e36 - (const key_type &__x) const + valarray< _Tp > & + operator|= + a01568.html + gaf20cc6bf249d338dd1fdb26f4363ee2e + (const _Tp &) - std::pair< iterator, bool > - emplace - a06988.html - aa2c22cafc2b6f068358049c8fdb7bda0 - (_Args &&... __args) + valarray< _Tp > & + operator|= + a01568.html + ga2082939513c0702ce488c2dc27e98951 + (const valarray< _Tp > &) - iterator - emplace_hint - a06988.html - af36454c8cd5831988060bdf85a4d4d6e - (const_iterator __pos, _Args &&... __args) + _UnaryOp< __bitwise_not >::_Rt + operator~ + a01568.html + ga88b2ec0fbd1864a99c09d24f5b39e16d + () const - bool - empty - a06988.html - a4d72f478fb0cd05cc612e7ac746131ac - () const noexcept + void + resize + a01568.html + ga8f9fdb05edd4a7364dec8a5e9ae2a0bb + (size_t __size, _Tp __c=_Tp()) - iterator - end - a06988.html - a42872e15c417c6f944d019315553951e - () noexcept + valarray< _Tp > + shift + a01568.html + gaebe5d7bc4dea9740cdbb03d36a3e4521 + (int __n) const - local_iterator - end - a06988.html - ab91675efcde6f50894587cdb2037a4fc - (size_type __n) + size_t + size + a01568.html + ga351ffb24ad6654f7f5f8b10731fc8c95 + () const - size_type - erase - a06988.html - a56149c061cd4aca92d631f7ad5a5a737 - (const key_type &__x) + _Tp + sum + a01568.html + gabf296b8981ebb3c123b3ba99e753598f + () const - iterator - erase - a06988.html - a1b17775816c782568baefd357cd50e88 - (const_iterator __first, const_iterator __last) + void + swap + a01568.html + ga6033c5c6f21fed896e5ff6a06bba62b9 + (valarray< _Tp > &__v) noexcept + + + valarray< size_t > + a04093.html - allocator_type - get_allocator - a06988.html - a13808c3062786f090b1af63937f15963 - () const noexcept + + valarray + a01568.html + ga86cb8edd85b0f415ff434169746203b8 + () - hasher - hash_function - a06988.html - ac9588299378201162e3f7da7e7d30fdf - () const + + valarray + a01568.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< size_t > &) - void - insert - a06988.html - a0c40f8641ff4ca47fe2998a46404cf37 - (_InputIterator __first, _InputIterator __last) + + valarray + a01568.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< size_t > &) - void - insert - a06988.html - a191d1d95c2d102dc1057677df000aaec - (initializer_list< value_type > __l) + + valarray + a01568.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< size_t > &) - key_equal - key_eq - a06988.html - aa956e7eb800e72fbab9b54f3ef006d8e - () const + + valarray + a01568.html + gaa3081177498d05f233dc919b723ac7ca + (const size_t &, size_t) - float - load_factor - a06988.html - add961e22f4549e2c94846946fbd25a7d - () const noexcept + + valarray + a04093.html + a1ec188c5bae0bf1ee212da704cc1dc7a + (const size_t *__restrict__, size_t) - size_type - max_bucket_count - a06988.html - af29f5a18a09a36adb720b6907e45eacd - () const noexcept + + valarray + a01568.html + gaa67c616cc84294b4ecfe9492e673e937 + (const slice_array< size_t > &) - float - max_load_factor - a06988.html - ae2f58d908f2e03656fce158550d9ba73 - () const noexcept + + valarray + a01568.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) - void - max_load_factor - a06988.html - a0584274b6378b6d962debbe96f5c5cb6 - (float __z) + + valarray + a01568.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< size_t >) - size_type - max_size - a06988.html - a695e48bcb2fa9e91ad07d3f7c45016dd - () const noexcept + + valarray + a01568.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) - unordered_map & - operator= - a06988.html - aca0525353d274a1abca19e123ca58702 - (const unordered_map &)=default + + valarray + a01568.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept - unordered_map & - operator= - a06988.html - a7d63494d15ed6c47df072d06d9608ca0 - (unordered_map &&)=default + _Expr< _RefFunClos< _ValArray, size_t >, size_t > + apply + a01568.html + ga4fc494f4aee2efb200793044d68658c5 + (size_t func(const size_t &)) const - unordered_map & - operator= - a06988.html - a46087d4d85698c13e7fe5e10f13821d1 - (initializer_list< value_type > __l) + _Expr< _ValFunClos< _ValArray, size_t >, size_t > + apply + a01568.html + ga6187e472096936d517db9cd9851fc107 + (size_t func(size_t)) const - void - rehash - a06988.html - af81fbed78a715d3c81e8c7655669c7e7 - (size_type __n) + valarray< size_t > + cshift + a01568.html + ga5763723f8e15f612889a2d93625649db + (int __n) const - void - reserve - a06988.html - a2eee23bd13796426f3018c8a9341202f - (size_type __n) + size_t + max + a01568.html + ga4e66ea69757ab2d6193e385c919e6f71 + () const - size_type - size - a06988.html - a7d1de2c7389176716aceeaba3b1c2bb7 - () const noexcept + size_t + min + a01568.html + ga41cf9f2fac24470499589628f657be67 + () const - void - swap - a06988.html - ae06bac0d1fbee8603ec2ac806950b1ba - (unordered_map &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + _UnaryOp< __logical_not >::_Rt + operator! + a01568.html + ga8ae9cabed8e455713324dacd39bedef1 + () const - const_iterator - begin - a06988.html - a9d409d14c46998843b60af82785dfd80 - () const noexcept + valarray< size_t > & + operator%= + a01568.html + ga64fd546424cb6eb21396e7049fb2c17e + (const size_t &) - const_iterator - cbegin - a06988.html - af9610ba94f6f17e7af50d7280638fa17 - () const noexcept + valarray< size_t > & + operator%= + a01568.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< size_t > &) - const_local_iterator - begin - a06988.html - a73cb0bbad75ff10a8493cdb155b81146 - (size_type __n) const + valarray< size_t > & + operator&= + a01568.html + gae28731f4febbbd9112d21a15c53f2470 + (const size_t &) - const_local_iterator - cbegin - a06988.html - a326f910adabc220031b93dc6b472b913 - (size_type __n) const + valarray< size_t > & + operator&= + a01568.html + gaa916c186794e2cb39e374da325e0810e + (const valarray< size_t > &) - const_iterator - end - a06988.html - a6b763e0c9c40786e19c26f5fa97e3ab6 - () const noexcept + valarray< size_t > & + operator*= + a01568.html + ga345cd13171b5d52efb4979a1b3930ea6 + (const size_t &) - const_iterator - cend - a06988.html - ab862dadbaf3147cfc02bd383ed35e1f9 - () const noexcept + valarray< size_t > & + operator*= + a01568.html + gab5a419c3673c284962634894e9c1fc20 + (const valarray< size_t > &) - const_local_iterator - end - a06988.html - a606977180c30d7a49a36846a45f4e355 - (size_type __n) const + _UnaryOp< __unary_plus >::_Rt + operator+ + a01568.html + ga33a3a90827549220500c99f95b095816 + () const - const_local_iterator - cend - a06988.html - a786093f27f238f88c21ecbfe11e27981 - (size_type __n) const + valarray< size_t > & + operator+= + a01568.html + ga75cc5c668aaade5ccc50b199d789e191 + (const size_t &) - std::pair< iterator, bool > - insert - a06988.html - a047d2b3433747276ee6daa9eba154295 - (const value_type &__x) + valarray< size_t > & + operator+= + a01568.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + (const valarray< size_t > &) - std::pair< iterator, bool > - insert - a06988.html - a7c0355ec3da92acbbc429950e573e249 - (_Pair &&__x) + _UnaryOp< __negate >::_Rt + operator- + a01568.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const - iterator - insert - a06988.html - a3eb7753105411145e2d8476cf300b348 - (const_iterator __hint, const value_type &__x) + valarray< size_t > & + operator-= + a01568.html + ga4667f35667105d1ec1aa3e763c503cd4 + (const size_t &) - iterator - insert - a06988.html - a46788631ce6026703e86c6e644a70bcb - (const_iterator __hint, _Pair &&__x) + valarray< size_t > & + operator-= + a01568.html + ga5e7ec75f9c2dd61177a35d939ce85f11 + (const valarray< size_t > &) - iterator - erase - a06988.html - adef61b0f6b1e43cfdb648e247277ba00 - (const_iterator __position) + valarray< size_t > & + operator/= + a01568.html + ga15f95c715e3a16e30ff24477ccf4e502 + (const size_t &) - iterator - erase - a06988.html - ab04b983f5337e79f121f2df4bbaa283c - (iterator __position) + valarray< size_t > & + operator/= + a01568.html + ga4572c21b07ac304ac9d7062d2f5ae160 + (const valarray< size_t > &) - iterator - find - a06988.html - ad62fc2387c4fa4aefe228c14239f8c40 - (const key_type &__x) + valarray< size_t > & + operator<<= + a01568.html + ga435a2811affb685f15934a9204bed29e + (const size_t &) - const_iterator - find - a06988.html - a589217c1b2ed3f77f57aeb41d5192d0d - (const key_type &__x) const + valarray< size_t > & + operator<<= + a01568.html + ga9635c78d05a1fcbc22885223c1432f25 + (const valarray< size_t > &) - std::pair< iterator, iterator > - equal_range - a06988.html - a301e117827c134ed289b5d19e5c8a36e - (const key_type &__x) + valarray< size_t > & + operator= + a01568.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< size_t > &__ga) - std::pair< const_iterator, const_iterator > - equal_range - a06988.html - a21e644ce722b02f5304757ea9be5b23e - (const key_type &__x) const + valarray< size_t > & + operator= + a01568.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< size_t > &__ia) - mapped_type & - operator[] - a06988.html - a2d7a21a98b09239b8745900308e63643 - (const key_type &__k) + valarray< size_t > & + operator= + a01568.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< size_t > &__ma) - mapped_type & - operator[] - a06988.html - a21d659d8a7b18d41726d04ed6451d1ce - (key_type &&__k) + valarray< size_t > & + operator= + a01568.html + ga80a24d05a21101fb1e8f32d7617b349a + (const size_t &__t) - mapped_type & - at - a06988.html - a801392267ec716837238015f8cefe60a - (const key_type &__k) + valarray< size_t > & + operator= + a01568.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< size_t > &__sa) - const mapped_type & - at - a06988.html - a1f78ebfeb9bf55bc807a075eb22cb2aa - (const key_type &__k) const - - - _Hashtable::key_type - key_type - a06988.html - ac563e7804340b706c3efeca91157585b - - - - _Hashtable::value_type - value_type - a06988.html - af7e7d39b4a188c7aa535d0431ae8f14c - - - - _Hashtable::mapped_type - mapped_type - a06988.html - a6d830d6d91653672a6f20b748327622b - - - - _Hashtable::hasher - hasher - a06988.html - a917dcd56682abf611f68cb72cbfb7d3e - - - - _Hashtable::key_equal - key_equal - a06988.html - aab5cec3a4b8e6f4030f5baeacf92edbc - - - - _Hashtable::allocator_type - allocator_type - a06988.html - a434ca8d37d3262f336f06903abbd170b - - - - _Hashtable::pointer - pointer - a06988.html - ac0072ca4cb745124af7e8ae199b017c5 - - - - _Hashtable::const_pointer - const_pointer - a06988.html - a16fbc4a1f8abfebdee17e4d6303c03a3 - - - - _Hashtable::reference - reference - a06988.html - a3e1eaafb2b3f1f11809491426d373485 - - - - _Hashtable::const_reference - const_reference - a06988.html - aaa3ed5ea37fb02cd6a5eacf89409f52d - - - - _Hashtable::iterator - iterator - a06988.html - a0526d137ece77ce98d550cd2d6fd1816 - + valarray< size_t > & + operator= + a01568.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< size_t > &__v) - - _Hashtable::const_iterator - const_iterator - a06988.html - acb0e1b9ce26687d13dace99250f876e3 - + + valarray & + operator= + a01568.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< size_t > __l) - - _Hashtable::local_iterator - local_iterator - a06988.html - aab940536a56eb520d8e7143ce5c4af3a - + + valarray< size_t > & + operator= + a01568.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< size_t > &&__v) noexcept - - _Hashtable::const_local_iterator - const_local_iterator - a06988.html - af0cb2cf999f96def015e87c3cca6691d - + + valarray< size_t > & + operator>>= + a01568.html + ga5ce6f32c286043434e864d28271f2069 + (const size_t &) - - _Hashtable::size_type - size_type - a06988.html - acefc3dbfc16b70562f92193d01156479 - + + valarray< size_t > & + operator>>= + a01568.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< size_t > &) - - _Hashtable::difference_type - difference_type - a06988.html - aede8ad7332db3b16e68cec19c0dd963e - + + gslice_array< size_t > + operator[] + a01568.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) - const_iterator - begin - a06988.html - a9d409d14c46998843b60af82785dfd80 - () const noexcept + _Expr< _GClos< _ValArray, size_t >, size_t > + operator[] + a01568.html + ga28ef76e86bd06a99b58af17899554590 + (const gslice &__s) const - const_iterator - cbegin - a06988.html - af9610ba94f6f17e7af50d7280638fa17 - () const noexcept + mask_array< size_t > + operator[] + a01568.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) - const_local_iterator - begin - a06988.html - a73cb0bbad75ff10a8493cdb155b81146 - (size_type __n) const + valarray< size_t > + operator[] + a01568.html + ga8f454eb267fee574dadea61b69b94d31 + (const valarray< bool > &__m) const - const_local_iterator - cbegin - a06988.html - a326f910adabc220031b93dc6b472b913 - (size_type __n) const + indirect_array< size_t > + operator[] + a01568.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) - const_iterator - end - a06988.html - a6b763e0c9c40786e19c26f5fa97e3ab6 - () const noexcept + _Expr< _IClos< _ValArray, size_t >, size_t > + operator[] + a01568.html + ga2d1a225784345f3c5eb3e94e984e5e00 + (const valarray< size_t > &__i) const - const_iterator - cend - a06988.html - ab862dadbaf3147cfc02bd383ed35e1f9 - () const noexcept + size_t & + operator[] + a01568.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) - const_local_iterator - end - a06988.html - a606977180c30d7a49a36846a45f4e355 - (size_type __n) const + slice_array< size_t > + operator[] + a01568.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) - const_local_iterator - cend - a06988.html - a786093f27f238f88c21ecbfe11e27981 - (size_type __n) const + _Expr< _SClos< _ValArray, size_t >, size_t > + operator[] + a01568.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const - std::pair< iterator, bool > - insert - a06988.html - a047d2b3433747276ee6daa9eba154295 - (const value_type &__x) + valarray< size_t > & + operator^= + a01568.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const size_t &) - std::pair< iterator, bool > - insert - a06988.html - a7c0355ec3da92acbbc429950e573e249 - (_Pair &&__x) + valarray< size_t > & + operator^= + a01568.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< size_t > &) - iterator - insert - a06988.html - a3eb7753105411145e2d8476cf300b348 - (const_iterator __hint, const value_type &__x) + valarray< size_t > & + operator|= + a01568.html + gaf20cc6bf249d338dd1fdb26f4363ee2e + (const size_t &) - iterator - insert - a06988.html - a46788631ce6026703e86c6e644a70bcb - (const_iterator __hint, _Pair &&__x) + valarray< size_t > & + operator|= + a01568.html + ga2082939513c0702ce488c2dc27e98951 + (const valarray< size_t > &) - iterator - erase - a06988.html - adef61b0f6b1e43cfdb648e247277ba00 - (const_iterator __position) + _UnaryOp< __bitwise_not >::_Rt + operator~ + a01568.html + ga88b2ec0fbd1864a99c09d24f5b39e16d + () const - iterator - erase - a06988.html - ab04b983f5337e79f121f2df4bbaa283c - (iterator __position) + void + resize + a01568.html + ga8f9fdb05edd4a7364dec8a5e9ae2a0bb + (size_t __size, size_t __c=size_t()) - iterator - find - a06988.html - ad62fc2387c4fa4aefe228c14239f8c40 - (const key_type &__x) + valarray< size_t > + shift + a01568.html + gaebe5d7bc4dea9740cdbb03d36a3e4521 + (int __n) const - const_iterator - find - a06988.html - a589217c1b2ed3f77f57aeb41d5192d0d - (const key_type &__x) const + size_t + size + a01568.html + ga351ffb24ad6654f7f5f8b10731fc8c95 + () const - std::pair< iterator, iterator > - equal_range - a06988.html - a301e117827c134ed289b5d19e5c8a36e - (const key_type &__x) + size_t + sum + a01568.html + gabf296b8981ebb3c123b3ba99e753598f + () const - std::pair< const_iterator, const_iterator > - equal_range - a06988.html - a21e644ce722b02f5304757ea9be5b23e - (const key_type &__x) const + void + swap + a01568.html + ga6033c5c6f21fed896e5ff6a06bba62b9 + (valarray< size_t > &__v) noexcept + + + std::__debug::vector + a08673.html + + + _Safe_container< vector< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_sequence > + _Safe_vector< vector< _Tp, std::allocator< _Tp > >, ::vector< _Tp, std::allocator< _Tp > > > - mapped_type & - operator[] - a06988.html - a2d7a21a98b09239b8745900308e63643 - (const key_type &__k) + + vector + a08673.html + a08ac74d466c7195aa0c5950f195e9365 + (_Base_ref __x) - mapped_type & - operator[] - a06988.html - a21d659d8a7b18d41726d04ed6451d1ce - (key_type &&__k) + void + _M_invalidate_if + a08401.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) - mapped_type & - at - a06988.html - a801392267ec716837238015f8cefe60a - (const key_type &__k) + void + _M_transfer_from_if + a08401.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) - - const mapped_type & - at - a06988.html - a1f78ebfeb9bf55bc807a075eb22cb2aa - (const key_type &__k) const + + _Safe_iterator_base * + _M_const_iterators + a08501.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a08501.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a08501.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a08501.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a08501.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a08501.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a08501.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a08501.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a08501.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept - valarray< _Dom::value_type > - a03748.html + std::vector + a07721.html + + + _Vector_base< _Tp, std::allocator< _Tp > > - valarray - a01484.html - ga86cb8edd85b0f415ff434169746203b8 - () + vector + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default - valarray - a01484.html - ga97d87db7cf732f6df07a4bc214ab1b6c - (size_t) + vector + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) - valarray - a01484.html - gaa3081177498d05f233dc919b723ac7ca - (const _Dom::value_type &, size_t) + vector + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept - valarray - a03748.html - a1ec188c5bae0bf1ee212da704cc1dc7a - (const _Dom::value_type *__restrict__, size_t) + vector + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) - valarray - a01484.html - gaa097c18bfb82fa18eb77d561e3f3220d - (const valarray &) + vector + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) - valarray - a01484.html - gacaf590f7e44f9aa8d247c026f2c6685a - (valarray &&) noexcept + vector + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) - valarray - a01484.html - gaa67c616cc84294b4ecfe9492e673e937 - (const slice_array< _Dom::value_type > &) + vector + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) - valarray - a01484.html - ga41d41b2154090e3aa77b2a8c8c1eafe2 - (const gslice_array< _Dom::value_type > &) + vector + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) - valarray - a01484.html - ga341e360faf03730a2ad4ddb98bb84caa - (const mask_array< _Dom::value_type > &) + vector + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default - valarray - a01484.html - ga4440404083086817b9e50ddecfa604fb - (const indirect_array< _Dom::value_type > &) + vector + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) - valarray - a01484.html - gaa0445cb9da95df6871ea1c2b625aedf7 - (initializer_list< _Dom::value_type >) - - - _Expr< _ValFunClos< _ValArray, _Dom::value_type >, _Dom::value_type > - apply - a01484.html - ga6187e472096936d517db9cd9851fc107 - (_Dom::value_type func(_Dom::value_type)) const - - - _Expr< _RefFunClos< _ValArray, _Dom::value_type >, _Dom::value_type > - apply - a01484.html - ga4fc494f4aee2efb200793044d68658c5 - (_Dom::value_type func(const _Dom::value_type &)) const + ~vector + a07721.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept - valarray< _Dom::value_type > - cshift - a01484.html - ga5763723f8e15f612889a2d93625649db - (int __n) const + void + assign + a07721.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) - _Dom::value_type - max - a01484.html - ga4e66ea69757ab2d6193e385c919e6f71 - () const + void + assign + a07721.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) - _Dom::value_type - min - a01484.html - ga41cf9f2fac24470499589628f657be67 - () const + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) - _UnaryOp< __logical_not >::_Rt - operator! - a01484.html - ga8ae9cabed8e455713324dacd39bedef1 - () const + reference + at + a07721.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) - valarray< _Dom::value_type > & - operator%= - a01484.html - ga64fd546424cb6eb21396e7049fb2c17e - (const _Dom::value_type &) + const_reference + at + a07721.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const - valarray< _Dom::value_type > & - operator%= - a01484.html - gadc5edf2598de6c9bbfe67c8cdc7ff3ab - (const valarray< _Dom::value_type > &) + const_reference + back + a07721.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept - valarray< _Dom::value_type > & - operator&= - a01484.html - ga6eacabfbf6099e64331966308185f957 - (const _Dom::value_type &) + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept - valarray< _Dom::value_type > & - operator&= - a01484.html - gafc4fe2eb569b9bca46e799f3ecb0609c - (const valarray< _Dom::value_type > &) + const_iterator + begin + a07721.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept - valarray< _Dom::value_type > & - operator*= - a01484.html - ga345cd13171b5d52efb4979a1b3930ea6 - (const _Dom::value_type &) + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept - valarray< _Dom::value_type > & - operator*= - a01484.html - gab5a419c3673c284962634894e9c1fc20 - (const valarray< _Dom::value_type > &) + size_type + capacity + a07721.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept - _UnaryOp< __unary_plus >::_Rt - operator+ - a01484.html - ga33a3a90827549220500c99f95b095816 - () const + const_iterator + cbegin + a07721.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept - valarray< _Dom::value_type > & - operator+= - a01484.html - ga75cc5c668aaade5ccc50b199d789e191 - (const _Dom::value_type &) + const_iterator + cend + a07721.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept - valarray< _Dom::value_type > & - operator+= - a01484.html - ga8b82cbb5b9eafa8c1fc86ae8678e1f36 - (const valarray< _Dom::value_type > &) + void + clear + a07721.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept - _UnaryOp< __negate >::_Rt - operator- - a01484.html - ga028b49a6d0cf1f6afa48149603d953b2 - () const + const_reverse_iterator + crbegin + a07721.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept - valarray< _Dom::value_type > & - operator-= - a01484.html - ga4667f35667105d1ec1aa3e763c503cd4 - (const _Dom::value_type &) + const_reverse_iterator + crend + a07721.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept - valarray< _Dom::value_type > & - operator-= - a01484.html - ga5e7ec75f9c2dd61177a35d939ce85f11 - (const valarray< _Dom::value_type > &) + _Tp * + data + a07721.html + abee0514d69c004f06f06e37e33b6104b + () noexcept - valarray< _Dom::value_type > & - operator/= - a01484.html - ga15f95c715e3a16e30ff24477ccf4e502 - (const _Dom::value_type &) + iterator + emplace + a07721.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) - valarray< _Dom::value_type > & - operator/= - a01484.html - ga4572c21b07ac304ac9d7062d2f5ae160 - (const valarray< _Dom::value_type > &) + bool + empty + a07721.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept - valarray< _Dom::value_type > & - operator<<= - a01484.html - ga435a2811affb685f15934a9204bed29e - (const _Dom::value_type &) + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept - valarray< _Dom::value_type > & - operator<<= - a01484.html - ga9635c78d05a1fcbc22885223c1432f25 - (const valarray< _Dom::value_type > &) + iterator + end + a07721.html + ae957699b810eb3313916800773e103d7 + () noexcept - valarray< _Dom::value_type > & - operator= - a01484.html - gafd9682220fbb71cdd3780fb0b80a7840 - (const valarray< _Dom::value_type > &__v) + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) - valarray< _Dom::value_type > & - operator= - a01484.html - ga0b40ea6b05b21b6506d3541205bbfe64 - (valarray< _Dom::value_type > &&__v) noexcept + iterator + erase + a07721.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) - valarray< _Dom::value_type > & - operator= - a01484.html - ga80a24d05a21101fb1e8f32d7617b349a - (const _Dom::value_type &__t) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept - valarray< _Dom::value_type > & - operator= - a01484.html - ga708c338c38f644c83fb4440add0a7f82 - (const slice_array< _Dom::value_type > &__sa) + reference + front + a07721.html + a460e9d810eb0009f44d8584662672a6b + () noexcept - valarray< _Dom::value_type > & - operator= - a01484.html - ga975285295867516982cbd04e5416ca33 - (const gslice_array< _Dom::value_type > &__ga) + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 + () const noexcept - valarray< _Dom::value_type > & - operator= - a01484.html - ga008f37655c6e6e55b37c9b46efd259c1 - (const mask_array< _Dom::value_type > &__ma) + iterator + insert + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) - valarray< _Dom::value_type > & - operator= - a01484.html - gad58ef4619934cdeccb9b476c6e8ccceb - (const indirect_array< _Dom::value_type > &__ia) + iterator + insert + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) - valarray & - operator= - a01484.html - ga781c3cfba5752871b9b8df2717f3d301 - (initializer_list< _Dom::value_type > __l) + iterator + insert + a07721.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) - valarray< _Dom::value_type > & - operator>>= - a01484.html - ga5ce6f32c286043434e864d28271f2069 - (const _Dom::value_type &) + iterator + insert + a07721.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) - valarray< _Dom::value_type > & - operator>>= - a01484.html - ga7f2a41abd2f316f4de7942652da2410d - (const valarray< _Dom::value_type > &) + iterator + insert + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) - _Dom::value_type & - operator[] - a01484.html - ga2325176078e58966124ec919df2b1eb4 - (size_t __i) + size_type + max_size + a07721.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept - _Expr< _SClos< _ValArray, _Dom::value_type >, _Dom::value_type > - operator[] - a01484.html - ga5e86bbdb258433295ab39596449a5f7e - (slice __s) const + vector & + operator= + a07721.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) - slice_array< _Dom::value_type > - operator[] - a01484.html - gad5394a15e9c7edd4ecece4534d3c3ba3 - (slice __s) + vector & + operator= + a07721.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) - _Expr< _GClos< _ValArray, _Dom::value_type >, _Dom::value_type > - operator[] - a01484.html - ga28ef76e86bd06a99b58af17899554590 - (const gslice &__s) const + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - gslice_array< _Dom::value_type > + const_reference operator[] - a01484.html - gae5e23cc8dbbeee72c16868aad85731ba - (const gslice &__s) + a07721.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept - valarray< _Dom::value_type > + reference operator[] - a01484.html - ga8f454eb267fee574dadea61b69b94d31 - (const valarray< bool > &__m) const + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept - mask_array< _Dom::value_type > - operator[] - a01484.html - ga24fb191ad805190686652a3a8bf7169b - (const valarray< bool > &__m) + void + pop_back + a07721.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept - _Expr< _IClos< _ValArray, _Dom::value_type >, _Dom::value_type > - operator[] - a01484.html - ga2d1a225784345f3c5eb3e94e984e5e00 - (const valarray< size_t > &__i) const + void + push_back + a07721.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) - indirect_array< _Dom::value_type > - operator[] - a01484.html - gafcd1719464554185069224f2fd837de3 - (const valarray< size_t > &__i) + const_reverse_iterator + rbegin + a07721.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept - valarray< _Dom::value_type > & - operator^= - a01484.html - ga12372c525f0ae4cdeb7180c7337b57ed - (const _Dom::value_type &) + reverse_iterator + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept - valarray< _Dom::value_type > & - operator^= - a01484.html - ga945c098affa36e4df42895bca9937b61 - (const valarray< _Dom::value_type > &) + const_reverse_iterator + rend + a07721.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept - valarray< _Dom::value_type > & - operator|= - a01484.html - gaf20cc6bf249d338dd1fdb26f4363ee2e - (const _Dom::value_type &) + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept - valarray< _Dom::value_type > & - operator|= - a01484.html - ga2082939513c0702ce488c2dc27e98951 - (const valarray< _Dom::value_type > &) + void + reserve + a07721.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) - _UnaryOp< __bitwise_not >::_Rt - operator~ - a01484.html - ga88b2ec0fbd1864a99c09d24f5b39e16d - () const + void + resize + a07721.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) void resize - a01484.html - ga8f9fdb05edd4a7364dec8a5e9ae2a0bb - (size_t __size, _Dom::value_type __c=_Dom::value_type()) + a07721.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) - valarray< _Dom::value_type > - shift - a01484.html - gaebe5d7bc4dea9740cdbb03d36a3e4521 - (int __n) const + void + shrink_to_fit + a07721.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () - size_t + size_type size - a01484.html - ga351ffb24ad6654f7f5f8b10731fc8c95 - () const - - - _Dom::value_type - sum - a01484.html - gabf296b8981ebb3c123b3ba99e753598f - () const + a07721.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept void swap - a01484.html - ga6033c5c6f21fed896e5ff6a06bba62b9 - (valarray< _Dom::value_type > &__v) noexcept + a07721.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a07721.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a07721.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const - valarray< size_t > - a03748.html + vector< __diff_type > + a07721.html + _Vector_base< __diff_type, std::allocator< __diff_type > > - valarray - a01484.html - ga86cb8edd85b0f415ff434169746203b8 - () + vector + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default - valarray - a01484.html - ga97d87db7cf732f6df07a4bc214ab1b6c - (size_t) + vector + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) - valarray - a01484.html - gaa3081177498d05f233dc919b723ac7ca - (const size_t &, size_t) + vector + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept - valarray - a03748.html - a1ec188c5bae0bf1ee212da704cc1dc7a - (const size_t *__restrict__, size_t) + vector + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) - valarray - a01484.html - gaa097c18bfb82fa18eb77d561e3f3220d - (const valarray &) + vector + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) - valarray - a01484.html - gacaf590f7e44f9aa8d247c026f2c6685a - (valarray &&) noexcept + vector + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) - valarray - a01484.html - gaa67c616cc84294b4ecfe9492e673e937 - (const slice_array< size_t > &) + vector + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) - valarray - a01484.html - ga41d41b2154090e3aa77b2a8c8c1eafe2 - (const gslice_array< size_t > &) + vector + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) - valarray - a01484.html - ga341e360faf03730a2ad4ddb98bb84caa - (const mask_array< size_t > &) + vector + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default - valarray - a01484.html - ga4440404083086817b9e50ddecfa604fb - (const indirect_array< size_t > &) + vector + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) - valarray - a01484.html - gaa0445cb9da95df6871ea1c2b625aedf7 - (initializer_list< size_t >) - - - _Expr< _ValFunClos< _ValArray, size_t >, size_t > - apply - a01484.html - ga6187e472096936d517db9cd9851fc107 - (size_t func(size_t)) const - - - _Expr< _RefFunClos< _ValArray, size_t >, size_t > - apply - a01484.html - ga4fc494f4aee2efb200793044d68658c5 - (size_t func(const size_t &)) const + ~vector + a07721.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept - valarray< size_t > - cshift - a01484.html - ga5763723f8e15f612889a2d93625649db - (int __n) const + void + assign + a07721.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) - size_t - max - a01484.html - ga4e66ea69757ab2d6193e385c919e6f71 - () const + void + assign + a07721.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) - size_t - min - a01484.html - ga41cf9f2fac24470499589628f657be67 - () const + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) - _UnaryOp< __logical_not >::_Rt - operator! - a01484.html - ga8ae9cabed8e455713324dacd39bedef1 - () const + reference + at + a07721.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) - valarray< size_t > & - operator%= - a01484.html - ga64fd546424cb6eb21396e7049fb2c17e - (const size_t &) + const_reference + at + a07721.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const - valarray< size_t > & - operator%= - a01484.html - gadc5edf2598de6c9bbfe67c8cdc7ff3ab - (const valarray< size_t > &) + const_reference + back + a07721.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept - valarray< size_t > & - operator&= - a01484.html - ga6eacabfbf6099e64331966308185f957 - (const size_t &) + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept - valarray< size_t > & - operator&= - a01484.html - gafc4fe2eb569b9bca46e799f3ecb0609c - (const valarray< size_t > &) + const_iterator + begin + a07721.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept - valarray< size_t > & - operator*= - a01484.html - ga345cd13171b5d52efb4979a1b3930ea6 - (const size_t &) + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept - valarray< size_t > & - operator*= - a01484.html - gab5a419c3673c284962634894e9c1fc20 - (const valarray< size_t > &) + size_type + capacity + a07721.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept - _UnaryOp< __unary_plus >::_Rt - operator+ - a01484.html - ga33a3a90827549220500c99f95b095816 - () const + const_iterator + cbegin + a07721.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept - valarray< size_t > & - operator+= - a01484.html - ga75cc5c668aaade5ccc50b199d789e191 - (const size_t &) + const_iterator + cend + a07721.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept - valarray< size_t > & - operator+= - a01484.html - ga8b82cbb5b9eafa8c1fc86ae8678e1f36 - (const valarray< size_t > &) + void + clear + a07721.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept - _UnaryOp< __negate >::_Rt - operator- - a01484.html - ga028b49a6d0cf1f6afa48149603d953b2 - () const + const_reverse_iterator + crbegin + a07721.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept - valarray< size_t > & - operator-= - a01484.html - ga4667f35667105d1ec1aa3e763c503cd4 - (const size_t &) + const_reverse_iterator + crend + a07721.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept - valarray< size_t > & - operator-= - a01484.html - ga5e7ec75f9c2dd61177a35d939ce85f11 - (const valarray< size_t > &) + __diff_type * + data + a07721.html + abee0514d69c004f06f06e37e33b6104b + () noexcept - valarray< size_t > & - operator/= - a01484.html - ga15f95c715e3a16e30ff24477ccf4e502 - (const size_t &) + iterator + emplace + a07721.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) - valarray< size_t > & - operator/= - a01484.html - ga4572c21b07ac304ac9d7062d2f5ae160 - (const valarray< size_t > &) + bool + empty + a07721.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept - valarray< size_t > & - operator<<= - a01484.html - ga435a2811affb685f15934a9204bed29e - (const size_t &) + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept - valarray< size_t > & - operator<<= - a01484.html - ga9635c78d05a1fcbc22885223c1432f25 - (const valarray< size_t > &) + iterator + end + a07721.html + ae957699b810eb3313916800773e103d7 + () noexcept - valarray< size_t > & - operator= - a01484.html - gafd9682220fbb71cdd3780fb0b80a7840 - (const valarray< size_t > &__v) + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) - valarray< size_t > & - operator= - a01484.html - ga0b40ea6b05b21b6506d3541205bbfe64 - (valarray< size_t > &&__v) noexcept + iterator + erase + a07721.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) - valarray< size_t > & - operator= - a01484.html - ga80a24d05a21101fb1e8f32d7617b349a - (const size_t &__t) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept - valarray< size_t > & - operator= - a01484.html - ga708c338c38f644c83fb4440add0a7f82 - (const slice_array< size_t > &__sa) + reference + front + a07721.html + a460e9d810eb0009f44d8584662672a6b + () noexcept - valarray< size_t > & - operator= - a01484.html - ga975285295867516982cbd04e5416ca33 - (const gslice_array< size_t > &__ga) + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 + () const noexcept - valarray< size_t > & - operator= - a01484.html - ga008f37655c6e6e55b37c9b46efd259c1 - (const mask_array< size_t > &__ma) + iterator + insert + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) - valarray< size_t > & - operator= - a01484.html - gad58ef4619934cdeccb9b476c6e8ccceb - (const indirect_array< size_t > &__ia) + iterator + insert + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) - valarray & - operator= - a01484.html - ga781c3cfba5752871b9b8df2717f3d301 - (initializer_list< size_t > __l) + iterator + insert + a07721.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) - valarray< size_t > & - operator>>= - a01484.html - ga5ce6f32c286043434e864d28271f2069 - (const size_t &) + iterator + insert + a07721.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) - valarray< size_t > & - operator>>= - a01484.html - ga7f2a41abd2f316f4de7942652da2410d - (const valarray< size_t > &) + iterator + insert + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) - size_t & - operator[] - a01484.html - ga2325176078e58966124ec919df2b1eb4 - (size_t __i) + size_type + max_size + a07721.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept - _Expr< _SClos< _ValArray, size_t >, size_t > - operator[] - a01484.html - ga5e86bbdb258433295ab39596449a5f7e - (slice __s) const + vector & + operator= + a07721.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) - slice_array< size_t > - operator[] - a01484.html - gad5394a15e9c7edd4ecece4534d3c3ba3 - (slice __s) + vector & + operator= + a07721.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) - _Expr< _GClos< _ValArray, size_t >, size_t > - operator[] - a01484.html - ga28ef76e86bd06a99b58af17899554590 - (const gslice &__s) const + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - gslice_array< size_t > + const_reference operator[] - a01484.html - gae5e23cc8dbbeee72c16868aad85731ba - (const gslice &__s) + a07721.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept - valarray< size_t > + reference operator[] - a01484.html - ga8f454eb267fee574dadea61b69b94d31 - (const valarray< bool > &__m) const + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept - mask_array< size_t > - operator[] - a01484.html - ga24fb191ad805190686652a3a8bf7169b - (const valarray< bool > &__m) + void + pop_back + a07721.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept - _Expr< _IClos< _ValArray, size_t >, size_t > - operator[] - a01484.html - ga2d1a225784345f3c5eb3e94e984e5e00 - (const valarray< size_t > &__i) const + void + push_back + a07721.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) - indirect_array< size_t > - operator[] - a01484.html - gafcd1719464554185069224f2fd837de3 - (const valarray< size_t > &__i) + const_reverse_iterator + rbegin + a07721.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept - valarray< size_t > & - operator^= - a01484.html - ga12372c525f0ae4cdeb7180c7337b57ed - (const size_t &) + reverse_iterator + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept - valarray< size_t > & - operator^= - a01484.html - ga945c098affa36e4df42895bca9937b61 - (const valarray< size_t > &) + const_reverse_iterator + rend + a07721.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept - valarray< size_t > & - operator|= - a01484.html - gaf20cc6bf249d338dd1fdb26f4363ee2e - (const size_t &) + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept - valarray< size_t > & - operator|= - a01484.html - ga2082939513c0702ce488c2dc27e98951 - (const valarray< size_t > &) + void + reserve + a07721.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) - _UnaryOp< __bitwise_not >::_Rt - operator~ - a01484.html - ga88b2ec0fbd1864a99c09d24f5b39e16d - () const + void + resize + a07721.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) void resize - a01484.html - ga8f9fdb05edd4a7364dec8a5e9ae2a0bb - (size_t __size, size_t __c=size_t()) + a07721.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) - valarray< size_t > - shift - a01484.html - gaebe5d7bc4dea9740cdbb03d36a3e4521 - (int __n) const + void + shrink_to_fit + a07721.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () - size_t + size_type size - a01484.html - ga351ffb24ad6654f7f5f8b10731fc8c95 - () const + a07721.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept - size_t - sum - a01484.html - gabf296b8981ebb3c123b3ba99e753598f - () const + void + swap + a07721.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept - + + pointer + _M_allocate_and_copy + a07721.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + void - swap - a01484.html - ga6033c5c6f21fed896e5ff6a06bba62b9 - (valarray< size_t > &__v) noexcept + _M_range_check + a07721.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const - vector< __diff_type > - a06912.html - _Vector_base< __diff_type, std::allocator< __diff_type > > + vector< __gnu_parallel::_Piece< _DifferenceType > > + a07721.html + _Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< __diff_type > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept - __diff_type * + __gnu_parallel::_Piece< _DifferenceType > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const - vector< __gnu_parallel::_Piece< _DifferenceType > > - a06912.html - _Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > > + vector< _BigBlock > + a07721.html + _Vector_base< _BigBlock, std::allocator< _BigBlock > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< __gnu_parallel::_Piece< _DifferenceType > > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept - __gnu_parallel::_Piece< _DifferenceType > * + _BigBlock * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _CharClassT > - a06912.html + a07721.html _Vector_base< _CharClassT, std::allocator< _CharClassT > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< _CharClassT > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _CharClassT * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _CharT > - a06912.html + a07721.html _Vector_base< _CharT, std::allocator< _CharT > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< _CharT > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _CharT * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _Cmpt > - a06912.html + a07721.html _Vector_base< _Cmpt, std::allocator< _Cmpt > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< _Cmpt > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _Cmpt * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _Node *, _Nodeptr_Alloc > - a06912.html + a07721.html _Vector_base< _Node *, _Nodeptr_Alloc > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< _Nodeptr_Alloc >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _Node * * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _RealType > - a06912.html + a07721.html _Vector_base< _RealType, std::allocator< _RealType > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< _RealType > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _RealType * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _State< _TraitsT::char_type > > - a06912.html + a07721.html _Vector_base< _State< _TraitsT::char_type >, std::allocator< _State< _TraitsT::char_type > > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< _State< _TraitsT::char_type > > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _State< _TraitsT::char_type > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept - iterator - end - a06912.html - ae957699b810eb3313916800773e103d7 - () noexcept - - const_iterator end - a06912.html + a07721.html ae3d969a640523603b2c51341c975b30c () const noexcept iterator + end + a07721.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + iterator erase - a06912.html - a1c8b8734443a1028d00ad364190bac76 - (const_iterator __position) + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + a07721.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< _StringT > - a06912.html + a07721.html _Vector_base< _StringT, std::allocator< _StringT > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< _StringT > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept _StringT * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< block_type, allocator_type > - a06912.html + a07721.html _Vector_base< block_type, allocator_type > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< allocator_type >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept block_type * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const - vector< Catalog_info *> - a06912.html - _Vector_base< Catalog_info *, std::allocator< Catalog_info *> > + std::vector< bool, _Alloc > + a07109.html + + + + vector< Catalog_info * > + a07721.html + _Vector_base< Catalog_info *, std::allocator< Catalog_info * > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< Catalog_info *> >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept Catalog_info * * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< double > - a06912.html + a07721.html _Vector_base< double, std::allocator< double > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< double > >::value) - - - - vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html + a07721.html a002b00e3596af506a260bd957bee0212 (const vector &__x) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default - ~vector - a06912.html - a71ef09bb9b5003131ec404461fbdfa13 - () noexcept + vector + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) - void - assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) + + ~vector + a07721.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept void assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept double * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< int > - a06912.html + a07721.html _Vector_base< int, std::allocator< int > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< int > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept int * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< result_type > - a06912.html + a07721.html _Vector_base< result_type, std::allocator< result_type > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< result_type > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept result_type * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< size_t > - a06912.html + a07721.html _Vector_base< size_t, std::allocator< size_t > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< size_t > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept size_t * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< std::pair< _BiIter, int > > - a06912.html + a07721.html _Vector_base< std::pair< _BiIter, int >, std::allocator< std::pair< _BiIter, int > > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< std::pair< _BiIter, int > > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept std::pair< _BiIter, int > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const - vector< std::pair< _StateIdT, std::vector > > - a06912.html - _Vector_base< std::pair< _StateIdT, std::vector >, std::allocator< std::pair< _StateIdT, std::vector > > > + vector< std::pair< _StateIdT, vector< sub_match< _BiIter >, _Alloc > > > + a07721.html + _Vector_base< std::pair< _StateIdT, vector< sub_match< _BiIter >, _Alloc > >, std::allocator< std::pair< _StateIdT, vector< sub_match< _BiIter >, _Alloc > > > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< std::pair< _StateIdT, std::vector > > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept - std::pair< _StateIdT, std::vector > * + std::pair< _StateIdT, vector< sub_match< _BiIter >, _Alloc > > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const vector< std::pair< _StrTransT, _StrTransT > > - a06912.html + a07721.html _Vector_base< std::pair< _StrTransT, _StrTransT >, std::allocator< std::pair< _StrTransT, _StrTransT > > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< std::allocator< std::pair< _StrTransT, _StrTransT > > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept std::pair< _StrTransT, _StrTransT > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const - vector< sub_match< _Bi_iter >, _Alloc > - a06912.html - _Vector_base< sub_match< _Bi_iter >, _Alloc > + vector< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + a07721.html + _Vector_base< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< _Alloc >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept sub_match< _Bi_iter > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const - vector< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > - a06912.html - _Vector_base< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + vector< sub_match< _BiIter >, _Alloc > + a07721.html + _Vector_base< sub_match< _BiIter >, _Alloc > vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< allocator< sub_match< _Bi_iter > > >::value) + a07721.html + a1629a99cef9608b6d37cb67ce1e5c058 + ()=default vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + a07721.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + a07721.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + a07721.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + a07721.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + a07721.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + a07721.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + a07721.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + a07721.html + ab046bf21cbed50d0847f467a3b6d463a + (vector &&) noexcept=default vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + a07721.html + ae9e31881a70337b558110b496176787b + (vector &&__rv, const allocator_type &__m) noexcept(noexcept(vector(std::declval< vector && >(), std::declval< const allocator_type & >(), std::declval< typename _Alloc_traits::is_always_equal >()))) ~vector - a06912.html + a07721.html a71ef09bb9b5003131ec404461fbdfa13 () noexcept void assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) - - - void - assign - a06912.html + a07721.html acaab0c546279a999bcba3ed54478c83d (_InputIterator __first, _InputIterator __last) void assign - a06912.html + a07721.html acda096d477c2ef09ee0b3e7fb3ca558c (initializer_list< value_type > __l) + void + assign + a07721.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + reference at - a06912.html + a07721.html a11362894b61f87331541b5268d0cb033 (size_type __n) const_reference at - a06912.html + a07721.html aaa0004f67abf317a8923d549a0e74987 (size_type __n) const - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept - - const_reference back - a06912.html + a07721.html ad185eab26722975ac46eb977c7b2627b () const noexcept - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 + reference + back + a07721.html + ac7c4da8f17ac32164def63407dec54cb () noexcept const_iterator begin - a06912.html + a07721.html a8ecd17bf8b6b1b1ddbdb045e0553ba75 () const noexcept + iterator + begin + a07721.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + size_type capacity - a06912.html + a07721.html aeec23a5238eb60cd3bb5ec960e9b430e () const noexcept const_iterator cbegin - a06912.html + a07721.html aa5ce64abecf486fbdb7914ae9734d289 () const noexcept const_iterator cend - a06912.html + a07721.html aae7e855d48dc6fc90c9f746d2098c263 () const noexcept void clear - a06912.html + a07721.html a57ef261b05f9ea1457d6f54494902e84 () noexcept const_reverse_iterator crbegin - a06912.html + a07721.html a30f4698eae082ffd64ed80c8cb648360 () const noexcept const_reverse_iterator crend - a06912.html + a07721.html a825800ea90d4e7367b5361ae53f864c7 () const noexcept - sub_match< _Bi_iter > * + sub_match< _BiIter > * data - a06912.html + a07721.html abee0514d69c004f06f06e37e33b6104b () noexcept iterator emplace - a06912.html + a07721.html ab9f9ca10121c7ca0d2365a92ec7c5a85 (const_iterator __position, _Args &&... __args) bool empty - a06912.html + a07721.html a2c527667d502c53e377b49b8c1ce4214 () const noexcept + const_iterator + end + a07721.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + iterator end - a06912.html + a07721.html ae957699b810eb3313916800773e103d7 () noexcept - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + iterator + erase + a07721.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) iterator erase - a06912.html + a07721.html a1c8b8734443a1028d00ad364190bac76 (const_iterator __position) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + const_reference + front + a07721.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept reference front - a06912.html + a07721.html a460e9d810eb0009f44d8584662672a6b () noexcept - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 + allocator_type + get_allocator + a07721.html + a4d5bf9070b5e56f9d9c12c33ef67a295 () const noexcept iterator insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + a07721.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) iterator insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + a07721.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) iterator insert - a06912.html + a07721.html a1a1db200194fca60d689aacce652d616 (const_iterator __position, initializer_list< value_type > __l) iterator insert - a06912.html + a07721.html a4922c571c2d3e9006f68813656f36587 (const_iterator __position, size_type __n, const value_type &__x) iterator insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + a07721.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) size_type max_size - a06912.html + a07721.html a7abf19c35e087a2d4596f651e340fb89 () const noexcept vector & operator= - a06912.html + a07721.html a9c56711f1fdb6aeb4a287570da90a688 (const vector &__x) vector & operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) - - - vector & - operator= - a06912.html + a07721.html a5badc45ac5ba40fafcbb6ec5a0b8a745 (initializer_list< value_type > __l) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + vector & + operator= + a07721.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) const_reference operator[] - a06912.html + a07721.html a75bd59d9586be7f6d3e43e1afeac3d08 (size_type __n) const noexcept + reference + operator[] + a07721.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + void pop_back - a06912.html + a07721.html a99e26d28529b0d7e6dfc3aff0400e8bd () noexcept void push_back - a06912.html + a07721.html a6f2144e852790296d3c62cdec92c95ce (const value_type &__x) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept - - const_reverse_iterator rbegin - a06912.html + a07721.html ac1f157333783a401dd4a0c23edaddf1c () const noexcept reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c + rbegin + a07721.html + a20e5ca3edaf43348d346614730c8b637 () noexcept const_reverse_iterator rend - a06912.html + a07721.html aa32a4b05a4c404e012c787360d7518a8 () const noexcept + reverse_iterator + rend + a07721.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + void reserve - a06912.html + a07721.html a8ab62036345a72d8126fa30425dfe869 (size_type __n) void resize - a06912.html + a07721.html a1134bcc83ff6c70cf78bab3cd426feaf (size_type __new_size) void resize - a06912.html + a07721.html a53e627a12d33d2df15d4a9c25c872785 (size_type __new_size, const value_type &__x) void shrink_to_fit - a06912.html + a07721.html a4f4dc31fc105124cd9a5e4a90ae99c44 () size_type size - a06912.html + a07721.html aedc1ee21f6ca2b8304b4f1f430125c8d () const noexcept void swap - a06912.html + a07721.html a97d8ff35af22b6787d9aa7c60b2ba3ff (vector &__x) noexcept pointer _M_allocate_and_copy - a06912.html + a07721.html a283e72373f613c3d74ccf35b529a8393 (size_type __n, _ForwardIterator __first, _ForwardIterator __last) void _M_range_check - a06912.html + a07721.html a84c7c47a337f0e2dfbdad2c5719c13f5 (size_type __n) const - vector< sub_match< _BiIter >, _Alloc > - a06912.html - _Vector_base< sub_match< _BiIter >, _Alloc > + std::wbuffer_convert + a05873.html + + + + basic_streambuf< wchar_t, char_traits< wchar_t > > + + wchar_t + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + char_traits< wchar_t > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + + - vector - a06912.html - a67a4f190d61c7b35fa951357cf96a10f - () noexcept(is_nothrow_default_constructible< _Alloc >::value) + wbuffer_convert + a05873.html + af941fb3c81aab22cf18374dc660cd838 + () - vector - a06912.html - ab6d52bbbf36c0b4c6a61075ae2b87654 - (const allocator_type &__a) noexcept + wbuffer_convert + a05873.html + a9fc3680cdaa64dca1be84dfb73129928 + (streambuf *__bytebuf, _Codecvt *__pcvt=new _Codecvt, state_type __state=state_type()) - - vector - a06912.html - a6b8074967f8051c5fbcbe5c7057775ec - (size_type __n, const allocator_type &__a=allocator_type()) + locale + getloc + a02589.html + a09508701b27d68740a5473d096437f65 + () const - - vector - a06912.html - a501b56f5a3b8558587ca1be9029e1de5 - (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + streamsize + in_avail + a02589.html + a924a684fe2a6844d766e25f4051b705c + () - - vector - a06912.html - a002b00e3596af506a260bd957bee0212 - (const vector &__x) + locale + pubimbue + a02589.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) - - vector - a06912.html - a928812d75ac8e43de2346603cfef2d4b - (vector &&__x) noexcept + int_type + sbumpc + a02589.html + a72d8037e21ad370e3643ff3c865f91f9 + () - - vector - a06912.html - a325e3dbc4cd5c50fbfa108ff9e1a9bb9 - (const vector &__x, const allocator_type &__a) + int_type + sgetc + a02589.html + ac773fb2c87cf938fb6eb89c987f8e04e + () - - vector - a06912.html - affbc2a0599ddf5a0e87475e4e65775a0 - (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + streamsize + sgetn + a02589.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) - - vector - a06912.html - a010e6e6c437a7eb67dae7c052790cf94 - (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + int_type + snextc + a02589.html + a6d281db46069df3043b566f10e5397b2 + () - - vector - a06912.html - a8d611ffc7e37ca37dff8acabba2897a5 - (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + int_type + sputbackc + a02589.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) - - ~vector - a06912.html - a71ef09bb9b5003131ec404461fbdfa13 - () noexcept + int_type + sputc + a02589.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02589.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + state_type + state + a05873.html + a9d0d2e818e6d6cc0b32e86c984561e6f + () const noexcept + + + int_type + sungetc + a02589.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + gbump + a02589.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02589.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + _Wide_streambuf::int_type + overflow + a05873.html + aff5d3070a9dd1b319ec0c8cb47d202dd + (typename _Wide_streambuf::int_type __out) + + + virtual int_type + pbackfail + a02589.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02589.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02589.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02589.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, char_traits< wchar_t > > * + setbuf + a02589.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02589.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02589.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02589.html + a85e9299b4d91188c1c0070111604ece8 + () + + + int + sync + a05873.html + aba9f090cf1273168ea80a024419dab92 + () + + + virtual int_type + uflow + a02589.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + _Wide_streambuf::int_type + underflow + a05873.html + a97e246ca437e006102d2cc72da58d6c4 + () + + + virtual streamsize + xsgetn + a02589.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02589.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02589.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02589.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02589.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02589.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02589.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02589.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02589.html + af2973fa34894190ce5885749fa148bbe + + + + wchar_t + char_type + a02589.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + char_traits< wchar_t > + traits_type + a02589.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02589.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02589.html + a5bc758d8b84fa134386d3ab683b880aa + - - void - assign - a06912.html - a943d35baf02f390b9870351f0f78c1d7 - (size_type __n, const value_type &__val) + + traits_type::off_type + off_type + a02589.html + ae0d813da6c3d39659299a6e7831ae265 + - - void - assign - a06912.html - acaab0c546279a999bcba3ed54478c83d - (_InputIterator __first, _InputIterator __last) + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02589.html + a20adcc1bccab9fa3678b34e078e59e8c + - void - assign - a06912.html - acda096d477c2ef09ee0b3e7fb3ca558c - (initializer_list< value_type > __l) + basic_streambuf * + pubsetbuf + a02589.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) - reference - at - a06912.html - a11362894b61f87331541b5268d0cb033 - (size_type __n) + pos_type + pubseekoff + a02589.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) - const_reference - at - a06912.html - aaa0004f67abf317a8923d549a0e74987 - (size_type __n) const + pos_type + pubseekpos + a02589.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) - reference - back - a06912.html - ac7c4da8f17ac32164def63407dec54cb - () noexcept + int + pubsync + a02589.html + ac81d2dad6dac4c185c31937ee10077ce + () - - const_reference - back - a06912.html - ad185eab26722975ac46eb977c7b2627b - () const noexcept + + char_type * + eback + a02589.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const - - iterator - begin - a06912.html - ac219a7abc1e291dfe0a57189895d04d1 - () noexcept + + char_type * + gptr + a02589.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const - - const_iterator - begin - a06912.html - a8ecd17bf8b6b1b1ddbdb045e0553ba75 - () const noexcept + + char_type * + egptr + a02589.html + ad02de7bae6f055a7b112aeef35a08d9b + () const - - size_type - capacity - a06912.html - aeec23a5238eb60cd3bb5ec960e9b430e - () const noexcept + + char_type * + pbase + a02589.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const - - const_iterator - cbegin - a06912.html - aa5ce64abecf486fbdb7914ae9734d289 - () const noexcept + + char_type * + pptr + a02589.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const - - const_iterator - cend - a06912.html - aae7e855d48dc6fc90c9f746d2098c263 - () const noexcept + + char_type * + epptr + a02589.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + std::weak_ptr + a06669.html + void - clear - a06912.html - a57ef261b05f9ea1457d6f54494902e84 - () noexcept - - - const_reverse_iterator - crbegin - a06912.html - a30f4698eae082ffd64ed80c8cb648360 - () const noexcept + swap + a01560.html + ga7a21cae404b3575dacc264c8b9f5becc + (weak_ptr< _Tp > &__a, weak_ptr< _Tp > &__b) noexcept + + + weak_ptr< _State_baseV2 > + a06669.html - const_reverse_iterator - crend - a06912.html - a825800ea90d4e7367b5361ae53f864c7 - () const noexcept + void + swap + a01560.html + ga7a21cae404b3575dacc264c8b9f5becc + (weak_ptr< _State_baseV2 > &__a, weak_ptr< _State_baseV2 > &__b) noexcept - - sub_match< _BiIter > * - data - a06912.html - abee0514d69c004f06f06e37e33b6104b - () noexcept + + + std::weibull_distribution + a06469.html + + std::weibull_distribution::param_type + + _RealType + result_type + a06469.html + a8d02d8c1098c7944f5efdfed5824bed1 + - iterator - emplace - a06912.html - ab9f9ca10121c7ca0d2365a92ec7c5a85 - (const_iterator __position, _Args &&... __args) + _RealType + a + a06469.html + ad0dd68ed327ae7d882e1dc6afd0a7213 + () const - bool - empty - a06912.html - a2c527667d502c53e377b49b8c1ce4214 - () const noexcept + _RealType + b + a06469.html + a8c824ad2f179f9bf01448c695433037d + () const - iterator - end - a06912.html - ae957699b810eb3313916800773e103d7 - () noexcept + result_type + max + a06469.html + ab2f82c4a4ca1feff71630626710d865e + () const - const_iterator - end - a06912.html - ae3d969a640523603b2c51341c975b30c - () const noexcept + result_type + min + a06469.html + a3060d7ec6a83eb719429f3a0677705ff + () const - iterator - erase - a06912.html - a1c8b8734443a1028d00ad364190bac76 - (const_iterator __position) + result_type + operator() + a06469.html + a7f3883c7078a32e87c72157e91776416 + (_UniformRandomNumberGenerator &__urng) - iterator - erase - a06912.html - aae89e304cceda4179427223add91eebb - (const_iterator __first, const_iterator __last) + param_type + param + a06469.html + a0692a12edf7b4c887267b18fa5fee26e + () const - reference - front - a06912.html - a460e9d810eb0009f44d8584662672a6b - () noexcept + void + param + a06469.html + a880a3c1ec45f86dd2e64d89d7e64e527 + (const param_type &__param) - const_reference - front - a06912.html - a1a3f9b081e24c3932472aff316308554 - () const noexcept + void + reset + a06469.html + a3c2c5842081debd56978c362bdbe9fda + () - - iterator - insert - a06912.html - ace70e223402de9cdd87a09bd4ff0e76b - (const_iterator __position, const value_type &__x) + + friend bool + operator== + a06469.html + a8089e164041723abdb970621d267e7d5 + (const weibull_distribution &__d1, const weibull_distribution &__d2) + + + std::wstring_convert + a05869.html + + + + - iterator - insert - a06912.html - a84793dbae69ddcd84cc26199e6a9e898 - (const_iterator __position, value_type &&__x) + + wstring_convert + a05869.html + a26644c46ef7342d3536fc89f0f905cb5 + () - iterator - insert - a06912.html - a1a1db200194fca60d689aacce652d616 - (const_iterator __position, initializer_list< value_type > __l) + + wstring_convert + a05869.html + a1db78585f8e05fe4515a96d668379bb5 + (_Codecvt *__pcvt) - iterator - insert - a06912.html - a4922c571c2d3e9006f68813656f36587 - (const_iterator __position, size_type __n, const value_type &__x) + + wstring_convert + a05869.html + ac63cbe7aac1dc89a72e1e40134545d41 + (_Codecvt *__pcvt, state_type __state) - iterator - insert - a06912.html - a35cc226f8730266ed04ca5dd0fd3077c - (const_iterator __position, _InputIterator __first, _InputIterator __last) + + wstring_convert + a05869.html + aa7882cf7b53baff7d6d2cf9ca3386b3a + (const byte_string &__byte_err, const wide_string &__wide_err=wide_string()) - size_type - max_size - a06912.html - a7abf19c35e087a2d4596f651e340fb89 + size_t + converted + a05869.html + a06c03e1e866769c8165776f85cc02fb7 () const noexcept - vector & - operator= - a06912.html - a9c56711f1fdb6aeb4a287570da90a688 - (const vector &__x) + state_type + state + a05869.html + abd1382f21442adec3f9935d023017871 + () const - vector & - operator= - a06912.html - a3bcd2b28b84df51df419171868014a84 - (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + wide_string + from_bytes + a05869.html + a5adef5a1030829016c2afe669a5d335f + (char __byte) - vector & - operator= - a06912.html - a5badc45ac5ba40fafcbb6ec5a0b8a745 - (initializer_list< value_type > __l) + wide_string + from_bytes + a05869.html + abd8e388d1f5e74cfaf824f8971bfb6dd + (const char *__ptr) - reference - operator[] - a06912.html - afdb93693c1129f8f23406e8a9f4dc27e - (size_type __n) noexcept + wide_string + from_bytes + a05869.html + af35796c796e1d9df713e0dd9fafea066 + (const byte_string &__str) - const_reference - operator[] - a06912.html - a75bd59d9586be7f6d3e43e1afeac3d08 - (size_type __n) const noexcept + wide_string + from_bytes + a05869.html + ab1176fe15be7975d9e57184c8d8d7e3e + (const char *__first, const char *__last) - void - pop_back - a06912.html - a99e26d28529b0d7e6dfc3aff0400e8bd - () noexcept + byte_string + to_bytes + a05869.html + a5ea01f210ea99aee4fe16eb79b5a5460 + (_Elem __wchar) - void - push_back - a06912.html - a6f2144e852790296d3c62cdec92c95ce - (const value_type &__x) + byte_string + to_bytes + a05869.html + a7a955d4914f3262ae49ad762c63e54ca + (const _Elem *__ptr) - reverse_iterator - rbegin - a06912.html - a20e5ca3edaf43348d346614730c8b637 - () noexcept + byte_string + to_bytes + a05869.html + a9112609c7da47cc6ec1d285d3c3a3498 + (const wide_string &__wstr) - const_reverse_iterator - rbegin - a06912.html - ac1f157333783a401dd4a0c23edaddf1c - () const noexcept + byte_string + to_bytes + a05869.html + aa74109db15f1b0b78ac63ef3ed9693f7 + (const _Elem *__first, const _Elem *__last) - reverse_iterator - rend - a06912.html - a52d47db7d19a815e22d1cefdfa94d93c - () noexcept + wide_string + from_bytes + a05869.html + a5adef5a1030829016c2afe669a5d335f + (char __byte) - const_reverse_iterator - rend - a06912.html - aa32a4b05a4c404e012c787360d7518a8 - () const noexcept + wide_string + from_bytes + a05869.html + abd8e388d1f5e74cfaf824f8971bfb6dd + (const char *__ptr) - void - reserve - a06912.html - a8ab62036345a72d8126fa30425dfe869 - (size_type __n) + wide_string + from_bytes + a05869.html + af35796c796e1d9df713e0dd9fafea066 + (const byte_string &__str) - void - resize - a06912.html - a1134bcc83ff6c70cf78bab3cd426feaf - (size_type __new_size) + wide_string + from_bytes + a05869.html + ab1176fe15be7975d9e57184c8d8d7e3e + (const char *__first, const char *__last) - void - resize - a06912.html - a53e627a12d33d2df15d4a9c25c872785 - (size_type __new_size, const value_type &__x) + byte_string + to_bytes + a05869.html + a5ea01f210ea99aee4fe16eb79b5a5460 + (_Elem __wchar) - void - shrink_to_fit - a06912.html - a4f4dc31fc105124cd9a5e4a90ae99c44 - () + byte_string + to_bytes + a05869.html + a7a955d4914f3262ae49ad762c63e54ca + (const _Elem *__ptr) - size_type - size - a06912.html - aedc1ee21f6ca2b8304b4f1f430125c8d - () const noexcept + byte_string + to_bytes + a05869.html + a9112609c7da47cc6ec1d285d3c3a3498 + (const wide_string &__wstr) - void - swap - a06912.html - a97d8ff35af22b6787d9aa7c60b2ba3ff - (vector &__x) noexcept - - - pointer - _M_allocate_and_copy - a06912.html - a283e72373f613c3d74ccf35b529a8393 - (size_type __n, _ForwardIterator __first, _ForwardIterator __last) - - - void - _M_range_check - a06912.html - a84c7c47a337f0e2dfbdad2c5719c13f5 - (size_type __n) const + byte_string + to_bytes + a05869.html + aa74109db15f1b0b78ac63ef3ed9693f7 + (const _Elem *__first, const _Elem *__last) - - weak_ptr< _State_baseV2 > - a05944.html - __gnu_cxx - a01550.html + a01641.html __gnu_cxx::__detail __gnu_cxx::typelist __gnu_cxx::__alloc_traits @@ -102208,8 +109202,6 @@ __gnu_cxx::_Std_pointer_impl __gnu_cxx::_Unqualified_type __gnu_cxx::annotate_base - __gnu_cxx::array_allocator - __gnu_cxx::array_allocator_base __gnu_cxx::binary_compose __gnu_cxx::bitmap_allocator __gnu_cxx::char_traits @@ -102251,434 +109243,483 @@ __gnu_cxx::throw_value_limit __gnu_cxx::throw_value_random __gnu_cxx::unary_compose + + __numeric_traits_integer< _Tp > + __int_traits + a01641.html + a31ca153df4bfc0bcdd09f539b3415934 + + const _Tp & __median - a01465.html + a01544.html ga0b1bd4fe66e82c6d9d2257570aea3f07 (const _Tp &__a, const _Tp &__b, const _Tp &__c) const _Tp & __median - a01465.html + a01544.html gab2ccdd18aa0ed8eb2757efc6786f7481 (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp) _ToType __static_pointer_cast - a01550.html - a487bbb64c56161112f038c0d8186395c - (const _FromType &__arg) + a01641.html + a4baa5d8cc0f2a99113c79518d394fd1b + (_FromType *__arg) _ToType __static_pointer_cast - a01550.html - a4baa5d8cc0f2a99113c79518d394fd1b - (_FromType *__arg) + a01641.html + a487bbb64c56161112f038c0d8186395c + (const _FromType &__arg) void __verbose_terminate_handler - a01492.html + a01576.html gaf51888cedbc669a114cd79e39e0cd9be () - size_t + std::size_t _Bit_scan_forward - a01550.html - abd5dd7bd5163ef61907c047948e639a5 - (size_t __num) + a01641.html + a3c4bfdcc7ae961759c21b2a238617d5b + (std::size_t __num) + + + __gnu_cxx::__promote< _Tp >::__type + airy_ai + a01584.html + ga3dc92fbf0a20f425585e811e9adb432d + (_Tp __x) + + + float + airy_aif + a01584.html + gaf317ba724c44b3a8271fe341d9870173 + (float __x) + + + long double + airy_ail + a01584.html + ga800fdb61c672ae1831f4ca4250d657de + (long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + airy_bi + a01584.html + gaccafc84b7c86a0c99b82f88eb4b1a43e + (_Tp __x) + + + float + airy_bif + a01584.html + ga2ade465827bdba7370abbcce78e54912 + (float __x) + + + long double + airy_bil + a01584.html + ga59240b3f40177e5187f3f194f624f0f8 + (long double __x) unary_compose< _Operation1, _Operation2 > compose1 - a01465.html + a01544.html ga0099fa0a5f616d3bc2ba21b81902fc5f (const _Operation1 &__fn1, const _Operation2 &__fn2) binary_compose< _Operation1, _Operation2, _Operation3 > compose2 - a01465.html + a01544.html ga3a4bcb8b957d6c73414c6a5eda0fef17 (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type conf_hyperg - a01550.html - a2e17ccbbc4cbb99c987e875531d4a3de + a01584.html + ga2e17ccbbc4cbb99c987e875531d4a3de (_Tpa __a, _Tpc __c, _Tp __x) float conf_hypergf - a01550.html - abd18e600aa78c3f2b2f835039506c810 + a01584.html + gabd18e600aa78c3f2b2f835039506c810 (float __a, float __c, float __x) long double conf_hypergl - a01550.html - a0a9853f30d8fa515a12cd45a92da832e + a01584.html + ga0a9853f30d8fa515a12cd45a92da832e (long double __a, long double __c, long double __x) constant_void_fun< _Result > constant0 - a01465.html + a01544.html gabbe0a1fe70c819c69c49791fd172bbb7 (const _Result &__val) constant_unary_fun< _Result, _Result > constant1 - a01465.html + a01544.html ga00aba91be56a04a7a200f932b507c4f2 (const _Result &__val) constant_binary_fun< _Result, _Result, _Result > constant2 - a01465.html + a01544.html gafa3404bd6e935274a6ce879dab3c8d08 (const _Result &__val) - pair< _InputIterator, _OutputIterator > + std::pair< _InputIterator, _OutputIterator > copy_n - a01465.html - ga72c21e0f95b2b3cb6ea2785ee4108b01 + a01544.html + ga840a4e79e8157c18f6e31dd87acaad96 (_InputIterator __first, _Size __count, _OutputIterator __result) void distance - a01465.html + a01544.html gade7ee057985825bd6d67e7a1a682dd89 (_InputIterator __first, _InputIterator __last, _Distance &__n) __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type hyperg - a01550.html - af52cf49736c63b0bb000be98b53c221f + a01584.html + gaf52cf49736c63b0bb000be98b53c221f (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) float hypergf - a01550.html - ac4c81e4ea9cef149fe40291ca10d7e15 + a01584.html + gac4c81e4ea9cef149fe40291ca10d7e15 (float __a, float __b, float __c, float __x) long double hypergl - a01550.html - a9961967087216e97f76283f29e1be152 + a01584.html + ga9961967087216e97f76283f29e1be152 (long double __a, long double __b, long double __c, long double __x) _Tp identity_element - a01465.html - gace93b3939a95d95c7f1b010457a54ff9 - (std::plus< _Tp >) + a01544.html + gaadbb1d3b3633bdf49a06904e95d5ef79 + (std::multiplies< _Tp >) _Tp identity_element - a01465.html - gaadbb1d3b3633bdf49a06904e95d5ef79 - (std::multiplies< _Tp >) + a01544.html + gace93b3939a95d95c7f1b010457a54ff9 + (std::plus< _Tp >) int lexicographical_compare_3way - a01465.html + a01544.html gadd7eb026c10d4a6929b8c61d0501bdee (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) bool operator!= - a01550.html + a01641.html ab051cea08cf039852e3351b93b8c5a81 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator!= - a01550.html - a1181402b4656a1da4bf2e9608aed3c38 - (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a9deee1071e354ea98296b431b4643511 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator!= - a01550.html - a9deee1071e354ea98296b431b4643511 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + a01641.html + a1181402b4656a1da4bf2e9608aed3c38 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - a7e943cfd42382fe2fcba3fd5b4fc1476 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + acc9338b2661112c05017dbdeb21df9c7 + (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - ab2b89b39ac900719a3a14e634ec860a5 - (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a72c2b3659c31815c11e1d6b1a1d7e924 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - acc9338b2661112c05017dbdeb21df9c7 - (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a7e943cfd42382fe2fcba3fd5b4fc1476 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html + a01641.html ab0f3593c273db1a2619a43db92c66efe (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) __versa_string< _CharT, _Traits, _Alloc, _Base > operator+ - a01550.html - a72c2b3659c31815c11e1d6b1a1d7e924 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) + a01641.html + ab2b89b39ac900719a3a14e634ec860a5 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator< - a01550.html + a01641.html a322f7449964a51cfe95142e14db0ef72 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator< - a01550.html + a01641.html ad7d9e389800dcea7b1748d08f70f0358 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator< - a01550.html + a01641.html afdc865f8e1dd5fb8be54c6a608d6ca17 (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator<= - a01550.html + a01641.html a8002d09a2b548cf3abc2bd4aeafbce78 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator<= - a01550.html + a01641.html a08ad6f0a285af9120e6d882594281672 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator<= - a01550.html + a01641.html a3672b11b2bb1fc3a4b22f6d29473af87 (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator== - a01550.html - ae7f71d536da5bf14e2d75305b4b88da5 - (const _Pointer_adapter< _Tp > &__lhs, const _Pointer_adapter< _Tp > &__rhs) + a01641.html + acbaf9ba3f0e9c26a8239a313ad714fa8 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator== - a01550.html - acbaf9ba3f0e9c26a8239a313ad714fa8 - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + a01641.html + a20ca06133e85c3a0ea49857488a5b94c + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator== - a01550.html + a01641.html ad0ff7d116cd8134193d3d843552d750c (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool - operator== - a01550.html - a20ca06133e85c3a0ea49857488a5b94c - (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + operator== + a01641.html + ae7f71d536da5bf14e2d75305b4b88da5 + (const _Pointer_adapter< _Tp > &__lhs, const _Pointer_adapter< _Tp > &__rhs) bool operator> - a01550.html + a01641.html a4888830ee6fb21e7bb62e14a2ab70ba2 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator> - a01550.html + a01641.html a15ea80c5370562c6713c383c5277c3c0 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator> - a01550.html + a01641.html a3137c36cfc4f7bc7580eb06bc8d2845c (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator>= - a01550.html + a01641.html a1ec2deb39f1b5127f5a8bb2b26450c03 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) bool operator>= - a01550.html + a01641.html a9fd2a7c53cf7d775379e0d6097658545 (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) bool operator>= - a01550.html + a01641.html aa626858a9a44d7932ad8c38fb4905b34 (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) _Tp power - a01465.html - ga52a0d4d0aad4e35cbcc82c8be1dfcebe - (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) + a01544.html + ga2a1a321e469c0cafa50d1085b27ebbc3 + (_Tp __x, _Integer __n) _Tp power - a01465.html - ga2a1a321e469c0cafa50d1085b27ebbc3 - (_Tp __x, _Integer __n) + a01544.html + ga52a0d4d0aad4e35cbcc82c8be1dfcebe + (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) _RandomAccessIterator random_sample - a01465.html + a01544.html ga5ebfe3733a0ab6455f0fc33dce0aedc1 (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) _RandomAccessIterator random_sample - a01465.html + a01544.html ga78e35bfad53c1a60a52486366d7f1f4e (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) _OutputIterator random_sample_n - a01465.html + a01544.html ga4992181b3aa066878aff43c4bfb84ae5 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) _OutputIterator random_sample_n - a01465.html + a01544.html gafa6f89a01277d183380798fae9826172 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) void swap - a01550.html + a01641.html ac29506dd75ee99d6a88ade595233c6f8 (__versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) - pair< _InputIter, _ForwardIter > + std::pair< _InputIter, _ForwardIter > uninitialized_copy_n - a01465.html - ga9bd3520e93f2babe15918dec409a1745 + a01544.html + ga0ab74ae1150ce374c96e7296f724c570 (_InputIter __first, _Size __count, _ForwardIter __result) __gnu_cxx::__detail - a01551.html + a01642.html __gnu_cxx::__detail::__mini_vector __gnu_cxx::__detail::_Bitmap_counter __gnu_cxx::__detail::_Ffit_finder void __bit_allocate - a01551.html - a66ecc50d39574ec8267280dcfcd7b829 - (size_t *__pbmap, size_t __pos) + a01642.html + a640233135dbc1e51bb74dfb544f14b94 + (std::size_t *__pbmap, std::size_t __pos) void __bit_free - a01551.html - ab571bfea10cee534f273e51d8c3f0e87 - (size_t *__pbmap, size_t __pos) + a01642.html + a3e2acc7616a7961ec478ebdbdc1ab2eb + (std::size_t *__pbmap, std::size_t __pos) - size_t + std::size_t __num_bitmaps - a01551.html - a7330cb988b80f21adeeb072f6667c98f + a01642.html + a5e87b2018944c21029bcfe228f1a1608 (_AddrPair __ap) - size_t + std::size_t __num_blocks - a01551.html - a2fb2c0275cdfb47ce1c94dedf58609ef + a01642.html + a8de50896f29c4c5211157adcc25f37d2 (_AddrPair __ap) __gnu_cxx::typelist - a01592.html + a01694.html void apply_generator - a01592.html + a01694.html a901aed464640d1d4b48ea99ef8456964 (Gn &, Typelist) __gnu_debug - a01572.html + a01671.html __gnu_debug::_After_nth_from __gnu_debug::_BeforeBeginHelper __gnu_debug::_Equal_to @@ -102697,147 +109738,126 @@ __gnu_debug::_Safe_vector __gnu_debug::_Sequence_traits __gnu_debug::basic_string + + basic_string< char16_t > + u16string + a01671.html + aef3c8e847f215659e3683b70ee91e67a + + + + basic_string< char32_t > + u32string + a01671.html + a091f6ed6a3cd94e7fb166a7f0e88c36e + + _Distance_precision - a01572.html + a01671.html a3817879cb58c2db9f22712a634ef0b92 - bool - __check_dereferenceable - a01572.html - abca2c6a25b59aae1d07eef6df6c16fff - (const _Iterator &) - - - bool - __check_dereferenceable - a01572.html - a1ce0899930ceaea4e9035fc12f7a9e7f - (const _Tp *__ptr) - - - bool - __check_dereferenceable - a01572.html - a2bb2a2986f4b7118b5f6f6b5db8af519 - (const _Safe_local_iterator< _Iterator, _Sequence > &__x) - - - bool - __check_dereferenceable - a01572.html - abb0a9d353b8510bbf1d0df6bf8537986 - (const _Safe_iterator< _Iterator, _Sequence > &__x) + constexpr _Iterator + __base + a01671.html + acf7d7f44ec85d2b8d342a1b8244f2f27 + (_Iterator __it) - bool + constexpr bool __check_singular - a01572.html - a46c66b454cce6570ba4bfcc9168982eb - (const _Tp *__ptr) + a01671.html + abc35053c57c9aa8bec536ee7c4e9eb22 + (_Tp *const &__ptr) bool __check_singular_aux - a01572.html + a01671.html a86fc27f40fe8d866f9aff4a411dadc74 (const _Safe_iterator_base *__x) const _CharT * __check_string - a01572.html - ae392ea47cae145b27005dbfdf9be3f47 - (const _CharT *__s, const _Integer &__n __attribute__((__unused__))) + a01671.html + a3f36b6ad19036799fa7e813495605e1a + (const _CharT *__s, _Integer __n, const char *__file, unsigned int __line, const char *__function) const _CharT * __check_string - a01572.html - a7e2013ed9979a1d4403a13e1bcbeaa15 - (const _CharT *__s) + a01671.html + aaa014c9e4d8281a58feb812d489c273f + (const _CharT *__s, const char *__file, unsigned int __line, const char *__function) bool __foreign_iterator_aux2 - a01572.html - af008a6cc2546dc194296b19d8aa90b33 - (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _Sequence > &__other, const _Safe_iterator< _OtherIterator, _Sequence > &) + a01671.html + a1d808d872be652bf205e370a2a3fd097 + (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _OtherIterator, _OtherSequence, _OtherCategory > &, const _Safe_iterator< _OtherIterator, _OtherSequence, _OtherCategory > &) bool __foreign_iterator_aux2 - a01572.html - a4f3f5dd3756989ad8b4e9e3ca0822f12 - (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _OtherSequence > &, const _Safe_iterator< _OtherIterator, _OtherSequence > &) - - - _Distance_traits< _Iterator >::__type - __get_distance - a01572.html - a4c63b948ffb4aedd8656ab735dbe1f72 - (const _Iterator &__lhs, const _Iterator &__rhs, std::random_access_iterator_tag) - - - std::pair< typename std::iterator_traits< _Iterator >::difference_type, _Distance_precision > - __get_distance - a01572.html - a7c44624755d513a2e6c13f1d4873e18e - (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, std::input_iterator_tag) + a01671.html + abf375a8881d7ac42d203d4921c8432b2 + (const _Safe_iterator< _Iterator, _Sequence, _Category > &__it, const _Safe_iterator< _OtherIterator, _Sequence, _Category > &__other, const _Safe_iterator< _OtherIterator, _Sequence, _Category > &) - _Distance_traits< _Iterator >::__type + constexpr _Distance_traits< _Iterator >::__type __get_distance - a01572.html - a59d3469122badad27fce9ef0adecb75c - (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, std::random_access_iterator_tag) + a01671.html + a1f00cf80a6ded1dff4e0040f88b53eca + (_Iterator __lhs, _Iterator __rhs, std::random_access_iterator_tag) - bool + constexpr bool __valid_range - a01572.html - a7a57c826c2512395af4b96c7024a1ec2 - (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist) + a01671.html + ab9e00f294ab0c60730a5cb604fd060d5 + (_InputIterator __first, _InputIterator __last, typename _Distance_traits< _InputIterator >::__type &__dist) bool __valid_range - a01572.html - ada0ed4cd9ec02fd9fed5e674e88a956e - (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist_info) + a01671.html + a23a2f44a339d7a9a6ef227cce451e9cd + (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &, typename _Distance_traits< _Iterator >::__type &) bool __valid_range - a01572.html - a3f1198e6f02698e00b56c259186370fa - (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist) + a01671.html + ab01cd3a2e655dbe55050b414ed2927d7 + (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &, typename _Distance_traits< _Iterator >::__type &) - bool + constexpr bool __valid_range_aux - a01572.html - a15b54d516d12b7abf066429f395236e6 - (const _Integral &, const _Integral &, typename _Distance_traits< _Integral >::__type &__dist, std::__true_type) + a01671.html + a59886cc7ebb4aa27324bf15609565b0e + (_InputIterator __first, _InputIterator __last, std::__false_type) - bool + constexpr bool __valid_range_aux - a01572.html - a7b7e692f12ebca32b03312c06d712a6d - (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist, std::__false_type) + a01671.html + a98ec0f04554bbc5d394181651459a120 + (_Integral, _Integral, std::__true_type) __gnu_internal - a01552.html + a01643.html __gnu_parallel - a01576.html + a01673.html __gnu_parallel::__accumulate_binop_reduct __gnu_parallel::__accumulate_selector __gnu_parallel::__adjacent_difference_selector @@ -102931,659 +109951,659 @@ unsigned short _BinIndex - a01576.html + a01673.html ad8a0790a8380d657d3e238ec3f26d584 int64_t _CASable - a01576.html + a01673.html aa1171c39f9e5afad6392c7aeefb81115 uint64_t _SequenceIndex - a01576.html + a01673.html a1cbb61a4863a306daa23823d89f9bef1 uint16_t _ThreadIndex - a01576.html + a01673.html a05e502e51bfc3233671730f74a44dc6a _AlgorithmStrategy - a01576.html + a01673.html abfff682f83a1eacf1b43ad2b33a1954f _FindAlgorithm - a01576.html + a01673.html a1a75203febda4d2e4fab646bf6a94252 _MultiwayMergeAlgorithm - a01576.html + a01673.html abf16f5ba3af149689c7ed95309b7e91d _Parallelism - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8 sequential - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8a7e6aa054fd848be925726fcf7b4eb3ce parallel_unbalanced - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8ac530f35e669c50e9676af20454e1676f parallel_balanced - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8a44044e5486122945728060ea6de7d32c parallel_omp_loop - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8ad1e39d5a03b2603328b50ada20730bd0 parallel_omp_loop_static - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8aa5624cdd99806daed0060c56908fd043 parallel_taskqueue - a01576.html + a01673.html a76f6cbf29b1b8d57762cce1ed9bd01a8aec9d9a6b7777354079bb906baaec2ff4 _PartialSumAlgorithm - a01576.html + a01673.html a6a4a811c81e2fb4a7722ee69762c7380 _SortAlgorithm - a01576.html + a01673.html a35bfabad218af713f172257aecd8414e _SplittingAlgorithm - a01576.html + a01673.html ace24b9f316fde5ea598815403cfd02bb void __calc_borders - a01576.html + a01673.html ab9807ee5cc58530be7b997207e2bf1f3 (_RAIter __elements, _DifferenceTp __length, _DifferenceTp *__off) bool __compare_and_swap - a01576.html + a01673.html accd4441e0f846fee44966195a91e9e68 (volatile _Tp *__ptr, _Tp __comparand, _Tp __replacement) void __decode2 - a01576.html + a01673.html aee3989c0ed2561801b8a6c0282008cca (_CASable __x, int &__a, int &__b) void __determine_samples - a01576.html + a01673.html a56184d12b3d8f441fc14150b15a091c7 (_PMWMSSortingData< _RAIter > *__sd, _DifferenceTp __num_samples) _CASable __encode2 - a01576.html + a01673.html a7fcc29eb3f2d9c83756a9d99b4105b3b (int __a, int __b) _OutputIterator __equally_split - a01576.html + a01673.html ac799255921e70b0378d145924d673f9c (_DifferenceType __n, _ThreadIndex __num_threads, _OutputIterator __s) _DifferenceType __equally_split_point - a01576.html + a01673.html a8e3a77cb920e419144b72d6d20167dfd (_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) _Tp __fetch_and_add - a01576.html + a01673.html a56a5a84c8a6049cd3cc83968c6eae088 (volatile _Tp *__ptr, _Tp __addend) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html + a01673.html a98f2d50d4b5c617ce47d37a162e6081a (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html - ac66b8076d51f825a7e92eb10a905e089 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, equal_split_tag) + a01673.html + a64084e4cc27edb342d9fe25566c8003a + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, constant_size_blocks_tag) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html - a023cf3e54446506e67f08c073d02f7f1 - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, growing_blocks_tag) + a01673.html + ac66b8076d51f825a7e92eb10a905e089 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, equal_split_tag) std::pair< _RAIter1, _RAIter2 > __find_template - a01576.html - a64084e4cc27edb342d9fe25566c8003a - (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, constant_size_blocks_tag) + a01673.html + a023cf3e54446506e67f08c073d02f7f1 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, growing_blocks_tag) _UserOp __for_each_template_random_access - a01576.html + a01673.html a0ebbe56e1b059cba72c3d706307a0e50 (_IIter __begin, _IIter __end, _UserOp __user_op, _Functionality &__functionality, _Red __reduction, _Result __reduction_start, _Result &__output, typename std::iterator_traits< _IIter >::difference_type __bound, _Parallelism __parallelism_tag) _Op __for_each_template_random_access_ed - a01576.html + a01673.html a12c48efb47ea3e00a7ef666d595ae185 (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) _Op __for_each_template_random_access_omp_loop - a01576.html + a01673.html a6a5228179a033ede58cd143f66cdf354 (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) _Op __for_each_template_random_access_omp_loop_static - a01576.html + a01673.html adfc9f0a346a7f323e8a3ba07b772587d (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) _Op __for_each_template_random_access_workstealing - a01576.html + a01673.html a14bdca2e9c62cde7dd8478d972f60272 (_RAIter __begin, _RAIter __end, _Op __op, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) bool __is_sorted - a01576.html + a01673.html a34e76513fa46ae5c7bc8c45677289112 (_IIter __begin, _IIter __end, _Compare __comp) _RAIter __median_of_three_iterators - a01576.html + a01673.html a74914ea59d68887b517e12c90189dbcd (_RAIter __a, _RAIter __b, _RAIter __c, _Compare __comp) _OutputIterator __merge_advance - a01576.html + a01673.html a0059cd13cc6ab70692f8309ad92cb548 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _OutputIterator __merge_advance_movc - a01576.html + a01673.html a8deacd343b40dc77deeb1a8e515e7358 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _OutputIterator __merge_advance_usual - a01576.html + a01673.html a9a83f26ee291502fd0ccf83a566817c7 (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) _RAIter3 __parallel_merge_advance - a01576.html - af1626ed7bbe2eb745a31f18728d73f4e - (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + a01673.html + ac4196b48ff7ecf5ca0f8f2cdee8681c5 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter1 &__begin2, _RAIter1 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) _RAIter3 __parallel_merge_advance - a01576.html - ac4196b48ff7ecf5ca0f8f2cdee8681c5 - (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter1 &__begin2, _RAIter1 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + a01673.html + af1626ed7bbe2eb745a31f18728d73f4e + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) void __parallel_nth_element - a01576.html + a01673.html a1567c37a7562eaee17d13ebda1172586 (_RAIter __begin, _RAIter __nth, _RAIter __end, _Compare __comp) void __parallel_partial_sort - a01576.html + a01673.html abe60c5cc3788e1b1602175af0057d3f8 (_RAIter __begin, _RAIter __middle, _RAIter __end, _Compare __comp) _OutputIterator __parallel_partial_sum - a01576.html + a01673.html a0cf4a05b6f849cae06f9fb6098eb0628 (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op) _OutputIterator __parallel_partial_sum_basecase - a01576.html + a01673.html adeded88310546a7c54d73464bee998e2 (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::value_type __value) _OutputIterator __parallel_partial_sum_linear - a01576.html + a01673.html a63017e821c2b4ff9f90c3641bc45f001 (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::difference_type __n) std::iterator_traits< _RAIter >::difference_type __parallel_partition - a01576.html + a01673.html aa56788b479955dd136d6af173d2cae0b (_RAIter __begin, _RAIter __end, _Predicate __pred, _ThreadIndex __num_threads) void __parallel_random_shuffle - a01576.html + a01673.html a6e78b59cb50c8e14ebf6990016af7342 (_RAIter __begin, _RAIter __end, _RandomNumberGenerator __rng=_RandomNumber()) void __parallel_random_shuffle_drs - a01576.html + a01673.html a9152bade9629217427f065780bc3f4c2 (_RAIter __begin, _RAIter __end, typename std::iterator_traits< _RAIter >::difference_type __n, _ThreadIndex __num_threads, _RandomNumberGenerator &__rng) void __parallel_random_shuffle_drs_pu - a01576.html + a01673.html ab52b56076dd965bea099a7187e621d0b (_DRSSorterPU< _RAIter, _RandomNumberGenerator > *__pus) void __parallel_sort - a01576.html - a1edbc983766e29af55322f9c983277ac - (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_tag __parallelism) + a01673.html + a000f037b08d237d140dd6144a11fb73f + (_RAIter __begin, _RAIter __end, _Compare __comp, balanced_quicksort_tag __parallelism) void __parallel_sort - a01576.html - ac609a343c5522586ce1561c1390fab46 - (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_exact_tag __parallelism) + a01673.html + af2c2fb5ed2754de7c1acc336b62b57b0 + (_RAIter __begin, _RAIter __end, _Compare __comp, default_parallel_tag __parallelism) void __parallel_sort - a01576.html - a81d9cc449b9b4122d5f4471dfdf02a78 - (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_sampling_tag __parallelism) + a01673.html + ac609a343c5522586ce1561c1390fab46 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_exact_tag __parallelism) void __parallel_sort - a01576.html - aceaaa622c34d2f28ba6bf79241fcee36 - (_RAIter __begin, _RAIter __end, _Compare __comp, quicksort_tag __parallelism) + a01673.html + a81d9cc449b9b4122d5f4471dfdf02a78 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_sampling_tag __parallelism) void __parallel_sort - a01576.html - a000f037b08d237d140dd6144a11fb73f - (_RAIter __begin, _RAIter __end, _Compare __comp, balanced_quicksort_tag __parallelism) + a01673.html + a1edbc983766e29af55322f9c983277ac + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_tag __parallelism) void __parallel_sort - a01576.html - af2c2fb5ed2754de7c1acc336b62b57b0 - (_RAIter __begin, _RAIter __end, _Compare __comp, default_parallel_tag __parallelism) + a01673.html + aa47b469dd82347dd63c3996eda2e237b + (_RAIter __begin, _RAIter __end, _Compare __comp, parallel_tag __parallelism) void __parallel_sort - a01576.html - aa47b469dd82347dd63c3996eda2e237b - (_RAIter __begin, _RAIter __end, _Compare __comp, parallel_tag __parallelism) + a01673.html + aceaaa622c34d2f28ba6bf79241fcee36 + (_RAIter __begin, _RAIter __end, _Compare __comp, quicksort_tag __parallelism) void __parallel_sort_qs - a01576.html + a01673.html ac416a1c7e347b429bbf7a8fb17e847b2 (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void __parallel_sort_qs_conquer - a01576.html + a01673.html a06c506308856b684737d24944a93a42e (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) std::iterator_traits< _RAIter >::difference_type __parallel_sort_qs_divide - a01576.html + a01673.html a55defa3d8e8ca7b4e52330b9afc0b1ce (_RAIter __begin, _RAIter __end, _Compare __comp, typename std::iterator_traits< _RAIter >::difference_type __pivot_rank, typename std::iterator_traits< _RAIter >::difference_type __num_samples, _ThreadIndex __num_threads) void __parallel_sort_qsb - a01576.html + a01673.html a4093dd098b32542e3d3f43ebd4c6f940 (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) _OutputIterator __parallel_unique_copy - a01576.html - a15f31ee1c15e180d0d838571cd6c8b24 - (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + a01673.html + a3b3bd19508b4e34708a1dc647f5bc131 + (_IIter __first, _IIter __last, _OutputIterator __result) _OutputIterator __parallel_unique_copy - a01576.html - a3b3bd19508b4e34708a1dc647f5bc131 - (_IIter __first, _IIter __last, _OutputIterator __result) + a01673.html + a15f31ee1c15e180d0d838571cd6c8b24 + (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) void __qsb_conquer - a01576.html + a01673.html a8d9c5686c4621822c7c3cdd015f7e693 (_QSBThreadLocal< _RAIter > **__tls, _RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __iam, _ThreadIndex __num_threads, bool __parent_wait) std::iterator_traits< _RAIter >::difference_type __qsb_divide - a01576.html + a01673.html afc19882fd22d39e54475d41fd981ac49 (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void __qsb_local_sort_with_helping - a01576.html + a01673.html a7565d258aacb02328cef6eb2781ab711 (_QSBThreadLocal< _RAIter > **__tls, _Compare &__comp, _ThreadIndex __iam, bool __wait) int __random_number_pow2 - a01576.html + a01673.html a06421834042f49edbb2abb2dd931315d (int __logp, _RandomNumberGenerator &__rng) _Size __rd_log2 - a01576.html + a01673.html ae8e1f6dc07de01f28bf591339cf8aa9c (_Size __n) _Tp __round_up_to_pow2 - a01576.html + a01673.html a9105a85041ac81dba62d60dc669ec169 (_Tp __x) __RAIter1 __search_template - a01576.html + a01673.html af1e654f03e48e80a0c73db7ad88e8a86 (__RAIter1 __begin1, __RAIter1 __end1, __RAIter2 __begin2, __RAIter2 __end2, _Pred __pred) _RAIter3 __sequential_multiway_merge - a01576.html + a01673.html a5ccf0d17d06a0cdd449939227e55bd9d (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) void __sequential_random_shuffle - a01576.html + a01673.html aa9ee237cbbdd03ed217714a05e5a8868 (_RAIter __begin, _RAIter __end, _RandomNumberGenerator &__rng) void __shrink - a01576.html + a01673.html adf42868b36ffd42054d85449f63b12aa (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length) void __shrink_and_double - a01576.html + a01673.html ade684b015a28793b63a9e8f14c096066 (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length, const bool __make_twice) void __yield - a01576.html + a01673.html aaa76236af73146ae89f726921bc3f2cb () size_t list_partition - a01576.html + a01673.html ad3be0fcbf87a1f43b3ecd406841e7b0d (const _IIter __begin, const _IIter __end, _IIter *__starts, size_t *__lengths, const int __num_parts, _FunctorType &__f, int __oversampling=0) const _Tp & max - a01576.html + a01673.html aa05dc1fa1f8a513888fd311ea7b39aa3 (const _Tp &__a, const _Tp &__b) const _Tp & min - a01576.html + a01673.html a694c714713cacc857e126157b5472448 (const _Tp &__a, const _Tp &__b) void multiseq_partition - a01576.html + a01673.html ade1f4c5da0794c4f1a09465d4aee6c1d (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankIterator __begin_offsets, _Compare __comp=std::less< typename std::iterator_traits< typename std::iterator_traits< _RanSeqs >::value_type::first_type >::value_type >()) _Tp multiseq_selection - a01576.html + a01673.html a68f665a2f83172d9e12b8332ce573d5d (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankType &__offset, _Compare __comp=std::less< _Tp >()) _RAIterOut multiway_merge - a01576.html + a01673.html a25294b0a47406aefa9ebc5e0c151d0ce (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) _RAIter3 multiway_merge_3_variant - a01576.html + a01673.html a7ee9d79b73a6f85ae97e472312ba411e (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) _RAIter3 multiway_merge_4_variant - a01576.html + a01673.html ac4af8f9977aa36823357bce35be6c946 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) void multiway_merge_exact_splitting - a01576.html + a01673.html a567621588e461a8759651e29cd964ab9 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) _RAIter3 multiway_merge_loser_tree - a01576.html + a01673.html a150b06a4da2cf1cff673d1b6242c27fa (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) _RAIter3 multiway_merge_loser_tree_sentinel - a01576.html + a01673.html a686704fa4da0a4fdbc6800fe46048366 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) _RAIter3 multiway_merge_loser_tree_unguarded - a01576.html + a01673.html a3ffd0c9da50da6118291d38f95d44b52 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) void multiway_merge_sampling_splitting - a01576.html + a01673.html a0e39d3891745fd0e244fb125bf34ce8b (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) _RAIterOut multiway_merge_sentinels - a01576.html + a01673.html a4d6e76ac42b48f0033139352dcb0418f (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) _RAIter3 parallel_multiway_merge - a01576.html + a01673.html a14c854d00d1321cf1ee7f6d12fb955c4 (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _Splitter __splitter, _DifferenceTp __length, _Compare __comp, _ThreadIndex __num_threads) void parallel_sort_mwms - a01576.html + a01673.html ae193ac43730550b537828a117dd2797f (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) void parallel_sort_mwms_pu - a01576.html + a01673.html aaf84903cd78722fcd19b20ccb69c47e4 (_PMWMSSortingData< _RAIter > *__sd, _Compare &__comp) static const int _CASable_bits - a01576.html + a01673.html add7da76e5782016cb1271e7537f0e94b static const _CASable _CASable_mask - a01576.html + a01673.html ad26f1c0a23abae27911dfbd0560a6048 __gnu_pbds - a01594.html + a01696.html __gnu_pbds::associative_tag __gnu_pbds::basic_branch __gnu_pbds::basic_branch_tag @@ -103666,80 +110686,30 @@ void trivial_iterator_difference_type - a01533.html + a01623.html ga3a45dab56a44f762c97eb0eaee17f6f2 - __gnu_profile - a01574.html - __gnu_profile::__container_size_info - __gnu_profile::__container_size_stack_info - __gnu_profile::__hashfunc_info - __gnu_profile::__hashfunc_stack_info - __gnu_profile::__list2vector_info - __gnu_profile::__map2umap_info - __gnu_profile::__map2umap_stack_info - __gnu_profile::__object_info_base - __gnu_profile::__reentrance_guard - __gnu_profile::__stack_hash - __gnu_profile::__trace_base - __gnu_profile::__trace_container_size - __gnu_profile::__trace_hash_func - __gnu_profile::__trace_hashtable_size - __gnu_profile::__trace_map2umap - __gnu_profile::__trace_vector_size - __gnu_profile::__trace_vector_to_list - __gnu_profile::__vector2list_info - __gnu_profile::__vector2list_stack_info - __gnu_profile::__warning_data - - std::::unordered_map< std::string, std::string > - __env_t - a01574.html - a53b1237192736fe703f7639396e369b6 - - - - bool - __profcxx_init - a01574.html - a6f3654dc21d64a397fd3e146fd1aade4 - () - - - void - __report - a01574.html - abf47ab57be6daab4953b4e850bdea31b - () - - - - _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA - a01574.html - a517b9eb4a8fc5e5d135412092cb6783c - (__gnu_cxx::__mutex, __global_mutex) - - - __gnu_sequential - a01577.html + a01674.html abi - a01554.html + a01646.html std - a01544.html + a01635.html std::__debug std::__detail std::__parallel - std::__profile std::chrono + std::chrono_literals std::decimal + std::experimental + std::filesystem std::placeholders std::regex_constants std::rel_ops @@ -103756,15 +110726,13 @@ std::__future_base std::__is_location_invariant std::__is_nullptr_t - std::__is_tuple_like_impl< std::pair< _T1, _T2 > > - std::__iterator_traits + std::__is_tuple_like_impl< pair< _T1, _T2 > > std::__numeric_limits_base - std::__shared_mutex_cv std::_Base_bitset std::_Base_bitset< 0 > std::_Base_bitset< 1 > - std::_Bind - std::_Bind_result + std::_Bind + std::_Bind_result std::_Deque_base std::_Deque_iterator std::_Enable_copy_move @@ -103782,39 +110750,40 @@ std::_List_const_iterator std::_List_iterator std::_List_node - std::_Maybe_get_result_type - std::_Maybe_unary_or_binary_function - std::_Maybe_unary_or_binary_function< _Res, _T1 > - std::_Maybe_unary_or_binary_function< _Res, _T1, _T2 > std::_Mu std::_Mu< _Arg, false, false > std::_Mu< _Arg, false, true > std::_Mu< _Arg, true, false > std::_Mu< reference_wrapper< _Tp >, false, false > + std::_Node_handle + std::_Node_handle< _Value, _Value, _NodeAlloc > + std::_Node_handle_common + std::_Node_insert_return std::_Not_fn + std::_Optional_base std::_Placeholder - std::_Reference_wrapper_base std::_Sp_ebo_helper< _Nm, _Tp, false > std::_Sp_ebo_helper< _Nm, _Tp, true > std::_Temporary_buffer std::_Tuple_impl std::_Tuple_impl< _Idx, _Head, _Tail... > std::_Vector_base - std::_Weak_result_type - std::_Weak_result_type_impl - std::_Weak_result_type_impl< _Res(&)(_ArgTypes...)> - std::_Weak_result_type_impl< _Res(*)(_ArgTypes...)> - std::_Weak_result_type_impl< _Res(_ArgTypes...)> - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const > - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile > - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile > - std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)> + std::add_const + std::add_cv + std::add_lvalue_reference + std::add_pointer + std::add_rvalue_reference + std::add_volatile std::adopt_lock_t + std::aligned_storage + std::aligned_union + std::alignment_of std::allocator std::allocator< void > std::allocator_arg_t std::allocator_traits std::allocator_traits< allocator< _Tp > > + std::any std::array std::atomic std::atomic< _Tp * > @@ -103838,9 +110807,11 @@ std::auto_ptr_ref std::back_insert_iterator std::bad_alloc + std::bad_any_cast std::bad_cast std::bad_exception std::bad_function_call + std::bad_optional_access std::bad_typeid std::bad_weak_ptr std::basic_filebuf @@ -103856,6 +110827,7 @@ std::basic_regex std::basic_streambuf std::basic_string + std::basic_string_view std::basic_stringbuf std::basic_stringstream std::bernoulli_distribution @@ -103882,11 +110854,20 @@ std::codecvt_byname std::collate std::collate_byname - std::complex - std::complex< double > - std::complex< float > - std::complex< long double > + std::common_type + std::common_type< chrono::duration< _Rep, _Period > > + std::common_type< chrono::duration< _Rep, _Period >, chrono::duration< _Rep, _Period > > + std::common_type< chrono::duration< _Rep1, _Period1 >, chrono::duration< _Rep2, _Period2 > > + std::common_type< chrono::time_point< _Clock, _Duration > > + std::common_type< chrono::time_point< _Clock, _Duration >, chrono::time_point< _Clock, _Duration > > + std::common_type< chrono::time_point< _Clock, _Duration1 >, chrono::time_point< _Clock, _Duration2 > > + std::complex + std::complex< double > + std::complex< float > + std::complex< long double > std::condition_variable + std::condition_variable_any + std::conditional std::const_mem_fun1_ref_t std::const_mem_fun1_t std::const_mem_fun_ref_t @@ -103897,6 +110878,7 @@ std::ctype_base std::ctype_byname std::ctype_byname< char > + std::decay std::default_delete std::default_delete< _Tp[]> std::defer_lock_t @@ -103906,18 +110888,22 @@ std::divides std::divides< void > std::domain_error + std::enable_if std::enable_shared_from_this std::equal_to std::equal_to< void > - std::error_code - std::error_condition + std::error_category + std::error_code + std::error_condition std::exception std::exponential_distribution + std::extent std::extreme_value_distribution std::fisher_f_distribution std::forward_iterator_tag std::forward_list std::fpos + std::from_chars_result std::front_insert_iterator std::function< _Res(_ArgTypes...)> std::future @@ -103932,6 +110918,7 @@ std::greater_equal< void > std::gslice std::gslice_array + std::has_virtual_destructor std::hash std::hash< __debug::bitset< _Nb > > std::hash< __debug::vector< bool, _Alloc > > @@ -103941,8 +110928,7 @@ std::hash< __gnu_cxx::__wvstring > std::hash< __gnu_cxx::throw_value_limit > std::hash< __gnu_cxx::throw_value_random > - std::hash< __profile::bitset< _Nb > > - std::hash< __profile::vector< bool, _Alloc > > + std::hash< __gnu_debug::basic_string< _CharT > > std::hash< __shared_ptr< _Tp, _Lp > > std::hash< _Tp * > std::hash< bool > @@ -103951,6 +110937,8 @@ std::hash< char32_t > std::hash< double > std::hash< error_code > + std::hash< error_condition > + std::hash< experimental::optional< _Tp > > std::hash< experimental::shared_ptr< _Tp > > std::hash< float > std::hash< int > @@ -103983,10 +110971,13 @@ std::integer_sequence std::integral_constant std::invalid_argument + std::invoke_result std::ios_base std::is_abstract std::is_arithmetic std::is_array + std::is_assignable + std::is_base_of std::is_bind_expression std::is_bind_expression< _Bind< _Signature > > std::is_bind_expression< _Bind_result< _Result, _Signature > > @@ -103999,6 +110990,12 @@ std::is_class std::is_compound std::is_const + std::is_constructible + std::is_convertible + std::is_copy_assignable + std::is_copy_constructible + std::is_default_constructible + std::is_destructible std::is_empty std::is_enum std::is_error_code_enum @@ -104009,11 +111006,27 @@ std::is_function std::is_fundamental std::is_integral + std::is_invocable + std::is_invocable_r std::is_literal_type std::is_lvalue_reference std::is_member_function_pointer std::is_member_object_pointer std::is_member_pointer + std::is_move_assignable + std::is_move_constructible + std::is_nothrow_assignable + std::is_nothrow_constructible + std::is_nothrow_copy_assignable + std::is_nothrow_copy_constructible + std::is_nothrow_default_constructible + std::is_nothrow_destructible + std::is_nothrow_invocable + std::is_nothrow_invocable_r + std::is_nothrow_move_assignable + std::is_nothrow_move_constructible + std::is_nothrow_swappable + std::is_nothrow_swappable_with std::is_null_pointer std::is_object std::is_placeholder @@ -104023,15 +111036,30 @@ std::is_polymorphic std::is_reference std::is_rvalue_reference + std::is_same std::is_scalar + std::is_signed std::is_standard_layout + std::is_swappable + std::is_swappable_with std::is_trivial + std::is_trivially_assignable + std::is_trivially_constructible + std::is_trivially_copy_assignable + std::is_trivially_copy_constructible + std::is_trivially_copyable + std::is_trivially_default_constructible + std::is_trivially_destructible + std::is_trivially_move_assignable + std::is_trivially_move_constructible std::is_union + std::is_unsigned std::is_void std::is_volatile std::istream_iterator std::istreambuf_iterator std::iterator + std::iterator_traits std::iterator_traits< _Tp * > std::iterator_traits< const _Tp * > std::length_error @@ -104051,6 +111079,8 @@ std::logical_or std::logical_or< void > std::lognormal_distribution + std::make_signed + std::make_unsigned std::map std::mask_array std::match_results @@ -104084,6 +111114,7 @@ std::normal_distribution std::not_equal_to std::not_equal_to< void > + std::nullopt_t std::num_get std::num_put std::numeric_limits @@ -104108,6 +111139,7 @@ std::numpunct std::numpunct_byname std::once_flag + std::optional std::ostream_iterator std::ostreambuf_iterator std::out_of_range @@ -104136,8 +111168,13 @@ std::random_access_iterator_tag std::random_device std::range_error + std::rank std::ratio std::ratio_equal + std::ratio_greater + std::ratio_greater_equal + std::ratio_less + std::ratio_less_equal std::ratio_not_equal std::raw_storage_iterator std::recursive_mutex @@ -104147,15 +111184,25 @@ std::regex_iterator std::regex_token_iterator std::regex_traits + std::remove_all_extents + std::remove_const + std::remove_cv + std::remove_extent + std::remove_pointer + std::remove_reference + std::remove_volatile + std::result_of std::reverse_iterator std::runtime_error std::scoped_allocator_adaptor + std::scoped_lock std::seed_seq std::set std::shared_future std::shared_future< _Res & > std::shared_future< void > std::shared_lock + std::shared_mutex std::shared_ptr std::shared_timed_mutex std::shuffle_order_engine @@ -104173,27 +111220,27 @@ std::time_put std::time_put_byname std::timed_mutex + std::to_chars_result std::try_to_lock_t std::tuple std::tuple< _T1, _T2 > std::tuple_element - std::tuple_element< 0, std::pair< _Tp1, _Tp2 > > + std::tuple_element< 0, pair< _Tp1, _Tp2 > > std::tuple_element< 0, tuple< _Head, _Tail... > > - std::tuple_element< 1, std::pair< _Tp1, _Tp2 > > + std::tuple_element< 1, pair< _Tp1, _Tp2 > > std::tuple_element< __i, tuple< _Head, _Tail... > > std::tuple_element< __i, tuple<> > - std::tuple_element< _Int, ::array< _Tp, _Nm > > - std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > + std::tuple_element< _Int, array< _Tp, _Nm > > std::tuple_size - std::tuple_size< std::__debug::array< _Tp, _Nm > > - std::tuple_size< std::pair< _Tp1, _Tp2 > > + std::tuple_size< array< _Tp, _Nm > > + std::tuple_size< pair< _Tp1, _Tp2 > > std::tuple_size< tuple< _Elements... > > - std::tuple_size<::array< _Tp, _Nm > > std::type_index std::type_info std::unary_function std::unary_negate std::underflow_error + std::underlying_type std::uniform_int_distribution std::uniform_real_distribution std::unique_lock @@ -104215,6942 +111262,6746 @@ __gnu_cxx::new_allocator< _Tp > __allocator_base - a01496.html + a01580.html ga1b6cff167395d2e9812ab3d2fe3e4875 typename pointer_traits< _Ptr >::template rebind< _Tp > __ptr_rebind - a01544.html + a01635.html a38aba5e1d3bc588b84ea3a970a90fd5f __detail::_Hashtable_traits< _Cache, false, true > __umap_traits - a01544.html + a01635.html a84b02064179c0ef21d0189a7bf15803b __detail::_Hashtable_traits< _Cache, false, false > __ummap_traits - a01544.html + a01635.html a1a55f2ace43a0a61a859367d227d245f __detail::_Hashtable_traits< _Cache, true, false > __umset_traits - a01544.html + a01635.html a82ea41b760d4cfe35fb4ce095415a24a __detail::_Hashtable_traits< _Cache, true, true > __uset_traits - a01544.html + a01635.html a39fcc5869a652c651d6911a64a020e21 + typename add_const< _Tp >::type + add_const_t + a01565.html + ga448c469269c4f85f992d8df206bbcdda + + + + typename add_cv< _Tp >::type + add_cv_t + a01565.html + ga499a5ffa196b61f4d828c79614694749 + + + + typename add_lvalue_reference< _Tp >::type + add_lvalue_reference_t + a01565.html + ga766559a87f1db8dbe7c960199aefc082 + + + + typename add_pointer< _Tp >::type + add_pointer_t + a01565.html + ga9933b95376df066b14b257ada1d42a6f + + + + typename add_rvalue_reference< _Tp >::type + add_rvalue_reference_t + a01565.html + ga0e375bf83b6789f02faabf487cd9146b + + + + typename add_volatile< _Tp >::type + add_volatile_t + a01565.html + ga71c54f472cfbdadab49bac0fc56a7736 + + + + typename aligned_storage< _Len, _Align >::type + aligned_storage_t + a01565.html + ga333ed0641a23a64d26590875fab8bd64 + + + atomic< bool > atomic_bool - a01491.html + a01575.html gaf6086d29df25216dda5a4a25283e8c1b atomic< char > atomic_char - a01491.html + a01575.html ga8cc2dcae0c8faa76777765c4f1c0556e atomic< char16_t > atomic_char16_t - a01491.html + a01575.html gabf645b9de4785104feaa9827cd672279 atomic< char32_t > atomic_char32_t - a01491.html + a01575.html gaceeeb98077f495bd03a4a8186b93c042 atomic< int > atomic_int - a01491.html + a01575.html ga8e9e8e31eec44834b1fa3ec4e1ccf3e7 atomic< int16_t > atomic_int16_t - a01491.html + a01575.html ga499c4d63597f582f334f53fe66390130 atomic< int32_t > atomic_int32_t - a01491.html + a01575.html gaabd065724c5ce31539dedb8add48ac46 atomic< int64_t > atomic_int64_t - a01491.html + a01575.html ga919f362eb712ce8408b2e7fc93986ce9 atomic< int8_t > atomic_int8_t - a01491.html + a01575.html gab650a220c21b0cc1f05c207466d10f2b atomic< int_fast16_t > atomic_int_fast16_t - a01491.html + a01575.html gaa216f3a1d57fa3c13c4d59ab3c45b461 atomic< int_fast32_t > atomic_int_fast32_t - a01491.html + a01575.html ga8c46317e4ac11eaa3e53f2ec66158fc0 atomic< int_fast64_t > atomic_int_fast64_t - a01491.html + a01575.html gac2dff45ca4a14c2bb7f1ad3360377344 atomic< int_fast8_t > atomic_int_fast8_t - a01491.html + a01575.html gaecfbb17217b6ff2f0c15e49dfd7ec459 atomic< int_least16_t > atomic_int_least16_t - a01491.html + a01575.html gad6a704d09ccc631022ebc6733817362b atomic< int_least32_t > atomic_int_least32_t - a01491.html + a01575.html ga72bfafa96eaec8a7d8a0e71f706dd40f atomic< int_least64_t > atomic_int_least64_t - a01491.html + a01575.html gaf3dcb968315142320d83651f335325ff atomic< int_least8_t > atomic_int_least8_t - a01491.html + a01575.html ga1b1448266ad00a16c95e1f8bbc98e659 atomic< intmax_t > atomic_intmax_t - a01491.html + a01575.html ga02ac5738a7a9f78bf894ace288d90576 atomic< intptr_t > atomic_intptr_t - a01491.html + a01575.html ga479fe44f81f5f2a68e9b10d022e4b563 atomic< long long > atomic_llong - a01491.html + a01575.html gabf25364f5fd505a27d78d7e3434ec337 atomic< long > atomic_long - a01491.html + a01575.html ga516afb5820a1d4d2bee3016c335e7f32 atomic< ptrdiff_t > atomic_ptrdiff_t - a01491.html + a01575.html gac91469c8dac9ea566aa123ee72834456 atomic< signed char > atomic_schar - a01491.html + a01575.html ga149ab9f968045c030b28cc66b21c90fe atomic< short > atomic_short - a01491.html + a01575.html ga57ba7af47bbbe212c68aac803df94e66 atomic< size_t > atomic_size_t - a01491.html + a01575.html ga50f0c06e2ed82868b43d9fdf802c15dd atomic< unsigned char > atomic_uchar - a01491.html + a01575.html gae195150d772d7de1590a467c94d2efbd atomic< unsigned int > atomic_uint - a01491.html + a01575.html ga8229f523dabc2103dd045fbc7922deb6 atomic< uint16_t > atomic_uint16_t - a01491.html + a01575.html ga60f6513810459148ec357bbb993ae031 atomic< uint32_t > atomic_uint32_t - a01491.html + a01575.html gafdf19d28e7b224eae4986982432e3031 atomic< uint64_t > atomic_uint64_t - a01491.html + a01575.html ga61a2758446aadb239e0f77a1b7e1c95d atomic< uint8_t > atomic_uint8_t - a01491.html + a01575.html ga733c7b7c5f6035d86928e70083c3b74d atomic< uint_fast16_t > atomic_uint_fast16_t - a01491.html + a01575.html gab61c0b01e90d43f0213aa7abd2f5f335 atomic< uint_fast32_t > atomic_uint_fast32_t - a01491.html + a01575.html gaf84e67c027b9befda86fa336a250ad19 atomic< uint_fast64_t > atomic_uint_fast64_t - a01491.html + a01575.html ga891df3fc547ce305e223078a002a30ae atomic< uint_fast8_t > atomic_uint_fast8_t - a01491.html + a01575.html ga40baf341b0da82de1dda4f09d82e0ac5 atomic< uint_least16_t > atomic_uint_least16_t - a01491.html + a01575.html ga5c55fde43e38cd4b03ca13fb1a5e2a22 atomic< uint_least32_t > atomic_uint_least32_t - a01491.html + a01575.html ga882202b2c37d84f063452cb6919f0a72 atomic< uint_least64_t > atomic_uint_least64_t - a01491.html + a01575.html ga90b9e9b26f9e2224e5623c59f27c36be atomic< uint_least8_t > atomic_uint_least8_t - a01491.html + a01575.html ga5328da93da870cab076210266f0b1ab4 atomic< uintmax_t > atomic_uintmax_t - a01491.html + a01575.html ga9567942c4ccb9bf8a98cc8bf9e0dd37b atomic< uintptr_t > atomic_uintptr_t - a01491.html + a01575.html ga02e709315376fdc02556368b8035c5ac atomic< unsigned long long > atomic_ullong - a01491.html + a01575.html ga3c5b7b2c577e1b477dc11dc501dfff44 atomic< unsigned long > atomic_ulong - a01491.html + a01575.html ga00ea9684fdf38053c69ad0235e67eb26 atomic< unsigned short > atomic_ushort - a01491.html + a01575.html gaf0c7dae0fbcf1dbaf85913a5cece6462 atomic< wchar_t > atomic_wchar_t - a01491.html + a01575.html ga817fa93d87437b86fd8cbd6e77458631 + integral_constant< bool, __v > + bool_constant + a01565.html + ga0fc310a3541eda8f7f65e0d001b20977 + + + + typename common_type< _Tp... >::type + common_type_t + a01565.html + ga3ef38e934006ae2422e5a7f136238d22 + + + + typename conditional< _Cond, _Iftrue, _Iffalse >::type + conditional_t + a01565.html + ga3f79e9f15004fc524ff345fc510a2813 + + + regex_token_iterator< const char * > cregex_token_iterator - a01499.html + a01583.html ga2b025ba2913cd0f7266ddbea7eb2c915 sub_match< const char * > csub_match - a01499.html + a01583.html ga29090c6f0fdf0d3241cf79e759838eeb + typename decay< _Tp >::type + decay_t + a01565.html + gabe26c12710bb4c683badfaf0a586c5be + + + + typename enable_if< _Cond, _Tp >::type + enable_if_t + a01565.html + gaccc2a55dff256e901d69f67ef213d12c + + + integral_constant< bool, false > false_type - a01482.html - gaebe6729ab5488ecc76c762873d226857 + a01565.html + ga4e14e891e1c8009e2831363ef629aed5 basic_filebuf< char > filebuf - a01476.html + a01558.html gaa33740c61965014b7bc0f229f73f65ad basic_fstream< char > fstream - a01476.html + a01558.html gabafb787f1b4ab7d00c500cefb554f632 basic_ifstream< char > ifstream - a01476.html + a01558.html ga58ca5f477d7afac57c22e9bdd90d323b integer_sequence< size_t, _Idx... > index_sequence - a01544.html + a01635.html acdfada06a9fb47abbf52c264b95e689e make_index_sequence< sizeof...(_Types)> index_sequence_for - a01544.html + a01635.html af540abd32f95a08e48ea6ca00a5a8ad3 + typename invoke_result< _Fn, _Args... >::type + invoke_result_t + a01565.html + gad44acbad909dab41f9a485cb0c88fa6d + + + basic_ios< char > ios - a01476.html + a01558.html gac1665745293037f1d1be9b144f27bc9d basic_iostream< char > iostream - a01476.html + a01558.html ga5eca2cc3d038099cf2465636dfb2ace6 basic_istream< char > istream - a01476.html + a01558.html ga9a51d9b711a836df9c086f3a5e30b8b2 basic_istringstream< char > istringstream - a01476.html + a01558.html ga6d8fb6942dcb39300db6a403f5ba1fe6 make_integer_sequence< size_t, _Num > make_index_sequence - a01544.html + a01635.html a52f9da82a634cff032d6df672cd9a25d - typename _Make_integer_sequence< _Tp, _Num >::__type + integer_sequence< _Tp, __integer_pack(_Num)... > make_integer_sequence - a01544.html - a23e82d341331dd9ab30e8176c34d4932 + a01635.html + a655c95c83b8065fcc9245539a8b94c2a + + + + typename make_signed< _Tp >::type + make_signed_t + a01565.html + gabfa3034ef517a7ff731ae2074604a8f2 + + + + typename make_unsigned< _Tp >::type + make_unsigned_t + a01565.html + ga211e17d720e36c51d2528c3a166d8ba9 enum std::memory_order memory_order - a01491.html - ga7163c4f13e7624eb78b16bb599a72f98 + a01575.html + gae2a064461118d404041c13e66a930220 linear_congruential_engine< uint_fast32_t, 48271UL, 0UL, 2147483647UL > minstd_rand - a01537.html + a01627.html ga06944ee85abb11c4d8332728514da20a linear_congruential_engine< uint_fast32_t, 16807UL, 0UL, 2147483647UL > minstd_rand0 - a01537.html + a01627.html ga70e14a580880f05e94a51c6e103e1cd1 mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > mt19937 - a01537.html + a01627.html ga887bdc65ea12ca4f83aa79f5bd9fce03 mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL > mt19937_64 - a01537.html + a01627.html ga9606c7ecfbdedbd7ee5d8b908f4e2275 void(* new_handler - a01544.html + a01635.html abacda397e52027e3aac448f94b157208 )() basic_ofstream< char > ofstream - a01476.html + a01558.html ga7a439605cbbc7d72fcefc9d6a59c4f0a basic_ostream< char > ostream - a01476.html + a01558.html ga55d4c0674fbacb7514ae76310aeb4bf8 basic_ostringstream< char > ostringstream - a01476.html + a01558.html gac2ba708c34afa6e120c07e56bfce9cd3 + typename __ratio_add< _R1, _R2 >::type + ratio_add + a01563.html + ga23d1b896676b4d0da9e5c965a846be5f + + + typename __ratio_divide< _R1, _R2 >::type ratio_divide - a01480.html + a01563.html gab89b6a439b3582240985f372bc381666 typename __ratio_multiply< _R1, _R2 >::type ratio_multiply - a01480.html + a01563.html gaa0eb766f5844bb5f3ccbeaae9b994257 + typename __ratio_subtract< _R1, _R2 >::type + ratio_subtract + a01563.html + ga5ac081878546c2e681475dac0d0b9648 + + + basic_regex< char > regex - a01499.html + a01583.html ga8fceaea413a55303731b390fbd660163 + typename remove_all_extents< _Tp >::type + remove_all_extents_t + a01565.html + ga3bc0ff8d42850eabb6bcbe2440a844ff + + + + typename remove_const< _Tp >::type + remove_const_t + a01565.html + ga4e79124b56e4ce8037d87387898b9d1f + + + + typename remove_cv< _Tp >::type + remove_cv_t + a01565.html + ga33d8994a84545d04adc29f8be0d12122 + + + + typename remove_extent< _Tp >::type + remove_extent_t + a01565.html + gaa9f31e8838657e142868524eca599817 + + + + typename remove_pointer< _Tp >::type + remove_pointer_t + a01565.html + ga46cd3040e1bdad121ab1668a69a662ff + + + + typename remove_reference< _Tp >::type + remove_reference_t + a01565.html + ga05f704b8440a5839204308c83a07748f + + + + typename remove_volatile< _Tp >::type + remove_volatile_t + a01565.html + ga7227cba5288e88d88468df26c3200885 + + + + typename result_of< _Tp >::type + result_of_t + a01565.html + ga09f3b216a4c36c4d4070a9acbf7eebbb + + + regex_token_iterator< string::const_iterator > sregex_token_iterator - a01499.html + a01583.html gaa39e71a0a921a1f5b6e106613346195c sub_match< string::const_iterator > ssub_match - a01499.html + a01583.html ga1339fbccc0b05ed8cfe8c3afa83e9a4b basic_streambuf< char > streambuf - a01476.html + a01558.html ga462cbd2938d4a2e7f0ffac97d2168f95 long long streamoff - a01544.html + a01635.html a48649c5c32f0251572b366063ee93032 fpos< mbstate_t > streampos - a01544.html + a01635.html a5894cfd4b461e2d4ed3b38402ff59c89 ptrdiff_t streamsize - a01544.html + a01635.html a05eef5582eb5de62b76db4916f7adb84 basic_string< char > string - a01512.html + a01597.html ga32db3d9898c44d3b3a578b560f7758cc basic_stringbuf< char > stringbuf - a01476.html + a01558.html gad23290abd940b2cf3fa4e5f53669894e basic_stringstream< char > stringstream - a01476.html + a01558.html ga3be8e48d91a15a13829c028b195aad70 void(* terminate_handler - a01544.html - a2f2f9edd9cd5d903b65cce6ccb977fdd + a01576.html + ga2f2f9edd9cd5d903b65cce6ccb977fdd )() integral_constant< bool, true > true_type - a01482.html - ga6a860513044e23d34e553ea986e83fa1 + a01565.html + ga335b07f3ec94445842d1dacdfbdfc861 fpos< mbstate_t > u16streampos - a01544.html + a01635.html a96c9446fbbc8c9cab8ad5e1447e2d670 basic_string< char16_t > u16string - a01512.html + a01597.html ga957ec6dee9435a81e37f7f70e711bf09 fpos< mbstate_t > u32streampos - a01544.html + a01635.html a195e60ba4b6b786c2e0182d06c2ebbbb basic_string< char32_t > u32string - a01512.html + a01597.html ga83ce9bd7fd0896013d6ef39113119bf5 + typename underlying_type< _Tp >::type + underlying_type_t + a01565.html + gab714a99dbbeb7066e9d741a4d936e885 + + + void(* unexpected_handler - a01544.html - ac2b8e8de17f84d0261369b2162d73ff0 + a01576.html + gac2b8e8de17f84d0261369b2162d73ff0 )() + void + void_t + a01565.html + ga22cbeb48987e9b7ee87a626eb5f1d6dc + + + regex_token_iterator< const wchar_t * > wcregex_token_iterator - a01499.html + a01583.html ga5b2a538a8ce2fb132701282a685e04cb sub_match< const wchar_t * > wcsub_match - a01499.html + a01583.html gaa0c750b2841582cefabadec3f0683bb9 basic_filebuf< wchar_t > wfilebuf - a01476.html + a01558.html gaa472869f420152c83f15572ba49bcb65 basic_fstream< wchar_t > wfstream - a01476.html + a01558.html ga78053e152637924d995b5f2267275bc6 basic_ifstream< wchar_t > wifstream - a01476.html + a01558.html ga1dac763532685aaffbdc7add447f56fc basic_ios< wchar_t > wios - a01476.html + a01558.html ga5f215b95943a4eabc6f138b47fff37a9 basic_iostream< wchar_t > wiostream - a01476.html + a01558.html ga3ec2b5ea7f8649cff8ef668482dcf268 basic_istream< wchar_t > wistream - a01476.html + a01558.html ga9bfb52397cc747f9945d73a1f38e86e8 basic_istringstream< wchar_t > wistringstream - a01476.html + a01558.html ga74ca18b587f6f7dfc5677c8b774f2d71 basic_ofstream< wchar_t > wofstream - a01476.html + a01558.html gab5d4d2c5ad9ee70018becc9002629a71 basic_ostream< wchar_t > wostream - a01476.html + a01558.html ga9ad6702c06821cdd550e08ef2b70f3b7 basic_ostringstream< wchar_t > wostringstream - a01476.html + a01558.html ga811d6452576dc4c2fccd0ab26fd23f07 basic_regex< wchar_t > wregex - a01499.html + a01583.html gae16f87e70ea5847b0399a396c637615f regex_token_iterator< wstring::const_iterator > wsregex_token_iterator - a01499.html + a01583.html ga45d6a7c3f216b9e231d6bfbe2f405821 sub_match< wstring::const_iterator > wssub_match - a01499.html + a01583.html ga093a1ad2914d74a3fafb7baa78a3deb6 basic_streambuf< wchar_t > wstreambuf - a01476.html + a01558.html ga72040b852b537e306ce9c862698e0e07 fpos< mbstate_t > wstreampos - a01544.html + a01635.html a4c451a38ccf44b2ce7d8aadf02bb6309 basic_string< wchar_t > wstring - a01512.html + a01597.html gacc5a707e71ec50089cb9f653282f22f7 basic_stringbuf< wchar_t > wstringbuf - a01476.html + a01558.html ga4e78c6817168947842caf24c3ffd5352 basic_stringstream< wchar_t > wstringstream - a01476.html + a01558.html gabd6a5fd8237370934ed97cc2e77b7021 + byte + a01635.html + ac12aa221abdc74499988eed2a8e1626d + + + + + chars_format + a01635.html + a16b30bf2bdcce2aee61f514c6f7912a7 + + scientific + fixed + hex + general + + + cv_status - a01474.html + a01555.html gad3ce465ffb10e354aa30c4ce93b68bee - no_timeout - timeout + no_timeout + timeout float_denorm_style - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbf denorm_indeterminate - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbfa33fdcd73e760174c19ab87389eb104ae denorm_absent - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbfad91095a64f12657bc911d2cecd4fab0d denorm_present - a01544.html + a01635.html a5d4e3dd02abab45dde95b5bb4ae7fdbfa28c4fcc178853e4c66190bc2c5027de5 float_round_style - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18 round_toward_zero - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a16cd490308c5bcba330c09f844f92f1d round_to_nearest - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a43219e58bf0b1438dce779ae47760772 round_toward_infinity - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a39c9297336599616c46f98eaf73c6191 round_toward_neg_infinity - a01544.html + a01635.html a53dbc8572a84ca50272f9e55a1e23e18a5e57d9d7178fe199cfd05b67e9d3c69d future_errc - a01475.html + a01557.html ga61938f7ac25df97b5362109e61bb46a6 - future_already_retrieved - promise_already_satisfied - no_state - broken_promise + future_already_retrieved + promise_already_satisfied + no_state + broken_promise future_status - a01475.html + a01557.html ga528eb8f3b350394c0406d4d58ab7dbf4 - ready - timeout - deferred + ready + timeout + deferred io_errc - a01544.html + a01635.html a5a20cae60a4377da46121402c57322a2 - stream + stream launch - a01475.html + a01557.html ga6f4ad125d364f01560e2ed20a3c8bb5b - async - deferred + async + deferred memory_order - a01491.html + a01575.html gab4f8c60de95c10793a8e3e27fcb800d9 + + + pointer_safety + a01561.html + ga9fab6cf004cd3194f8b89580f6453106 + + relaxed + preferred + strict + constexpr _Tp * __addressof - a01483.html + a01567.html ga1954d5552e24586051011312041033f6 (_Tp &__r) noexcept __allocated_ptr< _Alloc > __allocate_guarded - a01544.html + a01635.html a1fa3f7679aec1619e37fddf24eb70a11 (_Alloc &__a) - void + constexpr void __final_insertion_sort - a01544.html - ae096236f11685545855cb64a2a01c805 + a01635.html + ad47aa829adf2194d6da07b95f29e41b2 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _InputIterator + constexpr _InputIterator __find_if - a01544.html - a089224d4383696a6b69844cf0efc09fc + a01635.html + a7a3a4b0b263f90fac8b5fdc5aa089f36 (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag) - _RandomAccessIterator + constexpr _RandomAccessIterator __find_if - a01544.html - af7cb63fad814408f5986e99c8193d24f + a01635.html + ab4ee387d5502d97b1bfa8ef6ba7a66d4 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag) - _InputIterator + constexpr _InputIterator __find_if_not - a01544.html - afb46fafe8518ec73399f340920d50f23 + a01635.html + ae6e45d3d29fd484571ceb7078dd6f7d3 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _InputIterator + constexpr _InputIterator __find_if_not_n - a01544.html - a589037988302a4734977f8294a989cfd + a01635.html + a1867e70ae39dbff101339d8d1e7b6c32 (_InputIterator __first, _Distance &__len, _Predicate __pred) - _EuclideanRingElement + constexpr _EuclideanRingElement __gcd - a01544.html - a64690c88f80577f3052168f0322749e6 + a01635.html + a7f3d3dd82fa95d1a53af5d860135af8f (_EuclideanRingElement __m, _EuclideanRingElement __n) pair< _IntType, _IntType > __gen_two_uniform_ints - a01544.html + a01635.html acb9f8bf65addb84e0d02f036c51d3b42 (_IntType __b0, _IntType __b1, _UniformRandomBitGenerator &&__g) - void + constexpr void __heap_select - a01544.html - a477b8fea51f854556255aace8fdf9dca + a01635.html + a4967bf74b71b17a557a13e7c2958b29e (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) void __inplace_stable_sort - a01544.html + a01635.html a6d7c4a05285f443112dbd3dc14a50f6c (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void __insertion_sort - a01544.html - aa4e10ddb9a4c3ad0b0de3e5cea9e65cf + a01635.html + a89633e23a5ca10fd8d933aaab0cb16f6 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void __introsort_loop - a01544.html - a1c04c6be26780067467b0b56e7da8f4b + a01635.html + a79be7241d44434170ab69b130f9af74c (_RandomAccessIterator __first, _RandomAccessIterator __last, _Size __depth_limit, _Compare __comp) constexpr __invoke_result< _Callable, _Args... >::type __invoke - a01483.html + a01567.html ga5f5136396a5ab3c02543bb01d4364f40 (_Callable &&__fn, _Args &&... __args) noexcept(__is_nothrow_invocable< _Callable, _Args... >::value) constexpr iterator_traits< _Iter >::iterator_category __iterator_category - a01510.html + a01594.html ga89d3a7d239086516917bb7f6f9da213c (const _Iter &) constexpr int __lg - a01544.html + a01635.html a95f3b611c88f611e8bf7662d6b8db444 (int __n) void __merge_adaptive - a01544.html + a01635.html a4cc388dc8e10b03ac038cc0b12dc6240 (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) void __merge_without_buffer - a01544.html + a01635.html a26ce47f96abf2adba83d660cb214448d (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Compare __comp) - void + constexpr void __move_median_to_first - a01544.html - a3828327f606af064075b98b04bf027ed + a01635.html + ab7653f904a14b9b43c3e702cc8042966 (_Iterator __result, _Iterator __a, _Iterator __b, _Iterator __c, _Compare __comp) _OutputIterator __move_merge - a01544.html + a01635.html aeaf96144e1b69ee30db93d03b2229c0d (_InputIterator __first1, _InputIterator __last1, _InputIterator __first2, _InputIterator __last2, _OutputIterator __result, _Compare __comp) void __move_merge_adaptive - a01544.html + a01635.html a940945d2d27db3c1e4ae3e33dce8f320 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) void __move_merge_adaptive_backward - a01544.html + a01635.html ad03b2580591077ced2891d1913fec665 (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, _BidirectionalIterator3 __result, _Compare __comp) - _ForwardIterator + constexpr _BidirectionalIterator __partition - a01544.html - a31278bba4e0a3ada88ea23ac04c0cdb2 - (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) + a01635.html + a303f3af137529c6a76b13a5d08772f24 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag) - _BidirectionalIterator + constexpr _ForwardIterator __partition - a01544.html - a648f2a003c9c1e3bd5120f0f01d06412 - (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag) + a01635.html + a7f755bbf5fc9bf42cff816cf9bacb502 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) - void + constexpr void __reverse - a01544.html - a546f9a96d5345719bde5e04d08a805c2 + a01635.html + a9489e568854c6d29d6335a928a232f5c (_BidirectionalIterator __first, _BidirectionalIterator __last, bidirectional_iterator_tag) - void + constexpr void __reverse - a01544.html - aeeef1adae0e33963efabeeb229c5b029 + a01635.html + a7c9e001f66b2a7e672c4916f537f6e06 (_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_tag) + constexpr _BidirectionalIterator + __rotate + a01635.html + a1fb50e3d319e1e6c56605c154b652caa + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, bidirectional_iterator_tag) + + + constexpr _ForwardIterator + __rotate + a01635.html + a6e90e5c02095d62e5763117617791868 + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, forward_iterator_tag) + + + constexpr _RandomAccessIterator + __rotate + a01635.html + a64ca914e48b4855388a61a1661e41ce9 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, random_access_iterator_tag) + + _BidirectionalIterator1 __rotate_adaptive - a01544.html + a01635.html a02899bd1f77dda6d0032cf376440b1e0 (_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size) - _RandomAccessIterator - __sample - a01544.html - a05a1fc441c3dfe4a8d561e947d716837 - (_InputIterator __first, _InputIterator __last, input_iterator_tag, _RandomAccessIterator __out, random_access_iterator_tag, _Size __n, _UniformRandomBitGenerator &&__g) - - _OutputIterator __sample - a01544.html + a01635.html a6857f9e44fd8856c684fdcac53dfa362 (_ForwardIterator __first, _ForwardIterator __last, forward_iterator_tag, _OutputIterator __out, _Cat, _Size __n, _UniformRandomBitGenerator &&__g) - _ForwardIterator + _RandomAccessIterator + __sample + a01635.html + a05a1fc441c3dfe4a8d561e947d716837 + (_InputIterator __first, _InputIterator __last, input_iterator_tag, _RandomAccessIterator __out, random_access_iterator_tag, _Size __n, _UniformRandomBitGenerator &&__g) + + + constexpr _ForwardIterator __search_n_aux - a01544.html - abf5f4a3dc084b0e3b2d15cd21205b1cf + a01635.html + abbefbc765a70a9ef24ec4c5e5dde5395 (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, _UnaryPredicate __unary_pred, std::forward_iterator_tag) - _RandomAccessIter + constexpr _RandomAccessIter __search_n_aux - a01544.html - a9548d105c7309bb491fdeea779120081 + a01635.html + a4449a659bbed67e80bebe41410dbc820 (_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, _UnaryPredicate __unary_pred, std::random_access_iterator_tag) _ForwardIterator __stable_partition_adaptive - a01544.html + a01635.html ae310bd5b01ec7ac05fd5b1bd2011fd8d (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) - void + constexpr void __unguarded_insertion_sort - a01544.html - ae92110070de8c2dcc9196df0ae3cde6c + a01635.html + a3df58e4385d256259616d8f4bbb6b8e1 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void __unguarded_linear_insert - a01544.html - ac27b28daebf341a05400469830fa73d9 + a01635.html + a1af5a3089880db7dc6e4e92d391e404b (_RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator __unguarded_partition - a01544.html - a0a564913e4321fcd2e52f2e2a486ee79 + a01635.html + a79d64dc205d21eb6eebed06784c9ce11 (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __pivot, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator __unguarded_partition_pivot - a01544.html - a63fb6c261c1ccb981dbab395b550f3fb + a01635.html + a4eecf8bbcd8a931ea164e74639520b51 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _OutputIterator + constexpr _OutputIterator __unique_copy - a01544.html - a6bba95a84e90f8d4d402d8f538a7d3ef + a01635.html + a268690dd15e7403d88355ba671fcfff1 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, forward_iterator_tag, output_iterator_tag) - _OutputIterator + constexpr _ForwardIterator __unique_copy - a01544.html - a3bfcb89de336f84fc2d8c12e602eb9d0 - (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag) + a01635.html + a4e387da98795b6fe0a0dc530e64e284d + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag) - _ForwardIterator + constexpr _OutputIterator __unique_copy - a01544.html - afd19d3d26a6ca8d0f6c2dba6562a9eb5 - (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag) + a01635.html + a6d60da3b74da341935aba392bb87003b + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag) void _Construct - a01544.html - ae0f6a1883f4e98bc2ca573c992447fc2 - (_T1 *__p, _Args &&... __args) - - - void - _Destroy - a01544.html - a468dae7cc599699643eafa95cc9999af - (_Tp *__pointer) + a01635.html + a3b1a826e5c84b71a66eb4c2a695db562 + (_Tp *__p, _Args &&... __args) - void + constexpr void _Destroy - a01544.html - a861bec05eddf4c399633ec8ac1d20844 + a01635.html + aca847f3f099399daf1ae37d72135efb1 (_ForwardIterator __first, _ForwardIterator __last) void _Destroy - a01544.html + a01635.html aaebc2b9c5255ef8ceb7851484e83e0fa (_ForwardIterator __first, _ForwardIterator __last, _Allocator &__alloc) - _ForwardIterator + constexpr void + _Destroy + a01635.html + a832ad61ac81841c0cf56fc4240386745 + (_Tp *__pointer) + + + constexpr _ForwardIterator _Destroy_n - a01544.html - aa2c8dbc3c44d5ffc170cd6cff9afd5b4 + a01635.html + a63695393bfbb7c92478a07933af5a4b6 (_ForwardIterator __first, _Size __count) _Tp abs - a01473.html + a01554.html ga6e88fe698583fef1f7b3c3c379727143 (const complex< _Tp > &) - _Tp + constexpr _Tp accumulate - a01544.html - aa0acc8476d79019e12bb3eab3702a352 + a01596.html + ga1ab9deae5b1fb5b1f44e11200e7ed692 (_InputIterator __first, _InputIterator __last, _Tp __init) - _Tp + constexpr _Tp accumulate - a01544.html - a9fada48f61b8df42473d9b97f10f5094 + a01596.html + ga1a36d8691b0b4b72b32ea9ac57156c17 (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) std::complex< _Tp > acos - a01544.html + a01635.html af4498ab9c6d4eae4f1258319085fe80c (const std::complex< _Tp > &__z) std::complex< _Tp > acosh - a01544.html + a01635.html ac02c9d52b1f8d89d99508fb4a2107d44 (const std::complex< _Tp > &__z) - _GLIBCXX17_CONSTEXPR _Tp * + constexpr _Tp * addressof - a01483.html - gafffcfc895d2cfa7c934ec045e884faec + a01567.html + gafa16df20cb107db9b4e3742de7e4f1f6 (_Tp &__r) noexcept - _OutputIterator + constexpr _OutputIterator adjacent_difference - a01544.html - aa32b49ada366c1b4175cd0f9d0d3329d + a01596.html + ga76306a74ff39e25f64d4edb438c09642 (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator adjacent_difference - a01544.html - a4039c3686e6968c94da56cf037d078ae + a01596.html + gad9f0dd3e246adea056b3591d776bd761 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) - _ForwardIterator + constexpr _ForwardIterator adjacent_find - a01487.html - ga094e6f312833388e6a97159b5d2c4177 + a01571.html + ga9947aefb98647043bc1e6fb7be7b77a7 (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator adjacent_find - a01487.html - ga29b281099618951de1ab1315ac9e7737 + a01571.html + gacd4b6428a016f4d76cfbf9387d418edc (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) - _GLIBCXX17_CONSTEXPR void + constexpr void advance - a01544.html - aeb89c7ad75934cae5b0970b922879fdb + a01635.html + aa1125c4de56cbd6726787fe2831b05c5 (_InputIterator &__i, _Distance __n) void * align - a01544.html - a7a0544b4d4e49cb7f4668d8ce7b914d5 + a01559.html + ga7a0544b4d4e49cb7f4668d8ce7b914d5 (size_t __align, size_t __size, void *&__ptr, size_t &__space) noexcept - bool + constexpr bool all_of - a01487.html - gaaef2d0f2f0d6942636f6f42eb940b850 + a01571.html + ga17c3134ac82616508a419bd6f175ac5b (_InputIterator __first, _InputIterator __last, _Predicate __pred) - shared_ptr< _Tp > - allocate_shared - a01478.html - ga84894e14d771a93b933577b3f8f191cc - (const _Alloc &__a, _Args &&... __args) - - - bool - any_of - a01487.html - gaa8fada47994395ec51bb54536d6a87f9 - (_InputIterator __first, _InputIterator __last, _Predicate __pred) + _ValueType + any_cast + a01567.html + ga6e83eddd6e91ec64cbb9b149198d7cde + (const any &__any) - _Tp - arg - a01473.html - ga943544cb1017a51d7cafc7b4d3cd022f - (const complex< _Tp > &) + constexpr bool + any_of + a01571.html + ga9b398613867eeb30a7fdc043775db128 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) __gnu_cxx::__promote< _Tp >::__type arg - a01544.html + a01635.html ac30364b7cb8121e0f4c42b2135ef8aa5 (_Tp __x) + _Tp + arg + a01554.html + ga943544cb1017a51d7cafc7b4d3cd022f + (const complex< _Tp > &) + + std::complex< _Tp > asin - a01544.html + a01635.html af94e28dea7bd5b71959fbc6be1070895 (const std::complex< _Tp > &__z) std::complex< _Tp > asinh - a01544.html + a01635.html a2135f46a5a1fcc1cd3399ef4e20f6249 (const std::complex< _Tp > &__z) __gnu_cxx::__promote< _Tp >::__type assoc_laguerre - a01500.html + a01584.html ga377bb7e038c464a27dfe0573fd2d7b33 (unsigned int __n, unsigned int __m, _Tp __x) float assoc_laguerref - a01500.html + a01584.html gaf83d98f350a1cfcebee6a1f723cf90d2 (unsigned int __n, unsigned int __m, float __x) long double assoc_laguerrel - a01500.html + a01584.html gac8e245671fb2df5de5fd978d03081f6c (unsigned int __n, unsigned int __m, long double __x) __gnu_cxx::__promote< _Tp >::__type assoc_legendre - a01500.html + a01584.html ga355349f79119c1fd1e2a9351cec57f0f (unsigned int __l, unsigned int __m, _Tp __x) float assoc_legendref - a01500.html + a01584.html ga3ced07ddd24bf4af56e2712d148e7f57 (unsigned int __l, unsigned int __m, float __x) long double assoc_legendrel - a01500.html + a01584.html ga55977b425a539146f060dec1c8003344 (unsigned int __l, unsigned int __m, long double __x) future< __async_result_of< _Fn, _Args... > > async - a01475.html - gae1d80ff37cef48666bea37bcff54f6da - (launch __policy, _Fn &&__fn, _Args &&... __args) + a01557.html + gad61c88630f1705f6be0b8ba6cc832d6a + (_Fn &&__fn, _Args &&... __args) future< __async_result_of< _Fn, _Args... > > async - a01475.html - gad61c88630f1705f6be0b8ba6cc832d6a - (_Fn &&__fn, _Args &&... __args) + a01557.html + gae1d80ff37cef48666bea37bcff54f6da + (launch __policy, _Fn &&__fn, _Args &&... __args) std::complex< _Tp > atan - a01544.html + a01635.html a217a638ff609e744f9e5f5cf2837ec7c (const std::complex< _Tp > &__z) std::complex< _Tp > atanh - a01544.html + a01635.html abaa325495d208118ae2201fc82749a9e (const std::complex< _Tp > &__z) - back_insert_iterator< _Container > + constexpr back_insert_iterator< _Container > back_inserter - a01510.html - ga59459a8d387b04212f0f270cf24269ff + a01594.html + gaf046e72d51c69750e4218b6ad9f671e1 (_Container &__x) - _GLIBCXX17_CONSTEXPR auto + constexpr auto begin - a01544.html - a26491f1c1a3fbeb8dbd7a3dd1ab0b6ea + a01635.html + aaaba74cd3497aa42ebee164091d89fce (_Container &__cont) -> decltype(__cont.begin()) - _GLIBCXX17_CONSTEXPR auto + constexpr _Tp * begin - a01544.html - aac96503a947620420a31cf060e5397a7 - (const _Container &__cont) -> decltype(__cont.begin()) + a01635.html + a4caf8d4f1c639ab0428aca15962c6544 + (_Tp(&__arr)[_Nm]) noexcept - _GLIBCXX14_CONSTEXPR _Tp * + constexpr auto begin - a01544.html - aac6066eb0a3b3969dd0a549816613782 - (_Tp(&__arr)[_Nm]) + a01635.html + a90da8e02be81196df6f5df8468d59295 + (const _Container &__cont) -> decltype(__cont.begin()) - constexpr const _Tp * + const _Tp * begin - a01544.html - a549ebac15bcc03ae83f87b89796d89fc - (initializer_list< _Tp > __ils) noexcept + a01568.html + ga27f2d9026b541b9d219da941459e768e + (const valarray< _Tp > &__va) _Tp * begin - a01484.html + a01568.html ga2b9285c84fd9d9ee4ac2e4d6f590960c (valarray< _Tp > &__va) - const _Tp * - begin - a01484.html - ga27f2d9026b541b9d219da941459e768e - (const valarray< _Tp > &__va) - - __gnu_cxx::__promote_2< _Tpa, _Tpb >::__type beta - a01500.html + a01584.html ga6a7220c87c942db48b18b527d92bbd2d (_Tpa __a, _Tpb __b) float betaf - a01500.html + a01584.html ga12dc61ee4c09172151cf092ed387e203 (float __a, float __b) long double betal - a01500.html + a01584.html ga8caca1cef099f41a88111209c36ce06c (long double __a, long double __b) - bool + constexpr bool binary_search - a01490.html - ga8272a9835bf987be37a4203e336fffe4 + a01574.html + ga5cd1d108f075ff88a726bda6a02121bc (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - bool + constexpr bool binary_search - a01490.html - ga97bd3506e0ba43028e0d816a841d39cf + a01574.html + gaa3cbedc36006c6b05679be8794dd8edc (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type + constexpr _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type bind - a01513.html - ga7b2eddb726568256e49824ad01a05099 + a01598.html + gaa9daf91054406729e4056b602dde4fc1 (_Func &&__f, _BoundArgs &&... __args) - _Bindres_helper< _Result, _Func, _BoundArgs... >::type + constexpr _Bindres_helper< _Result, _Func, _BoundArgs... >::type bind - a01513.html - ga4fdb8d8274eed4c834559925d8950769 + a01598.html + ga890a582b63419cbb5fc155c2bd1bdaba (_Func &&__f, _BoundArgs &&... __args) binder1st< _Operation > bind1st - a01513.html + a01598.html gaa2f509629443172a7077bcf2cd7c9086 (const _Operation &__fn, const _Tp &__x) binder2nd< _Operation > bind2nd - a01513.html + a01598.html ga8560a0e4e830e060d38c043f8db37681 (const _Operation &__fn, const _Tp &__x) ios_base & boolalpha - a01544.html + a01635.html aa4c577f2579fd31f7bb2bd4ae582d917 (ios_base &__base) + void + call_once + a01585.html + gaf3415e3476b6a4ecb873675dd10a0237 + (once_flag &__once, _Callable &&__f, _Args &&... __args) + + constexpr auto cbegin - a01544.html + a01635.html ac10e18b5c09f39bc07430a9d47e584a5 (const _Container &__cont) noexcept(noexcept(std::begin(__cont))) -> decltype(std::begin(__cont)) constexpr auto cend - a01544.html + a01635.html a6cd5aaabed869c9d96801743fb4d7f6f (const _Container &__cont) noexcept(noexcept(std::end(__cont))) -> decltype(std::end(__cont)) + constexpr const _Tp & + clamp + a01572.html + ga927cfd3e8df8c15df3fcec6c2af59a82 + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi) + + + constexpr const _Tp & + clamp + a01572.html + ga00e7d39a4bbac23967d87e1dbd763e1e + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi, _Compare __comp) + + __gnu_cxx::__promote< _Tp >::__type comp_ellint_1 - a01500.html + a01584.html gac559500c604c43ea943d593c9ad9d289 (_Tp __k) float comp_ellint_1f - a01500.html + a01584.html ga7fb5be999a8125cf7e55e630eb8444a1 (float __k) long double comp_ellint_1l - a01500.html + a01584.html ga7247d3dd77c1ff5df3c059fed862dc48 (long double __k) __gnu_cxx::__promote< _Tp >::__type comp_ellint_2 - a01500.html + a01584.html ga22fcc678829f0daf2de257896378e7e0 (_Tp __k) float comp_ellint_2f - a01500.html + a01584.html ga21700f2f125c42b1f1da1f9c7eea1135 (float __k) long double comp_ellint_2l - a01500.html + a01584.html ga47b647ec386c8d4b18a030c97842df18 (long double __k) __gnu_cxx::__promote_2< _Tp, _Tpn >::__type comp_ellint_3 - a01500.html + a01584.html gad833404645e24b7f0598a640ff92d623 (_Tp __k, _Tpn __nu) float comp_ellint_3f - a01500.html + a01584.html ga76834d3112f777703330892303267a39 (float __k, float __nu) long double comp_ellint_3l - a01500.html + a01584.html ga1ca081fee102cd0d4d6b091285e495e5 (long double __k, long double __nu) - complex< _Tp > + constexpr complex< _Tp > conj - a01473.html - ga1e8991790d9316e2a532c6c1106293ce + a01554.html + gaa4ee48d5be5952cb076bb6d8e399a092 (const complex< _Tp > &) __shared_ptr< _Tp, _Lp > const_pointer_cast - a01544.html + a01635.html aa2f97c555285b7c2e771b789ccd7b126 (const __shared_ptr< _Tp1, _Lp > &__r) noexcept - _OI + constexpr _OI copy - a01486.html - ga894f503412130680dc19c87af289f4f4 + a01570.html + ga76cd6d1a042c96e883b2fed2d16bdce2 (_II __first, _II __last, _OI __result) - _BI2 + constexpr _BI2 copy_backward - a01486.html - gaf0de0305e64a82131960e2769624a740 + a01570.html + gad6cb383fd3bfaf0a68d886a1ac7f246f (_BI1 __first, _BI1 __last, _BI2 __result) - exception_ptr - copy_exception - a01492.html - ga155dc3a7d5834ccc269117511eab203d - (_Ex __ex) noexcept 1 - - - _OutputIterator + constexpr _OutputIterator copy_if - a01486.html - ga0450d291c012c315181300fb83de8501 + a01570.html + ga5f99a17b2ea1ef3c5383baf211eba03e (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) - _OutputIterator + constexpr _OutputIterator copy_n - a01486.html - ga6b6a2a5b1c55fb141030b8e6c8aad212 + a01570.html + ga637f091d55c988fe8347446337f6de47 (_InputIterator __first, _Size __n, _OutputIterator __result) complex< _Tp > cos - a01473.html + a01554.html gaed6443d175b556280b801357758d1526 (const complex< _Tp > &) complex< _Tp > cosh - a01473.html + a01554.html ga8ab9fb6ce0469e0144c41f40e49a63dc (const complex< _Tp > &) - iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type count - a01487.html - gad2f89a1340c43c8451e522d045aaa1b6 + a01571.html + gaac8d83292f8c124ec62a2b9d5e6046d6 (_InputIterator __first, _InputIterator __last, const _Tp &__value) - iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type count_if - a01487.html - gab17add9e8922a4e8a9893d0d094f5e4e + a01571.html + ga36d17b6b93a0b5d369780ef94e45aef6 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _GLIBCXX17_CONSTEXPR auto + constexpr auto crbegin - a01544.html - ab429cfdfbcbf489aa4e0d1fbdd3e1c75 + a01635.html + aacab67fdf7ce41710fe3c21cd9538ec3 (const _Container &__cont) -> decltype(std::rbegin(__cont)) - _GLIBCXX17_CONSTEXPR auto + constexpr auto crend - a01544.html - a302a9b43f7a45e54827072d23d6682f5 + a01635.html + a4825eaf692d7123ceb266ecfe729b102 (const _Container &__cont) -> decltype(std::rend(__cont)) exception_ptr current_exception - a01492.html + a01576.html ga02cdcc517fefe661313437aa9356a28f () noexcept __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_i - a01500.html + a01584.html ga1c9b5a5c36f000a4f0a55f7fcc486cb0 (_Tpnu __nu, _Tp __x) float cyl_bessel_if - a01500.html + a01584.html gaaf738427d4da0bda66bc2274dfb853a7 (float __nu, float __x) long double cyl_bessel_il - a01500.html + a01584.html gab7962629216d03efb8ecaa3f70c6878f (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_j - a01500.html + a01584.html ga47e21a13b6d68d0d7f057699bd3b3ce0 (_Tpnu __nu, _Tp __x) float cyl_bessel_jf - a01500.html + a01584.html ga15731a7bccd6351d28353e3c4c2a2d23 (float __nu, float __x) long double cyl_bessel_jl - a01500.html + a01584.html gade8e94a80520a8b628b2d658755b25c0 (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_k - a01500.html + a01584.html ga76dcd3884620955680112aca0d327ada (_Tpnu __nu, _Tp __x) float cyl_bessel_kf - a01500.html + a01584.html ga1f50047f9aab0ec8b1a1615fe9fbe32f (float __nu, float __x) long double cyl_bessel_kl - a01500.html + a01584.html gac35194b926270d7857d651e06198c7d3 (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_neumann - a01500.html + a01584.html ga5b7c72ab85e361cbd73f1a3b5f0725a6 (_Tpnu __nu, _Tp __x) float cyl_neumannf - a01500.html + a01584.html ga604c13e8f2bb7cd3c7c91d8b19d6b13a (float __nu, float __x) long double cyl_neumannl - a01500.html + a01584.html gaf8986bae9a523c48d861d233835bda8f (long double __nu, long double __x) + constexpr auto + data + a01635.html + aba9b31054eec50310ef02c998663e27b + (_Container &__cont) noexcept(noexcept(__cont.data())) -> decltype(__cont.data()) + + + constexpr _Tp * + data + a01635.html + a6964a310b6641defbb3b028c4712b032 + (_Tp(&__array)[_Nm]) noexcept + + + constexpr auto + data + a01635.html + ae06eec698a1f26418e9a200b636d5eff + (const _Container &__cont) noexcept(noexcept(__cont.data())) -> decltype(__cont.data()) + + + constexpr const _Tp * + data + a01635.html + a4a0b2b9455f1e2025d77ba49b3863e33 + (initializer_list< _Tp > __il) noexcept + + ios_base & dec - a01544.html + a01635.html a41ca573b6c90740c9355d373118d87f5 (ios_base &__base) + void + declare_no_pointers + a01561.html + ga872debabd0ef3ea27bb7630b863d1c76 + (char *, size_t) + + + void + declare_reachable + a01561.html + ga421683e1a5b7852a9b36a3ecfb635c42 + (void *) + + + auto + declval + a01567.html + ga2b4e53aac9e7c7024ad03eaf21c57471 + () noexcept -> decltype(__declval< _Tp >(0)) + + ios_base & defaultfloat - a01544.html + a01635.html a74ba205196abe11761ff1c8016d6b5df (ios_base &__base) - _GLIBCXX17_CONSTEXPR iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type distance - a01544.html - a99b049793a96260d190d781f847038bc + a01635.html + a15753c9fda94df141450ffa3689c301a (_InputIterator __first, _InputIterator __last) __shared_ptr< _Tp, _Lp > dynamic_pointer_cast - a01544.html + a01635.html aea22d7ec8d3648b381cf98d0ba570e9b (const __shared_ptr< _Tp1, _Lp > &__r) noexcept __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_1 - a01500.html + a01584.html gae6b3df5556f38a7d72f9b4457d856f9c (_Tp __k, _Tpp __phi) float ellint_1f - a01500.html + a01584.html ga308d23d70f4b5e848eb7a4173628ef3b (float __k, float __phi) long double ellint_1l - a01500.html + a01584.html ga795383fa51e02351000b410b478d824f (long double __k, long double __phi) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_2 - a01500.html + a01584.html gad6dd71db2b3f90d24ff49bf8cf37bc37 (_Tp __k, _Tpp __phi) float ellint_2f - a01500.html + a01584.html ga594a730163c6228c75b152462700062b (float __k, float __phi) long double ellint_2l - a01500.html + a01584.html ga5c791332d374a809d8ca16c69a1a30f5 (long double __k, long double __phi) __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type ellint_3 - a01500.html + a01584.html ga20832e3a67d25cc3d415cafc88019ac3 (_Tp __k, _Tpn __nu, _Tpp __phi) float ellint_3f - a01500.html + a01584.html ga1a80bd2c15bc9fbecda2630a9e9409e7 (float __k, float __nu, float __phi) long double ellint_3l - a01500.html + a01584.html gaa8c0e5864df8769021a7f3e21a30c5d2 (long double __k, long double __nu, long double __phi) - _GLIBCXX17_CONSTEXPR auto - end - a01544.html - a11ed6eea7e5fa38dfb88d84bce3c16b9 - (_Container &__cont) -> decltype(__cont.end()) + constexpr auto + empty + a01635.html + a788934275ced1ae617bfa372ced6e076 + (const _Container &__cont) noexcept(noexcept(__cont.empty())) -> decltype(__cont.empty()) - _GLIBCXX17_CONSTEXPR auto - end - a01544.html - ad4f45049099b6f3387d8f542201d28d5 - (const _Container &__cont) -> decltype(__cont.end()) + constexpr bool + empty + a01635.html + a4554f606b89ff0ab58de646abfed018e + (const _Tp(&)[_Nm]) noexcept + + + constexpr bool + empty + a01635.html + a7508c11b3bbc61619ad8e2a1dc996864 + (initializer_list< _Tp > __il) noexcept - _GLIBCXX14_CONSTEXPR _Tp * + constexpr auto end - a01544.html - ab0db204cc11475513f0c7013ed51d406 - (_Tp(&__arr)[_Nm]) + a01635.html + aaf6b4883d69cf5ba182f4f29a103cc4b + (_Container &__cont) -> decltype(__cont.end()) - constexpr const _Tp * + constexpr _Tp * end - a01544.html - a579ff3807b61f57bda29d023b3918504 - (initializer_list< _Tp > __ils) noexcept + a01635.html + a3bd062212bd297262804f5c85fced3ea + (_Tp(&__arr)[_Nm]) noexcept - _Tp * + constexpr auto end - a01484.html - ga3541bf5385594aac72a9424aa6dd86e1 - (valarray< _Tp > &__va) + a01635.html + a3158b38d688d6f04daceff66eccd5619 + (const _Container &__cont) -> decltype(__cont.end()) const _Tp * end - a01484.html + a01568.html gab777d802b5dfa668d030039c2fd78b3b (const valarray< _Tp > &__va) + _Tp * + end + a01568.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + basic_ostream< _CharT, _Traits > & endl - a01544.html + a01635.html a8b3758bb8f17c440c7963363f42f69f3 (basic_ostream< _CharT, _Traits > &__os) basic_ostream< _CharT, _Traits > & ends - a01544.html + a01635.html ae870682737bc550409474930f055508b (basic_ostream< _CharT, _Traits > &__os) - bool + constexpr bool equal - a01487.html - ga444f163947d0a55953d1c317b31aee89 - (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + a01571.html + gaaed2fda1991d604d055467746c690cf5 + (_II1 __first1, _II1 __last1, _II2 __first2) - bool + constexpr bool equal - a01487.html - gad9f16258cd8b86bb63165c004cf660d5 - (_II1 __first1, _II1 __last1, _II2 __first2) + a01571.html + gaaf3d839822c78d538257a0f749f13dcc + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) - bool + constexpr bool equal - a01487.html - ga89c2fd41282045655b0edaa54773d4db - (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + a01571.html + ga4286bc1aaad106cc84b98920d9d164c4 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) - bool + constexpr bool equal - a01487.html - ga8e56a22bed21e9134369f4b2a47ba407 + a01571.html + ga5ffc8d7e5f6ce6db54c6ffe9e202e00a (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _IIter2 __last2, _BinaryPredicate __binary_pred) - pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > equal_range - a01490.html - ga67b70af6f618f2c566d2f1849735fb6e + a01574.html + ga70394a0c38991926e22757da8f0621fd (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > equal_range - a01490.html - ga2d3802f907c482a269e17ec3714d3df0 + a01574.html + gacb95170e3e91dbafea219afad2bc6805 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _Tp + constexpr _Tp exchange - a01544.html - a38a02a658328c056688ab79c7ab7bbf6 + a01635.html + a25805408e711defbb29ee82ef3c32052 (_Tp &__obj, _Up &&__new_val) + constexpr _OutputIterator + exclusive_scan + a01596.html + gaa51085deb3c4692098b97d32eeddbc8e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) + + + constexpr _OutputIterator + exclusive_scan + a01596.html + ga61a9b34939ee5d0391a322bb56bdfcdf + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOperation __binary_op) + + complex< _Tp > exp - a01473.html + a01554.html ga89579637d83fe041c9963cdcab272edd (const complex< _Tp > &) __gnu_cxx::__promote< _Tp >::__type expint - a01500.html + a01584.html ga88ba17f5d050a6973ca4db1bf6e90590 (_Tp __x) float expintf - a01500.html + a01584.html ga5842816f6eed2594e0a327df4e4a2a47 (float __x) long double expintl - a01500.html + a01584.html ga1329130b32328d0666e290ee5931fa4f (long double __x) _Tp fabs - a01544.html + a01635.html a0b74e9caa6ce93221b5d88c296d33468 (const std::complex< _Tp > &__z) - void + constexpr void fill - a01486.html - gab2e4bb5cc3300aaf6c0e5bdc3371bf06 + a01570.html + ga134fa4440441a428ac3e792633d537f6 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) - _OI + constexpr _OI fill_n - a01486.html - ga0af400b776b8486401daf6ecf91bacca + a01570.html + gaec50b0b878a1178418bad7ea70add994 (_OI __first, _Size __n, const _Tp &__value) - _InputIterator + constexpr _InputIterator find - a01487.html - ga346cc7c0b794d9a487a11b44b6b238ab + a01571.html + gabcb0c1e78b0d3abf6113a1bd3828235b (_InputIterator __first, _InputIterator __last, const _Tp &__val) - _ForwardIterator1 + constexpr _ForwardIterator1 find_end - a01487.html - gaf97d3d3c35f24541246e9d222fd45d44 + a01571.html + ga15d63dd9d82b9abfc8470ee93c302677 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - _ForwardIterator1 + constexpr _ForwardIterator1 find_end - a01487.html - gac12e9d93b9b26024222cc645d2a4a8d5 + a01571.html + gac87ec318bc02e705d66d5fd0fa39ef9b (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp) - _InputIterator + constexpr _InputIterator find_first_of - a01487.html - ga5f2c547c925b080c25f17765a755a0cb + a01571.html + gaea8fc4800a95b8265fa9cb95fa59bd0f (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2) - _InputIterator + constexpr _InputIterator find_first_of - a01487.html - ga4f6564022032cfc6ea5c24b6dce5b4a7 + a01571.html + gaf199abbf0999abcad6961a03e1e281a2 (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp) - _InputIterator + constexpr _InputIterator find_if - a01487.html - gaaf6e9995ebbd27994d7c73b375f86088 + a01571.html + gade6b6b32f46014ba584f31888251ff8f (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _InputIterator + constexpr _InputIterator find_if_not - a01487.html - gaa0bfffb70439c7d2cab9e917e8d604a6 + a01571.html + gaa1e095b7d34e95787fc4f826f6e588d9 (_InputIterator __first, _InputIterator __last, _Predicate __pred) ios_base & fixed - a01544.html + a01635.html af52d7537a34e913e7fb3f0ec2f27a8f2 (ios_base &__base) basic_ostream< _CharT, _Traits > & flush - a01544.html + a01635.html a8b74d0bc34dda8d29dd0950b4e5e661d (basic_ostream< _CharT, _Traits > &__os) - _Function + constexpr _Function for_each - a01487.html - ga36d3b88a382b4ad3bf55aff3f597522d + a01571.html + gae6cd08fec028e3f3f194d4f7896ee53a (_InputIterator __first, _InputIterator __last, _Function __f) - constexpr _Tp && - forward - a01483.html - gacb5baec338e12b99cb6bddea7506c7c6 - (typename std::remove_reference< _Tp >::type &__t) noexcept + constexpr _InputIterator + for_each_n + a01571.html + gadcf7d53917685606012e763edd290a6a + (_InputIterator __first, _Size __n, _Function __f) constexpr _Tp && forward - a01483.html + a01567.html gade8e8737b971a056c0ebba2de0295467 (typename std::remove_reference< _Tp >::type &&__t) noexcept - front_insert_iterator< _Container > + constexpr _Tp && + forward + a01567.html + gacb5baec338e12b99cb6bddea7506c7c6 + (typename std::remove_reference< _Tp >::type &__t) noexcept + + + constexpr tuple< _Elements &&... > + forward_as_tuple + a01567.html + gabb17aea09199e2c250d78b7657837144 + (_Elements &&... __args) noexcept + + + __detail::__integer_from_chars_result_type< _Tp > + from_chars + a01635.html + aec0e7f9e0d1924da1cd438899b4035e9 + (const char *__first, const char *__last, _Tp &__value, int __base=10) + + + constexpr front_insert_iterator< _Container > front_inserter - a01510.html - ga3042ef36dac917905beccc35389af1cb + a01594.html + gaab7f94ed4330b48ca9f1eccbc0850a51 (_Container &__x) const error_category & future_category - a01475.html + a01557.html ga5b4abfa468beb197d5bdac89e20afdb0 () noexcept - void + constexpr common_type_t< _Mn, _Nn > + gcd + a01635.html + abbedcde044881f8421ceab16190c00a1 + (_Mn __m, _Nn __n) noexcept + + + constexpr void generate - a01486.html - ga691c5789ea06238032ea649bf4b81855 + a01570.html + gab74c6d3ba1f5667d3efa65784096ad57 (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) _RealType generate_canonical - a01497.html + a01581.html ga2f17f21ce71bab2f3de9353f2ab02f13 (_UniformRandomNumberGenerator &__g) - _OutputIterator + constexpr _OutputIterator generate_n - a01486.html - gae428f053e61ca88f817152bd0f44c5fb + a01570.html + ga32129cb793a15f89f2c8df8631bfcaee (_OutputIterator __first, _Size __n, _Generator __gen) - constexpr __tuple_element_t< __i, tuple< _Elements... > > & + const error_category & + generic_category + a01549.html + ga2d722fa379aab45a027a595a2274c26c + () noexcept + + + constexpr const __tuple_element_t< __i, tuple< _Elements... > > && get - a01483.html - ga7f7d7109f98b031678c904fdd2a3613c - (tuple< _Elements... > &__t) noexcept + a01567.html + ga806a6004413f8b57ac2a1540711e2843 + (const tuple< _Elements... > &&__t) noexcept constexpr const __tuple_element_t< __i, tuple< _Elements... > > & get - a01483.html + a01567.html ga0387c70ab722f736a4ba52998469f1b3 (const tuple< _Elements... > &__t) noexcept + constexpr const _Tp && + get + a01567.html + gabf19639570c7f6a7025361d7f2d41ed7 + (const tuple< _Types... > &&__t) noexcept + + + constexpr const _Tp & + get + a01567.html + gadaa769abd0441f45a1c3968555cd9a21 + (const tuple< _Types... > &__t) noexcept + + constexpr __tuple_element_t< __i, tuple< _Elements... > > && get - a01483.html + a01567.html ga2403a27abb7055649be4b8176a87944f (tuple< _Elements... > &&__t) noexcept - constexpr _Tp & + constexpr __tuple_element_t< __i, tuple< _Elements... > > & get - a01483.html - ga1a04510341e660eac4f8f6b062e935dc - (tuple< _Types... > &__t) noexcept + a01567.html + ga7f7d7109f98b031678c904fdd2a3613c + (tuple< _Elements... > &__t) noexcept constexpr _Tp && get - a01483.html + a01567.html ga3f34a08fe13bed7a1d605c7ca6647ecc (tuple< _Types... > &&__t) noexcept - constexpr const _Tp & + constexpr _Tp & get - a01483.html - gadaa769abd0441f45a1c3968555cd9a21 - (const tuple< _Types... > &__t) noexcept - - - _Del * - get_deleter - a01478.html - ga6f732e9d75b33511b0d0f8f8cc1c84e3 - (const __shared_ptr< _Tp, _Lp > &__p) noexcept + a01567.html + ga1a04510341e660eac4f8f6b062e935dc + (tuple< _Types... > &__t) noexcept _Get_money< _MoneyT > get_money - a01544.html + a01635.html a56a0bd3288bc9be9850f71382f02fff8 (_MoneyT &__mon, bool __intl=false) new_handler get_new_handler - a01544.html + a01635.html a2aab280c9a87214e453f8f598827d13b () noexcept + pointer_safety + get_pointer_safety + a01561.html + ga5f87f54215cc4e65ba59d577194642b1 + () noexcept + + pair< _Tp *, ptrdiff_t > get_temporary_buffer - a01544.html + a01635.html ae302e2095436090c1181b9fac877be51 (ptrdiff_t __len) noexcept terminate_handler get_terminate - a01544.html - a5427b4061db7ec519fbd7ded55c38226 + a01576.html + ga5427b4061db7ec519fbd7ded55c38226 () noexcept _Get_time< _CharT > get_time - a01544.html + a01635.html ac26413a7982d8610fd018845a2078baa (std::tm *__tmb, const _CharT *__fmt) unexpected_handler get_unexpected - a01544.html - a08a755f5c21484846b4b0f3964580739 + a01576.html + ga08a755f5c21484846b4b0f3964580739 () noexcept basic_istream< _CharT, _Traits > & getline - a01544.html - a35decf46238ae28699f1a8adccae8577 - (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) + a01635.html + acf081acf46eaade2c239bdc42fe54263 + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str) basic_istream< _CharT, _Traits > & getline - a01544.html - a566ff30345f38dddfaf335a25088f5f7 - (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + a01635.html + a9c69645bd7667ae8b1786cd64473f53a + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) basic_istream< _CharT, _Traits > & getline - a01544.html - a3590b5fa48da4e75fbf0054287e3a46b - (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + a01635.html + a566ff30345f38dddfaf335a25088f5f7 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) basic_istream< _CharT, _Traits > & getline - a01544.html - a5021b4ffdf84c279afac9807d8706cb0 - (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + a01635.html + a35decf46238ae28699f1a8adccae8577 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) basic_istream< _CharT, _Traits > & getline - a01544.html - a9c69645bd7667ae8b1786cd64473f53a - (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + a01635.html + a5021b4ffdf84c279afac9807d8706cb0 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) basic_istream< _CharT, _Traits > & getline - a01544.html - acf081acf46eaade2c239bdc42fe54263 - (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str) + a01635.html + a3590b5fa48da4e75fbf0054287e3a46b + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) bool has_facet - a01495.html + a01579.html ga6b89e11cb621fe8ebd14969449a79271 (const locale &__loc) __gnu_cxx::__promote< _Tp >::__type hermite - a01500.html + a01584.html ga97632b8bf77c323b2369e8d327965bdf (unsigned int __n, _Tp __x) float hermitef - a01500.html + a01584.html ga94dae7444bb349e33057a92932db8abe (unsigned int __n, float __x) long double hermitel - a01500.html + a01584.html ga21f8e312ee3e65286f86bf141b0f32e0 (unsigned int __n, long double __x) ios_base & hex - a01544.html + a01635.html a6657c6357b609abbfd0507c8d1cdc90c (ios_base &__base) ios_base & hexfloat - a01544.html + a01635.html a2d00a8db7dacfdc214105141062cab29 (ios_base &__base) - bool + constexpr bool includes - a01489.html - ga67c9386f01daa7763952b9096ab94c96 + a01573.html + ga42787512adf6d9653abbb2ce26aed9fe (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) - bool + constexpr bool includes - a01489.html - gaeffeb80fabc63883a4d5e907ca922913 + a01573.html + ga93ad6e95e1d392f83ec1ce7d20892c57 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) - _Tp + constexpr _OutputIterator + inclusive_scan + a01596.html + ga540e844ba6c5fe2e9daf1269a885e9ad + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga595f419832752698e04564ecf013929e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga1d79b3e26a3c75a075e1585802f5c7cd + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _Tp __init) + + + constexpr _Tp inner_product - a01544.html - a721f223f1581a1054b7f55c4b456dd57 + a01596.html + gaee19c7558ac11a31ab3bb2dd390f4a82 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) - _Tp + constexpr _Tp inner_product - a01544.html - a20b37d44d13d779f7eab4a1ac98ca674 + a01596.html + gaab0eef2f424aef434aa167c329ef4a24 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) void inplace_merge - a01488.html + a01572.html ga5e5479e1ac5e92b0c1f77bcf762d07e9 (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last) void inplace_merge - a01488.html + a01572.html gaf6a8379ab8a648fd05d52ed0632081fa (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp) insert_iterator< _Container > inserter - a01510.html - ga289787d62ed6190c55ce9f2ea65aaa41 - (_Container &__x, _Iterator __i) + a01594.html + ga7c6a23630cd701a2d7c7b31e9879c0a6 + (_Container &__x, typename _Container::iterator __i) ios_base & internal - a01544.html + a01635.html a084be990a1caf21a3b1ce38fe61bad3f (ios_base &__base) - void + constexpr invoke_result_t< _Callable, _Args... > + invoke + a01635.html + a9d70c1873b60fbae1633ab361abe8af4 + (_Callable &&__fn, _Args &&... __args) noexcept(is_nothrow_invocable_v< _Callable, _Args... >) + + + constexpr void iota - a01544.html - ae2511dfcafd338758fa6670e3055bec1 + a01596.html + ga854ad160d17fe9e284d784acd491e69f (_ForwardIterator __first, _ForwardIterator __last, _Tp __value) - bool + constexpr bool is_heap - a01509.html - ga33b76a74543508747285e182dce4e7ba + a01593.html + ga3785c38d395797416caf65c13fc05fe1 (_RandomAccessIterator __first, _RandomAccessIterator __last) - bool + constexpr bool is_heap - a01509.html - ga37f2af54af0ffe3b364736c8bd84314e + a01593.html + ga23ae1c196f637559cfc2bc40413cc10f (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator is_heap_until - a01509.html - gad3cf2f5b736b585f20dfd29ba24293e1 + a01593.html + ga0b7e907bc18cc48c1f9ef0992267e0d7 (_RandomAccessIterator __first, _RandomAccessIterator __last) - _RandomAccessIterator + constexpr _RandomAccessIterator is_heap_until - a01509.html - gac559e3fbb78b63111a38545f7f530f23 + a01593.html + gae716536e51944e32f2f043c696a47213 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - bool + constexpr bool is_partitioned - a01486.html - gaba1a020bbd42810ce065fa9e239652d6 + a01570.html + ga4b6777120ebee50005d9b44e53dbeb35 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - bool + constexpr bool is_permutation - a01487.html - gadc446c7587539490a05da590d6c51a58 + a01571.html + gadb5c9b3733f74ddb34f5d6b85539091d (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) - bool + constexpr bool is_permutation - a01487.html - ga714d45aee3d18a5e281557b48d092b8e + a01571.html + gab0f190fd29edcd68d795ede92d3335ca (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _BinaryPredicate __pred) - bool + constexpr bool is_permutation - a01487.html - ga1ce2f1378028db705f805394b6e150a7 + a01571.html + gaf45561caae23ad398330e25945aba8bd (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - bool + constexpr bool is_permutation - a01487.html - gad8c1b9d831347f0795b364b59b5c9daf + a01571.html + gad272d7d10f9a23c8ce39ea30d286609c (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) - bool + constexpr bool is_sorted - a01488.html - ga3a5337f3b4d2394123033a6c6279abbb + a01572.html + ga3a18da5fbc7d6f2b56f43156e13d02d2 (_ForwardIterator __first, _ForwardIterator __last) - bool + constexpr bool is_sorted - a01488.html - gaba6fffa1d87bd34155dcd980bbe02a53 + a01572.html + gae2dd5c04be65e5bf5419776aeac1eda2 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator is_sorted_until - a01488.html - ga76cfb20887dfce8ce554053b6b6935c9 + a01572.html + ga1373b346c799069f5c45c05993aeaf7f (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator is_sorted_until - a01488.html - ga07069e2148fa7ce5fc6df47a43fd8240 + a01572.html + ga1e8cc41416bcbf277d408aa81bf1f051 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) bool isalnum - a01544.html + a01635.html a5ed2f4fbd4906acc523688bd4413c0a7 (_CharT __c, const locale &__loc) bool isalpha - a01544.html + a01635.html ad9b540b5d331edca5e6b8c9ac0ae2b41 (_CharT __c, const locale &__loc) bool isblank - a01544.html + a01635.html a40d8b84052bcaa94888bad01890ce72c (_CharT __c, const locale &__loc) bool iscntrl - a01544.html + a01635.html adcec25eda0a6f12b4c9d7453f30a5a69 (_CharT __c, const locale &__loc) bool isdigit - a01544.html + a01635.html a385dc92279bd0d29a34d143be653d0e1 (_CharT __c, const locale &__loc) bool isgraph - a01544.html + a01635.html a03fa822c443ea8d03c55c7a4affc204f (_CharT __c, const locale &__loc) bool islower - a01544.html + a01635.html a21d54d07c27156b1bb5c49155cbd58d1 (_CharT __c, const locale &__loc) bool isprint - a01544.html + a01635.html acb62bfd8b68d18e2f7902f6bc953b5be (_CharT __c, const locale &__loc) bool ispunct - a01544.html + a01635.html a74f97c8b1d25427e90b431e45bfba150 (_CharT __c, const locale &__loc) bool isspace - a01544.html + a01635.html a1adaf858b8edfbfdfcb64f9f6086827e (_CharT __c, const locale &__loc) bool isupper - a01544.html + a01635.html a50bacb17f1babb86a1239cdc0cf66089 (_CharT __c, const locale &__loc) bool isxdigit - a01544.html + a01635.html a2176db62da3573c57096dfe6c2221cb3 (_CharT __c, const locale &__loc) - void + constexpr void iter_swap - a01486.html - gad93e66478d9a63e5777733be09931388 + a01570.html + ga1a4776ef39f6174250c03233358482df (_ForwardIterator1 __a, _ForwardIterator2 __b) _Tp kill_dependency - a01491.html + a01575.html gac8b65b60a2e0cb41d573f174a4c3c423 (_Tp __y) noexcept __gnu_cxx::__promote< _Tp >::__type laguerre - a01500.html + a01584.html gacae65579b397fddcd27954380d364a58 (unsigned int __n, _Tp __x) float laguerref - a01500.html + a01584.html gada763419b0e21b38e38daa8b6eb56a8c (unsigned int __n, float __x) long double laguerrel - a01500.html + a01584.html gaaf8b141edf9163b37ea4f2ed3e0191fc (unsigned int __n, long double __x) + constexpr common_type_t< _Mn, _Nn > + lcm + a01635.html + a91d53deec90c698887d8d1c0a31a1132 + (_Mn __m, _Nn __n) noexcept + + ios_base & left - a01544.html + a01635.html a96d1c2cab30f14f4e34ccb460f1ad1c9 (ios_base &__base) __gnu_cxx::__promote< _Tp >::__type legendre - a01500.html + a01584.html gaf6eac7fcb98e25b8f3f7d1b95fa7add8 (unsigned int __l, _Tp __x) float legendref - a01500.html + a01584.html gaed94e3c664c99f5204da75be75aeac21 (unsigned int __l, float __x) long double legendrel - a01500.html + a01584.html ga1b39bc22e3cc4860d08eb54099460391 (unsigned int __l, long double __x) - bool + constexpr bool lexicographical_compare - a01488.html - ga869d1fd6bb4929ef491edbfdbcc9f7b9 + a01572.html + ga8eff9effc89d8fd28bce9a6951b81f5d (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) - bool + constexpr bool lexicographical_compare - a01488.html - gae179ce2d015dc0908973644687dce4c6 + a01572.html + ga9cd54bcbe68e78e8751c700263ae6ef5 (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp) + void + lock + a01585.html + ga82fa606b1427f731ac64bb8ac49221f3 + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) + + complex< _Tp > log - a01473.html + a01554.html ga42f2de63a5c18a149f94b926d4d6bb21 (const complex< _Tp > &) complex< _Tp > log10 - a01473.html + a01554.html ga070941f6cb66b0e4619891010c008250 (const complex< _Tp > &) - _ForwardIterator + constexpr _ForwardIterator lower_bound - a01490.html - ga6f1d41eed9a1fabbae1d54b384b07061 + a01574.html + ga29dbb510baabe37e875632324fe79030 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator lower_bound - a01490.html - ga80229c3a1e83296551a68c44bda48696 + a01574.html + ga0a333aa6885cb45137c84b2839f3326f (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + any + make_any + a01567.html + gadf724998344c555cefd77b9d25923c80 + (_Args &&... __args) + + + any + make_any + a01567.html + gac40046e75ee2ceb34a5ae9864d4afb5d + (initializer_list< _Up > __il, _Args &&... __args) + + error_code make_error_code - a01475.html + a01557.html ga32bbe57d8ae969ac5cee4f0c48c3e63f (future_errc __errc) noexcept error_condition make_error_condition - a01475.html + a01557.html ga298f6b4607ddc74c173e6f8887f72047 (future_errc __errc) noexcept exception_ptr make_exception_ptr - a01492.html + a01576.html ga200c1d3152b2fd43b206da6c031b9730 (_Ex __ex) noexcept - void + constexpr void make_heap - a01509.html - ga3de7da79c8fb3f306ce06ed566235b28 + a01593.html + gad3d50b3f215e8552b845b7e243a00183 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void make_heap - a01509.html - ga84545d446162758eb0dc4a9ea5fa5cbc + a01593.html + ga2a685c934e85086e5ac372026e8064f6 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > - make_pair - a01483.html - ga0409e288f07b697cb6885d1002df0bd6 - (_T1 &&__x, _T2 &&__y) - - - _GLIBCXX17_CONSTEXPR reverse_iterator< _Iterator > + constexpr reverse_iterator< _Iterator > make_reverse_iterator - a01510.html - ga9e3e5a1381a184399ee52df0068818ae + a01594.html + ga121f5acaaa4ea7a7c3ba5647fbcba176 (_Iterator __i) - shared_ptr< _Tp > - make_shared - a01478.html - ga1f3ad1c876ee5b203367e06d74fe0bf2 - (_Args &&... __args) - - - _MakeUniq< _Tp >::__single_object - make_unique - a01478.html - gab72611d8b399709730dd7be9a90edd50 - (_Args &&... __args) - - - _MakeUniq< _Tp >::__array - make_unique - a01478.html - ga09f53b8490110f541d003bf411412060 - (size_t __num) - - - _MakeUniq< _Tp >::__invalid_type - make_unique - a01478.html - ga387ad6ac7691e01c380813a870d6483e - (_Args &&...)=delete - - - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga84d30d8c4b3f2cbe8ec2055c34a578da + a01572.html + gab98f0838f871a26317aaa71211b65a9c (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + a01572.html + gacd491cbbfc0452492f8fe4b7c3760b0d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator max_element - a01488.html - ga6c310c6d1db64624d3097dd06838ef9b + a01572.html + gacf8e17bbc480ed6676ec0d1a326f4a05 (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator max_element - a01488.html - gab0bc7a1a77eead2e4af61c6506230104 + a01572.html + ga672a1736a849c3f4675f4c13a3068884 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _Mem_fn< _Tp _Class::* > + constexpr _Mem_fn< _Tp _Class::* > mem_fn - a01502.html - gadd917dd05154842bc6aebcf5c90abb7f + a01586.html + gae847a3a8ff926c0418e321a1719f9438 (_Tp _Class::*__pm) noexcept - _OutputIterator + constexpr _OutputIterator merge - a01488.html - gabb18bc670a27e539246a2eb154f60351 + a01572.html + ga0d39bebd559751b145e409dd2e41ab1d (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator merge - a01488.html - ga7f7771648d074e296d019153633efa8d + a01572.html + ga7d075968551b0f77f71052e8832a5b88 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - gad48656de2f272a953455e1fff2532125 + a01572.html + gae9cf068dc91c8779040669efa4a8cf65 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - ga6499dc0f7db12560643a3b79db5357f6 + a01572.html + ga7909b7a198cc9c418432b4b2b138cac1 (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator min_element - a01488.html - ga1de5df2bd9b3d6e5716e82c95ae6df2a + a01572.html + ga1bc18030e0f9d1b83be2e8f0718fe72c (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator min_element - a01488.html - gaef494344047573854d8e2d34070fd2b4 + a01572.html + ga0c580be620f774d1b197c9db950b42ce (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga67c7bf4c4b3c5cbf251a3812e06e0308 + a01572.html + gae02c72c1390894648ba6d61ab8990db6 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga74c98df71fd53702699434040aacb249 + a01572.html + gad98dfb06baec2f6d60027e169853a05d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > minmax_element - a01488.html - gabaec6cf28af83896d2253693d08d4cfe + a01572.html + gafae0b4df34a950ed0c4f9f57cd9180f6 (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > minmax_element - a01488.html - gaa8e6bf20463e0f605a548e7d7efb099d + a01572.html + ga5aced643e81b2410a783b9795b9bde0e (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga44ee120346d18fb398be3891eb4a8c0c + a01571.html + ga42c6486a4ecbe99a5c9f0c35476c3dfd (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - gad3cb7460f4803c1073882c89456bb75c + a01571.html + gadb3a35d203f3cabb80b29280326d228f (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga67d3e43b97d25f32dd1661a93aa85ff1 + a01571.html + ga9c98f3d33806548286d03d46d63d46e5 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga07f5690e64fb9ece316f84ec99c28e5d + a01571.html + ga9d57eabf2ccbc15190c47b17b6b0b495 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred) - constexpr std::remove_reference< _Tp >::type && + constexpr _OI move - a01483.html - ga9f81219bfbfaac50d44f79095a639620 - (_Tp &&__t) noexcept + a01570.html + gac49c576614909405700e37ae1f48a946 + (_II __first, _II __last, _OI __result) - _OI + constexpr std::remove_reference< _Tp >::type && move - a01486.html - gaedffc88b77674cbf9966e30a9c275bb6 - (_II __first, _II __last, _OI __result) + a01567.html + ga9f81219bfbfaac50d44f79095a639620 + (_Tp &&__t) noexcept - _BI2 + constexpr _BI2 move_backward - a01486.html - ga1743475fe627f5302b98ae41f8bf0ad5 + a01570.html + gae2059ffdbdafd630dc5d7071295f8287 (_BI1 __first, _BI1 __last, _BI2 __result) constexpr conditional< __move_if_noexcept_cond< _Tp >::value, const _Tp &, _Tp && >::type move_if_noexcept - a01483.html + a01567.html gad065507b1d170a56e1ee2c77251554a3 (_Tp &__x) noexcept - bool + constexpr bool next_permutation - a01488.html - ga0a84cc794bbfca40a0664edaedd05c34 + a01572.html + ga7cce728835fcad7eed2570eb759131d8 (_BidirectionalIterator __first, _BidirectionalIterator __last) - bool + constexpr bool next_permutation - a01488.html - ga84b626c10da677e22bdbbb058cc8e7da + a01572.html + ga1f1bd3ed6c1fbd4ba5f8b24fc7caf820 (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) ios_base & noboolalpha - a01544.html + a01635.html ad6ef73da482fa14835d126faec1e4548 (ios_base &__base) - bool + constexpr bool none_of - a01487.html - ga245f9003d26e4ca6c9b304c4cca2c77f + a01571.html + gac29843ee5bba1e64ad95375984c37010 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _Tp + constexpr _Tp norm - a01473.html - gaef96fd255c2f6d73472660ba65e283c7 + a01554.html + gade0e259f6fab0ba4cd6a833cace630d7 (const complex< _Tp > &) ios_base & noshowbase - a01544.html + a01635.html ae40e0e6a5a4292cc070a737693bce4ab (ios_base &__base) ios_base & noshowpoint - a01544.html + a01635.html acacc67bedbef4625ffdf88d2b188a9f5 (ios_base &__base) ios_base & noshowpos - a01544.html + a01635.html ab7219399afb34c97c7c439be76b2eb49 (ios_base &__base) ios_base & noskipws - a01544.html + a01635.html a371c82c535d8f1e6c245524313394a9a (ios_base &__base) - _GLIBCXX14_CONSTEXPR unary_negate< _Predicate > + constexpr unary_negate< _Predicate > not1 - a01506.html - gaa48ba7f453a3e4aec335c304eab89d3b + a01590.html + ga0d131aa8d78b6d5e6b78c4e463cfbdd2 (const _Predicate &__pred) - _GLIBCXX14_CONSTEXPR binary_negate< _Predicate > + constexpr binary_negate< _Predicate > not2 - a01506.html - ga1244dfac05a74c4665bef243704f51b1 + a01590.html + gac769580fe6668a296d79a3c3db4b346d (const _Predicate &__pred) - ios_base & - nounitbuf - a01544.html - a205c934d476ce13b62c74c1e1229e906 - (ios_base &__base) - - - ios_base & - nouppercase - a01544.html - a0b1c781ecc10f910c74dd2ff27a1f2ae - (ios_base &__base) - - - void - nth_element - a01488.html - ga3a4f2ca9c1c627576aeeaa99181c8c63 - (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) - - - void - nth_element - a01488.html - ga6d43f0d62204409f18762c8e1bf1867b - (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) - - - ios_base & - oct - a01544.html - a5fa596d5be9b0fbcf9d9c18b6ed1fe0e - (ios_base &__base) - - - bool - operator!= - a01510.html - ga51a6d053b3eb004ee172b8e7ef066854 - (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) - - - bool - operator!= - a01544.html - afdb0fb782a02d3c036f1312b28a7711d - (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept - - - bool - operator!= - a01544.html - a481ee02f06a7c42bd2762516975d7082 - (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) - - - bool - operator!= - a01544.html - a98c391c7d64a5a01cf0d162c4fb959ca - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - - - bool - operator!= - a01537.html - gafb9c9578afd0299fc357581cb848f2fd - (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) + constexpr auto + not_fn + a01635.html + a1c2241d49b0de9887e33f399cf119f29 + (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn && >::value) - constexpr bool - operator!= - a01483.html - ga226dae1d9406b9c3804f20d31c15e21a - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + ios_base & + nounitbuf + a01635.html + a205c934d476ce13b62c74c1e1229e906 + (ios_base &__base) - bool - operator!= - a01537.html - ga08598cac266ed03507603ca6d6c27ce2 - (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) + ios_base & + nouppercase + a01635.html + a0b1c781ecc10f910c74dd2ff27a1f2ae + (ios_base &__base) - bool - operator!= - a01544.html - a48d985ba8cc72e159372b14b9114da73 - (const function< _Res(_Args...)> &__f, nullptr_t) noexcept + constexpr void + nth_element + a01572.html + gad2d11e737b96371885931c3ba8e3645e + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) - bool - operator!= - a01544.html - ac0daaa77f5550fd185352175aa05fc89 - (nullptr_t, const function< _Res(_Args...)> &__f) noexcept + constexpr void + nth_element + a01572.html + ga0b77881d58e25fdfd0536dc100bfe635 + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) - bool - operator!= - a01537.html - ga58cddddd716e5fe8d9ef54732399b68f - (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) + ios_base & + oct + a01635.html + a5fa596d5be9b0fbcf9d9c18b6ed1fe0e + (ios_base &__base) bool operator!= - a01544.html - a20729b0ed4cf42aa7dba9c24e71243f0 - (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + a01635.html + ad109463a06be6ce8e32bd270cc92e7c8 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator!= - a01544.html - a2855896e6ac169748344ed4e2f064ccb - (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + a01635.html + a5cc85385236f8a6157f148fcf2505196 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator!= - a01499.html - ga82e9b319feda06c3f9bbc8c501d7ed5c - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + a01635.html + a9551f72d5a20e1b3db6d73876b71be9c + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator!= - a01499.html - ga26b97c6b57337790d75c65c39461d57b - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a01fe16a0529fecdacda453c5cb1ce28a + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator!= - a01537.html - ga223f7056b37b325f9d70eda843982dff - (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) + a01635.html + ae4e62dff9be77e98ba29da34c0eee1b7 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator!= - a01544.html - a376c99e0db4e24c69c2beecd6c11b54e - (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + a01635.html + a48d985ba8cc72e159372b14b9114da73 + (const function< _Res(_Args...)> &__f, nullptr_t) noexcept bool operator!= - a01499.html - ga4c4c0391a3cd864c981a2752bbb39e87 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + a01635.html + a44ba4a39615cc57e58325da2c9a2372c + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator!= - a01499.html - ga4c5fbbe825fb3b00793f87d5b0f84b37 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a6b5d199f9e89bfca5738b76671a4118b + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator!= - a01537.html - ga8ad332f998832aa3bbf426abf441c34a - (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) + a01583.html + gabaac77113d0fd8c575e3a955eff37e10 + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) bool operator!= - a01499.html - gaeffd353ea0720cf2338ac2cd23511b9f - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + a01635.html + a376c99e0db4e24c69c2beecd6c11b54e + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator!= - a01499.html - gafd4ac060b48dc528864dcb79b7ac47b9 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a20729b0ed4cf42aa7dba9c24e71243f0 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator!= - a01544.html - ae4e62dff9be77e98ba29da34c0eee1b7 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + a01635.html + a98c391c7d64a5a01cf0d162c4fb959ca + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator!= - a01544.html - a6b5d199f9e89bfca5738b76671a4118b - (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + a01635.html + a2855896e6ac169748344ed4e2f064ccb + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator!= - a01499.html - ga4a40078467f136b65820875414060d72 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + a01635.html + a481ee02f06a7c42bd2762516975d7082 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator!= - a01537.html - ga47c5a5d9835e00a60a76f4be7ea0f671 - (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) + a01631.html + ga1b42c0c69b003733630addb17455e78c + (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) bool operator!= - a01544.html - aa8e4871fc2d47ad1f14e43949b9ce938 - (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + a01631.html + ga03255c2d29292408f9e417d8c19749d5 + (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) bool operator!= - a01539.html - gaca2a091ac2ef5b09deba9d1d185b16ad - (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) + a01630.html + gaf8d44ddbae75bc9aac07aca501130b3a + (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) bool operator!= - a01539.html - gae4180334ebfbfbbae6f1f9901819a52e - (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) + a01630.html + gac4dbdb98454ba9eac4efedb236380fff + (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) bool operator!= - a01544.html - a44ba4a39615cc57e58325da2c9a2372c - (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + a01627.html + ga223f7056b37b325f9d70eda843982dff + (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) bool operator!= - a01499.html - gabaac77113d0fd8c575e3a955eff37e10 - (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + a01632.html + gaf7323b91cdc741135f4099930580987b + (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) bool operator!= - a01540.html - ga227eec7c437a7d893172e4387a0fb041 - (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) + a01632.html + gadb6734dde139796b0c17ab7da2092000 + (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) bool operator!= - a01544.html - a01fe16a0529fecdacda453c5cb1ce28a - (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + a01632.html + ga7cb0e95ae2658e8fbce52e9b83969955 + (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) bool operator!= - a01540.html - ga611caefadf0614ec3e3a5bd8a95c11ac - (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) + a01630.html + gabeee8cc21eaf2d1ac14d819e56e933ee + (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) bool operator!= - a01540.html + a01630.html gafdf8a737eaa64e171fd0617603e7a6a7 (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) bool operator!= - a01540.html - gac4dbdb98454ba9eac4efedb236380fff - (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) + a01631.html + gada2797560998107294e60ece46615d73 + (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) bool operator!= - a01540.html - gaf8d44ddbae75bc9aac07aca501130b3a - (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) + a01627.html + ga8ad332f998832aa3bbf426abf441c34a + (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) bool operator!= - a01540.html - gabeee8cc21eaf2d1ac14d819e56e933ee - (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) + a01627.html + gafb9c9578afd0299fc357581cb848f2fd + (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) bool operator!= - a01540.html - ga9f65157c0c5e6316e415b7fbf5edbad4 - (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) + a01630.html + ga611caefadf0614ec3e3a5bd8a95c11ac + (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) bool operator!= - a01541.html - ga1b42c0c69b003733630addb17455e78c - (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) + a01627.html + ga08598cac266ed03507603ca6d6c27ce2 + (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) bool operator!= - a01541.html - ga03255c2d29292408f9e417d8c19749d5 - (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) + a01631.html + ga0ecd009cd763508bbac68e62a14fa73c + (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) bool operator!= - a01541.html - gada2797560998107294e60ece46615d73 - (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) + a01630.html + ga227eec7c437a7d893172e4387a0fb041 + (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) bool operator!= - a01541.html - ga0ecd009cd763508bbac68e62a14fa73c - (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) + a01632.html + ga1c4c402db457c46e730ba427efda1f5a + (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) bool operator!= - a01542.html - ga16e064b3a8822c1a5b84e0b146b2a701 - (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) + a01632.html + ga34f4ca07d82381cbfd41b4563b5f265e + (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) bool operator!= - a01542.html - gadb6734dde139796b0c17ab7da2092000 - (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) + a01632.html + ga16e064b3a8822c1a5b84e0b146b2a701 + (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) bool operator!= - a01542.html - ga93a5f8cbd4387728796f825a8004f3fe - (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) + a01627.html + ga47c5a5d9835e00a60a76f4be7ea0f671 + (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) bool operator!= - a01542.html - ga7cb0e95ae2658e8fbce52e9b83969955 - (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) + a01630.html + ga9f65157c0c5e6316e415b7fbf5edbad4 + (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) bool operator!= - a01542.html - gaf7323b91cdc741135f4099930580987b - (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) + a01627.html + ga58cddddd716e5fe8d9ef54732399b68f + (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) bool operator!= - a01542.html - ga1c4c402db457c46e730ba427efda1f5a - (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) + a01629.html + gaca2a091ac2ef5b09deba9d1d185b16ad + (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) bool operator!= - a01544.html - a9551f72d5a20e1b3db6d73876b71be9c - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01629.html + gae4180334ebfbfbbae6f1f9901819a52e + (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) bool operator!= - a01544.html - ad109463a06be6ce8e32bd270cc92e7c8 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01632.html + ga93a5f8cbd4387728796f825a8004f3fe + (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) bool operator!= - a01544.html - a5cc85385236f8a6157f148fcf2505196 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + a01635.html + aa8e4871fc2d47ad1f14e43949b9ce938 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator!= - a01542.html - ga34f4ca07d82381cbfd41b4563b5f265e - (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) - - - complex< _Tp > - operator+ - a01473.html - gaac2395bda171943484a3d3c535cc37a2 - (const complex< _Tp > &__x) + a01635.html + ac0daaa77f5550fd185352175aa05fc89 + (nullptr_t, const function< _Res(_Args...)> &__f) noexcept basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - a31fffa82cc0872d928c7d11371c34c49 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a952b727c802635e947a9a6b64f2f3ed1 + (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html + a01635.html ae220860a64ea80fb9522daf38053aa8f (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - a952b727c802635e947a9a6b64f2f3ed1 - (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + aa8298429823127738ccdf0b66e07249e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html + a01635.html a7ba297cc435f21d90383baeebae8652c (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) basic_string< _CharT, _Traits, _Alloc > operator+ - a01544.html - aa8298429823127738ccdf0b66e07249e - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs) + a01635.html + a31fffa82cc0872d928c7d11371c34c49 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) - complex< _Tp > - operator- - a01473.html - ga479334c2b1525df001a5dc01e3218708 + constexpr complex< _Tp > + operator+ + a01554.html + ga8b84eb785c22823b2510b937f04c0c8d (const complex< _Tp > &__x) - bool - operator< - a01544.html - a53d215eee36632ee43c5039c54d648ae - (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) - - - bool - operator< - a01544.html - a7d32b48a9dc0ee1316aedbde00a1a8fd - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - - - constexpr bool - operator< - a01483.html - ga69e152dbea8e3ca77b307634084fb164 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - bool - operator< - a01544.html - a203ef17a8b706e78acfa3d05f30e20ca - (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) - - - bool - operator< - a01544.html - a7f56f6da4d4f20444cbbab54a95e99e5 - (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) - - - bool - operator< - a01499.html - gad9079e03d834c2dfd61dfae4f73f0031 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - - bool - operator< - a01499.html - ga341b35e5b4af405e08d5c2abb676cf39 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator< - a01544.html - a64f0c6157f108a5bfe4ac5096e5bc4b2 - (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + constexpr complex< _Tp > + operator- + a01554.html + ga62308dc6db5797ac77e887d17ee63767 + (const complex< _Tp > &__x) bool operator< - a01499.html - ga20182f0fe24d991ad8a8daede16933fa - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + a01635.html + a5a6f7a1317ae28e6f2b71a0497873e25 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator< - a01499.html - ga11e1ee39f1b05e646abe2caea0565967 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a27a4470c800ce13f6c1220c5ec11c360 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator< - a01499.html - ga01622c3d750044cf92cd8a1eaa89ca5b - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + a01635.html + aa0eb871a6a5db29c6fa9c682b7808bdd + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator< - a01499.html - ga1862d7e70ac15663db23831edbc4d06f - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a15c710c3bf507d1a7bdf5f8de40cafe2 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator< - a01544.html + a01635.html a5e86344cdca451bac42e9d9936e99353 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator< - a01544.html - a3cbf6143f4ce61b7174408e06a4181f0 - (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + a01635.html + a7b31ae4487ff01fcb215071c0f521caa + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator< - a01499.html - gabc00ef86c05a9226d2007dd587c196f3 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + a01635.html + a3cbf6143f4ce61b7174408e06a4181f0 + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator< - a01544.html - a8fcefae1f44d9e5656f2231d04742454 - (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + a01635.html + a64f0c6157f108a5bfe4ac5096e5bc4b2 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator< - a01544.html - a7b31ae4487ff01fcb215071c0f521caa - (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + a01635.html + a203ef17a8b706e78acfa3d05f30e20ca + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator< - a01544.html - a15c710c3bf507d1a7bdf5f8de40cafe2 - (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + a01635.html + a7d32b48a9dc0ee1316aedbde00a1a8fd + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator< - a01544.html - aa0eb871a6a5db29c6fa9c682b7808bdd - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01635.html + a7f56f6da4d4f20444cbbab54a95e99e5 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator< - a01544.html - a27a4470c800ce13f6c1220c5ec11c360 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + a01635.html + a53d215eee36632ee43c5039c54d648ae + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator< - a01544.html - a5a6f7a1317ae28e6f2b71a0497873e25 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a8fcefae1f44d9e5656f2231d04742454 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) - std::basic_ostream< _Ch, _Tr > & + __rvalue_stream_insertion_t< _Ostream, _Tp > operator<< - a01478.html - ga8f7159a55b4df5308fa03b531586fb2b - (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) + a01635.html + a6b07dbda8f92d471e98bbedc19ae7f6a + (_Ostream &&__os, const _Tp &__x) basic_ostream< _CharT, _Traits > & operator<< - a01473.html - ga2ba7b3cbabd5345e19d26796f766c6c0 - (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) - - - enable_if< __and_< __not_< is_lvalue_reference< _Ostream > >, __is_convertible_to_basic_ostream< _Ostream >, __is_insertable< __rvalue_ostream_type< _Ostream >, const _Tp & > >::value, __rvalue_ostream_type< _Ostream > >::type - operator<< - a01544.html - a8d0f4660661dc80ee079bdfa88eebd2b - (_Ostream &&__os, const _Tp &__x) + a01635.html + ac4faea5494eaad9201d45d8687792782 + (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) - std::basic_ostream< _CharT, _Traits > & + basic_ostream< _CharT, _Traits > & operator<< - a01537.html - ga1e56f8bee410b0ebf924661d35faf834 - (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + a01635.html + a7ce367a2dac030dcf212d89846f6c6ff + (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str) - basic_ostream< _Ch_type, _Ch_traits > & + basic_ostream< _CharT, _Traits > & operator<< - a01499.html - ga3e80f96ee978fcba07dec04a3d9e1f3b - (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) + a01554.html + ga2ba7b3cbabd5345e19d26796f766c6c0 + (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html ga268e36f52e1a1ba938eeaa95509796ca (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html gad31a64335591da810bc4719b847783ec (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) - basic_ostream< _CharT, _Traits > & - operator<< - a01544.html - ac4faea5494eaad9201d45d8687792782 - (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) - - - std::basic_ostream< _CharT, _Traits > & - operator<< - a01540.html - gabc0fe37b26c3b5de242cd4261cde3aed - (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) - - std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html + a01631.html ga17d284660a1656bc205dd834125e5543 (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html - ga50ccdd252598b9c017837d26588463d2 - (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + a01630.html + gabc0fe37b26c3b5de242cd4261cde3aed + (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html + a01632.html ga24847f7a1a655893e956f636db4e9f3a (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga5d78bcb5583afa9e1871301f9d6d9c68 - (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) - - - std::basic_ostream< _CharT, _Traits > & - operator<< - a01542.html + a01632.html ga65897cd1a592c0a6c399072ec1ef7192 (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) - basic_ostream< _CharT, _Traits > & + std::basic_ostream< _CharT, _Traits > & operator<< - a01544.html - a7ce367a2dac030dcf212d89846f6c6ff - (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str) - - - bool - operator<= - a01544.html - a930dd0467ade4b159f585b09a918c395 - (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) - - - bool - operator<= - a01544.html - a8d12abc1fb7e7cd1c53769a0fc5ff75f - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - - - constexpr bool - operator<= - a01483.html - ga9e2bd7d69af9d03b7df4858595a3202e - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - bool - operator<= - a01544.html - adb3e9ff06db8a5cc1105aaea9e01abd2 - (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) - - - bool - operator<= - a01544.html - a5b152596ab130d1c97908b694e5fd761 - (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) - - - bool - operator<= - a01499.html - ga6d0ebab63e2fcfb19ad69237091d4d7f - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) - - - bool - operator<= - a01499.html - ga4fd4bec06d2b472f7002ee98aea643af - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator<= - a01544.html - a54c920ed5017335b380d77d540169c76 - (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) - - - bool - operator<= - a01499.html - gac012e10e6bb4ba58875ad515b9b9f05d - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - - bool - operator<= - a01499.html - ga490e9054301cbb70120a6b0202cee45d - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator<= - a01499.html - ga5620ce8b20ede9f7494a66af23212304 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - - bool - operator<= - a01499.html - ga84b53be86a6dfea454c23d5207d0864d - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator<= - a01544.html - a407132a3a46dfa53d8f1e7810ee5b54d - (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) - - - bool - operator<= - a01544.html - af19b07884ac9b3b0986b70d79bdc7ec1 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - - bool - operator<= - a01499.html - gaeb2fd054122ecce964976201c05a73cc - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - - bool - operator<= - a01544.html - acc2c10d2a7234cc66fd327a6f65954f7 - (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) - - - bool - operator<= - a01544.html - ab0de944941fcbe6618dba4837b31deaa - (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) - - - bool - operator<= - a01544.html - a8921c2d57c14b7e9702a9500bde8aba9 - (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + a01631.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) - bool - operator<= - a01544.html - a25c829a4d9c4e577f0b11223bd00aced - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + std::basic_ostream< _CharT, _Traits > & + operator<< + a01627.html + ga1e56f8bee410b0ebf924661d35faf834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) - bool - operator<= - a01544.html - ac39a97945b49c71df0816226ff72807f - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + std::basic_ostream< _CharT, _Traits > & + operator<< + a01632.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) bool operator<= - a01544.html + a01635.html a72de11bf9e31d206cda3e333812a3f5a (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool - operator== - a01510.html - ga0431ac39f84ec7f88d6bdb9db72bd5b9 - (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + operator<= + a01635.html + ac39a97945b49c71df0816226ff72807f + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool - operator== - a01544.html - a50d898f211d37c5a47907f462b0b17f1 - (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs) + operator<= + a01635.html + a25c829a4d9c4e577f0b11223bd00aced + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool - operator== - a01544.html - a8ad91c3a594fa5e289bbf4aaad7ae58c - (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept + operator<= + a01635.html + a8921c2d57c14b7e9702a9500bde8aba9 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool - operator== - a01544.html - a05fbef1e7e15558f5933ed15a339e97d - (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) - - - _GLIBCXX17_CONSTEXPR bool - operator== - a01510.html - gaadf1270d8fcc1bdae9a699e3d85c7986 - (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) + operator<= + a01635.html + af19b07884ac9b3b0986b70d79bdc7ec1 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool - operator== - a01544.html - a7aeb223367d887a2b7f358a50e15e6f2 - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) - - - constexpr bool - operator== - a01483.html - ga5559f33b5ba6dbf83e961888d324dd40 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + operator<= + a01635.html + ab0de944941fcbe6618dba4837b31deaa + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool - operator== - a01544.html - ad2629e7ee31ca36d6d593639e698db6b - (const function< _Res(_Args...)> &__f, nullptr_t) noexcept + operator<= + a01635.html + a407132a3a46dfa53d8f1e7810ee5b54d + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool - operator== - a01544.html - a225870d9721816ebaa535af4e19d0cc1 - (nullptr_t, const function< _Res(_Args...)> &__f) noexcept + operator<= + a01635.html + a54c920ed5017335b380d77d540169c76 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool - operator== - a01544.html - ada60c841e9fe08814304ae79d35267de + operator<= + a01635.html + adb3e9ff06db8a5cc1105aaea9e01abd2 (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool - operator== - a01544.html - aeed20ec23d92debc5bd1a0c0ee6c1b52 - (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + operator<= + a01635.html + a8d12abc1fb7e7cd1c53769a0fc5ff75f + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool - operator== - a01499.html - ga89f3784efc6a944b4857408f1fcf7f3b - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + operator<= + a01635.html + a5b152596ab130d1c97908b694e5fd761 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool - operator== - a01499.html - ga811c7e6a67b83ef003e899c4ea93b910 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + operator<= + a01635.html + a930dd0467ade4b159f585b09a918c395 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool - operator== - a01544.html - a5d6c242794f6d1866eb9cc58678ce8b1 - (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + operator<= + a01635.html + acc2c10d2a7234cc66fd327a6f65954f7 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator== - a01499.html - gae583f778cadadef72db1f8afaa7bc4a1 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + a01635.html + aecebb49b7915414fe7fd3eaff7c8516c + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator== - a01499.html - ga472d58de0896c76b3d402dbf27aa75c8 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a4edac9ce553e84f7c97c02172d93424e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator== - a01499.html - gae4390d0b1712ee5334c61da6e0576d08 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + a01635.html + a648834d2b253af7787093fe9156662f5 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator== - a01499.html - ga51b1c9a2beb5254d11c13dbc22a8e379 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a60c2de42339c226dbeaeb60ef54b7bd2 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator== - a01544.html + a01635.html ada41d3682184f0d0d8525907fdfcbea8 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator== - a01544.html - a2cc59dba70d0427b9e006411b37aee81 - (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + a01635.html + a50d898f211d37c5a47907f462b0b17f1 + (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs) bool operator== - a01499.html - gaac6078c1098e92d740d6d226f1c5e3dd - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + a01635.html + ad2629e7ee31ca36d6d593639e698db6b + (const function< _Res(_Args...)> &__f, nullptr_t) noexcept bool operator== - a01544.html - aa823b88deb57ba1b2494ea0dbcc028a8 - (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) - - - _GLIBCXX_END_NAMESPACE_CXX11 bool - operator== - a01544.html - aa2053d06d62313a4cde70f0f1d1f04c0 + a01635.html + a2d1ffe80e43a0913799f0c31461be499 (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator== - a01499.html - gab03e70e48f17f27c9e74d12c63bc315a - (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + a01635.html + a2cc59dba70d0427b9e006411b37aee81 + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator== - a01544.html - a60c2de42339c226dbeaeb60ef54b7bd2 - (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + a01583.html + gab03e70e48f17f27c9e74d12c63bc315a + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) bool operator== - a01544.html - a648834d2b253af7787093fe9156662f5 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01635.html + a5d6c242794f6d1866eb9cc58678ce8b1 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator== - a01544.html - aecebb49b7915414fe7fd3eaff7c8516c - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + ada60c841e9fe08814304ae79d35267de + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator== - a01544.html - a4edac9ce553e84f7c97c02172d93424e - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) - - - bool - operator> - a01544.html - a886fc839debeebe4e1453774a028d1e3 - (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) - - - bool - operator> - a01544.html - a6116f2ba6a75587900983e4a6662a528 + a01635.html + a7aeb223367d887a2b7f358a50e15e6f2 (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) constexpr bool - operator> - a01483.html - ga00de6fe7684f71fc08bad81b4bc65c52 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - - - bool - operator> - a01544.html - afd4ebca607a5d77bce0ce62ed7c86fb9 - (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + operator== + a01594.html + gaa2772e6f5a3be15ea9b5d2bbf9760fab + (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) bool - operator> - a01544.html - a76a6b1542f3e854da212df3a9046cd05 + operator== + a01635.html + aeed20ec23d92debc5bd1a0c0ee6c1b52 (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool - operator> - a01499.html - gaec6e1b27604a07cb7a1158c0a1da0810 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + operator== + a01635.html + a05fbef1e7e15558f5933ed15a339e97d + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool - operator> - a01499.html - ga61879ec22c8f941d3bc5a6f57f094779 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + operator== + a01635.html + aa823b88deb57ba1b2494ea0dbcc028a8 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool - operator> - a01544.html - a14156f76400cead9187280c59587a8f1 - (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + operator== + a01635.html + a225870d9721816ebaa535af4e19d0cc1 + (nullptr_t, const function< _Res(_Args...)> &__f) noexcept bool operator> - a01499.html - ga20e59f399d0143cf0517ed705d5f095a - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + a01635.html + ab05d57b2cc8854cbdb97bc0676abf2c0 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator> - a01499.html - ga5554501d29b4f818450c37cbf8e3b403 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a0f0b7503d67a8bd548778912aa40de84 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) bool operator> - a01499.html - ga99794cccf99b31cbb9c80f20ff638cc0 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + a01635.html + a56282963f192a45f81f55fa9c6a8005a + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator> - a01499.html - gaaee0b4d314905566d4d083f1f3cabfa4 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + af745511bf2598950056525a3fd7a346b + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator> - a01544.html + a01635.html a1d46b9793f5a9a6d38267007fabb0e05 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator> - a01544.html - ac70654ce03713da520f19dc5a9a87edc - (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + a01635.html + a7788944c30c3070441dc376df8beb210 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator> - a01499.html - ga1bdb78aca267183451bbd59a262f52c9 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + a01635.html + ac70654ce03713da520f19dc5a9a87edc + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator> - a01544.html - a3a727df15fd08af612b872262e50a95f - (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + a01635.html + a14156f76400cead9187280c59587a8f1 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator> - a01544.html - a7788944c30c3070441dc376df8beb210 - (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + a01635.html + afd4ebca607a5d77bce0ce62ed7c86fb9 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator> - a01544.html - af745511bf2598950056525a3fd7a346b - (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + a01635.html + a6116f2ba6a75587900983e4a6662a528 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator> - a01544.html - a56282963f192a45f81f55fa9c6a8005a - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + a01635.html + a76a6b1542f3e854da212df3a9046cd05 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator> - a01544.html - a0f0b7503d67a8bd548778912aa40de84 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + a01635.html + a886fc839debeebe4e1453774a028d1e3 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator> - a01544.html - ab05d57b2cc8854cbdb97bc0676abf2c0 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + a01635.html + a3a727df15fd08af612b872262e50a95f + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) bool operator>= - a01544.html - a11bb9b3800196c309babae27f4b4a900 - (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + a01635.html + ad9ef507927a631a73f69c9d4d8add693 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) bool operator>= - a01544.html - ac65d320a052a5d4d1477ef25b5627be5 - (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + a01635.html + a56fe512b61535754991c71651054a4a3 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) - constexpr bool + bool operator>= - a01483.html - ga4abfa75dbeb7ee6922ab97aaaba57d47 - (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + a01635.html + a4fd05c4c42075e6787d13b7dd454ba77 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept bool operator>= - a01544.html - acddc46a5f1205d53f5f682a89259c38e - (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + a01635.html + a5e3f58e54e9cbbcda75328fada9fa1a5 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) bool operator>= - a01544.html - abf5b635cc4dfc9f737e9a3933b6d7e06 - (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + a01635.html + a8bd7da47a9941d7e825411420feb6ac1 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator>= - a01499.html - ga9ee66c57996b60af8514834ba5054af4 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + a01635.html + a628eda81f6cb2988d8f5908f631cdb46 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) bool operator>= - a01499.html - ga81455a2af5c1721d3340fa06eaccfe06 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + a03f03b3697da916e95a09b1488df52df + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) bool operator>= - a01544.html + a01635.html a69dd44d827cf392b3490c7498d47cd5b (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) bool operator>= - a01499.html - gaa4a816fd640e88c0b2e9b0bb6cc4cb19 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) - - - bool - operator>= - a01499.html - ga86523db2bbd873f4bc26c42a77f443b3 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - - - bool - operator>= - a01499.html - ga1225fba40c8af2c834e8201af601829b - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) - - - bool - operator>= - a01499.html - ga71a6363d6cad986521d5f5a1537a1e06 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + a01635.html + acddc46a5f1205d53f5f682a89259c38e + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) bool operator>= - a01544.html - a8bd7da47a9941d7e825411420feb6ac1 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + a01635.html + ac65d320a052a5d4d1477ef25b5627be5 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) bool operator>= - a01544.html - a03f03b3697da916e95a09b1488df52df - (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + a01635.html + abf5b635cc4dfc9f737e9a3933b6d7e06 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) bool operator>= - a01499.html - ga4fdb938850a723e8e447fce21fc0b7c2 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + a01635.html + a11bb9b3800196c309babae27f4b4a900 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) bool operator>= - a01544.html + a01635.html a9a32938be630f180eddc69f0402d13ca (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) - bool - operator>= - a01544.html - a628eda81f6cb2988d8f5908f631cdb46 - (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) - - - bool - operator>= - a01544.html - a5e3f58e54e9cbbcda75328fada9fa1a5 - (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) - - - bool - operator>= - a01544.html - a4fd05c4c42075e6787d13b7dd454ba77 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + __rvalue_stream_extraction_t< _Istream, _Tp > + operator>> + a01635.html + a430620a9a7561ca90f1aafce50afff18 + (_Istream &&__is, _Tp &&__x) - bool - operator>= - a01544.html - a56fe512b61535754991c71651054a4a3 - (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + basic_istream< _CharT, _Traits > & + operator>> + a01635.html + a113f151882a47755a4b297813977bbdc + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) - bool - operator>= - a01544.html - ad9ef507927a631a73f69c9d4d8add693 - (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + basic_istream< _CharT, _Traits > & + operator>> + a01635.html + a6447193cb914c78fb13064c210e26ed8 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) basic_istream< _CharT, _Traits > & operator>> - a01473.html + a01554.html gaf81c75e50c9ee8a791d90329d2fc7ef8 (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x) - enable_if< __and_< __not_< is_lvalue_reference< _Istream > >, __is_convertible_to_basic_istream< _Istream >, __is_extractable< __rvalue_istream_type< _Istream >, _Tp && > >::value, __rvalue_istream_type< _Istream > >::type - operator>> - a01544.html - acda683e8b3ae5f1dd425bb99774304a7 - (_Istream &&__is, _Tp &&__x) - - std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gab49649ed7cc5cb819ce52620f227b1a7 (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gafb5c87acd910ec70edaedef33cf32aee (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) - basic_istream< _CharT, _Traits > & - operator>> - a01544.html - a113f151882a47755a4b297813977bbdc - (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) - - - std::basic_istream< _CharT, _Traits > & - operator>> - a01540.html - ga63a43b47a5315c8b1b55002af2eb1669 - (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) - - std::basic_istream< _CharT, _Traits > & operator>> - a01541.html + a01631.html ga2a24c2f5da07f3a713e036875355ad57 (std::basic_istream< _CharT, _Traits > &__is, std::bernoulli_distribution &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01541.html - ga30ec0007b5169ab3c6847033db603493 - (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + a01630.html + ga63a43b47a5315c8b1b55002af2eb1669 + (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html + a01632.html ga5dbbb1871bc0160e0b9cf609e222fb18 (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - gae0fa60823d48bfd5b1d7a7c0063826ba - (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + a01632.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - ga391e8f9fb533a5fb81f4099e9b03ff6a - (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + a01631.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) - basic_istream< _CharT, _Traits > & + std::basic_istream< _CharT, _Traits > & operator>> - a01544.html - a6447193cb914c78fb13064c210e26ed8 - (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + a01632.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) - void + constexpr void partial_sort - a01488.html - ga91f25d546637f075de3958a25928b687 + a01572.html + ga268b5bc10a3f5dac87c6e6e547e70f88 (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) - void + constexpr void partial_sort - a01488.html - ga6401ff7e25d2ef7a6119d894cb40eec0 + a01572.html + gaca0a8c56ac512c78bbf5ccee6de8539b (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator partial_sort_copy - a01488.html - ga7b262260421978833cc1b1c6b3969bb4 + a01572.html + ga071176a89f62f2c99841332f9fd9aa0f (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last) - _RandomAccessIterator + constexpr _RandomAccessIterator partial_sort_copy - a01488.html - gaf53e3f9d5e3c9cd4d36a0801d411e324 + a01572.html + ga97179dae819b2c8f96367a14d3607bc4 (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp) - _OutputIterator + constexpr _OutputIterator partial_sum - a01544.html - a9151a0519f8c180edbef22197f39dd5e + a01596.html + gad80570b71def65f6c121ab87d1a30a2f (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator partial_sum - a01544.html - a17bad49fa9fb1c5c41d019b16970fe9e + a01596.html + ga12a68a0208860c08aeefe4101afb86de (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) - _ForwardIterator + constexpr _ForwardIterator partition - a01486.html - ga64c8d89411856cea58194aa69a3c37f3 + a01570.html + gadc8d031e65e4307c571526e0bd9a04e8 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - pair< _OutputIterator1, _OutputIterator2 > + constexpr pair< _OutputIterator1, _OutputIterator2 > partition_copy - a01486.html - ga15ed8c195c2228b62770f24b4fd9de05 + a01570.html + gab0b2384322f4551bb6c22533e88c15c8 (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred) - _ForwardIterator + constexpr _ForwardIterator partition_point - a01486.html - gaca57a24221766660c3b9d83e2b3f8f97 + a01570.html + ga67728ba609039bfa4b90283f8a8e79a1 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) complex< _Tp > polar - a01473.html + a01554.html ga6310fbff4c2a4056654d332fc0e68f04 (const _Tp &, const _Tp &=0) - void + constexpr void pop_heap - a01509.html - ga92aecc13151c6b58598e3dd9e54064b7 + a01593.html + ga1279e4ea0cf04fb37767b2e2a82291b3 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void pop_heap - a01509.html - ga27b771598145e151f01281b5cb0fdbbb + a01593.html + ga0a57ba46981d46e0f3ebd4703d0ad18b (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) complex< _Tp > pow - a01473.html - gaacf8017e100d619acab131da8a4017e1 - (const complex< _Tp > &, int) + a01554.html + gadb1a322e1cc55220dc7ff754815ffbc7 + (const _Tp &, const complex< _Tp > &) complex< _Tp > pow - a01473.html + a01554.html ga6e1161f2920c46a042888c60e9d8447c (const complex< _Tp > &, const _Tp &) complex< _Tp > pow - a01473.html + a01554.html gad07a5f0000890bb20d170700575d210c (const complex< _Tp > &, const complex< _Tp > &) complex< _Tp > pow - a01473.html - gadb1a322e1cc55220dc7ff754815ffbc7 - (const _Tp &, const complex< _Tp > &) + a01554.html + gaacf8017e100d619acab131da8a4017e1 + (const complex< _Tp > &, int) - bool + constexpr bool prev_permutation - a01488.html - ga0b0e35a43f5f87ea1c66363be3a34619 + a01572.html + ga8521ac56216e486d761d239b2d59085e (_BidirectionalIterator __first, _BidirectionalIterator __last) - bool + constexpr bool prev_permutation - a01488.html - ga44e9b1d39001f68fa9fcb408b25a77f0 + a01572.html + gaf1304617e63648825d90a5e186d41fbe (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) pointer_to_unary_function< _Arg, _Result > ptr_fun - a01507.html + a01591.html gaee61fcee12458d9d61b10f07de908134 (_Result(*__x)(_Arg)) pointer_to_binary_function< _Arg1, _Arg2, _Result > ptr_fun - a01507.html + a01591.html ga2c95cd7ca955ae3a4cbf98593456bd8e (_Result(*__x)(_Arg1, _Arg2)) - void + constexpr void push_heap - a01509.html - gad2a3e8fb6069d9cd1b14c186ec125102 + a01593.html + ga2014a079254029f8236e02570f908fd7 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void push_heap - a01509.html - gac0d64c0744947b3d233779d9e9f656cc + a01593.html + gab628ce505c9574f8929a0fa49ed514b3 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) _Put_money< _MoneyT > put_money - a01544.html + a01635.html a4223c5b3a51cbf3a2d8910fb8415bf73 (const _MoneyT &__mon, bool __intl=false) _Put_time< _CharT > put_time - a01544.html + a01635.html ac209d7732c2ceff781a6aa0bb278db86 (const std::tm *__tmb, const _CharT *__fmt) auto quoted - a01544.html - a5bff62a35321654424cc1f6df8362cea - (const _CharT *__string, _CharT __delim=_CharT('"'), _CharT __escape = _CharT('\)) + a01635.html + ac7e463ca236861d3c74d19417a481c7e + (const _CharT *__string, _CharT __delim=_CharT('"'), _CharT __escape = _CharT('\\')) void random_shuffle - a01486.html + a01570.html gabf4e555bd94a923ad7d263703b4ab2bc (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &&__rand) - _GLIBCXX17_CONSTEXPR auto + constexpr auto rbegin - a01544.html - ae16f6e3954ee80febd7a13ca23c0cb69 + a01635.html + aa41b81445247c3d7f8fcd2c2aba6fb51 (_Container &__cont) -> decltype(__cont.rbegin()) - _GLIBCXX17_CONSTEXPR auto + constexpr reverse_iterator< _Tp * > rbegin - a01544.html - a82b4f328583bc1eacb96e1916d2499a4 - (const _Container &__cont) -> decltype(__cont.rbegin()) + a01635.html + a61d6e869a914a31d57192eee8ecfdf7e + (_Tp(&__arr)[_Nm]) noexcept - _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + constexpr auto rbegin - a01544.html - adc3d2e80cfd605a4d419e5ea94847f03 - (_Tp(&__arr)[_Nm]) + a01635.html + ab3298039f7486f78afedc79df5da8597 + (const _Container &__cont) -> decltype(__cont.rbegin()) - _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + constexpr reverse_iterator< const _Tp * > rbegin - a01544.html - aa98b19c718d53cb983cff800ffe2fdaf - (initializer_list< _Tp > __il) + a01635.html + a22ff34d608e31d7d690390e5253b4def + (initializer_list< _Tp > __il) noexcept - _ForwardIterator + constexpr iterator_traits< _InputIterator >::value_type + reduce + a01596.html + ga55282e5b31aa6fee5020851cbcff0a19 + (_InputIterator __first, _InputIterator __last) + + + constexpr _Tp + reduce + a01596.html + gafca8dc87b33e39f78d6b6ab8ccdc629c + (_InputIterator __first, _InputIterator __last, _Tp __init) + + + constexpr _Tp + reduce + a01596.html + gaef915fe46272db0b4de2062a965d99da + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) + + + constexpr _ForwardIterator remove - a01486.html - ga166f118ed07d6a2dd58c9bbdd7c0f5b5 + a01570.html + gae6ec72c0c6dc0ee8996066b5e50bc472 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) - _OutputIterator + constexpr _OutputIterator remove_copy - a01486.html - ga6118d2d397ae6ad3b11604c6eb843a31 + a01570.html + ga86a1b13efaaeecca3d010d942c9ce7a1 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value) - _OutputIterator + constexpr _OutputIterator remove_copy_if - a01486.html - ga80d825ff82bc980758c885296cec1fb1 + a01570.html + ga503c001bc1c1d80fe79c7045396faf73 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) - _ForwardIterator + constexpr _ForwardIterator remove_if - a01486.html - ga80cc02d9d8e0975b92933a90579b3678 + a01570.html + ga7bdd7c382561d1d749f4e129658e18a5 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - _GLIBCXX17_CONSTEXPR auto + constexpr auto rend - a01544.html - ac61454493a9b25de6eb36656e6e4213e + a01635.html + a4bd3dffe39e80223248bf65c84d089bc (_Container &__cont) -> decltype(__cont.rend()) - _GLIBCXX17_CONSTEXPR auto + constexpr reverse_iterator< _Tp * > rend - a01544.html - a8d5191632dac9ebbb502815e5a96db58 - (const _Container &__cont) -> decltype(__cont.rend()) + a01635.html + ace8be51cc702372058b4c11da136ad0b + (_Tp(&__arr)[_Nm]) noexcept - _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + constexpr auto rend - a01544.html - a77a0e2f60fbc43ae0c7ffd07b104558d - (_Tp(&__arr)[_Nm]) + a01635.html + a6bf04ef54e56907cfbcae30ce77111cd + (const _Container &__cont) -> decltype(__cont.rend()) - _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + constexpr reverse_iterator< const _Tp * > rend - a01544.html - abf2be64d2e615a35f2357a527dbe4d6a - (initializer_list< _Tp > __il) + a01635.html + a587bb8f44d1a2d5954d9ce06f4caa5e1 + (initializer_list< _Tp > __il) noexcept - void + constexpr void replace - a01486.html - ga77aa7f436223611f545f84715a30ffeb + a01570.html + gaaa8637a7be56ce2578b83682a3fdf0ee (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value) - _OutputIterator + constexpr _OutputIterator replace_copy - a01544.html - a306bbe037bd6196bbe5e9c78b1108d13 + a01635.html + a143bd79cec5c3ac896602a06031ba64a (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__old_value, const _Tp &__new_value) - _OutputIterator + constexpr _OutputIterator replace_copy_if - a01486.html - gaf42cb56a0d7dfd9124bddc4194cb53a4 + a01570.html + gac84edecb0fb1d0e5cf847a55fd74634f (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value) - void + constexpr void replace_if - a01486.html - ga0afa1177a761d23ec3ec965207144455 + a01570.html + gae26921bd1b038b5ef5dcd40f024c12e2 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value) _Resetiosflags resetiosflags - a01544.html + a01635.html a12ef9b47a80c8f0606aa34dab5477524 (ios_base::fmtflags __mask) void rethrow_exception - a01492.html - ga64d0b68338d7edbfd7d95f4177dbc442 - (exception_ptr) __attribute__((__noreturn__)) + a01576.html + ga3d868a099252fe5a49e09b53b2d403cc + (exception_ptr) void rethrow_if_nested - a01492.html + a01576.html gab61c4f8fae83699092207e16594f6b35 (const _Ex &__ex) void return_temporary_buffer - a01544.html + a01635.html a8033d777ccff23b31daf2feec4dd46ec (_Tp *__p) - void + constexpr void reverse - a01486.html - gaeee34a9f7380d22d29f0e895d1c014e0 + a01570.html + ga8e7ff99a606d89406c0a9f5ec215b041 (_BidirectionalIterator __first, _BidirectionalIterator __last) - _OutputIterator + constexpr _OutputIterator reverse_copy - a01486.html - gaea264a482d59bc9c99edca7595f025eb + a01570.html + ga20e081bb649e8d217b88c32236e29c02 (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) __gnu_cxx::__promote< _Tp >::__type riemann_zeta - a01500.html + a01584.html ga67a6bfed9b6ab692e8c798b674431424 (_Tp __s) float riemann_zetaf - a01500.html + a01584.html gaf92063315061a56d3e2c4053156d968e (float __s) long double riemann_zetal - a01500.html + a01584.html ga1e92da3b878d75270f38d3ec9b513086 (long double __s) ios_base & right - a01544.html + a01635.html a1a23b13efe06ee9b3cd9324af25ab538 (ios_base &__base) - _OutputIterator + constexpr _ForwardIterator + rotate + a01570.html + ga65ec63c7ee20742c1186105222d81b1f + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) + + + constexpr _OutputIterator rotate_copy - a01486.html - gaf2a738ab86e393c9c8689708fd9afbf0 + a01570.html + ga46dd8941091696e7b653044da57a11e1 (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result) + _SampleIterator + sample + a01635.html + a98f338db8c93f5bf58e152b4c646612d + (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n, _UniformRandomBitGenerator &&__g) + + ios_base & scientific - a01544.html + a01635.html a3286bebdde076d132d35c8fc79d6bdc4 (ios_base &__base) - _ForwardIterator1 + constexpr _ForwardIterator search - a01487.html - ga37e40c12374da3b76f2af5d2025b3018 + a01635.html + a62505098594d1e67c89c88df7ce743a9 + (_ForwardIterator __first, _ForwardIterator __last, const _Searcher &__searcher) + + + constexpr _ForwardIterator1 + search + a01571.html + ga14978d1be4cc96df88c228f4ca884349 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - _ForwardIterator1 + constexpr _ForwardIterator1 search - a01487.html - gab76055789d1a598394f609cf19724220 + a01571.html + ga06ddce7bee4af69da9a53de1eca385b2 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate) - _ForwardIterator + constexpr _ForwardIterator search_n - a01487.html - ga98baadb721fcb143396118e3a678cd0e + a01571.html + gac3ed6cdaf87857588954bb89f22de04b (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator search_n - a01487.html - ga4fd2241c480f56cb4fef2ae7da4d36b0 + a01571.html + gae4482975f81c459e9493144da27d7d35 (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred) - _OutputIterator + constexpr _OutputIterator set_difference - a01489.html - ga35787a357982adc415c29c036f7aada7 + a01573.html + gaeda7f7fc958ec5102e7b71b1c3a119d8 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_difference - a01489.html - ga7cbebc70e1550ea9939c9269d7c7c289 + a01573.html + ga22ae513ec23ac080ec7249dfa853c728 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_intersection - a01489.html - gad7a7b81513c68b856c0a2699c29532d0 + a01573.html + gabb02b03b6c3e50e779be4fa4f40631d9 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_intersection - a01489.html - ga63b5280a2c5009456a51d38084ce1062 + a01573.html + ga0921b524e1d77d94a38a3fec0e4dafd2 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) new_handler set_new_handler - a01544.html + a01635.html a08ab821429d6f9fd2f16f642de3e9163 (new_handler) - _OutputIterator + constexpr _OutputIterator set_symmetric_difference - a01489.html - ga3b7e12cbdb1a0d4e7691e9730e1924c5 + a01573.html + ga4cd8c968dfab17a153a97a8f45fa9155 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_symmetric_difference - a01489.html - gabd18017e018c3090eacd4509e28cc432 + a01573.html + gae7d67fcef1d12e89eb2fc8313400b095 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) terminate_handler set_terminate - a01544.html - aa53bcb9876c7b393a9e9e26fc90d5811 + a01576.html + gaa53bcb9876c7b393a9e9e26fc90d5811 (terminate_handler) noexcept unexpected_handler set_unexpected - a01544.html - a92329f10f9aba5eb5f26b11cf01d5166 + a01576.html + ga92329f10f9aba5eb5f26b11cf01d5166 (unexpected_handler) noexcept - _OutputIterator + constexpr _OutputIterator set_union - a01489.html - ga45c2e77ca73dabf6b1ccabbecf0291a6 + a01573.html + ga5fbc5a413bc4f82af7749896bb38254a (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_union - a01489.html - ga3d54d31bc70a0ff4596f5171ec728906 + a01573.html + ga99155c621a1e1e77bdd2eca5759622a6 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) _Setbase setbase - a01544.html + a01635.html af57577148b39749ea52311d68d8a17b4 (int __base) _Setfill< _CharT > setfill - a01544.html + a01635.html af02c6886dba8d934606592e0f3e11d5c (_CharT __c) _Setiosflags setiosflags - a01544.html + a01635.html ab27c01e21b835749650e5f2ed2d16dbc (ios_base::fmtflags __mask) _Setprecision setprecision - a01544.html + a01635.html a6e333ca9789cfa8a1f337434cee91957 (int __n) _Setw setw - a01544.html + a01635.html a2be7f420a95880805d0d7e2543240440 (int __n) ios_base & showbase - a01544.html + a01635.html a5a3653d71579c614748abf4a73bbed92 (ios_base &__base) ios_base & showpoint - a01544.html + a01635.html a0cd05ebd891c06400f5e04a84eb6d539 (ios_base &__base) ios_base & showpos - a01544.html + a01635.html a8eff68e8b5f8d409761a2a6db01924d3 (ios_base &__base) void shuffle - a01486.html + a01570.html ga9c197f83f8612241f91e0a44703fdeaf (_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator &&__g) complex< _Tp > sin - a01473.html + a01554.html ga249915bcbce6563e63f5ffa6d464155a (const complex< _Tp > &) complex< _Tp > sinh - a01473.html + a01554.html gae30c461aa90a3e7d502737e29898570b (const complex< _Tp > &) + constexpr auto + size + a01635.html + a86f849fa422e14fa194d390bdcc1d2cd + (const _Container &__cont) noexcept(noexcept(__cont.size())) -> decltype(__cont.size()) + + + constexpr size_t + size + a01635.html + adb3be2da36cdca468435099f48c1adda + (const _Tp(&)[_Nm]) noexcept + + ios_base & skipws - a01544.html + a01635.html ad458fa76ad203ae00a0fb1c602ec1cf6 (ios_base &__base) - void + constexpr void sort - a01488.html - ga4ea03048647c50ea7cbdd5da30e82755 + a01572.html + ga56b01b6148c1610ce928e662a5e97f0f (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void sort - a01488.html - gae3c0067ae83db1824367ded659a960b2 + a01572.html + gaf82f396bc6a1d4a9209e2aade9a57a39 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void sort_heap - a01509.html - ga7e302d6652402edae355b8726b2b7e27 + a01593.html + gad1bb943f6c15eec75a77491f78ba8b2d (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void sort_heap - a01509.html - ga441060fda917c1aed4e8fab9c860f706 + a01593.html + ga927756f3213d10e0662be57d14d9131d (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) __gnu_cxx::__promote< _Tp >::__type sph_bessel - a01500.html + a01584.html ga478e517ed975bcb256de230e64f0fda5 (unsigned int __n, _Tp __x) float sph_besself - a01500.html + a01584.html ga534e36e1dcefad8daec98920db16eec4 (unsigned int __n, float __x) long double sph_bessell - a01500.html + a01584.html ga11d72b1af81ce9da3c878a25087ee927 (unsigned int __n, long double __x) __gnu_cxx::__promote< _Tp >::__type sph_legendre - a01500.html + a01584.html ga573842c12247b87746b548f1945755a8 (unsigned int __l, unsigned int __m, _Tp __theta) float sph_legendref - a01500.html + a01584.html gaae635d28c06a3be2679901b382090852 (unsigned int __l, unsigned int __m, float __theta) long double sph_legendrel - a01500.html + a01584.html ga2f6618dea1847f09fd67f3c974c1910d (unsigned int __l, unsigned int __m, long double __theta) __gnu_cxx::__promote< _Tp >::__type sph_neumann - a01500.html + a01584.html ga1cf4362a67ab5bae9e6b69c867e85371 (unsigned int __n, _Tp __x) float sph_neumannf - a01500.html + a01584.html ga789143122fa99536329bc2d1b1aac2f0 (unsigned int __n, float __x) long double sph_neumannl - a01500.html + a01584.html ga3cededa9b6e4601f190c3811e6aabfd6 (unsigned int __n, long double __x) complex< _Tp > sqrt - a01473.html + a01554.html gaf91cd3409ab242d469bcc1b2d06624c3 (const complex< _Tp > &) _ForwardIterator stable_partition - a01486.html + a01570.html ga4396b91f26c7aaf0ae150a79ebd965b7 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) void stable_sort - a01488.html + a01572.html ga7d8bb8e52b7b0e80301dcbec17225b4a (_RandomAccessIterator __first, _RandomAccessIterator __last) void stable_sort - a01488.html + a01572.html ga3a3ce3aa8ac2297f8290939a7988596d (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) __shared_ptr< _Tp, _Lp > static_pointer_cast - a01544.html + a01635.html a6a221c308f0ca0e44b5fffa32a6d4595 (const __shared_ptr< _Tp1, _Lp > &__r) noexcept - enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type + constexpr _Require< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > > swap - a01483.html - ga64d02d56df0a1870d63069c3562f3a29 - (_Tp &__a, _Tp &__b) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) - - - enable_if< __is_swappable< _Tp >::value >::type - swap - a01483.html - ga76e7ee159249bb3516885c6aa33ceb76 - (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + a01565.html + gae0e5b4bafe7e92622a36508e6735a6cd + (_Tp &, _Tp &) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) - void + constexpr enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type swap - a01501.html - gac58580a65df691769770684cc985719d - (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept + a01567.html + gac2ab8a3c4d4e47b3872ee056b6790df1 + (_Tp &__a, _Tp &__b) noexcept(/*conditional */) is_nothrow_move_assignable< _Tp >> - enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + constexpr enable_if< __is_swappable< _Tp >::value >::type swap - a01483.html - ga9d75305041fc556b922d4b3bd2667742 - (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) + a01567.html + ga8ca49a3a23ce1e9c3748d0322b7e13ba + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(/*conditional */) - enable_if<!__and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + constexpr __enable_if_t< __is_swappable< _Tp >::value > swap - a01483.html - ga9d75305041fc556b922d4b3bd2667742 - (pair< _T1, _T2 > &, pair< _T1, _T2 > &)=delete + a01565.html + gaf546886a936295c121aaa8c8b129777b + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) void swap - a01544.html - a87939e8186f838ff337074e945c78b6d - (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) + a01567.html + gaebbf406d50339769df028d9580195629 + (any &__x, any &__y) noexcept void swap - a01544.html - a4d5a9efe4608a61cb6c74ddda7f8728f - (function< _Res(_Args...)> &__x, function< _Res(_Args...)> &__y) noexcept + a01635.html + ab99dc85cd3551cb410655b02a56e5c15 + (basic_filebuf< _CharT, _Traits > &__x, basic_filebuf< _CharT, _Traits > &__y) void swap - a01544.html - a4dedd893b6faf3eb2e6c6aa0ca0f2e32 - (basic_istringstream< _CharT, _Traits, _Allocator > &__x, basic_istringstream< _CharT, _Traits, _Allocator > &__y) + a01635.html + a7ccd229f5faee26395b8ee1715576cf0 + (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) void swap - a01499.html - ga8cdf0d24423573721c4bdb9b2ffd8a7d - (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) + a01635.html + acfe891185fde2307f6e8909338c7b862 + (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) void swap - a01544.html - ab7f8e65ad7deb2a81c9178499d71731a - (basic_ostringstream< _CharT, _Traits, _Allocator > &__x, basic_ostringstream< _CharT, _Traits, _Allocator > &__y) + a01635.html + a4dedd893b6faf3eb2e6c6aa0ca0f2e32 + (basic_istringstream< _CharT, _Traits, _Allocator > &__x, basic_istringstream< _CharT, _Traits, _Allocator > &__y) void swap - a01544.html - a85a913837de066af6c23b0f4f28e02a0 - (basic_stringstream< _CharT, _Traits, _Allocator > &__x, basic_stringstream< _CharT, _Traits, _Allocator > &__y) + a01635.html + a4965e732ce5d02e4304dd82bc86e365a + (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) void swap - a01544.html - a4007a6b034645ec64b2d436df27a03ec - (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) + a01635.html + ab7f8e65ad7deb2a81c9178499d71731a + (basic_ostringstream< _CharT, _Traits, _Allocator > &__x, basic_ostringstream< _CharT, _Traits, _Allocator > &__y) void swap - a01544.html - a9bbb29387dfd4bfad2ef30fb555f649a - (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) + a01635.html + a0be9c6cc80dd454ea2212c47538c61c4 + (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept(/*conditional */) void swap - a01544.html - ab99dc85cd3551cb410655b02a56e5c15 - (basic_filebuf< _CharT, _Traits > &__x, basic_filebuf< _CharT, _Traits > &__y) + a01635.html + a9f3174e6e4d970cd74342c3b09cba231 + (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) noexcept(noexcept(__x.swap(__y))) void swap - a01544.html - acfe891185fde2307f6e8909338c7b862 - (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) + a01635.html + a85a913837de066af6c23b0f4f28e02a0 + (basic_stringstream< _CharT, _Traits, _Allocator > &__x, basic_stringstream< _CharT, _Traits, _Allocator > &__y) void swap - a01544.html - a4965e732ce5d02e4304dd82bc86e365a - (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) + a01635.html + a7e6765b86dfe7f33455aec5b8a7f7e2e + (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &__y) noexcept(/*conditional */) void swap - a01544.html - a7ccd229f5faee26395b8ee1715576cf0 - (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) + a01635.html + aeb866eb47db586b6058b597e97d8b909 + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) void swap - a01544.html - ae448a7aacea236579e3f239c9448482f - (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) + a01635.html + a4d5a9efe4608a61cb6c74ddda7f8728f + (function< _Res(_Args...)> &__x, function< _Res(_Args...)> &__y) noexcept void swap - a01544.html - aeb866eb47db586b6058b597e97d8b909 - (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + a01635.html + a335bd8d8bfd13a75e2e5c34552ec3daf + (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y) noexcept(/*conditional */) void swap - a01544.html + a01635.html a520781978c7299c8f0e206542178d09c (map< _Key, _Tp, _Compare, _Alloc > &__x, map< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) void swap - a01475.html - ga2700089f8b9371e6aafdb9a7e7a552e7 - (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept + a01583.html + ga82e4c5e4d115e26e6d2e4adf552d9a90 + (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) noexcept - enable_if< __and_< __is_swappable< _Elements >... >::value >::type + void swap - a01483.html - ga77f74f34f378f6d6b5b987ab9a684c2d - (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) + a01635.html + ae448a7aacea236579e3f239c9448482f + (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) - enable_if<!__and_< __is_swappable< _Elements >... >::value >::type + void swap - a01483.html - ga77f74f34f378f6d6b5b987ab9a684c2d - (tuple< _Elements... > &, tuple< _Elements... > &)=delete + a01635.html + a4007a6b034645ec64b2d436df27a03ec + (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) void swap - a01544.html - a89a3a6f9c11a9ade523d0be6e5b3a190 - (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept(/*conditional */) + a01557.html + ga2700089f8b9371e6aafdb9a7e7a552e7 + (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept void swap - a01544.html - a335bd8d8bfd13a75e2e5c34552ec3daf - (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y) noexcept(/*conditional */) + a01635.html + a9bbb29387dfd4bfad2ef30fb555f649a + (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) - void + constexpr enable_if<!__and_< __is_swappable< _Elements >... >::value >::type swap - a01499.html - ga6fe1f90a0adfa7ded7d28f737893642c - (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) + a01567.html + ga119984241e510c8dcc5cb9205a3cd18c + (tuple< _Elements... > &, tuple< _Elements... > &)=delete - void + constexpr enable_if< __and_< __is_swappable< _Elements >... >::value >::type swap - a01544.html - a7e6765b86dfe7f33455aec5b8a7f7e2e - (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &__y) noexcept(/*conditional */) + a01567.html + ga119984241e510c8dcc5cb9205a3cd18c + (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) void swap - a01544.html - a0be9c6cc80dd454ea2212c47538c61c4 - (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept(/*conditional */) + a01635.html + a89a3a6f9c11a9ade523d0be6e5b3a190 + (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept(/*conditional */) - _ForwardIterator2 + constexpr _ForwardIterator2 swap_ranges - a01486.html - gae9603907c05659cb5cfc6ea20be9ae01 + a01570.html + gaf1b9a02d1ca7a1622e424d8d912c75bb (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + const error_category & + system_category + a01549.html + gab1c0eed7e05dea2f32a865457d6c89d1 + () noexcept + + complex< _Tp > tan - a01473.html + a01554.html ga530419a3cf68024cd03985a4795214e3 (const complex< _Tp > &) complex< _Tp > tanh - a01473.html + a01554.html gaa4aa5a5b2f39aa309bd0add4864b3155 (const complex< _Tp > &) void terminate - a01544.html - add3befe08cc677fe78f3e6f6b0c6d29b - () noexcept __attribute__((__noreturn__)) + a01576.html + gab3484b146d653a7aa1550258d068040d + () noexcept void throw_with_nested - a01492.html + a01576.html gae6e361189fc8333896bebb3523551209 (_Tp &&__t) constexpr tuple< _Elements &... > tie - a01483.html + a01567.html ga2445a380e4367c31c737e4a1f1855950 (_Elements &... __args) noexcept _CharT tolower - a01544.html + a01635.html aba2090a5dfff15a593e3fea40eebed91 (_CharT __c, const locale &__loc) _CharT toupper - a01544.html + a01635.html a4578341d5a9a5b937351d2f976ab7180 (_CharT __c, const locale &__loc) - _OutputIterator + constexpr _OutputIterator transform - a01486.html - ga475f12632a75f77b41aa843dfddfe422 + a01570.html + ga8c943ad5f85ce0c2f69a074bb42591dd (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) - _OutputIterator + constexpr _OutputIterator transform - a01486.html - ga92e41473c3907d39cbc98ab6bea346fe + a01570.html + gaef5a202b512e1d8a9a6e0a2739290bc1 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op) + constexpr _OutputIterator + transform_exclusive_scan + a01596.html + ga9d5ca1f5df5964485762ce38e7849f09 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _OutputIterator + transform_inclusive_scan + a01596.html + ga2f10c28e6f385b2d73a0a207e128430c + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _OutputIterator + transform_inclusive_scan + a01596.html + ga73371f6cca271826894a5982cbfe950b + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op, _Tp __init) + + + constexpr _Tp + transform_reduce + a01596.html + gae863f426a71c7822dcbb86e7327b3886 + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _Tp + transform_reduce + a01596.html + ga32daf475195ccd8af36b498e2c1e3f43 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) + + + constexpr _Tp + transform_reduce + a01596.html + gacc069a4136d43548d5a6ef1c4308fb7b + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) + + + int + try_lock + a01585.html + gad0c0717949223b18e654fef1a52c432b + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) + + constexpr auto tuple_cat - a01483.html + a01567.html ga23a2e3e40fefd39ffe278df7ebbd52a0 (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type bool uncaught_exception - a01544.html - a876ca3bc46e47265109d55942ff2f6f7 - () noexcept __attribute__((__pure__)) + a01576.html + ga03ede6b631b1a212cec2683b51ec0ba2 + () noexcept int uncaught_exceptions - a01544.html - a549c0b88f3fbc2305ecf57bbad4d3613 - () noexcept __attribute__((__pure__)) + a01576.html + ga04c865e9d16a5bda2a1dd62b79d94fd5 + () noexcept + + + void + undeclare_no_pointers + a01561.html + ga78ae0a9be22516ce79b23a8b1e57b994 + (char *, size_t) + + + _Tp * + undeclare_reachable + a01561.html + ga0d8dd4bb08dfc59d85173c713b8707b3 + (_Tp *__p) void unexpected - a01544.html - a742bf00b19772819acc97ae5e8f4bebe - () __attribute__((__noreturn__)) + a01576.html + gae1c3a223c91b30423c7f012c2e054aca + () _ForwardIterator uninitialized_copy - a01544.html - a9166c966d7525f4bda824700e5122c44 + a01559.html + ga9166c966d7525f4bda824700e5122c44 (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) _ForwardIterator uninitialized_copy_n - a01544.html - a0ebdef0da5f05e59240160b42eec594b + a01559.html + ga0ebdef0da5f05e59240160b42eec594b (_InputIterator __first, _Size __n, _ForwardIterator __result) void + uninitialized_default_construct + a01559.html + ga7cef7c87d40cd575be24b9f532a9bc63 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + uninitialized_default_construct_n + a01559.html + ga60d59f59ee38554c25746bfd41e87353 + (_ForwardIterator __first, _Size __count) + + + void uninitialized_fill - a01544.html - a212218423340e07f199776decd3584b2 + a01559.html + ga212218423340e07f199776decd3584b2 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x) _ForwardIterator uninitialized_fill_n - a01544.html - a5f41b525d7eea5fe6a955406fddc7b8e + a01559.html + ga5f41b525d7eea5fe6a955406fddc7b8e (_ForwardIterator __first, _Size __n, const _Tp &__x) _ForwardIterator - unique - a01486.html - ga84999f9a9f647b18e3ec9e9e9aaa81f4 + uninitialized_move + a01559.html + ga5749380b5482c0f9039e2ecd7aa55206 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) + + + pair< _InputIterator, _ForwardIterator > + uninitialized_move_n + a01559.html + ga04144c76a1ac9942991dc29fa7f53423 + (_InputIterator __first, _Size __count, _ForwardIterator __result) + + + void + uninitialized_value_construct + a01559.html + gae5b5c62dee3e58064e240f0923635bd9 (_ForwardIterator __first, _ForwardIterator __last) _ForwardIterator + uninitialized_value_construct_n + a01559.html + ga531a361592702ba5c0855f86094055fb + (_ForwardIterator __first, _Size __count) + + + constexpr _ForwardIterator + unique + a01570.html + gabedeb9daeefd95379cf49b7e52cafc25 + (_ForwardIterator __first, _ForwardIterator __last) + + + constexpr _ForwardIterator unique - a01486.html - ga7db53d49590370140ef23f2c9bf7b225 + a01570.html + ga7a3e26d485c4745ffd5dc1ca26c35a78 (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) - _OutputIterator + constexpr _OutputIterator unique_copy - a01486.html - ga6e0563edcc7414a3f1ee52d1c3e9e1e0 + a01570.html + ga7bb85887d232506d4c3242cc3fff15a0 (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator unique_copy - a01486.html - gae33ff01e114f7384a462a242a75dd311 + a01570.html + ga1dd1e4d1c78160b672f0c904fd3d2f89 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred) ios_base & unitbuf - a01544.html + a01635.html ac3f7f054e68fb8448cfb5937f54de5ec (ios_base &__base) - _ForwardIterator + constexpr _ForwardIterator upper_bound - a01490.html - ga0a8fc99be7f8267b6eb97ff9c712c75f + a01574.html + gace0d7c107aaa5f170887eb2c95af9b7e (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator upper_bound - a01490.html - ga639d56cfebd6f1fbabf344c49a5c5539 + a01574.html + ga20119ce2926c803982e9c530d7b947bd (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) ios_base & uppercase - a01544.html + a01635.html ac045800a193138e83cba719b3d4206f3 (ios_base &__base) const _Facet & use_facet - a01495.html + a01579.html ga8c25296d7a1b85124de8ac561e8945cf (const locale &__loc) basic_istream< _CharT, _Traits > & ws - a01544.html + a01635.html ad864c3d25c6f09088c3a6e8d22151a5d (basic_istream< _CharT, _Traits > &__is) + _ValueType + any_cast + a01567.html + ga5ac85cbd78cd9b50b8842a33b81051bc + (any &__any) + + + _ValueType + any_cast + a01567.html + gaded858f23cae675470bb0ee46b7b5da1 + (any &&__any) + + + const _ValueType * + any_cast + a01567.html + ga8da832799bf600cb2365940cafd806a2 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01567.html + ga845f26bb6011f7037adbeaa66582ba8c + (any *__any) noexcept + + bitset< _Nb > - operator & - a01544.html - a0bad6c26bf52fd395038f073e09423b9 + operator& + a01635.html + a7e7330f9af270f5bd90341928263da8d (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept bitset< _Nb > operator| - a01544.html + a01635.html a37b7f9acb3d4f471410857a524425f03 (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept bitset< _Nb > operator^ - a01544.html + a01635.html a0eec0ec1834b05e931022533e2ae4d03 (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept std::basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a01cd5810d682dec840eee4ed6d2170d4 (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a20aaa750b7ddf43635768c7b2d0385e6 (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2a59d9d4f1421dcdba7b5ce55ca9358 + a01554.html + gae51251681ab61c3730064d7bd251456f (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - ga90ca28e9c08e2d2be7b39384ed948f7d + a01554.html + ga2c6ef01efc18ee08cf7ec77e92c97e60 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2ec84e113bbf579c4a5169104553056 + a01554.html + ga40387c48883b0e3907dd560696875bc8 (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gaef6e5c353285e48d39f7dbd566c19a2e + a01554.html + gacc62bfd9d280c9ab160a02defaa89f1b (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga7aad810bd1c92d7b5302152d83ea6eab + a01554.html + ga99680a136efdabaf8cf65882c5e2a818 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gad3bdc086693b8fda1867dcf488ea3244 + a01554.html + ga125c885adff63e68a8b4b4eaf9b6c097 (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf84b7343bdda8ed9615cd8f5a61c5e83 + a01554.html + ga1383aaa1e6ca24ab907dea89ea4c3118 (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf0ac8c76d2e8fe3754ed271686ded3ea + a01554.html + gaa5238c2eed3aed4a02ae6dd88867b0ee (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - ga59f0aae608928f513abdea0a903f3d18 + a01554.html + gaf691f99f043695126cb141fcb838912a (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - ga49d2a5790a02710e711c197ed68155ab + a01554.html + ga441b51de8c1469c1ede7a9859156cfa4 (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gabfad69221b1e539a49e34272f5b473c6 + a01554.html + ga32a2500a2129e96d2fa4bf6c6bd91300 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gaa960e6ad58623983486ef30cf84d3940 + a01554.html + ga453dfa2ba1aca32d0b510e8477fe8775 (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html gaca932655bd64e8b079c145921e0d1d62 (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html ga5bbecf180e08f24cdb60411af07873be (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator== - a01473.html + a01554.html ga8ce82b2067ebaf21931151dfee549f0d (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html + a01554.html ga73a0309c22f804987d01e41c3af8d953 (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html + a01554.html ga4f04509aa5b848bb961d6c4898fc8ee6 (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator!= - a01473.html + a01554.html ga05e38fe09ca2ceb867e8cbaf0df2d43b (const _Tp &__x, const complex< _Tp > &__y) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a8f6ffa961cd02381c76b3d3345641f4d (basic_istream< _CharT, _Traits > &__in, _CharT &__c) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html ad29bf992665f01e4a3623420b87f40d3 (basic_istream< char, _Traits > &__in, unsigned char &__c) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html a257b6c1fab9276d9a9ca63c29279d48c (basic_istream< char, _Traits > &__in, signed char &__c) basic_istream< _CharT, _Traits > & operator>> - a01544.html - afd645e31e415b300d870dba3de0af813 + a01635.html + a5ddb9cad237ec0614a14ba7fcd628203 (basic_istream< _CharT, _Traits > &__in, _CharT *__s) - basic_istream< char > & - operator>> - a01544.html - a40a0021a5cf39a79c2ff66d3c31ae277 - (basic_istream< char > &__in, char *__s) - - basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html aefcf45965f6bebc6083ba4d0207cca1d (basic_istream< char, _Traits > &__in, unsigned char *__s) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html abcee0d0bbe61b8a00e0336411d295f79 (basic_istream< char, _Traits > &__in, signed char *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a4162d00742462ffb4e5b792edd81e594 (basic_ostream< _CharT, _Traits > &__out, _CharT __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html afe8641d2d416e2c56bae3ae4294de5f9 (basic_ostream< _CharT, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html abb2dcd26142d2d22961a30d8407161be (basic_ostream< char, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a105a937bc8d1394e0bb683dea33b9f1b (basic_ostream< char, _Traits > &__out, signed char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a4b69f99d144efda14d0e97f2eda925a7 (basic_ostream< char, _Traits > &__out, unsigned char __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a6c05be9ccf056df69e524be5751af66b (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html aa6c746960bcd91f0e547628fb5f04cde (basic_ostream< _CharT, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a6d6a581dcdff7c878cd963e5f14c0c56 (basic_ostream< char, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html af3b2cf95d3db957b00a07c89c708fee2 (basic_ostream< char, _Traits > &__out, const signed char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a9d1f9961c2210c515937937c3a75b28e (basic_ostream< char, _Traits > &__out, const unsigned char *__s) - reference_wrapper< _Tp > - ref - a01544.html - a1912c220e1851d8dd8484d3cb6317b33 - (_Tp &__t) noexcept - - - reference_wrapper< const _Tp > - cref - a01544.html - afc6f7bb2ebc4f03c54cdf91f5ecb1f15 - (const _Tp &__t) noexcept - - - void - ref - a01544.html - ab5fa68ff7314fb4425b6183fe9478a39 - (const _Tp &&)=delete - - - void - cref - a01544.html - a2368fbf8f54b8df5ea09bd447dd07ab5 - (const _Tp &&)=delete - - - reference_wrapper< _Tp > - ref - a01544.html - aa6e7c9ad5dbd731664fab89868983bc8 - (reference_wrapper< _Tp > __t) noexcept - - - reference_wrapper< const _Tp > - cref - a01544.html - a173f93c3bca58d0411f16989cce6fedc - (reference_wrapper< _Tp > __t) noexcept - - bool regex_match - a01499.html + a01583.html gaa55e272e1102f2c2d62d44bc39ca4ed3 (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga56856a210c4b6150bb0b64dddcdc9578 (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga23ab0d8ecb63ccfb2f2130947f977c32 (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga79853ee819b851413b45e03e066c6b7b (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool regex_match - a01499.html + a01583.html ga975d1c6755647e1b45bddb5a6c3736bc (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_match - a01499.html + a01583.html gac9bdb8370891a6588cf4f75850236e53 (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) bool regex_search - a01499.html + a01583.html gabe7986685f56116bf30c2f91d72ab9b6 (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga66522d5eacabc953cc2e2512018b1eaf (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga1c7c948a359f622835764f0c739095d1 (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga74001d5fb6cc2788210770519eceed7d (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga295b45a2979a0b78d1f8cf3958a1a1a0 (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) bool regex_search - a01499.html + a01583.html ga5d9b5360c3e14ab995f44a4f25a58b5e (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga5b3d18a746c2b6e12058e6769214a38c (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete _Out_iter regex_replace - a01499.html + a01583.html ga92fc4fdd0f158a2779495ff609213cee (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) _Out_iter regex_replace - a01499.html + a01583.html ga5e4ce407b27fd6d1d4502b6a47f48baa (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type, _St, _Sa > regex_replace - a01499.html + a01583.html ga3bcb11315d31d20f37b9c1b78e030f90 (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type, _St, _Sa > regex_replace - a01499.html + a01583.html gab2a4f515157ae835a3b2bfddc3d5ad5e (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type > regex_replace - a01499.html + a01583.html gacd17678735431a5df3f0109050c15200 (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type > regex_replace - a01499.html + a01583.html ga90ecc0db56fc72636b31613801f8e738 (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - bool - atomic_is_lock_free - a01478.html - ga26f0b2f2e5e143c43b9ac86853cdb495 - (const __shared_ptr< _Tp, _Lp > *__p) - - - bool - atomic_is_lock_free - a01478.html - ga5fe925503fa03a8132ab6ac8c3d05017 - (const shared_ptr< _Tp > *__p) - - - shared_ptr< _Tp > - atomic_load_explicit - a01478.html - gac5834272ab3ee80d5263ec71c30d4e40 - (const shared_ptr< _Tp > *__p, memory_order) - - - shared_ptr< _Tp > - atomic_load - a01478.html - gaa1f2f437e65f14cbc39dc5aa9c7787cb - (const shared_ptr< _Tp > *__p) - - - __shared_ptr< _Tp, _Lp > - atomic_load_explicit - a01478.html - gac10fed73419a9afc7442fcf685c9f4ef - (const __shared_ptr< _Tp, _Lp > *__p, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_load - a01478.html - ga068286dfd18be5a7656c478f4b23ea11 - (const __shared_ptr< _Tp, _Lp > *__p) - - - void - atomic_store_explicit - a01478.html - gac459811f24dfa61ca04dff98c59b0433 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - void - atomic_store - a01478.html - gaad7c9077082544dc2454ef66eb252cad - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - void - atomic_store_explicit - a01478.html - ga4fb42f2c743388ba4dcf24abf0cc2701 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - void - atomic_store - a01478.html - gaf607a58027ea400e7688daa2832c67ef - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + static ios_base::Init + __ioinit + a01635.html + a7f2a8c6d20dc1d386dd1cfd42f7e3530 + - - shared_ptr< _Tp > - atomic_exchange_explicit - a01478.html - ga663e97cb5020aa674934c4eda56ea7a0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + constexpr adopt_lock_t + adopt_lock + a01585.html + gad21e19f3b9b1166718c228219723e130 + - - shared_ptr< _Tp > - atomic_exchange - a01478.html - ga0e05e0e96f4b0cfdce2e7f6143976070 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + constexpr defer_lock_t + defer_lock + a01585.html + gaef1e52b34e2d2d6e3850bbd28ff7546a + - - __shared_ptr< _Tp, _Lp > - atomic_exchange_explicit - a01478.html - gac73bf6a6160e468fc776581bcecd5424 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + constexpr bool + is_nothrow_swappable_v + a01565.html + ga0a1108d3a9e77e0bc0d0d43718cfd423 + - - __shared_ptr< _Tp, _Lp > - atomic_exchange - a01478.html - ga419348e5a13dcd7fdccd244f6c15bd35 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + constexpr bool + is_nothrow_swappable_with_v + a01565.html + gafb9d40d4713bc60f67d2a5ba0cba7510 + - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga7b812df2cdd0c01f09d65168d22418c9 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + + constexpr bool + is_swappable_v + a01565.html + ga3134e7b34ee38369c01a10ba21630f87 + - - bool - atomic_compare_exchange_strong - a01478.html - ga8b4c27092fe0543d16aa24679ab64f35 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + constexpr bool + is_swappable_with_v + a01565.html + ga55aee8b93ae0c5ccf144198a7005e1fc + - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga8ddc9b0002afbe0001718de9c8ca931e - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + + constexpr nullopt_t + nullopt + a01567.html + gae44c84da6840ea5335e941bd9e46d4e8 + - - bool - atomic_compare_exchange_weak - a01478.html - ga6aa9828191cf7749c72581e719dde0b0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + constexpr piecewise_construct_t + piecewise_construct + a01567.html + ga9251cc200339814c062d2bda48994255 + - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga8ac0b3f7aae34919ebc25fc54ff6b9c8 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + + constexpr try_to_lock_t + try_to_lock + a01585.html + ga845da3c3459b8dc4c6f690039b797dfc + - - bool - atomic_compare_exchange_strong - a01478.html - ga7f9e658275d4a2cdbf1b6a00d02adcc7 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + istream + cin + a01635.html + afdcd7ecbf1544ef3f79b89f0dd06c3b7 + - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga31df9efdf79235d0f8e112d245deb431 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + + ostream + cout + a01635.html + aaf93fdf0812752e0e02c501dea1b38f0 + - - bool - atomic_compare_exchange_weak - a01478.html - ga6860aafd01c4daf71cca0efe5193437f - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + ostream + cerr + a01635.html + a7431d56d1e8cd7a9b854171294bd71c7 + - - static ios_base::Init - __ioinit - a01544.html - a7f2a8c6d20dc1d386dd1cfd42f7e3530 + + ostream + clog + a01635.html + a7e2a2fc4b5924b7292c0566ca4c95463 - _GLIBCXX17_INLINE constexpr adopt_lock_t - adopt_lock - a01501.html - ga742a9b4798379cd99d03bbf298d3685c + wistream + wcin + a01635.html + ab1807d3145162e06150b063da4da2707 - _GLIBCXX17_INLINE constexpr defer_lock_t - defer_lock - a01501.html - ga70a73adf8c062ea682cd99580d0a39be + wostream + wcout + a01635.html + a2f5fc307ed84f0ecfbc36d2cda322040 - _GLIBCXX17_INLINE constexpr piecewise_construct_t - piecewise_construct - a01483.html - ga4be4b722e942cd646f19614bcff7a328 + wostream + wcerr + a01635.html + ae50854b2a6629e6504846f8aff472e7e - _GLIBCXX17_INLINE constexpr try_to_lock_t - try_to_lock - a01501.html - ga05e641e1ecba98edb6fa4714a6c03e0d + wostream + wclog + a01635.html + a09e3edb1609f2a7fb18370eab59ba8dc istream cin - a01544.html + a01635.html afdcd7ecbf1544ef3f79b89f0dd06c3b7 ostream cout - a01544.html + a01635.html aaf93fdf0812752e0e02c501dea1b38f0 ostream cerr - a01544.html + a01635.html a7431d56d1e8cd7a9b854171294bd71c7 ostream clog - a01544.html + a01635.html a7e2a2fc4b5924b7292c0566ca4c95463 wistream wcin - a01544.html + a01635.html ab1807d3145162e06150b063da4da2707 wostream wcout - a01544.html + a01635.html a2f5fc307ed84f0ecfbc36d2cda322040 wostream wcerr - a01544.html + a01635.html ae50854b2a6629e6504846f8aff472e7e wostream wclog - a01544.html + a01635.html a09e3edb1609f2a7fb18370eab59ba8dc + _ValueType + any_cast + a01567.html + ga5ac85cbd78cd9b50b8842a33b81051bc + (any &__any) + + + _ValueType + any_cast + a01567.html + gaded858f23cae675470bb0ee46b7b5da1 + (any &&__any) + + + const _ValueType * + any_cast + a01567.html + ga8da832799bf600cb2365940cafd806a2 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01567.html + ga845f26bb6011f7037adbeaa66582ba8c + (any *__any) noexcept + + bitset< _Nb > - operator & - a01544.html - a0bad6c26bf52fd395038f073e09423b9 + operator& + a01635.html + a7e7330f9af270f5bd90341928263da8d (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept bitset< _Nb > operator| - a01544.html + a01635.html a37b7f9acb3d4f471410857a524425f03 (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept bitset< _Nb > operator^ - a01544.html + a01635.html a0eec0ec1834b05e931022533e2ae4d03 (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept std::basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a01cd5810d682dec840eee4ed6d2170d4 (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a20aaa750b7ddf43635768c7b2d0385e6 (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2a59d9d4f1421dcdba7b5ce55ca9358 + a01554.html + gae51251681ab61c3730064d7bd251456f (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - ga90ca28e9c08e2d2be7b39384ed948f7d + a01554.html + ga2c6ef01efc18ee08cf7ec77e92c97e60 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2ec84e113bbf579c4a5169104553056 + a01554.html + ga40387c48883b0e3907dd560696875bc8 (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gaef6e5c353285e48d39f7dbd566c19a2e + a01554.html + gacc62bfd9d280c9ab160a02defaa89f1b (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga7aad810bd1c92d7b5302152d83ea6eab + a01554.html + ga99680a136efdabaf8cf65882c5e2a818 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gad3bdc086693b8fda1867dcf488ea3244 + a01554.html + ga125c885adff63e68a8b4b4eaf9b6c097 (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf84b7343bdda8ed9615cd8f5a61c5e83 + a01554.html + ga1383aaa1e6ca24ab907dea89ea4c3118 (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf0ac8c76d2e8fe3754ed271686ded3ea + a01554.html + gaa5238c2eed3aed4a02ae6dd88867b0ee (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - ga59f0aae608928f513abdea0a903f3d18 + a01554.html + gaf691f99f043695126cb141fcb838912a (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - ga49d2a5790a02710e711c197ed68155ab + a01554.html + ga441b51de8c1469c1ede7a9859156cfa4 (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gabfad69221b1e539a49e34272f5b473c6 + a01554.html + ga32a2500a2129e96d2fa4bf6c6bd91300 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gaa960e6ad58623983486ef30cf84d3940 + a01554.html + ga453dfa2ba1aca32d0b510e8477fe8775 (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html gaca932655bd64e8b079c145921e0d1d62 (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html ga5bbecf180e08f24cdb60411af07873be (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator== - a01473.html - ga8ce82b2067ebaf21931151dfee549f0d - (const _Tp &__x, const complex< _Tp > &__y) - - - constexpr bool - operator!= - a01473.html - ga73a0309c22f804987d01e41c3af8d953 - (const complex< _Tp > &__x, const complex< _Tp > &__y) - - - constexpr bool - operator!= - a01473.html - ga4f04509aa5b848bb961d6c4898fc8ee6 - (const complex< _Tp > &__x, const _Tp &__y) - - - constexpr bool - operator!= - a01473.html - ga05e38fe09ca2ceb867e8cbaf0df2d43b - (const _Tp &__x, const complex< _Tp > &__y) - - - istream - cin - a01544.html - afdcd7ecbf1544ef3f79b89f0dd06c3b7 - - - - ostream - cout - a01544.html - aaf93fdf0812752e0e02c501dea1b38f0 - - - - ostream - cerr - a01544.html - a7431d56d1e8cd7a9b854171294bd71c7 - - - - ostream - clog - a01544.html - a7e2a2fc4b5924b7292c0566ca4c95463 - - - - wistream - wcin - a01544.html - ab1807d3145162e06150b063da4da2707 - + a01554.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) - - wostream - wcout - a01544.html - a2f5fc307ed84f0ecfbc36d2cda322040 - + + constexpr bool + operator!= + a01554.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) - - wostream - wcerr - a01544.html - ae50854b2a6629e6504846f8aff472e7e - + + constexpr bool + operator!= + a01554.html + ga4f04509aa5b848bb961d6c4898fc8ee6 + (const complex< _Tp > &__x, const _Tp &__y) - - wostream - wclog - a01544.html - a09e3edb1609f2a7fb18370eab59ba8dc - + + constexpr bool + operator!= + a01554.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) basic_istream< _CharT, _Traits > & operator>> - a01544.html + a01635.html a8f6ffa961cd02381c76b3d3345641f4d (basic_istream< _CharT, _Traits > &__in, _CharT &__c) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html ad29bf992665f01e4a3623420b87f40d3 (basic_istream< char, _Traits > &__in, unsigned char &__c) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html a257b6c1fab9276d9a9ca63c29279d48c (basic_istream< char, _Traits > &__in, signed char &__c) basic_istream< _CharT, _Traits > & operator>> - a01544.html - afd645e31e415b300d870dba3de0af813 + a01635.html + a5ddb9cad237ec0614a14ba7fcd628203 (basic_istream< _CharT, _Traits > &__in, _CharT *__s) - basic_istream< char > & - operator>> - a01544.html - a40a0021a5cf39a79c2ff66d3c31ae277 - (basic_istream< char > &__in, char *__s) - - basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html aefcf45965f6bebc6083ba4d0207cca1d (basic_istream< char, _Traits > &__in, unsigned char *__s) basic_istream< char, _Traits > & operator>> - a01544.html + a01635.html abcee0d0bbe61b8a00e0336411d295f79 (basic_istream< char, _Traits > &__in, signed char *__s) - - __thread void * - __once_callable - a01544.html - affb34307b43f7ddcb7cca9c413fbeae5 - - - - __thread void(* - __once_call - a01544.html - ae1348cfe57f55c01d1da84840dc0b205 - )() - - - unique_lock< _Lock > - __try_to_lock - a01544.html - abb9e48fa9917aa6fb5da491ac6380b3c - (_Lock &__l) - - - int - try_lock - a01544.html - ab431f6ac9476a921df98db8862be201a - (_Lock1 &__l1, _Lock2 &__l2, _Lock3 &... __l3) - - - void - lock - a01544.html - a82fa606b1427f731ac64bb8ac49221f3 - (_L1 &__l1, _L2 &__l2, _L3 &... __l3) - - - void - __once_proxy - a01544.html - a2382c498b7b7d4ec955f33d0a7d3fc51 - (void) - - - void - call_once - a01544.html - af3415e3476b6a4ecb873675dd10a0237 - (once_flag &__once, _Callable &&__f, _Args &&... __args) - basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a4162d00742462ffb4e5b792edd81e594 (basic_ostream< _CharT, _Traits > &__out, _CharT __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html afe8641d2d416e2c56bae3ae4294de5f9 (basic_ostream< _CharT, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html abb2dcd26142d2d22961a30d8407161be (basic_ostream< char, _Traits > &__out, char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a105a937bc8d1394e0bb683dea33b9f1b (basic_ostream< char, _Traits > &__out, signed char __c) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a4b69f99d144efda14d0e97f2eda925a7 (basic_ostream< char, _Traits > &__out, unsigned char __c) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html a6c05be9ccf056df69e524be5751af66b (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) basic_ostream< _CharT, _Traits > & operator<< - a01544.html + a01635.html aa6c746960bcd91f0e547628fb5f04cde (basic_ostream< _CharT, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a6d6a581dcdff7c878cd963e5f14c0c56 (basic_ostream< char, _Traits > &__out, const char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html af3b2cf95d3db957b00a07c89c708fee2 (basic_ostream< char, _Traits > &__out, const signed char *__s) basic_ostream< char, _Traits > & operator<< - a01544.html + a01635.html a9d1f9961c2210c515937937c3a75b28e (basic_ostream< char, _Traits > &__out, const unsigned char *__s) - - __shared_mutex_cv - __shared_timed_mutex_base - a01501.html - gab3c86906b8d29085ce9876aa6baab8e7 - - - - void - swap - a01501.html - ga0d3de8f7ff80877e53d25ca9057e1c0f - (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept - - - reference_wrapper< _Tp > - ref - a01544.html - a1912c220e1851d8dd8484d3cb6317b33 - (_Tp &__t) noexcept - - - reference_wrapper< const _Tp > - cref - a01544.html - afc6f7bb2ebc4f03c54cdf91f5ecb1f15 - (const _Tp &__t) noexcept - - - void - ref - a01544.html - ab5fa68ff7314fb4425b6183fe9478a39 - (const _Tp &&)=delete - - - void - cref - a01544.html - a2368fbf8f54b8df5ea09bd447dd07ab5 - (const _Tp &&)=delete - - - reference_wrapper< _Tp > - ref - a01544.html - aa6e7c9ad5dbd731664fab89868983bc8 - (reference_wrapper< _Tp > __t) noexcept - - - reference_wrapper< const _Tp > - cref - a01544.html - a173f93c3bca58d0411f16989cce6fedc - (reference_wrapper< _Tp > __t) noexcept - bool regex_match - a01499.html + a01583.html gaa55e272e1102f2c2d62d44bc39ca4ed3 (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga56856a210c4b6150bb0b64dddcdc9578 (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga23ab0d8ecb63ccfb2f2130947f977c32 (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_match - a01499.html + a01583.html ga79853ee819b851413b45e03e066c6b7b (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool regex_match - a01499.html + a01583.html ga975d1c6755647e1b45bddb5a6c3736bc (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_match - a01499.html + a01583.html gac9bdb8370891a6588cf4f75850236e53 (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) bool regex_search - a01499.html + a01583.html gabe7986685f56116bf30c2f91d72ab9b6 (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga66522d5eacabc953cc2e2512018b1eaf (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga1c7c948a359f622835764f0c739095d1 (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga74001d5fb6cc2788210770519eceed7d (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga295b45a2979a0b78d1f8cf3958a1a1a0 (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) bool regex_search - a01499.html + a01583.html ga5d9b5360c3e14ab995f44a4f25a58b5e (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool regex_search - a01499.html + a01583.html ga5b3d18a746c2b6e12058e6769214a38c (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete _Out_iter regex_replace - a01499.html + a01583.html ga92fc4fdd0f158a2779495ff609213cee (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) _Out_iter regex_replace - a01499.html + a01583.html ga5e4ce407b27fd6d1d4502b6a47f48baa (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type, _St, _Sa > regex_replace - a01499.html + a01583.html ga3bcb11315d31d20f37b9c1b78e030f90 (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type, _St, _Sa > regex_replace - a01499.html + a01583.html gab2a4f515157ae835a3b2bfddc3d5ad5e (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type > regex_replace - a01499.html + a01583.html gacd17678735431a5df3f0109050c15200 (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) basic_string< _Ch_type > regex_replace - a01499.html + a01583.html ga90ecc0db56fc72636b31613801f8e738 (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - - bool - atomic_is_lock_free - a01478.html - ga26f0b2f2e5e143c43b9ac86853cdb495 - (const __shared_ptr< _Tp, _Lp > *__p) - - - bool - atomic_is_lock_free - a01478.html - ga5fe925503fa03a8132ab6ac8c3d05017 - (const shared_ptr< _Tp > *__p) - - - shared_ptr< _Tp > - atomic_load_explicit - a01478.html - gac5834272ab3ee80d5263ec71c30d4e40 - (const shared_ptr< _Tp > *__p, memory_order) - - - shared_ptr< _Tp > - atomic_load - a01478.html - gaa1f2f437e65f14cbc39dc5aa9c7787cb - (const shared_ptr< _Tp > *__p) - - - __shared_ptr< _Tp, _Lp > - atomic_load_explicit - a01478.html - gac10fed73419a9afc7442fcf685c9f4ef - (const __shared_ptr< _Tp, _Lp > *__p, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_load - a01478.html - ga068286dfd18be5a7656c478f4b23ea11 - (const __shared_ptr< _Tp, _Lp > *__p) - - - void - atomic_store_explicit - a01478.html - gac459811f24dfa61ca04dff98c59b0433 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - void - atomic_store - a01478.html - gaad7c9077082544dc2454ef66eb252cad - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - void - atomic_store_explicit - a01478.html - ga4fb42f2c743388ba4dcf24abf0cc2701 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - void - atomic_store - a01478.html - gaf607a58027ea400e7688daa2832c67ef - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) - - - shared_ptr< _Tp > - atomic_exchange_explicit - a01478.html - ga663e97cb5020aa674934c4eda56ea7a0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - - - shared_ptr< _Tp > - atomic_exchange - a01478.html - ga0e05e0e96f4b0cfdce2e7f6143976070 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) - - - __shared_ptr< _Tp, _Lp > - atomic_exchange_explicit - a01478.html - gac73bf6a6160e468fc776581bcecd5424 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) - - - __shared_ptr< _Tp, _Lp > - atomic_exchange - a01478.html - ga419348e5a13dcd7fdccd244f6c15bd35 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) - - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga7b812df2cdd0c01f09d65168d22418c9 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) - - - bool - atomic_compare_exchange_strong - a01478.html - ga8b4c27092fe0543d16aa24679ab64f35 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) - - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga8ddc9b0002afbe0001718de9c8ca931e - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) - - - bool - atomic_compare_exchange_weak - a01478.html - ga6aa9828191cf7749c72581e719dde0b0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) - - - bool - atomic_compare_exchange_strong_explicit - a01478.html - ga8ac0b3f7aae34919ebc25fc54ff6b9c8 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) - - - bool - atomic_compare_exchange_strong - a01478.html - ga7f9e658275d4a2cdbf1b6a00d02adcc7 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) - - - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga31df9efdf79235d0f8e112d245deb431 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) - - - bool - atomic_compare_exchange_weak - a01478.html - ga6860aafd01c4daf71cca0efe5193437f - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) - std::__debug - a01571.html + a01670.html std::__debug::bitset std::__debug::deque std::__debug::forward_list @@ -111167,54 +118018,47 @@ bool operator<= - a01571.html + a01670.html a00e5655f35d242d0995153643aea2ebc (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator> - a01571.html + a01670.html a84b60842f88cb57f0075a964c68794b5 (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) bool operator>= - a01571.html + a01670.html a636d8ef229361158ab4945c00d7676be (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) void swap - a01571.html + a01670.html a9f4d5ac9d6926c4a0e2d97179887cb6c (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) std::__detail - a01545.html + a01636.html std::__detail::_BracketMatcher std::__detail::_Compiler std::__detail::_Default_ranged_hash - std::__detail::_Equal_helper - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > std::__detail::_Equality - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - std::__detail::_Equality_base + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > std::__detail::_Executor std::__detail::_Hash_code_base - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > std::__detail::_Hash_node - std::__detail::_Hash_node< _Value, false > - std::__detail::_Hash_node< _Value, true > std::__detail::_Hash_node_base + std::__detail::_Hash_node_code_cache + std::__detail::_Hash_node_code_cache< true > std::__detail::_Hash_node_value_base std::__detail::_Hashtable_alloc std::__detail::_Hashtable_base @@ -111223,17 +118067,18 @@ std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > std::__detail::_Hashtable_traits std::__detail::_Insert - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > std::__detail::_Insert_base std::__detail::_List_node_base + std::__detail::_List_node_header std::__detail::_Local_const_iterator std::__detail::_Local_iterator std::__detail::_Local_iterator_base - std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, true > std::__detail::_Map_base - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true > std::__detail::_Mask_range_hashing std::__detail::_Mod_range_hashing std::__detail::_Node_const_iterator @@ -111243,831 +118088,1244 @@ std::__detail::_Prime_rehash_policy std::__detail::_Quoted_string std::__detail::_Rehash_base - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, false_type > + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits, true_type > std::__detail::_Scanner std::__detail::_StateSeq _Opcode - a01498.html + a01582.html ga120dd4593bf78fa33d97a55b8f5ff393 - _GLIBCXX14_CONSTEXPR std::size_t + std::size_t __clp2 - a01494.html - ga467c90cac9f40425bac6a54f9a54ad9e + a01578.html + ga76ad63b8e92daa1dd84ff19969eafd1e (std::size_t __n) noexcept - constexpr common_type_t< _Mn, _Nn > - __lcm - a01545.html - a8d0e9c29e2da1a9162db469b99b2d792 - (_Mn __m, _Nn __n) + bool + __from_chars_alnum + a01636.html + a02a4382eee25480cab4d81544447ea42 + (const char *&__first, const char *__last, _Tp &__val, int __base) + + + bool + __from_chars_binary + a01636.html + a11433a71a3f2ed8441ebd24c02795d95 + (const char *&__first, const char *__last, _Tp &__val) + + + bool + __from_chars_digit + a01636.html + a3d265b34817666138f757fa2250400be + (const char *&__first, const char *__last, _Tp &__val, int __base) std::basic_ostream< _CharT, _Traits > & operator<< - a01545.html + a01636.html a75a3eb00bb313c120599e8341bf27d16 (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< _String, _CharT > &__str) std::basic_ostream< _CharT, _Traits > & operator<< - a01545.html + a01636.html a5e78e46b4d59d40bf8839a5cb176fa6a (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< const _CharT *, _CharT > &__str) std::basic_istream< _CharT, _Traits > & operator>> - a01545.html + a01636.html a9dc7b861adff63cefa05b539068f727e (std::basic_istream< _CharT, _Traits > &__is, const _Quoted_string< basic_string< _CharT, _Traits, _Alloc > &, _CharT > &__str) std::__parallel - a01575.html + a01672.html std::__parallel::_CRandNumber - - - std::__profile - a01573.html - std::__profile::bitset - std::__profile::deque - std::__profile::forward_list - std::__profile::list - std::__profile::map - std::__profile::multimap - std::__profile::multiset - std::__profile::set - std::__profile::unordered_map - std::__profile::unordered_multimap - std::__profile::unordered_multiset - std::__profile::unordered_set - - bool - operator<= - a01573.html - a513766abdb4ed2ba58d8792147ebf811 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - - bool - operator> - a01573.html - a8885d72d87c6b3b0441124b7e625b92d - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - - bool - operator>= - a01573.html - a73aff27c428faa615874629ae0250e64 - (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) - - void - swap - a01573.html - a416f44c6d2ed7e920c8bab2362ce8ffb - (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + _ForwardIterator + search + a01672.html + ae1e80daedc6cf601124562944d055635 + (_ForwardIterator __first, _ForwardIterator __last, const _Searcher &__searcher) std::chrono - a01555.html + a01649.html std::chrono::duration std::chrono::duration_values + std::chrono::steady_clock + std::chrono::system_clock std::chrono::time_point std::chrono::treat_as_floating_point + system_clock + high_resolution_clock + a01553.html + gab70b8aea9f615520e4143e918de990e1 + + + duration< int64_t, ratio< 3600 > > hours - a01555.html - ab6ede778883411ba1212316a1c93a957 + a01553.html + ga69734a8fb02e0e6d1f29a781785a9299 duration< int64_t, micro > microseconds - a01555.html - a48e161315b2e3c0c6671ab7ee450fb11 + a01553.html + gaf37bbae9d9ccbf67115a71a8952faf24 duration< int64_t, milli > milliseconds - a01555.html - a2715f4a4bb9ba1a4c4c85da32cc8fa11 + a01553.html + ga2cf179075148cb112059568a2a379f9c duration< int64_t, ratio< 60 > > minutes - a01555.html - aec4ae783e0c0475ca367e3bfbe67b7e5 + a01553.html + gaa87d66cfbb7f3c85c493cd11d57ddf5a duration< int64_t, nano > nanoseconds - a01555.html - a41d0bd8a6e031eb9321ad13de37723de + a01553.html + gac7d6addefa059d7c954c928e55fe1b25 duration< int64_t > seconds - a01555.html - acc2f93e09fbc239b7a4b48d3c577d0ba + a01553.html + gaf8103c904bcc1ba7b14580e8bcd78e44 - constexpr enable_if< __is_duration< _ToDur >::value, _ToDur >::type + constexpr __enable_if_is_duration< _ToDur > duration_cast - a01555.html - a98f89f48d8117f57ee6c7d5392ad9fdd + a01553.html + ga5143d479bd882a4ff638451dc57e49ed (const duration< _Rep, _Period > &__d) constexpr enable_if< __is_duration< _ToDur >::value, time_point< _Clock, _ToDur > >::type time_point_cast - a01555.html - a313d932abb364aa9f2e206ad2542740a + a01553.html + ga313d932abb364aa9f2e206ad2542740a (const time_point< _Clock, _Dur > &__t) - - - std::decimal - a01578.html - std::decimal::decimal128 - std::decimal::decimal32 - std::decimal::decimal64 + + + std::decimal + a01675.html + std::decimal::decimal128 + std::decimal::decimal32 + std::decimal::decimal64 + + long long + decimal32_to_long_long + a01675.html + a382d300aa924d2e205ddca22d677dcec + (decimal32 __d) + + + + std::experimental + a01644.html + std::experimental::any + std::experimental::bad_any_cast + std::experimental::bad_optional_access + std::experimental::basic_string_view + std::experimental::in_place_t + std::experimental::nullopt_t + std::experimental::optional + std::experimental::ostream_joiner + std::experimental::owner_less< shared_ptr< _Tp > > + std::experimental::owner_less< weak_ptr< _Tp > > + std::experimental::propagate_const + + _ValueType + any_cast + a01604.html + ga3804b3e41a5ff0dae8d32c2cf453995f + (const any &__any) + + + constexpr common_type_t< _Mn, _Nn > + gcd + a01644.html + aff17d387510cfa8cbcdd2425c484b327 + (_Mn __m, _Nn __n) noexcept + + + _Del * + get_deleter + a01644.html + adc5e7f8e3a02f8ae2dbf4d5b86d90260 + (const shared_ptr< _Tp > &__p) noexcept + + + constexpr common_type_t< _Mn, _Nn > + lcm + a01644.html + accce3753a3228b2f3bb4caea33ee2bec + (_Mn __m, _Nn __n) + + + constexpr array< typename __make_array_elem< _Dest, _Types... >::type, sizeof...(_Types)> + make_array + a01605.html + ga453abc6fbb7a2b27f1b36946f25854e1 + (_Types &&... __t) + + + boyer_moore_horspool_searcher< _RAIter, _Hash, _BinaryPredicate > + make_boyer_moore_horspool_searcher + a01644.html + ad2552e72ab3422c3ab94b9d939e2a668 + (_RAIter __pat_first, _RAIter __pat_last, _Hash __hf=_Hash(), _BinaryPredicate __pred=_BinaryPredicate()) + + + boyer_moore_searcher< _RAIter, _Hash, _BinaryPredicate > + make_boyer_moore_searcher + a01644.html + a0cb79c7e7cd7f56f7ca37f4f3bd69e31 + (_RAIter __pat_first, _RAIter __pat_last, _Hash __hf=_Hash(), _BinaryPredicate __pred=_BinaryPredicate()) + + + default_searcher< _ForwardIterator, _BinaryPredicate > + make_default_searcher + a01644.html + a81927272d20aa657f9cc166335099e23 + (_ForwardIterator __pat_first, _ForwardIterator __pat_last, _BinaryPredicate __pred=_BinaryPredicate()) + + + ostream_joiner< decay_t< _DelimT >, _CharT, _Traits > + make_ostream_joiner + a01644.html + a2e3192f5922ddde04c679b748e6093fc + (basic_ostream< _CharT, _Traits > &__os, _DelimT &&__delimiter) + + + auto + not_fn + a01644.html + a1e9a64bb7f69fa5098a3f8d75b157172 + (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn && >::value) + + + _SampleIterator + sample + a01644.html + a483f29861e583496e66e73e420ae7ab8 + (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n, _UniformRandomNumberGenerator &&__g) + + + void + swap + a01604.html + ga8007443c4b8291e332ef93b1875440b9 + (any &__x, any &__y) noexcept + + + constexpr array< remove_cv_t< _Tp >, _Nm > + to_array + a01605.html + ga425dc1907b8f2bae8e370eeefc8ef6d2 + (_Tp(&__a)[_Nm]) noexcept(is_nothrow_constructible< remove_cv_t< _Tp >, _Tp & >::value) + + + _ValueType + any_cast + a01604.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) + + + _ValueType + any_cast + a01604.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + _ValueType + any_cast + a01604.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + const _ValueType * + any_cast + a01604.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01604.html + ga30e7b55472db9e7d44060e5db2c2f255 + (any *__any) noexcept + + + constexpr in_place_t + in_place + a01606.html + ga69b3880c858acc1b7f88478d209b2fb3 + + + + constexpr bool + is_bind_expression_v + a01644.html + af917e1dba212dadf2d49ddbfffc09c03 + + + + constexpr int + is_placeholder_v + a01644.html + a98beedb226cf9cd65224b2a6cedfeeaf + + + + constexpr nullopt_t + nullopt + a01606.html + ga2221e221b29838a39e88d176b5859900 + + + + void + void_t + a01611.html + ga871838aea6e9722b1d111dfb83878b0e + + + + typename std::__detector< nonesuch, void, _Op, _Args... >::value_t + is_detected + a01611.html + ga736b0e0aa936cdb502b7fc40e3fde7ec + + + + typename std::__detector< nonesuch, void, _Op, _Args... >::type + detected_t + a01611.html + gaad463e4e8e3894fb78745a8b7988f26a + + + + std::__detected_or< _Default, _Op, _Args... > + detected_or + a01611.html + ga6272ad52b5572089648745f0030f3dc0 + + + + typename detected_or< _Default, _Op, _Args... >::type + detected_or_t + a01611.html + ga57c6d3eb040850277a749d2994749009 + + + + is_same< _Expected, detected_t< _Op, _Args... > > + is_detected_exact + a01611.html + ga61e0c9ab435a963929ba77aaf0e91f24 + + + + is_convertible< detected_t< _Op, _Args... >, _To > + is_detected_convertible + a01611.html + ga729789eafb6b9a5c6facae06d648047c + + + + constexpr bool + is_detected_v + a01611.html + gaf03d468192ad09dd98e08c468d177026 + + + + constexpr bool + is_detected_exact_v + a01611.html + ga17096c0578347407ead0d02f3978fefe + + + + constexpr bool + is_detected_convertible_v + a01611.html + gaaf601cb42b4c780f7941741d99b26bd6 + + + + _ValueType + any_cast + a01604.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) + + + _ValueType + any_cast + a01604.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + _ValueType + any_cast + a01604.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + const _ValueType * + any_cast + a01604.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01604.html + ga30e7b55472db9e7d44060e5db2c2f255 + (any *__any) noexcept + + + + std::filesystem + a01648.html + std::filesystem::__directory_iterator_proxy + std::filesystem::directory_entry + std::filesystem::directory_iterator + std::filesystem::file_status + std::filesystem::filesystem_error + std::filesystem::path + std::filesystem::recursive_directory_iterator + + + copy_options + a01648.html + a1d66286a6303c95303bba370da55c119 + + none + skip_existing + overwrite_existing + update_existing + recursive + copy_symlinks + skip_symlinks + directories_only + create_symlinks + create_hard_links + + + + perm_options + a01648.html + a7361a9de17a1b4b3271983f2394c1c1b + + replace + add + remove + nofollow + + + + perms + a01648.html + a6acbc7f8d98096bb9453b2f4b9850553 + + none + owner_read + owner_write + owner_exec + owner_all + group_read + group_write + group_exec + group_all + others_read + others_write + others_exec + others_all + all + set_uid + set_gid + sticky_bit + mask + unknown + + + + std::literals::chrono_literals + a01653.html + + constexpr chrono::hours + operator""h + a01653.html + a1e9ce474716982d5412d54f0b31cfe83 + () + + + constexpr chrono::duration< long double, ratio< 3600, 1 > > + operator""h + a01653.html + a1222adbd6f6ce060f24d7ad7f5d3ceae + (long double __hours) + + + constexpr chrono::minutes + operator""min + a01653.html + ad1645bdcc6bef25113322ffb40afb055 + () + + + constexpr chrono::duration< long double, ratio< 60, 1 > > + operator""min + a01653.html + a9172c575d54fdebaac3bf4e952e30366 + (long double __mins) + + + constexpr chrono::milliseconds + operator""ms + a01653.html + acb53b4eca8f8403b4961eb4d73992f0f + () + + + constexpr chrono::duration< long double, milli > + operator""ms + a01653.html + aee77d87446eec8aa8123989164f3adfb + (long double __msecs) + + + constexpr chrono::nanoseconds + operator""ns + a01653.html + a40735700c3e24f14212f5e05a2aa9cdf + () + + + constexpr chrono::duration< long double, nano > + operator""ns + a01653.html + a13bead1131e9f9a4d4387b31db597498 + (long double __nsecs) + + + constexpr chrono::seconds + operator""s + a01653.html + ae49b0942a0d85cf3270662695d1c18b2 + () + + + constexpr chrono::duration< long double > + operator""s + a01653.html + a8be96abe071d59380fd2adfad88af135 + (long double __secs) + + + constexpr chrono::microseconds + operator""us + a01653.html + a31002adfb0b32dafe8e3d99af3a615ca + () + - long long - decimal32_to_long_long - a01578.html - a382d300aa924d2e205ddca22d677dcec - (decimal32 __d) + constexpr chrono::duration< long double, micro > + operator""us + a01653.html + a750c5cb11b71eefdc2636c056cdcf7ee + (long double __usecs) std::placeholders - a01561.html + a01657.html std::regex_constants - a01568.html + a01664.html __syntax_option - a01568.html + a01664.html a7156b0c6206290633e6793d43a3d9c3d syntax_option_type - a01568.html + a01664.html a510caedb3e640b81620023a85c1280bb - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type icase - a01568.html - a21c1f7289167aa3d0a40b24e39a80f00 + a01664.html + abdc0c254047958096e4a15d438450286 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type nosubs - a01568.html - a29777ae2dd2358f4faf29cb604c3fb85 + a01664.html + ad272d952090cdb2922bb67cbd8cdda26 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type optimize - a01568.html - a77f83de09c72048a75a66344f0bfb2f3 + a01664.html + aca95b9eb242ccfc9700dfb187e74d55a - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type collate - a01568.html - a9a757dec2b2f903771da2427c292804a + a01664.html + a1e164c649a05eb8a93d64427b45541e6 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type ECMAScript - a01568.html - af95882ac8ac4454e386d29f45ea5bbbf + a01664.html + a44c0e825f131209047520d6951379593 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type basic - a01568.html - a195f47d5fe8ab2a35c240cf7cb012b88 + a01664.html + aa09fe132bad48a764d307fd88b8b9325 - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type extended - a01568.html - af6c55a7ee994437667dd9b8b5a0580e0 + a01664.html + a91ad12778523062eaef0df2a35fa82bf - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type awk - a01568.html - a1de0f54830ba2d86ca5244f8609fef2c + a01664.html + a861153b438007df51dbc43cc58ec4d8b - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type grep - a01568.html - afa201fcaeca378cea22d0cb2a27dd87f + a01664.html + aff87c3e46ff7278cb6067e653e88103d - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type egrep - a01568.html - a20359992d27c0743cae90e4bae7f8129 + a01664.html + a4abb15fdbae8f0593dc7662f727e9f0d - _GLIBCXX17_INLINE constexpr syntax_option_type + constexpr syntax_option_type __polynomial - a01568.html - a5beb02024da71cad08b124851240493a + a01664.html + a07da2d084ca6d08ff73440bca041f8e6 constexpr syntax_option_type - operator & - a01568.html - aa181d58777df9e46fdd8b6cf08dd12c3 + operator& + a01664.html + a0eeb348981b9790a4f1fd9691e54953e (syntax_option_type __a, syntax_option_type __b) constexpr syntax_option_type operator| - a01568.html + a01664.html aed34b3d93916973cfea2af94c22ac505 (syntax_option_type __a, syntax_option_type __b) constexpr syntax_option_type operator^ - a01568.html + a01664.html a99429d2419718d6f9cf98153cb104a57 (syntax_option_type __a, syntax_option_type __b) constexpr syntax_option_type operator~ - a01568.html + a01664.html ad3de70b7c5c74267276903c86628e239 (syntax_option_type __a) syntax_option_type & - operator &= - a01568.html - a0ac5601f07c5581e7cc3efd6ce6a9d4f + operator&= + a01664.html + ad345f99a1539836553ab17d054ba623b (syntax_option_type &__a, syntax_option_type __b) syntax_option_type & operator|= - a01568.html + a01664.html a4bd5dcfb1f0eead5b8f66233f45638f4 (syntax_option_type &__a, syntax_option_type __b) syntax_option_type & operator^= - a01568.html + a01664.html a782f3bd1b71adf5bc9f337b74ccb169d (syntax_option_type &__a, syntax_option_type __b) __match_flag - a01568.html + a01664.html a37dcdeaf2d2a34d88f1ec2defc7ba041 match_flag_type - a01568.html + a01664.html aaa717c7c94d1075dfb06f79feb4ca11c - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_default - a01568.html - ac070d8adb9f48dcfad7f69f4f2373708 + a01664.html + a790496799d7cd836ab2c01c59a05cf5b - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_not_bol - a01568.html - af0a051640e6d5b7be783ecef1bd6057c + a01664.html + a446ff6a595e71e6649c0b816064fb6ed - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_not_eol - a01568.html - a2fa4bcec54ff420f477a7bbfe6f9925b + a01664.html + aa95cb0d1f20d22e0a5c2dab045febee7 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_not_bow - a01568.html - ae61a11ae1d6998a161bdbb50c63dd0e2 + a01664.html + a3f995fe4c885c05599fe0495f659d253 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_not_eow - a01568.html - a7e422c4098322e3bf17eafd35fc16c7e + a01664.html + af23b92e4bceadee2beb477ddbe79111d - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_any - a01568.html - af78cac45372ace2e9fdd8bcf7eb27399 + a01664.html + a499d226890940325a38a2f326ebf7a34 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_not_null - a01568.html - aa135ecb11f0299ff447a7133a91d73e3 + a01664.html + af6753cbcbf0322f1cdf7fa2adf6ab75e - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_continuous - a01568.html - a372e043458fd815d130056e1225a00a5 + a01664.html + a905d343797be96365d8d663cfc7411f2 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type match_prev_avail - a01568.html - ad48b9cdb07f0c311ec5ffeb093c209d5 + a01664.html + ad730b04e961da111de1dc350953f48ba - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type format_default - a01568.html - ae8280c4746ec140dd2ad2106cbf787ad + a01664.html + acf3e89be394e8e8efb9dc007691a04d8 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type format_sed - a01568.html - a3553e3ac3560a881732c367dcf567549 + a01664.html + ae04376615a7b2c2f4175406a8aceb658 - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type format_no_copy - a01568.html - a65253b87e3f2138870e2d827ea5b4ea9 + a01664.html + af9d33d2b168c7c80c7d7f715b16759ea - _GLIBCXX17_INLINE constexpr match_flag_type + constexpr match_flag_type format_first_only - a01568.html - a0fc5b8b99c305b71cd713055afc983f9 + a01664.html + a8481fef1c709021110cc6058b8574c79 constexpr match_flag_type - operator & - a01568.html - a91f43c51d82f4484019c321d420a9fa3 + operator& + a01664.html + a58aa59015163e03b960f295b9f2f0a37 (match_flag_type __a, match_flag_type __b) constexpr match_flag_type operator| - a01568.html + a01664.html a510d0810f0fe55a65a1f3ad142e95e2c (match_flag_type __a, match_flag_type __b) constexpr match_flag_type operator^ - a01568.html + a01664.html ac6b912c67d2cdd494a770cd23c1b4f98 (match_flag_type __a, match_flag_type __b) constexpr match_flag_type operator~ - a01568.html + a01664.html a2aeb16521b6691e19cb344505b084271 (match_flag_type __a) match_flag_type & - operator &= - a01568.html - adf8b32ecec86f9328d9e77ea918d5bd7 + operator&= + a01664.html + a6a9ccecd9a407e2f0dad9bee226c4e03 (match_flag_type &__a, match_flag_type __b) match_flag_type & operator|= - a01568.html + a01664.html a1cc70d79ada227928c10a6ae955a5527 (match_flag_type &__a, match_flag_type __b) match_flag_type & operator^= - a01568.html + a01664.html a6edeffe99c8db99f7d365da413e65c34 (match_flag_type &__a, match_flag_type __b) error_type - a01568.html + a01664.html afe4178e24e6fad9f043d52b9de32e488 constexpr error_type error_collate - a01568.html + a01664.html ade164916507884ce776bba031f7bce60 (_S_error_collate) constexpr error_type error_ctype - a01568.html + a01664.html a19db2783be8034b2dd52e99657184670 (_S_error_ctype) constexpr error_type error_escape - a01568.html + a01664.html a27917cafce40928457c789313f8e7ba6 (_S_error_escape) constexpr error_type error_backref - a01568.html + a01664.html acc0f88e638558f5c3bb64ea44832493b (_S_error_backref) constexpr error_type error_brack - a01568.html + a01664.html ac9ef78846632df7d0916b933191e3bcc (_S_error_brack) constexpr error_type error_paren - a01568.html + a01664.html a828988901e2b5aafb2ad06adde9e581b (_S_error_paren) constexpr error_type error_brace - a01568.html + a01664.html a23b6569c17f71c8b1c00b515b8e02a0d (_S_error_brace) constexpr error_type error_badbrace - a01568.html + a01664.html a272600147c8274c0d78fcda6b53eb0c6 (_S_error_badbrace) constexpr error_type error_range - a01568.html + a01664.html a38aa5041411e6e3d98057811eb691cd0 (_S_error_range) constexpr error_type error_space - a01568.html + a01664.html a1200d5e70723aa0ae0153c74fd3d02e0 (_S_error_space) constexpr error_type error_badrepeat - a01568.html + a01664.html a47399faadc6f427a172a84d78945394c (_S_error_badrepeat) constexpr error_type error_complexity - a01568.html + a01664.html acdf6decf6d03ea2275dcec3961719d9a (_S_error_complexity) constexpr error_type error_stack - a01568.html + a01664.html ac625782ad8167c9f36b1e32b65df2159 (_S_error_stack) std::rel_ops - a01569.html + a01666.html bool operator!= - a01569.html + a01666.html a90a8bcb2378458899b902c6eb8834bd2 (const _Tp &__x, const _Tp &__y) bool operator<= - a01569.html + a01666.html aaf5340c412fb69ca76ea39d768f04ce4 (const _Tp &__x, const _Tp &__y) bool operator> - a01569.html + a01666.html a05cd508a43f05f31e7fb298edd7a84e1 (const _Tp &__x, const _Tp &__y) bool operator>= - a01569.html + a01666.html ac93a7559412662f6dfd7c206ecb98f99 (const _Tp &__x, const _Tp &__y) std::this_thread - a01562.html + a01665.html thread::id get_id - a01562.html + a01665.html ad4ed754e0d5a61283cf36f4918ab3444 () noexcept void sleep_for - a01562.html + a01665.html a7ddb6a2d48e0bb2cace6dd67c4c38596 (const chrono::duration< _Rep, _Period > &__rtime) void sleep_until - a01562.html + a01665.html a277096a2cdd1fc66b7569f457b731bfb (const chrono::time_point< _Clock, _Duration > &__atime) void yield - a01562.html + a01665.html a2a1ecebfe73aaa3eb40e909991bbd16e () noexcept std::tr1 - a01546.html + a01637.html std::tr1::__detail __gnu_cxx::__promote< _Tp >::__type assoc_laguerre - a01514.html + a01599.html ga41f206b7aaf85b07d45a66d68400a1a6 (unsigned int __n, unsigned int __m, _Tp __x) __gnu_cxx::__promote< _Tp >::__type assoc_legendre - a01514.html + a01599.html ga7cba5e4fcae2550e496bac5ce5347379 (unsigned int __l, unsigned int __m, _Tp __x) __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type beta - a01514.html + a01599.html gabf90c74e3920ea3853f5786f90b8aa2b (_Tpx __x, _Tpy __y) __gnu_cxx::__promote< _Tp >::__type comp_ellint_1 - a01514.html + a01599.html ga35acc5bbe07b74718e22e5e7abe52fec (_Tp __k) __gnu_cxx::__promote< _Tp >::__type comp_ellint_2 - a01514.html + a01599.html ga67dca5d65386e74a0e2f17d842f0d450 (_Tp __k) __gnu_cxx::__promote_2< _Tp, _Tpn >::__type comp_ellint_3 - a01514.html + a01599.html ga61ba4b9c23985c1d0ae83cf48b180231 (_Tp __k, _Tpn __nu) __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type conf_hyperg - a01514.html + a01599.html gafd178133d3ebc657708ad8174baf2a74 (_Tpa __a, _Tpc __c, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_i - a01514.html + a01599.html ga07dddd9af049c8700682f9de63f49430 (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_j - a01514.html + a01599.html ga9f8aeb36e3e3ee1f6e15d597a46d772b (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_k - a01514.html + a01599.html ga77fcb104653b63975ae800e48fb72ed0 (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_neumann - a01514.html + a01599.html ga36bb3adce8d3308d85891700c78bea91 (_Tpnu __nu, _Tp __x) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_1 - a01514.html + a01599.html ga7d289fce6de2d3ac3abfcecf4f419396 (_Tp __k, _Tpp __phi) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_2 - a01514.html + a01599.html gaca3de93877d9d195863279ef8e2d2b83 (_Tp __k, _Tpp __phi) __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type ellint_3 - a01514.html + a01599.html ga55963b25d9fb39d84193ca03cd6772d4 (_Tp __k, _Tpn __nu, _Tpp __phi) __gnu_cxx::__promote< _Tp >::__type expint - a01514.html + a01599.html gac555d8d9bf9256070f2238a6a788727c (_Tp __x) std::complex< _Tp > fabs - a01473.html + a01554.html gad40c4613da51e899ab88c3a18267ef7f (const std::complex< _Tp > &__z) __gnu_cxx::__promote< _Tp >::__type hermite - a01514.html + a01599.html gaf363be9138ed0e7c26c71d34f97d0345 (unsigned int __n, _Tp __x) __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type hyperg - a01514.html + a01599.html gaf320db7639ced3d53b1b86cf8f2aaa3f (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) __gnu_cxx::__promote< _Tp >::__type laguerre - a01514.html + a01599.html ga2fcf4c16f11f22583104dd3f0f47e8d9 (unsigned int __n, _Tp __x) __gnu_cxx::__promote< _Tp >::__type legendre - a01514.html + a01599.html gafbabf25c3e530e0b94b5e6a3aaab6b5a (unsigned int __n, _Tp __x) std::complex< typename __gnu_cxx::__promote_2< _Tp, _Up >::__type > pow - a01473.html + a01554.html gaab6ff7d7d6909209885edbc25b74a930 (const std::complex< _Tp > &__x, const _Up &__y) __gnu_cxx::__promote< _Tp >::__type riemann_zeta - a01514.html + a01599.html gadfc115751fa7ee0a1c44d9f7028d3a01 (_Tp __x) __gnu_cxx::__promote< _Tp >::__type sph_bessel - a01514.html + a01599.html ga2bf44b5e5a3b33d518d8a49e06433ece (unsigned int __n, _Tp __x) __gnu_cxx::__promote< _Tp >::__type sph_legendre - a01514.html + a01599.html ga6281837b14f373c4b331509580f66b35 (unsigned int __l, unsigned int __m, _Tp __theta) __gnu_cxx::__promote< _Tp >::__type sph_neumann - a01514.html + a01599.html ga2d353e21ed716e078f26147fb603ed33 (unsigned int __n, _Tp __x) std::tr1::__detail - a01547.html + a01638.html std::tr2 - a01548.html + a01639.html std::tr2::__detail std::tr2::__dynamic_bitset_base std::tr2::__reflection_typelist @@ -112080,151 +119338,149 @@ std::basic_ostream< _CharT, _Traits > & operator<< - a01515.html + a01600.html gaf5eb3c897d120abd3981d431b0c57b35 (std::basic_ostream< _CharT, _Traits > &__os, const dynamic_bitset< _WordT, _Alloc > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01515.html + a01600.html ga4618b05732d8eec5161f28b23c23227d (std::basic_istream< _CharT, _Traits > &__is, dynamic_bitset< _WordT, _Alloc > &__x) bool operator!= - a01515.html + a01600.html ga2b4bf8c35aa9cd820d1bc042accb8687 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator<= - a01515.html + a01600.html gae39d9fee6e2bb1642be73a0474be71b3 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator> - a01515.html + a01600.html gabc26fba16414cb3d2c1247de4be61cfd (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator>= - a01515.html + a01600.html ga08b65275697884e0facdf36f73c0bb7d (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) dynamic_bitset< _WordT, _Alloc > - operator & - a01515.html - gacc832712a19ae288e2b01ba85bee3d5a + operator& + a01600.html + ga954cea8f51f07da79ec635441f11fe18 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator| - a01515.html + a01600.html gad20c154d9a0dc8523781b0d2fe0d3de1 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator^ - a01515.html + a01600.html ga7c9b5309fab61ddf049e350fdaa599fe (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator- - a01515.html + a01600.html ga9098fadcbe59e0ba2fa8590bd8388f5e (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) bool operator!= - a01515.html + a01600.html ga2b4bf8c35aa9cd820d1bc042accb8687 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator<= - a01515.html + a01600.html gae39d9fee6e2bb1642be73a0474be71b3 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator> - a01515.html + a01600.html gabc26fba16414cb3d2c1247de4be61cfd (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator>= - a01515.html + a01600.html ga08b65275697884e0facdf36f73c0bb7d (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) dynamic_bitset< _WordT, _Alloc > - operator & - a01515.html - gacc832712a19ae288e2b01ba85bee3d5a + operator& + a01600.html + ga954cea8f51f07da79ec635441f11fe18 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator| - a01515.html + a01600.html gad20c154d9a0dc8523781b0d2fe0d3de1 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator^ - a01515.html + a01600.html ga7c9b5309fab61ddf049e350fdaa599fe (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator- - a01515.html + a01600.html ga9098fadcbe59e0ba2fa8590bd8388f5e (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) std::tr2::__detail - a01549.html + a01640.html pointer_adaptors Adaptors for pointers to functions - a01507.html - std::pointer_to_binary_function - std::pointer_to_unary_function + a01591.html pointer_to_unary_function< _Arg, _Result > ptr_fun - a01507.html + a01591.html gaee61fcee12458d9d61b10f07de908134 (_Result(*__x)(_Arg)) pointer_to_binary_function< _Arg1, _Arg2, _Result > ptr_fun - a01507.html + a01591.html ga2c95cd7ca955ae3a4cbf98593456bd8e (_Result(*__x)(_Arg1, _Arg2)) @@ -112232,20 +119488,13 @@ memory_adaptors Adaptors for pointers to members - a01508.html - std::const_mem_fun1_ref_t - std::const_mem_fun1_t - std::const_mem_fun_ref_t - std::const_mem_fun_t - std::mem_fun1_ref_t - std::mem_fun1_t - std::mem_fun_ref_t - std::mem_fun_t + a01592.html algorithms Algorithms - a01485.html + a01569.html + numeric_ops mutating_algorithms non_mutating_algorithms sorting_algorithms @@ -112253,26 +119502,16 @@ allocators Allocators - a01496.html - __gnu_cxx::__alloc_traits - __gnu_cxx::__mt_alloc - __gnu_cxx::__pool_alloc - __gnu_cxx::_ExtPtr_allocator - __gnu_cxx::array_allocator - __gnu_cxx::bitmap_allocator - __gnu_cxx::debug_allocator - __gnu_cxx::malloc_allocator - __gnu_cxx::new_allocator - __gnu_cxx::throw_allocator_base + a01580.html + scoped_allocator std::allocator - std::allocator< void > std::allocator_traits std::scoped_allocator_adaptor std::uses_allocator __gnu_cxx::new_allocator< _Tp > __allocator_base - a01496.html + a01580.html ga1b6cff167395d2e9812ab3d2fe3e4875 @@ -112280,563 +119519,495 @@ arithmetic_functors Arithmetic Classes - a01503.html + a01587.html std::divides - std::divides< void > std::minus - std::minus< void > std::modulus - std::modulus< void > std::multiplies - std::multiplies< void > std::negate - std::negate< void > std::plus make_array Array creation functions - a01519.html + a01605.html + + constexpr array< typename __make_array_elem< _Dest, _Types... >::type, sizeof...(_Types)> + make_array + a01605.html + ga453abc6fbb7a2b27f1b36946f25854e1 + (_Types &&... __t) + + + constexpr array< remove_cv_t< _Tp >, _Nm > + to_array + a01605.html + ga425dc1907b8f2bae8e370eeefc8ef6d2 + (_Tp(&__a)[_Nm]) noexcept(is_nothrow_constructible< remove_cv_t< _Tp >, _Tp & >::value) + associative_containers Associative - a01468.html - std::map - std::multimap - std::multiset - std::set + a01547.html atomics Atomics - a01491.html + a01575.html std::__atomic_base - std::__atomic_base< _PTp * > - std::__atomic_flag_base std::atomic - std::atomic< _Tp * > - std::atomic< bool > - std::atomic< char > - std::atomic< char16_t > - std::atomic< char32_t > - std::atomic< int > - std::atomic< long > - std::atomic< long long > - std::atomic< short > - std::atomic< signed char > - std::atomic< unsigned char > - std::atomic< unsigned int > - std::atomic< unsigned long > - std::atomic< unsigned long long > - std::atomic< unsigned short > - std::atomic< wchar_t > - std::atomic_flag #define ATOMIC_BOOL_LOCK_FREE - a01491.html + a01575.html ga804f4cd80492d5bc779ef06aa8d77198 atomic< bool > atomic_bool - a01491.html + a01575.html gaf6086d29df25216dda5a4a25283e8c1b atomic< char > atomic_char - a01491.html + a01575.html ga8cc2dcae0c8faa76777765c4f1c0556e atomic< char16_t > atomic_char16_t - a01491.html + a01575.html gabf645b9de4785104feaa9827cd672279 atomic< char32_t > atomic_char32_t - a01491.html + a01575.html gaceeeb98077f495bd03a4a8186b93c042 atomic< int > atomic_int - a01491.html + a01575.html ga8e9e8e31eec44834b1fa3ec4e1ccf3e7 atomic< int16_t > atomic_int16_t - a01491.html + a01575.html ga499c4d63597f582f334f53fe66390130 atomic< int32_t > atomic_int32_t - a01491.html + a01575.html gaabd065724c5ce31539dedb8add48ac46 atomic< int64_t > atomic_int64_t - a01491.html + a01575.html ga919f362eb712ce8408b2e7fc93986ce9 atomic< int8_t > atomic_int8_t - a01491.html + a01575.html gab650a220c21b0cc1f05c207466d10f2b atomic< int_fast16_t > atomic_int_fast16_t - a01491.html + a01575.html gaa216f3a1d57fa3c13c4d59ab3c45b461 atomic< int_fast32_t > atomic_int_fast32_t - a01491.html + a01575.html ga8c46317e4ac11eaa3e53f2ec66158fc0 atomic< int_fast64_t > atomic_int_fast64_t - a01491.html + a01575.html gac2dff45ca4a14c2bb7f1ad3360377344 atomic< int_fast8_t > atomic_int_fast8_t - a01491.html + a01575.html gaecfbb17217b6ff2f0c15e49dfd7ec459 atomic< int_least16_t > atomic_int_least16_t - a01491.html + a01575.html gad6a704d09ccc631022ebc6733817362b atomic< int_least32_t > atomic_int_least32_t - a01491.html + a01575.html ga72bfafa96eaec8a7d8a0e71f706dd40f atomic< int_least64_t > atomic_int_least64_t - a01491.html + a01575.html gaf3dcb968315142320d83651f335325ff atomic< int_least8_t > atomic_int_least8_t - a01491.html + a01575.html ga1b1448266ad00a16c95e1f8bbc98e659 atomic< intmax_t > atomic_intmax_t - a01491.html + a01575.html ga02ac5738a7a9f78bf894ace288d90576 atomic< intptr_t > atomic_intptr_t - a01491.html + a01575.html ga479fe44f81f5f2a68e9b10d022e4b563 atomic< long long > atomic_llong - a01491.html + a01575.html gabf25364f5fd505a27d78d7e3434ec337 atomic< long > atomic_long - a01491.html + a01575.html ga516afb5820a1d4d2bee3016c335e7f32 atomic< ptrdiff_t > atomic_ptrdiff_t - a01491.html + a01575.html gac91469c8dac9ea566aa123ee72834456 atomic< signed char > atomic_schar - a01491.html + a01575.html ga149ab9f968045c030b28cc66b21c90fe atomic< short > atomic_short - a01491.html + a01575.html ga57ba7af47bbbe212c68aac803df94e66 atomic< size_t > atomic_size_t - a01491.html + a01575.html ga50f0c06e2ed82868b43d9fdf802c15dd atomic< unsigned char > atomic_uchar - a01491.html + a01575.html gae195150d772d7de1590a467c94d2efbd atomic< unsigned int > atomic_uint - a01491.html + a01575.html ga8229f523dabc2103dd045fbc7922deb6 atomic< uint16_t > atomic_uint16_t - a01491.html + a01575.html ga60f6513810459148ec357bbb993ae031 atomic< uint32_t > atomic_uint32_t - a01491.html + a01575.html gafdf19d28e7b224eae4986982432e3031 atomic< uint64_t > atomic_uint64_t - a01491.html + a01575.html ga61a2758446aadb239e0f77a1b7e1c95d atomic< uint8_t > atomic_uint8_t - a01491.html + a01575.html ga733c7b7c5f6035d86928e70083c3b74d atomic< uint_fast16_t > atomic_uint_fast16_t - a01491.html + a01575.html gab61c0b01e90d43f0213aa7abd2f5f335 atomic< uint_fast32_t > atomic_uint_fast32_t - a01491.html + a01575.html gaf84e67c027b9befda86fa336a250ad19 atomic< uint_fast64_t > atomic_uint_fast64_t - a01491.html + a01575.html ga891df3fc547ce305e223078a002a30ae atomic< uint_fast8_t > atomic_uint_fast8_t - a01491.html + a01575.html ga40baf341b0da82de1dda4f09d82e0ac5 atomic< uint_least16_t > atomic_uint_least16_t - a01491.html + a01575.html ga5c55fde43e38cd4b03ca13fb1a5e2a22 atomic< uint_least32_t > atomic_uint_least32_t - a01491.html + a01575.html ga882202b2c37d84f063452cb6919f0a72 atomic< uint_least64_t > atomic_uint_least64_t - a01491.html + a01575.html ga90b9e9b26f9e2224e5623c59f27c36be atomic< uint_least8_t > atomic_uint_least8_t - a01491.html + a01575.html ga5328da93da870cab076210266f0b1ab4 atomic< uintmax_t > atomic_uintmax_t - a01491.html + a01575.html ga9567942c4ccb9bf8a98cc8bf9e0dd37b atomic< uintptr_t > atomic_uintptr_t - a01491.html + a01575.html ga02e709315376fdc02556368b8035c5ac atomic< unsigned long long > atomic_ullong - a01491.html + a01575.html ga3c5b7b2c577e1b477dc11dc501dfff44 atomic< unsigned long > atomic_ulong - a01491.html + a01575.html ga00ea9684fdf38053c69ad0235e67eb26 atomic< unsigned short > atomic_ushort - a01491.html + a01575.html gaf0c7dae0fbcf1dbaf85913a5cece6462 atomic< wchar_t > atomic_wchar_t - a01491.html + a01575.html ga817fa93d87437b86fd8cbd6e77458631 enum std::memory_order memory_order - a01491.html - ga7163c4f13e7624eb78b16bb599a72f98 + a01575.html + gae2a064461118d404041c13e66a930220 memory_order - a01491.html + a01575.html gab4f8c60de95c10793a8e3e27fcb800d9 _Tp kill_dependency - a01491.html + a01575.html gac8b65b60a2e0cb41d573f174a4c3c423 (_Tp __y) noexcept - regex-detail - Base and Implementation Classes - a01498.html - std::__detail::_BracketMatcher - std::__detail::_Compiler - std::__detail::_Executor - std::__detail::_Scanner - std::__detail::_StateSeq - - - _Opcode - a01498.html - ga120dd4593bf78fa33d97a55b8f5ff393 - - - - hashtable-detail Base and Implementation Classes - a01494.html + a01578.html std::__detail::_Default_ranged_hash - std::__detail::_Equal_helper - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > - std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > std::__detail::_Equality - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - std::__detail::_Equality_base - std::__detail::_Hash_code_base - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > - std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > - std::__detail::_Hash_node - std::__detail::_Hash_node< _Value, false > - std::__detail::_Hash_node< _Value, true > - std::__detail::_Hash_node_base - std::__detail::_Hash_node_value_base + std::__detail::_Hash_node_code_cache std::__detail::_Hashtable_alloc std::__detail::_Hashtable_base std::__detail::_Hashtable_ebo_helper - std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > - std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > - std::__detail::_Hashtable_traits std::__detail::_Insert - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - std::__detail::_Insert_base - std::__detail::_Local_const_iterator - std::__detail::_Local_iterator std::__detail::_Local_iterator_base - std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > std::__detail::_Map_base - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > - std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > - std::__detail::_Mask_range_hashing - std::__detail::_Mod_range_hashing - std::__detail::_Node_const_iterator - std::__detail::_Node_iterator - std::__detail::_Node_iterator_base - std::__detail::_Power2_rehash_policy - std::__detail::_Prime_rehash_policy std::__detail::_Rehash_base - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > - std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > - std::_Hashtable - _GLIBCXX14_CONSTEXPR std::size_t + std::size_t __clp2 - a01494.html - ga467c90cac9f40425bac6a54f9a54ad9e + a01578.html + ga76ad63b8e92daa1dd84ff19969eafd1e (std::size_t __n) noexcept - branch-detail + regex-detail + Base and Implementation Classes + a01582.html + std::__detail::_BracketMatcher + + + _Opcode + a01582.html + ga120dd4593bf78fa33d97a55b8f5ff393 + + + + + hash-detail Base and Policy Classes - a01527.html - __gnu_pbds::detail::ov_tree_map - __gnu_pbds::detail::pat_trie_map - __gnu_pbds::detail::rb_tree_map - __gnu_pbds::detail::splay_tree_map + a01615.html - heap-detail + branch-detail Base and Policy Classes - a01531.html - __gnu_pbds::detail::binary_heap - __gnu_pbds::detail::binomial_heap - __gnu_pbds::detail::pairing_heap - __gnu_pbds::detail::rc_binomial_heap - __gnu_pbds::detail::thin_heap + a01617.html - hash-detail + heap-detail Base and Policy Classes - a01525.html - __gnu_pbds::detail::cc_ht_map - __gnu_pbds::detail::gp_ht_map + a01621.html random_distributions_bernoulli Bernoulli Distributions - a01541.html - std::bernoulli_distribution - std::binomial_distribution - std::geometric_distribution - std::negative_binomial_distribution + a01631.html bool operator!= - a01541.html + a01631.html ga1b42c0c69b003733630addb17455e78c (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) bool operator!= - a01541.html + a01631.html ga03255c2d29292408f9e417d8c19749d5 (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) bool operator!= - a01541.html + a01631.html gada2797560998107294e60ece46615d73 (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) bool operator!= - a01541.html + a01631.html ga0ecd009cd763508bbac68e62a14fa73c (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html + a01631.html ga17d284660a1656bc205dd834125e5543 (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01541.html + a01631.html ga50ccdd252598b9c017837d26588463d2 (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01541.html + a01631.html ga2a24c2f5da07f3a713e036875355ad57 (std::basic_istream< _CharT, _Traits > &__is, std::bernoulli_distribution &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01541.html + a01631.html ga30ec0007b5169ab3c6847033db603493 (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) @@ -112844,72 +120015,69 @@ binary_search_algorithms Binary Search - a01490.html + a01574.html - bool + constexpr bool binary_search - a01490.html - ga8272a9835bf987be37a4203e336fffe4 + a01574.html + ga5cd1d108f075ff88a726bda6a02121bc (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - bool + constexpr bool binary_search - a01490.html - ga97bd3506e0ba43028e0d816a841d39cf + a01574.html + gaa3cbedc36006c6b05679be8794dd8edc (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > equal_range - a01490.html - ga67b70af6f618f2c566d2f1849735fb6e + a01574.html + ga70394a0c38991926e22757da8f0621fd (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > equal_range - a01490.html - ga2d3802f907c482a269e17ec3714d3df0 + a01574.html + gacb95170e3e91dbafea219afad2bc6805 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator lower_bound - a01490.html - ga6f1d41eed9a1fabbae1d54b384b07061 + a01574.html + ga29dbb510baabe37e875632324fe79030 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator lower_bound - a01490.html - ga80229c3a1e83296551a68c44bda48696 + a01574.html + ga0a333aa6885cb45137c84b2839f3326f (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator upper_bound - a01490.html - ga0a8fc99be7f8267b6eb97ff9c712c75f + a01574.html + gace0d7c107aaa5f170887eb2c95af9b7e (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator upper_bound - a01490.html - ga639d56cfebd6f1fbabf344c49a5c5539 + a01574.html + ga20119ce2926c803982e9c530d7b947bd (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) binders Binder Classes - a01513.html - std::placeholders + a01598.html std::_Placeholder - std::binder1st - std::binder2nd std::is_bind_expression std::is_bind_expression< _Bind< _Signature > > std::is_bind_expression< _Bind_result< _Result, _Signature > > @@ -112922,433 +120090,423 @@ std::is_placeholder std::is_placeholder< _Placeholder< _Num > > - _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type + constexpr _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type bind - a01513.html - ga7b2eddb726568256e49824ad01a05099 + a01598.html + gaa9daf91054406729e4056b602dde4fc1 (_Func &&__f, _BoundArgs &&... __args) - _Bindres_helper< _Result, _Func, _BoundArgs... >::type + constexpr _Bindres_helper< _Result, _Func, _BoundArgs... >::type bind - a01513.html - ga4fdb8d8274eed4c834559925d8950769 + a01598.html + ga890a582b63419cbb5fc155c2bd1bdaba (_Func &&__f, _BoundArgs &&... __args) binder1st< _Operation > bind1st - a01513.html + a01598.html gaa2f509629443172a7077bcf2cd7c9086 (const _Operation &__fn, const _Tp &__x) binder2nd< _Operation > bind2nd - a01513.html + a01598.html ga8560a0e4e830e060d38c043f8db37681 (const _Operation &__fn, const _Tp &__x) + bit_manip + Bit manipulation + a01552.html + + logical_functors Boolean Operations Classes - a01505.html + a01589.html std::logical_and - std::logical_and< void > std::logical_not - std::logical_not< void > std::logical_or - std::logical_or< void > branch-based Branch-Based - a01526.html + a01616.html branch-detail - __gnu_pbds::basic_branch - __gnu_pbds::tree - __gnu_pbds::trie comparison_functors Comparison Classes - a01504.html + a01588.html std::equal_to - std::equal_to< void > std::greater - std::greater< void > std::greater_equal - std::greater_equal< void > std::less - std::less< void > std::less_equal - std::less_equal< void > std::not_equal_to - std::not_equal_to< void > complex_numbers Complex Numbers - a01473.html - std::complex - std::complex< double > - std::complex< float > - std::complex< long double > + a01554.html + std::complex _Tp abs - a01473.html + a01554.html ga6e88fe698583fef1f7b3c3c379727143 (const complex< _Tp > &) _Tp arg - a01473.html + a01554.html ga943544cb1017a51d7cafc7b4d3cd022f (const complex< _Tp > &) - complex< _Tp > + constexpr complex< _Tp > conj - a01473.html - ga1e8991790d9316e2a532c6c1106293ce + a01554.html + gaa4ee48d5be5952cb076bb6d8e399a092 (const complex< _Tp > &) complex< _Tp > cos - a01473.html + a01554.html gaed6443d175b556280b801357758d1526 (const complex< _Tp > &) complex< _Tp > cosh - a01473.html + a01554.html ga8ab9fb6ce0469e0144c41f40e49a63dc (const complex< _Tp > &) complex< _Tp > exp - a01473.html + a01554.html ga89579637d83fe041c9963cdcab272edd (const complex< _Tp > &) std::complex< _Tp > fabs - a01473.html + a01554.html gad40c4613da51e899ab88c3a18267ef7f (const std::complex< _Tp > &__z) complex< _Tp > log - a01473.html + a01554.html ga42f2de63a5c18a149f94b926d4d6bb21 (const complex< _Tp > &) complex< _Tp > log10 - a01473.html + a01554.html ga070941f6cb66b0e4619891010c008250 (const complex< _Tp > &) - _Tp + constexpr _Tp norm - a01473.html - gaef96fd255c2f6d73472660ba65e283c7 + a01554.html + gade0e259f6fab0ba4cd6a833cace630d7 (const complex< _Tp > &) - complex< _Tp > & + constexpr complex< _Tp > & operator*= - a01473.html - ga0dc1b96149147d9a736cf6132021da21 + a01554.html + ga42116953b3206a198f58bdb49239687e (const _Tp &) - complex< _Tp > & + constexpr complex< _Tp > & operator*= - a01473.html - ga2a651675f1b1fe0490d25d23a45742f1 + a01554.html + gafefa09e799aac6be595066ffc25bce46 (const complex< _Up > &) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaac2395bda171943484a3d3c535cc37a2 + a01554.html + ga8b84eb785c22823b2510b937f04c0c8d (const complex< _Tp > &__x) - complex< _Tp > & + constexpr complex< _Tp > & operator+= - a01473.html - ga87b2c4010a33667068481a938c6d05ec + a01554.html + ga4627443fe80c8b3d100b3433b286aebf (const complex< _Up > &) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga479334c2b1525df001a5dc01e3218708 + a01554.html + ga62308dc6db5797ac77e887d17ee63767 (const complex< _Tp > &__x) - complex< _Tp > & + constexpr complex< _Tp > & operator-= - a01473.html - ga917195feb4fbb8de9253c81189e5b685 + a01554.html + ga046f4d41d6a8c43fc00594d3685499d2 (const complex< _Up > &) - complex< _Tp > & + constexpr complex< _Tp > & operator/= - a01473.html - ga5ffcd96b8b2468238cb0758ca2f4889c + a01554.html + gae8c0b2354de298932ab8db2e18e2b12c (const _Tp &) - complex< _Tp > & + constexpr complex< _Tp > & operator/= - a01473.html - gad3ea8ef0b67b2c688fb199796abab541 + a01554.html + ga6ee035512909e14275ec28672ad971d6 (const complex< _Up > &) basic_ostream< _CharT, _Traits > & operator<< - a01473.html + a01554.html ga2ba7b3cbabd5345e19d26796f766c6c0 (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) - complex< _Tp > & + constexpr complex< _Tp > & operator= - a01473.html - ga227b3a4d88cd0ce1695be849633feec9 + a01554.html + ga97a93a849858dcbb69a241ef0d2ae278 (const _Tp &) - complex< _Tp > & + constexpr complex< _Tp > & operator= - a01473.html - gae279d0a33c5bc2585901c87516d1833f + a01554.html + ga3aa3e9f59c92ae8b014c217059f041d1 (const complex< _Up > &) basic_istream< _CharT, _Traits > & operator>> - a01473.html + a01554.html gaf81c75e50c9ee8a791d90329d2fc7ef8 (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x) complex< _Tp > polar - a01473.html + a01554.html ga6310fbff4c2a4056654d332fc0e68f04 (const _Tp &, const _Tp &=0) complex< _Tp > pow - a01473.html - gaacf8017e100d619acab131da8a4017e1 - (const complex< _Tp > &, int) + a01554.html + gadb1a322e1cc55220dc7ff754815ffbc7 + (const _Tp &, const complex< _Tp > &) complex< _Tp > pow - a01473.html + a01554.html ga6e1161f2920c46a042888c60e9d8447c (const complex< _Tp > &, const _Tp &) complex< _Tp > pow - a01473.html + a01554.html gad07a5f0000890bb20d170700575d210c (const complex< _Tp > &, const complex< _Tp > &) complex< _Tp > pow - a01473.html - gadb1a322e1cc55220dc7ff754815ffbc7 - (const _Tp &, const complex< _Tp > &) + a01554.html + gaacf8017e100d619acab131da8a4017e1 + (const complex< _Tp > &, int) std::complex< typename __gnu_cxx::__promote_2< _Tp, _Up >::__type > pow - a01473.html + a01554.html gaab6ff7d7d6909209885edbc25b74a930 (const std::complex< _Tp > &__x, const _Up &__y) complex< _Tp > sin - a01473.html + a01554.html ga249915bcbce6563e63f5ffa6d464155a (const complex< _Tp > &) complex< _Tp > sinh - a01473.html + a01554.html gae30c461aa90a3e7d502737e29898570b (const complex< _Tp > &) complex< _Tp > sqrt - a01473.html + a01554.html gaf91cd3409ab242d469bcc1b2d06624c3 (const complex< _Tp > &) complex< _Tp > tan - a01473.html + a01554.html ga530419a3cf68024cd03985a4795214e3 (const complex< _Tp > &) complex< _Tp > tanh - a01473.html + a01554.html gaa4aa5a5b2f39aa309bd0add4864b3155 (const complex< _Tp > &) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2a59d9d4f1421dcdba7b5ce55ca9358 + a01554.html + gae51251681ab61c3730064d7bd251456f (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - ga90ca28e9c08e2d2be7b39384ed948f7d + a01554.html + ga2c6ef01efc18ee08cf7ec77e92c97e60 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator+ - a01473.html - gaf2ec84e113bbf579c4a5169104553056 + a01554.html + ga40387c48883b0e3907dd560696875bc8 (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gaef6e5c353285e48d39f7dbd566c19a2e + a01554.html + gacc62bfd9d280c9ab160a02defaa89f1b (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - ga7aad810bd1c92d7b5302152d83ea6eab + a01554.html + ga99680a136efdabaf8cf65882c5e2a818 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator- - a01473.html - gad3bdc086693b8fda1867dcf488ea3244 + a01554.html + ga125c885adff63e68a8b4b4eaf9b6c097 (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf84b7343bdda8ed9615cd8f5a61c5e83 + a01554.html + ga1383aaa1e6ca24ab907dea89ea4c3118 (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - gaf0ac8c76d2e8fe3754ed271686ded3ea + a01554.html + gaa5238c2eed3aed4a02ae6dd88867b0ee (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator* - a01473.html - ga59f0aae608928f513abdea0a903f3d18 + a01554.html + gaf691f99f043695126cb141fcb838912a (const _Tp &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - ga49d2a5790a02710e711c197ed68155ab + a01554.html + ga441b51de8c1469c1ede7a9859156cfa4 (const complex< _Tp > &__x, const complex< _Tp > &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gabfad69221b1e539a49e34272f5b473c6 + a01554.html + ga32a2500a2129e96d2fa4bf6c6bd91300 (const complex< _Tp > &__x, const _Tp &__y) - complex< _Tp > + constexpr complex< _Tp > operator/ - a01473.html - gaa960e6ad58623983486ef30cf84d3940 + a01554.html + ga453dfa2ba1aca32d0b510e8477fe8775 (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html gaca932655bd64e8b079c145921e0d1d62 (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator== - a01473.html + a01554.html ga5bbecf180e08f24cdb60411af07873be (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator== - a01473.html + a01554.html ga8ce82b2067ebaf21931151dfee549f0d (const _Tp &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html + a01554.html ga73a0309c22f804987d01e41c3af8d953 (const complex< _Tp > &__x, const complex< _Tp > &__y) constexpr bool operator!= - a01473.html + a01554.html ga4f04509aa5b848bb961d6c4898fc8ee6 (const complex< _Tp > &__x, const _Tp &__y) constexpr bool operator!= - a01473.html + a01554.html ga05e38fe09ca2ceb867e8cbaf0df2d43b (const _Tp &__x, const complex< _Tp > &__y) @@ -113356,7 +120514,7 @@ concurrency Concurrency - a01471.html + a01550.html condition_variables futures mutexes @@ -113365,45 +120523,43 @@ condition_variables Condition Variables - a01474.html - std::condition_variable + a01555.html cv_status - a01474.html + a01555.html gad3ce465ffb10e354aa30c4ce93b68bee - no_timeout - timeout + no_timeout + timeout propagate_const Const-propagating wrapper - a01522.html - std::experimental::fundamentals_v2::propagate_const - - - containers - Containers - a01466.html - associative_containers - sequences - unordered_associative_containers + a01607.html containers-pbds Containers - a01523.html + a01613.html branch-based hash-based heap-based list-based + containers + Containers + a01545.html + associative_containers + sequences + unordered_associative_containers + + ds_tags Data Structure Type - a01535.html + a01625.html __gnu_pbds::associative_tag __gnu_pbds::basic_branch_tag __gnu_pbds::basic_hash_tag @@ -113427,266 +120583,447 @@ __gnu_pbds::trie_tag + ts_simd + Data parallel extensions + a01609.html + + decimal Decimal Floating-Point Arithmetic - a01516.html - std::decimal + a01601.html + + + lfts_detect + Detection idiom + a01611.html + + #define + __cpp_lib_experimental_detect + a01611.html + gae00325ed0e2ddcb5d81e9923fed56f99 + + + + void + void_t + a01611.html + ga871838aea6e9722b1d111dfb83878b0e + + + + typename std::__detector< nonesuch, void, _Op, _Args... >::value_t + is_detected + a01611.html + ga736b0e0aa936cdb502b7fc40e3fde7ec + + + + typename std::__detector< nonesuch, void, _Op, _Args... >::type + detected_t + a01611.html + gaad463e4e8e3894fb78745a8b7988f26a + + + + std::__detected_or< _Default, _Op, _Args... > + detected_or + a01611.html + ga6272ad52b5572089648745f0030f3dc0 + + + + typename detected_or< _Default, _Op, _Args... >::type + detected_or_t + a01611.html + ga57c6d3eb040850277a749d2994749009 + + + + is_same< _Expected, detected_t< _Op, _Args... > > + is_detected_exact + a01611.html + ga61e0c9ab435a963929ba77aaf0e91f24 + + + + is_convertible< detected_t< _Op, _Args... >, _To > + is_detected_convertible + a01611.html + ga729789eafb6b9a5c6facae06d648047c + + + + constexpr bool + is_detected_v + a01611.html + gaf03d468192ad09dd98e08c468d177026 + + + + constexpr bool + is_detected_exact_v + a01611.html + ga17096c0578347407ead0d02f3978fefe + + + + constexpr bool + is_detected_convertible_v + a01611.html + gaaf601cb42b4c780f7941741d99b26bd6 + + diagnostics Diagnostics - a01470.html + a01549.html exceptions + std::is_error_code_enum + std::is_error_condition_enum + + const error_category & + generic_category + a01549.html + ga2d722fa379aab45a027a595a2274c26c + () noexcept + + + error_condition + make_error_condition + a01549.html + gacf4a9d450f963603dc7f5f295a8620a2 + (errc __e) noexcept + + + bool + operator< + a01549.html + ga86f2a056529ba82f2698f891a421bafa + (const error_condition &__lhs, const error_condition &__rhs) noexcept + + + const error_category & + system_category + a01549.html + gab1c0eed7e05dea2f32a865457d6c89d1 + () noexcept + dynamic_bitset Dynamic Bitset. - a01515.html - std::tr2::__dynamic_bitset_base - std::tr2::dynamic_bitset + a01600.html std::basic_ostream< _CharT, _Traits > & operator<< - a01515.html + a01600.html gaf5eb3c897d120abd3981d431b0c57b35 (std::basic_ostream< _CharT, _Traits > &__os, const dynamic_bitset< _WordT, _Alloc > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01515.html + a01600.html ga4618b05732d8eec5161f28b23c23227d (std::basic_istream< _CharT, _Traits > &__is, dynamic_bitset< _WordT, _Alloc > &__x) bool operator!= - a01515.html + a01600.html ga2b4bf8c35aa9cd820d1bc042accb8687 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator<= - a01515.html + a01600.html gae39d9fee6e2bb1642be73a0474be71b3 (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator> - a01515.html + a01600.html gabc26fba16414cb3d2c1247de4be61cfd (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) bool operator>= - a01515.html + a01600.html ga08b65275697884e0facdf36f73c0bb7d (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) dynamic_bitset< _WordT, _Alloc > - operator & - a01515.html - gacc832712a19ae288e2b01ba85bee3d5a + operator& + a01600.html + ga954cea8f51f07da79ec635441f11fe18 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator| - a01515.html + a01600.html gad20c154d9a0dc8523781b0d2fe0d3de1 (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator^ - a01515.html + a01600.html ga7c9b5309fab61ddf049e350fdaa599fe (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) dynamic_bitset< _WordT, _Alloc > operator- - a01515.html + a01600.html ga9098fadcbe59e0ba2fa8590bd8388f5e (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) - exceptions-pbds - Exceptions - a01529.html - __gnu_pbds::container_error - __gnu_pbds::insert_error - __gnu_pbds::join_error - __gnu_pbds::resize_error - - exceptions Exceptions - a01492.html - __cxxabiv1::__forced_unwind + a01576.html __gnu_cxx::forced_error - __gnu_cxx::recursive_init_error - std::__exception_ptr::exception_ptr - std::bad_alloc - std::bad_cast - std::bad_function_call - std::bad_typeid - std::bad_weak_ptr - std::domain_error - std::exception - std::experimental::fundamentals_v1::bad_any_cast - std::experimental::fundamentals_v1::bad_optional_access - std::future_error - std::invalid_argument - std::ios_base::failure - std::length_error - std::logic_error - std::nested_exception - std::out_of_range - std::overflow_error - std::range_error - std::regex_error - std::runtime_error - std::system_error - std::underflow_error + + void(* + terminate_handler + a01576.html + ga2f2f9edd9cd5d903b65cce6ccb977fdd + )() + + + void(* + unexpected_handler + a01576.html + gac2b8e8de17f84d0261369b2162d73ff0 + )() + void __verbose_terminate_handler - a01492.html + a01576.html gaf51888cedbc669a114cd79e39e0cd9be () exception_ptr - copy_exception - a01492.html - ga155dc3a7d5834ccc269117511eab203d - (_Ex __ex) noexcept 1 - - - exception_ptr current_exception - a01492.html + a01576.html ga02cdcc517fefe661313437aa9356a28f () noexcept + terminate_handler + get_terminate + a01576.html + ga5427b4061db7ec519fbd7ded55c38226 + () noexcept + + + unexpected_handler + get_unexpected + a01576.html + ga08a755f5c21484846b4b0f3964580739 + () noexcept + + exception_ptr make_exception_ptr - a01492.html + a01576.html ga200c1d3152b2fd43b206da6c031b9730 (_Ex __ex) noexcept void rethrow_exception - a01492.html - ga64d0b68338d7edbfd7d95f4177dbc442 - (exception_ptr) __attribute__((__noreturn__)) + a01576.html + ga3d868a099252fe5a49e09b53b2d403cc + (exception_ptr) void rethrow_if_nested - a01492.html + a01576.html gab61c4f8fae83699092207e16594f6b35 (const _Ex &__ex) + terminate_handler + set_terminate + a01576.html + gaa53bcb9876c7b393a9e9e26fc90d5811 + (terminate_handler) noexcept + + + unexpected_handler + set_unexpected + a01576.html + ga92329f10f9aba5eb5f26b11cf01d5166 + (unexpected_handler) noexcept + + + void + terminate + a01576.html + gab3484b146d653a7aa1550258d068040d + () noexcept + + void throw_with_nested - a01492.html + a01576.html gae6e361189fc8333896bebb3523551209 (_Tp &&__t) - - virtual const char * - what - a01492.html - gab115ebeb6ac845ab4f4336617ad33165 - () const _GLIBCXX_TXN_SAFE_DYN noexcept + + bool + uncaught_exception + a01576.html + ga03ede6b631b1a212cec2683b51ec0ba2 + () noexcept + + + int + uncaught_exceptions + a01576.html + ga04c865e9d16a5bda2a1dd62b79d94fd5 + () noexcept + + + void + unexpected + a01576.html + gae1c3a223c91b30423c7f012c2e054aca + () - experimental - Experimental - a01520.html - make_array - propagate_const - filesystem - optional - any - std::experimental::fundamentals_v1::basic_string_view + exceptions-pbds + Exceptions + a01619.html + __gnu_pbds::insert_error + __gnu_pbds::join_error + __gnu_pbds::resize_error extensions Extensions - a01464.html + a01543.html dynamic_bitset pbds SGIextensions __gnu_cxx::__versa_string - filesystem - Filesystem - a01517.html - std::experimental::filesystem::v1::path + filesystem + File System + a01556.html + filesystem + + path + u8path + a01556.html + ga5ff337297cd2195cc1d5ae6351248195 + (_InputIterator __first, _InputIterator __last) + + + path + u8path + a01556.html + ga68e0116b91ed37a1ac80a95eef6a5a6b + (const _Source &__source) + + + directory_iterator + begin + a01556.html + ga52c8f454ca1e9c83136084e9c25a9f9a + (directory_iterator __iter) noexcept + + + directory_iterator + end + a01556.html + ga24f91bffc28b3eb75ebacc3e2b6ace04 + (directory_iterator) noexcept + + + recursive_directory_iterator + begin + a01556.html + gac28be88c91f8c4c42e8889395e403437 + (recursive_directory_iterator __iter) noexcept + + + recursive_directory_iterator + end + a01556.html + ga0b54906c3bd0937ae6dc6ab1a28f464d + (recursive_directory_iterator) noexcept + + + + filesystem-ts + Filesystem TS + a01602.html + experimental/filesystem copy_options - a01517.html + a01602.html ga67e62e740e17772bdd02c16c494f8298 - none - skip_existing - overwrite_existing - update_existing - recursive - copy_symlinks - skip_symlinks - directories_only - create_symlinks - create_hard_links + none + skip_existing + overwrite_existing + update_existing + recursive + copy_symlinks + skip_symlinks + directories_only + create_symlinks + create_hard_links perms - a01517.html + a01602.html ga0a1765c6b0d8d734be3d54d85be9f145 - none - owner_read - owner_write - owner_exec - owner_all - group_read - group_write - group_exec - group_all - others_read - others_write - others_exec - others_all - all - set_uid - set_gid - sticky_bit - mask - unknown - add_perms - remove_perms - symlink_nofollow + none + owner_read + owner_write + owner_exec + owner_all + group_read + group_write + group_exec + group_all + others_read + others_write + others_exec + others_all + all + set_uid + set_gid + sticky_bit + mask + unknown + add_perms + remove_perms + symlink_nofollow functors Function Objects - a01502.html + a01586.html pointer_adaptors memory_adaptors arithmetic_functors @@ -113695,268 +121032,372 @@ comparison_functors hashes negators - std::binary_function - std::function< _Res(_ArgTypes...)> - std::reference_wrapper - std::unary_function - _Mem_fn< _Tp _Class::* > + constexpr _Mem_fn< _Tp _Class::* > mem_fn - a01502.html - gadd917dd05154842bc6aebcf5c90abb7f + a01586.html + gae847a3a8ff926c0418e321a1719f9438 (_Tp _Class::*__pm) noexcept futures Futures - a01475.html - std::__basic_future - std::__future_base - std::__future_base::_Result< _Res & > - std::__future_base::_Result< void > + a01557.html std::future - std::future< _Res & > - std::future< void > - std::future_error std::is_error_code_enum< future_errc > - std::packaged_task< _Res(_ArgTypes...)> std::promise - std::promise< _Res & > - std::promise< void > std::shared_future - std::shared_future< _Res & > - std::shared_future< void > future_errc - a01475.html + a01557.html ga61938f7ac25df97b5362109e61bb46a6 - future_already_retrieved - promise_already_satisfied - no_state - broken_promise + future_already_retrieved + promise_already_satisfied + no_state + broken_promise future_status - a01475.html + a01557.html ga528eb8f3b350394c0406d4d58ab7dbf4 - ready - timeout - deferred + ready + timeout + deferred launch - a01475.html + a01557.html ga6f4ad125d364f01560e2ed20a3c8bb5b - async - deferred + async + deferred future< __async_result_of< _Fn, _Args... > > async - a01475.html - gae1d80ff37cef48666bea37bcff54f6da - (launch __policy, _Fn &&__fn, _Args &&... __args) + a01557.html + gad61c88630f1705f6be0b8ba6cc832d6a + (_Fn &&__fn, _Args &&... __args) future< __async_result_of< _Fn, _Args... > > async - a01475.html - gad61c88630f1705f6be0b8ba6cc832d6a - (_Fn &&__fn, _Args &&... __args) + a01557.html + gae1d80ff37cef48666bea37bcff54f6da + (launch __policy, _Fn &&__fn, _Args &&... __args) const error_category & future_category - a01475.html + a01557.html ga5b4abfa468beb197d5bdac89e20afdb0 () noexcept error_code make_error_code - a01475.html + a01557.html ga32bbe57d8ae969ac5cee4f0c48c3e63f (future_errc __errc) noexcept error_condition make_error_condition - a01475.html + a01557.html ga298f6b4607ddc74c173e6f8887f72047 (future_errc __errc) noexcept void swap - a01475.html + a01557.html ga2700089f8b9371e6aafdb9a7e7a552e7 (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept + numeric_ops + Generalized Numeric operations + a01596.html + + constexpr _Tp + accumulate + a01596.html + ga1ab9deae5b1fb5b1f44e11200e7ed692 + (_InputIterator __first, _InputIterator __last, _Tp __init) + + + constexpr _Tp + accumulate + a01596.html + ga1a36d8691b0b4b72b32ea9ac57156c17 + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + adjacent_difference + a01596.html + ga76306a74ff39e25f64d4edb438c09642 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + constexpr _OutputIterator + adjacent_difference + a01596.html + gad9f0dd3e246adea056b3591d776bd761 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + exclusive_scan + a01596.html + gaa51085deb3c4692098b97d32eeddbc8e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) + + + constexpr _OutputIterator + exclusive_scan + a01596.html + ga61a9b34939ee5d0391a322bb56bdfcdf + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga540e844ba6c5fe2e9daf1269a885e9ad + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga595f419832752698e04564ecf013929e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + inclusive_scan + a01596.html + ga1d79b3e26a3c75a075e1585802f5c7cd + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _Tp __init) + + + constexpr _Tp + inner_product + a01596.html + gaee19c7558ac11a31ab3bb2dd390f4a82 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) + + + constexpr _Tp + inner_product + a01596.html + gaab0eef2f424aef434aa167c329ef4a24 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) + + + constexpr void + iota + a01596.html + ga854ad160d17fe9e284d784acd491e69f + (_ForwardIterator __first, _ForwardIterator __last, _Tp __value) + + + constexpr _OutputIterator + partial_sum + a01596.html + gad80570b71def65f6c121ab87d1a30a2f + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + constexpr _OutputIterator + partial_sum + a01596.html + ga12a68a0208860c08aeefe4101afb86de + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + constexpr iterator_traits< _InputIterator >::value_type + reduce + a01596.html + ga55282e5b31aa6fee5020851cbcff0a19 + (_InputIterator __first, _InputIterator __last) + + + constexpr _Tp + reduce + a01596.html + gafca8dc87b33e39f78d6b6ab8ccdc629c + (_InputIterator __first, _InputIterator __last, _Tp __init) + + + constexpr _Tp + reduce + a01596.html + gaef915fe46272db0b4de2062a965d99da + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) + + + constexpr _OutputIterator + transform_exclusive_scan + a01596.html + ga9d5ca1f5df5964485762ce38e7849f09 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _OutputIterator + transform_inclusive_scan + a01596.html + ga2f10c28e6f385b2d73a0a207e128430c + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _OutputIterator + transform_inclusive_scan + a01596.html + ga73371f6cca271826894a5982cbfe950b + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op, _Tp __init) + + + constexpr _Tp + transform_reduce + a01596.html + gae863f426a71c7822dcbb86e7327b3886 + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __unary_op) + + + constexpr _Tp + transform_reduce + a01596.html + ga32daf475195ccd8af36b498e2c1e3f43 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) + + + constexpr _Tp + transform_reduce + a01596.html + gacc069a4136d43548d5a6ef1c4308fb7b + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) + + + hash-based Hash-Based - a01524.html + a01614.html hash-detail - __gnu_pbds::basic_hash_table - __gnu_pbds::cc_hash_table - __gnu_pbds::gp_hash_table hashes Hashes - a01493.html + a01577.html std::hash - std::hash< _Tp * > - std::hash< bool > - std::hash< char > - std::hash< char16_t > - std::hash< char32_t > - std::hash< double > - std::hash< float > - std::hash< int > - std::hash< long > - std::hash< long double > - std::hash< long long > - std::hash< short > - std::hash< signed char > - std::hash< unsigned char > - std::hash< unsigned int > - std::hash< unsigned long > - std::hash< unsigned long long > - std::hash< unsigned short > - std::hash< wchar_t > heap_algorithms Heap - a01509.html + a01593.html - bool + constexpr bool is_heap - a01509.html - ga33b76a74543508747285e182dce4e7ba + a01593.html + ga3785c38d395797416caf65c13fc05fe1 (_RandomAccessIterator __first, _RandomAccessIterator __last) - bool + constexpr bool is_heap - a01509.html - ga37f2af54af0ffe3b364736c8bd84314e + a01593.html + ga23ae1c196f637559cfc2bc40413cc10f (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator is_heap_until - a01509.html - gad3cf2f5b736b585f20dfd29ba24293e1 + a01593.html + ga0b7e907bc18cc48c1f9ef0992267e0d7 (_RandomAccessIterator __first, _RandomAccessIterator __last) - _RandomAccessIterator + constexpr _RandomAccessIterator is_heap_until - a01509.html - gac559e3fbb78b63111a38545f7f530f23 + a01593.html + gae716536e51944e32f2f043c696a47213 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void make_heap - a01509.html - ga3de7da79c8fb3f306ce06ed566235b28 + a01593.html + gad3d50b3f215e8552b845b7e243a00183 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void make_heap - a01509.html - ga84545d446162758eb0dc4a9ea5fa5cbc + a01593.html + ga2a685c934e85086e5ac372026e8064f6 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void pop_heap - a01509.html - ga92aecc13151c6b58598e3dd9e54064b7 + a01593.html + ga1279e4ea0cf04fb37767b2e2a82291b3 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void pop_heap - a01509.html - ga27b771598145e151f01281b5cb0fdbbb + a01593.html + ga0a57ba46981d46e0f3ebd4703d0ad18b (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void push_heap - a01509.html - gad2a3e8fb6069d9cd1b14c186ec125102 + a01593.html + ga2014a079254029f8236e02570f908fd7 (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void push_heap - a01509.html - gac0d64c0744947b3d233779d9e9f656cc + a01593.html + gab628ce505c9574f8929a0fa49ed514b3 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void sort_heap - a01509.html - ga7e302d6652402edae355b8726b2b7e27 + a01593.html + gad1bb943f6c15eec75a77491f78ba8b2d (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void sort_heap - a01509.html - ga441060fda917c1aed4e8fab9c860f706 + a01593.html + ga927756f3213d10e0662be57d14d9131d (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) heap-based Heap-Based - a01530.html + a01620.html heap-detail - __gnu_pbds::priority_queue - - - priority_queue - a01530.html - gaa6332f0e852dc89f0879cb5408d168c0 - (const cmp_fn &r_cmp_fn) - - - - priority_queue - a01530.html - ga2b637d89cbd874881a4da920d57b0487 - (It first_it, It last_it) - - - - priority_queue - a01530.html - gad0141192206747833a170be548fd51e0 - (It first_it, It last_it, const cmp_fn &r_cmp_fn) - io I/O - a01476.html - __gnu_cxx::stdio_filebuf - __gnu_cxx::stdio_sync_filebuf + a01558.html std::basic_filebuf std::basic_fstream std::basic_ifstream @@ -113970,188 +121411,187 @@ std::basic_streambuf std::basic_stringbuf std::basic_stringstream - std::ios_base std::istreambuf_iterator std::ostreambuf_iterator basic_filebuf< char > filebuf - a01476.html + a01558.html gaa33740c61965014b7bc0f229f73f65ad basic_fstream< char > fstream - a01476.html + a01558.html gabafb787f1b4ab7d00c500cefb554f632 basic_ifstream< char > ifstream - a01476.html + a01558.html ga58ca5f477d7afac57c22e9bdd90d323b basic_ios< char > ios - a01476.html + a01558.html gac1665745293037f1d1be9b144f27bc9d basic_iostream< char > iostream - a01476.html + a01558.html ga5eca2cc3d038099cf2465636dfb2ace6 basic_istream< char > istream - a01476.html + a01558.html ga9a51d9b711a836df9c086f3a5e30b8b2 basic_istringstream< char > istringstream - a01476.html + a01558.html ga6d8fb6942dcb39300db6a403f5ba1fe6 basic_ofstream< char > ofstream - a01476.html + a01558.html ga7a439605cbbc7d72fcefc9d6a59c4f0a basic_ostream< char > ostream - a01476.html + a01558.html ga55d4c0674fbacb7514ae76310aeb4bf8 basic_ostringstream< char > ostringstream - a01476.html + a01558.html gac2ba708c34afa6e120c07e56bfce9cd3 basic_streambuf< char > streambuf - a01476.html + a01558.html ga462cbd2938d4a2e7f0ffac97d2168f95 basic_stringbuf< char > stringbuf - a01476.html + a01558.html gad23290abd940b2cf3fa4e5f53669894e basic_stringstream< char > stringstream - a01476.html + a01558.html ga3be8e48d91a15a13829c028b195aad70 basic_filebuf< wchar_t > wfilebuf - a01476.html + a01558.html gaa472869f420152c83f15572ba49bcb65 basic_fstream< wchar_t > wfstream - a01476.html + a01558.html ga78053e152637924d995b5f2267275bc6 basic_ifstream< wchar_t > wifstream - a01476.html + a01558.html ga1dac763532685aaffbdc7add447f56fc basic_ios< wchar_t > wios - a01476.html + a01558.html ga5f215b95943a4eabc6f138b47fff37a9 basic_iostream< wchar_t > wiostream - a01476.html + a01558.html ga3ec2b5ea7f8649cff8ef668482dcf268 basic_istream< wchar_t > wistream - a01476.html + a01558.html ga9bfb52397cc747f9945d73a1f38e86e8 basic_istringstream< wchar_t > wistringstream - a01476.html + a01558.html ga74ca18b587f6f7dfc5677c8b774f2d71 basic_ofstream< wchar_t > wofstream - a01476.html + a01558.html gab5d4d2c5ad9ee70018becc9002629a71 basic_ostream< wchar_t > wostream - a01476.html + a01558.html ga9ad6702c06821cdd550e08ef2b70f3b7 basic_ostringstream< wchar_t > wostringstream - a01476.html + a01558.html ga811d6452576dc4c2fccd0ab26fd23f07 basic_streambuf< wchar_t > wstreambuf - a01476.html + a01558.html ga72040b852b537e306ce9c862698e0e07 basic_stringbuf< wchar_t > wstringbuf - a01476.html + a01558.html ga4e78c6817168947842caf24c3ffd5352 basic_stringstream< wchar_t > wstringstream - a01476.html + a01558.html gabd6a5fd8237370934ed97cc2e77b7021 @@ -114159,7 +121599,7 @@ invalidation_tags Invalidation Guarantees - a01534.html + a01624.html __gnu_pbds::basic_invalidation_guarantee __gnu_pbds::point_invalidation_guarantee __gnu_pbds::range_invalidation_guarantee @@ -114167,7 +121607,7 @@ iterator_tags Iterator Tags - a01511.html + a01595.html std::bidirectional_iterator_tag std::forward_iterator_tag std::input_iterator_tag @@ -114177,756 +121617,769 @@ iterators Iterators - a01510.html + a01594.html iterator_tags - std::__iterator_traits - std::back_insert_iterator - std::front_insert_iterator std::input_iterator_tag - std::insert_iterator - std::istream_iterator - std::istreambuf_iterator - std::iterator - std::iterator_traits< _Tp * > - std::iterator_traits< const _Tp * > - std::move_iterator - std::ostream_iterator - std::ostreambuf_iterator - std::reverse_iterator + std::iterator_traits constexpr iterator_traits< _Iter >::iterator_category __iterator_category - a01510.html + a01594.html ga89d3a7d239086516917bb7f6f9da213c (const _Iter &) - back_insert_iterator< _Container > + constexpr back_insert_iterator< _Container > back_inserter - a01510.html - ga59459a8d387b04212f0f270cf24269ff + a01594.html + gaf046e72d51c69750e4218b6ad9f671e1 (_Container &__x) - front_insert_iterator< _Container > + constexpr front_insert_iterator< _Container > front_inserter - a01510.html - ga3042ef36dac917905beccc35389af1cb + a01594.html + gaab7f94ed4330b48ca9f1eccbc0850a51 (_Container &__x) insert_iterator< _Container > inserter - a01510.html - ga289787d62ed6190c55ce9f2ea65aaa41 - (_Container &__x, _Iterator __i) + a01594.html + ga7c6a23630cd701a2d7c7b31e9879c0a6 + (_Container &__x, typename _Container::iterator __i) - _GLIBCXX17_CONSTEXPR reverse_iterator< _Iterator > + constexpr reverse_iterator< _Iterator > make_reverse_iterator - a01510.html - ga9e3e5a1381a184399ee52df0068818ae + a01594.html + ga121f5acaaa4ea7a7c3ba5647fbcba176 (_Iterator __i) - bool - operator!= - a01510.html - ga51a6d053b3eb004ee172b8e7ef066854 - (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) - - - bool - operator== - a01510.html - ga0431ac39f84ec7f88d6bdb9db72bd5b9 - (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) - - - _GLIBCXX17_CONSTEXPR bool + constexpr bool operator== - a01510.html - gaadf1270d8fcc1bdae9a699e3d85c7986 + a01594.html + gaa2772e6f5a3be15ea9b5d2bbf9760fab (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) + libfund-ts + Library Fundamentals TS + a01603.html + make_array + propagate_const + lfts_detect + lfts_logical + optional + any + lfts_variable_templates + experimental/algorithm + experimental/any + experimental/array + experimental/chrono + experimental/deque + experimental/forward_list + experimental/functional + experimental/iterator + experimental/list + experimental/map + experimental/memory + experimental/memory_resource + experimental/numeric + experimental/optional + propagate_const + experimental/random + experimental/ratio + experimental/regex + experimental/set + experimental/string + experimental/string_view + experimental/system_error + experimental/tuple + experimental/type_traits + experimental/unordered_map + experimental/unordered_set + experimental/utility + experimental/vector + std::experimental::fundamentals_v1::basic_string_view + + list-based List-Based - a01528.html - __gnu_pbds::list_update + a01618.html locales Locales - a01495.html - std::codecvt - std::ctype - std::ctype< char > - std::ctype< wchar_t > - std::locale - std::locale::facet - std::locale::id - std::messages - std::messages_base - std::money_base - std::money_get - std::money_put - std::moneypunct - std::num_get - std::num_put - std::numpunct - std::time_base - std::time_get - std::time_put - std::wbuffer_convert - std::wstring_convert + a01579.html bool has_facet - a01495.html + a01579.html ga6b89e11cb621fe8ebd14969449a79271 (const locale &__loc) const _Facet & use_facet - a01495.html + a01579.html ga8c25296d7a1b85124de8ac561e8945cf (const locale &__loc) + lfts_logical + Logical operator traits + a01612.html + + mathsf Mathematical Special Functions - a01500.html + a01584.html + + __gnu_cxx::__promote< _Tp >::__type + airy_ai + a01584.html + ga3dc92fbf0a20f425585e811e9adb432d + (_Tp __x) + + + float + airy_aif + a01584.html + gaf317ba724c44b3a8271fe341d9870173 + (float __x) + + + long double + airy_ail + a01584.html + ga800fdb61c672ae1831f4ca4250d657de + (long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + airy_bi + a01584.html + gaccafc84b7c86a0c99b82f88eb4b1a43e + (_Tp __x) + + + float + airy_bif + a01584.html + ga2ade465827bdba7370abbcce78e54912 + (float __x) + + + long double + airy_bil + a01584.html + ga59240b3f40177e5187f3f194f624f0f8 + (long double __x) + __gnu_cxx::__promote< _Tp >::__type assoc_laguerre - a01500.html + a01584.html ga377bb7e038c464a27dfe0573fd2d7b33 (unsigned int __n, unsigned int __m, _Tp __x) float assoc_laguerref - a01500.html + a01584.html gaf83d98f350a1cfcebee6a1f723cf90d2 (unsigned int __n, unsigned int __m, float __x) long double assoc_laguerrel - a01500.html + a01584.html gac8e245671fb2df5de5fd978d03081f6c (unsigned int __n, unsigned int __m, long double __x) __gnu_cxx::__promote< _Tp >::__type assoc_legendre - a01500.html + a01584.html ga355349f79119c1fd1e2a9351cec57f0f (unsigned int __l, unsigned int __m, _Tp __x) float assoc_legendref - a01500.html + a01584.html ga3ced07ddd24bf4af56e2712d148e7f57 (unsigned int __l, unsigned int __m, float __x) long double assoc_legendrel - a01500.html + a01584.html ga55977b425a539146f060dec1c8003344 (unsigned int __l, unsigned int __m, long double __x) __gnu_cxx::__promote_2< _Tpa, _Tpb >::__type beta - a01500.html + a01584.html ga6a7220c87c942db48b18b527d92bbd2d (_Tpa __a, _Tpb __b) float betaf - a01500.html + a01584.html ga12dc61ee4c09172151cf092ed387e203 (float __a, float __b) long double betal - a01500.html + a01584.html ga8caca1cef099f41a88111209c36ce06c (long double __a, long double __b) __gnu_cxx::__promote< _Tp >::__type comp_ellint_1 - a01500.html + a01584.html gac559500c604c43ea943d593c9ad9d289 (_Tp __k) float comp_ellint_1f - a01500.html + a01584.html ga7fb5be999a8125cf7e55e630eb8444a1 (float __k) long double comp_ellint_1l - a01500.html + a01584.html ga7247d3dd77c1ff5df3c059fed862dc48 (long double __k) __gnu_cxx::__promote< _Tp >::__type comp_ellint_2 - a01500.html + a01584.html ga22fcc678829f0daf2de257896378e7e0 (_Tp __k) float comp_ellint_2f - a01500.html + a01584.html ga21700f2f125c42b1f1da1f9c7eea1135 (float __k) long double comp_ellint_2l - a01500.html + a01584.html ga47b647ec386c8d4b18a030c97842df18 (long double __k) __gnu_cxx::__promote_2< _Tp, _Tpn >::__type comp_ellint_3 - a01500.html + a01584.html gad833404645e24b7f0598a640ff92d623 (_Tp __k, _Tpn __nu) float comp_ellint_3f - a01500.html + a01584.html ga76834d3112f777703330892303267a39 (float __k, float __nu) long double comp_ellint_3l - a01500.html + a01584.html ga1ca081fee102cd0d4d6b091285e495e5 (long double __k, long double __nu) + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01584.html + ga2e17ccbbc4cbb99c987e875531d4a3de + (_Tpa __a, _Tpc __c, _Tp __x) + + + float + conf_hypergf + a01584.html + gabd18e600aa78c3f2b2f835039506c810 + (float __a, float __c, float __x) + + + long double + conf_hypergl + a01584.html + ga0a9853f30d8fa515a12cd45a92da832e + (long double __a, long double __c, long double __x) + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_i - a01500.html + a01584.html ga1c9b5a5c36f000a4f0a55f7fcc486cb0 (_Tpnu __nu, _Tp __x) float cyl_bessel_if - a01500.html + a01584.html gaaf738427d4da0bda66bc2274dfb853a7 (float __nu, float __x) long double cyl_bessel_il - a01500.html + a01584.html gab7962629216d03efb8ecaa3f70c6878f (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_j - a01500.html + a01584.html ga47e21a13b6d68d0d7f057699bd3b3ce0 (_Tpnu __nu, _Tp __x) float cyl_bessel_jf - a01500.html + a01584.html ga15731a7bccd6351d28353e3c4c2a2d23 (float __nu, float __x) long double cyl_bessel_jl - a01500.html + a01584.html gade8e94a80520a8b628b2d658755b25c0 (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_bessel_k - a01500.html + a01584.html ga76dcd3884620955680112aca0d327ada (_Tpnu __nu, _Tp __x) float cyl_bessel_kf - a01500.html + a01584.html ga1f50047f9aab0ec8b1a1615fe9fbe32f (float __nu, float __x) long double cyl_bessel_kl - a01500.html + a01584.html gac35194b926270d7857d651e06198c7d3 (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type cyl_neumann - a01500.html + a01584.html ga5b7c72ab85e361cbd73f1a3b5f0725a6 (_Tpnu __nu, _Tp __x) float cyl_neumannf - a01500.html + a01584.html ga604c13e8f2bb7cd3c7c91d8b19d6b13a (float __nu, float __x) long double cyl_neumannl - a01500.html + a01584.html gaf8986bae9a523c48d861d233835bda8f (long double __nu, long double __x) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_1 - a01500.html + a01584.html gae6b3df5556f38a7d72f9b4457d856f9c (_Tp __k, _Tpp __phi) float ellint_1f - a01500.html + a01584.html ga308d23d70f4b5e848eb7a4173628ef3b (float __k, float __phi) long double ellint_1l - a01500.html + a01584.html ga795383fa51e02351000b410b478d824f (long double __k, long double __phi) __gnu_cxx::__promote_2< _Tp, _Tpp >::__type ellint_2 - a01500.html + a01584.html gad6dd71db2b3f90d24ff49bf8cf37bc37 (_Tp __k, _Tpp __phi) float ellint_2f - a01500.html + a01584.html ga594a730163c6228c75b152462700062b (float __k, float __phi) long double ellint_2l - a01500.html + a01584.html ga5c791332d374a809d8ca16c69a1a30f5 (long double __k, long double __phi) __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type ellint_3 - a01500.html + a01584.html ga20832e3a67d25cc3d415cafc88019ac3 (_Tp __k, _Tpn __nu, _Tpp __phi) float ellint_3f - a01500.html + a01584.html ga1a80bd2c15bc9fbecda2630a9e9409e7 (float __k, float __nu, float __phi) long double ellint_3l - a01500.html + a01584.html gaa8c0e5864df8769021a7f3e21a30c5d2 (long double __k, long double __nu, long double __phi) __gnu_cxx::__promote< _Tp >::__type expint - a01500.html + a01584.html ga88ba17f5d050a6973ca4db1bf6e90590 (_Tp __x) float expintf - a01500.html + a01584.html ga5842816f6eed2594e0a327df4e4a2a47 (float __x) long double expintl - a01500.html + a01584.html ga1329130b32328d0666e290ee5931fa4f (long double __x) __gnu_cxx::__promote< _Tp >::__type hermite - a01500.html + a01584.html ga97632b8bf77c323b2369e8d327965bdf (unsigned int __n, _Tp __x) float hermitef - a01500.html + a01584.html ga94dae7444bb349e33057a92932db8abe (unsigned int __n, float __x) long double hermitel - a01500.html + a01584.html ga21f8e312ee3e65286f86bf141b0f32e0 (unsigned int __n, long double __x) + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01584.html + gaf52cf49736c63b0bb000be98b53c221f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + float + hypergf + a01584.html + gac4c81e4ea9cef149fe40291ca10d7e15 + (float __a, float __b, float __c, float __x) + + + long double + hypergl + a01584.html + ga9961967087216e97f76283f29e1be152 + (long double __a, long double __b, long double __c, long double __x) + + __gnu_cxx::__promote< _Tp >::__type laguerre - a01500.html + a01584.html gacae65579b397fddcd27954380d364a58 (unsigned int __n, _Tp __x) float laguerref - a01500.html + a01584.html gada763419b0e21b38e38daa8b6eb56a8c (unsigned int __n, float __x) long double laguerrel - a01500.html + a01584.html gaaf8b141edf9163b37ea4f2ed3e0191fc (unsigned int __n, long double __x) __gnu_cxx::__promote< _Tp >::__type legendre - a01500.html + a01584.html gaf6eac7fcb98e25b8f3f7d1b95fa7add8 (unsigned int __l, _Tp __x) float legendref - a01500.html + a01584.html gaed94e3c664c99f5204da75be75aeac21 (unsigned int __l, float __x) long double legendrel - a01500.html + a01584.html ga1b39bc22e3cc4860d08eb54099460391 (unsigned int __l, long double __x) __gnu_cxx::__promote< _Tp >::__type riemann_zeta - a01500.html + a01584.html ga67a6bfed9b6ab692e8c798b674431424 (_Tp __s) float riemann_zetaf - a01500.html + a01584.html gaf92063315061a56d3e2c4053156d968e (float __s) long double riemann_zetal - a01500.html + a01584.html ga1e92da3b878d75270f38d3ec9b513086 (long double __s) __gnu_cxx::__promote< _Tp >::__type sph_bessel - a01500.html + a01584.html ga478e517ed975bcb256de230e64f0fda5 (unsigned int __n, _Tp __x) float sph_besself - a01500.html + a01584.html ga534e36e1dcefad8daec98920db16eec4 (unsigned int __n, float __x) long double sph_bessell - a01500.html + a01584.html ga11d72b1af81ce9da3c878a25087ee927 (unsigned int __n, long double __x) __gnu_cxx::__promote< _Tp >::__type sph_legendre - a01500.html + a01584.html ga573842c12247b87746b548f1945755a8 (unsigned int __l, unsigned int __m, _Tp __theta) float sph_legendref - a01500.html + a01584.html gaae635d28c06a3be2679901b382090852 (unsigned int __l, unsigned int __m, float __theta) long double sph_legendrel - a01500.html + a01584.html ga2f6618dea1847f09fd67f3c974c1910d (unsigned int __l, unsigned int __m, long double __theta) __gnu_cxx::__promote< _Tp >::__type sph_neumann - a01500.html + a01584.html ga1cf4362a67ab5bae9e6b69c867e85371 (unsigned int __n, _Tp __x) float sph_neumannf - a01500.html + a01584.html ga789143122fa99536329bc2d1b1aac2f0 (unsigned int __n, float __x) long double sph_neumannl - a01500.html + a01584.html ga3cededa9b6e4601f190c3811e6aabfd6 (unsigned int __n, long double __x) + mathsf_desc + mathsf_intro + mathsf_contents + mathsf_promotion + mathsf_NaN + mathsf_impl + mathsf_testing + mathsf_bibliography - tr1_math_spec_func - Mathematical Special Functions - a01514.html - - __gnu_cxx::__promote< _Tp >::__type - assoc_laguerre - a01514.html - ga41f206b7aaf85b07d45a66d68400a1a6 - (unsigned int __n, unsigned int __m, _Tp __x) - - - __gnu_cxx::__promote< _Tp >::__type - assoc_legendre - a01514.html - ga7cba5e4fcae2550e496bac5ce5347379 - (unsigned int __l, unsigned int __m, _Tp __x) - - - __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type - beta - a01514.html - gabf90c74e3920ea3853f5786f90b8aa2b - (_Tpx __x, _Tpy __y) - - - __gnu_cxx::__promote< _Tp >::__type - comp_ellint_1 - a01514.html - ga35acc5bbe07b74718e22e5e7abe52fec - (_Tp __k) - - - __gnu_cxx::__promote< _Tp >::__type - comp_ellint_2 - a01514.html - ga67dca5d65386e74a0e2f17d842f0d450 - (_Tp __k) - - - __gnu_cxx::__promote_2< _Tp, _Tpn >::__type - comp_ellint_3 - a01514.html - ga61ba4b9c23985c1d0ae83cf48b180231 - (_Tp __k, _Tpn __nu) - - - __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type - conf_hyperg - a01514.html - gafd178133d3ebc657708ad8174baf2a74 - (_Tpa __a, _Tpc __c, _Tp __x) - - - __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type - cyl_bessel_i - a01514.html - ga07dddd9af049c8700682f9de63f49430 - (_Tpnu __nu, _Tp __x) - - - __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type - cyl_bessel_j - a01514.html - ga9f8aeb36e3e3ee1f6e15d597a46d772b - (_Tpnu __nu, _Tp __x) - - - __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type - cyl_bessel_k - a01514.html - ga77fcb104653b63975ae800e48fb72ed0 - (_Tpnu __nu, _Tp __x) - - - __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type - cyl_neumann - a01514.html - ga36bb3adce8d3308d85891700c78bea91 - (_Tpnu __nu, _Tp __x) - - - __gnu_cxx::__promote_2< _Tp, _Tpp >::__type - ellint_1 - a01514.html - ga7d289fce6de2d3ac3abfcecf4f419396 - (_Tp __k, _Tpp __phi) - + memory + Memory + a01559.html + allocators + pointer_abstractions + ptr_safety + memory - __gnu_cxx::__promote_2< _Tp, _Tpp >::__type - ellint_2 - a01514.html - gaca3de93877d9d195863279ef8e2d2b83 - (_Tp __k, _Tpp __phi) + void * + align + a01559.html + ga7a0544b4d4e49cb7f4668d8ce7b914d5 + (size_t __align, size_t __size, void *&__ptr, size_t &__space) noexcept - __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type - ellint_3 - a01514.html - ga55963b25d9fb39d84193ca03cd6772d4 - (_Tp __k, _Tpn __nu, _Tpp __phi) + _ForwardIterator + uninitialized_copy + a01559.html + ga9166c966d7525f4bda824700e5122c44 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) - __gnu_cxx::__promote< _Tp >::__type - expint - a01514.html - gac555d8d9bf9256070f2238a6a788727c - (_Tp __x) + _ForwardIterator + uninitialized_copy_n + a01559.html + ga0ebdef0da5f05e59240160b42eec594b + (_InputIterator __first, _Size __n, _ForwardIterator __result) - __gnu_cxx::__promote< _Tp >::__type - hermite - a01514.html - gaf363be9138ed0e7c26c71d34f97d0345 - (unsigned int __n, _Tp __x) + void + uninitialized_default_construct + a01559.html + ga7cef7c87d40cd575be24b9f532a9bc63 + (_ForwardIterator __first, _ForwardIterator __last) - __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type - hyperg - a01514.html - gaf320db7639ced3d53b1b86cf8f2aaa3f - (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + _ForwardIterator + uninitialized_default_construct_n + a01559.html + ga60d59f59ee38554c25746bfd41e87353 + (_ForwardIterator __first, _Size __count) - __gnu_cxx::__promote< _Tp >::__type - laguerre - a01514.html - ga2fcf4c16f11f22583104dd3f0f47e8d9 - (unsigned int __n, _Tp __x) + void + uninitialized_fill + a01559.html + ga212218423340e07f199776decd3584b2 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x) - __gnu_cxx::__promote< _Tp >::__type - legendre - a01514.html - gafbabf25c3e530e0b94b5e6a3aaab6b5a - (unsigned int __n, _Tp __x) + _ForwardIterator + uninitialized_fill_n + a01559.html + ga5f41b525d7eea5fe6a955406fddc7b8e + (_ForwardIterator __first, _Size __n, const _Tp &__x) - __gnu_cxx::__promote< _Tp >::__type - riemann_zeta - a01514.html - gadfc115751fa7ee0a1c44d9f7028d3a01 - (_Tp __x) + _ForwardIterator + uninitialized_move + a01559.html + ga5749380b5482c0f9039e2ecd7aa55206 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) - __gnu_cxx::__promote< _Tp >::__type - sph_bessel - a01514.html - ga2bf44b5e5a3b33d518d8a49e06433ece - (unsigned int __n, _Tp __x) + pair< _InputIterator, _ForwardIterator > + uninitialized_move_n + a01559.html + ga04144c76a1ac9942991dc29fa7f53423 + (_InputIterator __first, _Size __count, _ForwardIterator __result) - __gnu_cxx::__promote< _Tp >::__type - sph_legendre - a01514.html - ga6281837b14f373c4b331509580f66b35 - (unsigned int __l, unsigned int __m, _Tp __theta) + void + uninitialized_value_construct + a01559.html + gae5b5c62dee3e58064e240f0923635bd9 + (_ForwardIterator __first, _ForwardIterator __last) - __gnu_cxx::__promote< _Tp >::__type - sph_neumann - a01514.html - ga2d353e21ed716e078f26147fb603ed33 - (unsigned int __n, _Tp __x) + _ForwardIterator + uninitialized_value_construct_n + a01559.html + ga531a361592702ba5c0855f86094055fb + (_ForwardIterator __first, _Size __count) - memory - Memory - a01477.html - allocators - pointer_abstractions - - metaprogramming Metaprogramming - a01482.html + a01565.html + variable_templates std::__is_nullptr_t - std::integral_constant + std::tr2::__reflection_typelist + std::add_lvalue_reference + std::add_pointer + std::add_rvalue_reference + std::common_type + std::conditional + std::enable_if + std::extent std::is_abstract std::is_arithmetic std::is_array + std::is_base_of std::is_class std::is_compound std::is_const + std::is_convertible std::is_empty std::is_enum std::is_final @@ -114934,675 +122387,896 @@ std::is_function std::is_fundamental std::is_integral - std::is_literal_type std::is_lvalue_reference std::is_member_function_pointer std::is_member_object_pointer std::is_member_pointer std::is_null_pointer std::is_object - std::is_pod std::is_pointer std::is_polymorphic std::is_reference std::is_rvalue_reference + std::is_same std::is_scalar - std::is_standard_layout - std::is_trivial + std::is_signed std::is_union + std::is_unsigned std::is_void std::is_volatile - std::tr2::__reflection_typelist - std::tr2::__reflection_typelist< _First, _Rest... > - std::tr2::__reflection_typelist<> - std::tr2::bases - std::tr2::direct_bases + std::rank + std::remove_all_extents + std::remove_cv + std::remove_pointer + std::result_of + std::underlying_type + + typename add_const< _Tp >::type + add_const_t + a01565.html + ga448c469269c4f85f992d8df206bbcdda + + + + typename add_cv< _Tp >::type + add_cv_t + a01565.html + ga499a5ffa196b61f4d828c79614694749 + + + + typename add_lvalue_reference< _Tp >::type + add_lvalue_reference_t + a01565.html + ga766559a87f1db8dbe7c960199aefc082 + + + + typename add_pointer< _Tp >::type + add_pointer_t + a01565.html + ga9933b95376df066b14b257ada1d42a6f + + + + typename add_rvalue_reference< _Tp >::type + add_rvalue_reference_t + a01565.html + ga0e375bf83b6789f02faabf487cd9146b + + + + typename add_volatile< _Tp >::type + add_volatile_t + a01565.html + ga71c54f472cfbdadab49bac0fc56a7736 + + + + typename aligned_storage< _Len, _Align >::type + aligned_storage_t + a01565.html + ga333ed0641a23a64d26590875fab8bd64 + + + + integral_constant< bool, __v > + bool_constant + a01565.html + ga0fc310a3541eda8f7f65e0d001b20977 + + + + typename common_type< _Tp... >::type + common_type_t + a01565.html + ga3ef38e934006ae2422e5a7f136238d22 + + + + typename conditional< _Cond, _Iftrue, _Iffalse >::type + conditional_t + a01565.html + ga3f79e9f15004fc524ff345fc510a2813 + + + + typename decay< _Tp >::type + decay_t + a01565.html + gabe26c12710bb4c683badfaf0a586c5be + + + + typename enable_if< _Cond, _Tp >::type + enable_if_t + a01565.html + gaccc2a55dff256e901d69f67ef213d12c + + integral_constant< bool, false > false_type - a01482.html - gaebe6729ab5488ecc76c762873d226857 + a01565.html + ga4e14e891e1c8009e2831363ef629aed5 + + + + typename invoke_result< _Fn, _Args... >::type + invoke_result_t + a01565.html + gad44acbad909dab41f9a485cb0c88fa6d + + + + typename make_signed< _Tp >::type + make_signed_t + a01565.html + gabfa3034ef517a7ff731ae2074604a8f2 + + + + typename make_unsigned< _Tp >::type + make_unsigned_t + a01565.html + ga211e17d720e36c51d2528c3a166d8ba9 + + + + typename remove_all_extents< _Tp >::type + remove_all_extents_t + a01565.html + ga3bc0ff8d42850eabb6bcbe2440a844ff + + + + typename remove_const< _Tp >::type + remove_const_t + a01565.html + ga4e79124b56e4ce8037d87387898b9d1f + + + + typename remove_cv< _Tp >::type + remove_cv_t + a01565.html + ga33d8994a84545d04adc29f8be0d12122 + + + + typename remove_extent< _Tp >::type + remove_extent_t + a01565.html + gaa9f31e8838657e142868524eca599817 + + + + typename remove_pointer< _Tp >::type + remove_pointer_t + a01565.html + ga46cd3040e1bdad121ab1668a69a662ff + + + + typename remove_reference< _Tp >::type + remove_reference_t + a01565.html + ga05f704b8440a5839204308c83a07748f + + + + typename remove_volatile< _Tp >::type + remove_volatile_t + a01565.html + ga7227cba5288e88d88468df26c3200885 + + + + typename result_of< _Tp >::type + result_of_t + a01565.html + ga09f3b216a4c36c4d4070a9acbf7eebbb + + + + integral_constant< bool, true > + true_type + a01565.html + ga335b07f3ec94445842d1dacdfbdfc861 + + + + typename underlying_type< _Tp >::type + underlying_type_t + a01565.html + gab714a99dbbeb7066e9d741a4d936e885 + + + + void + void_t + a01565.html + ga22cbeb48987e9b7ee87a626eb5f1d6dc + + + + constexpr _Require< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > > + swap + a01565.html + gae0e5b4bafe7e92622a36508e6735a6cd + (_Tp &, _Tp &) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) + + + constexpr __enable_if_t< __is_swappable< _Tp >::value > + swap + a01565.html + gaf546886a936295c121aaa8c8b129777b + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + + + static const size_t + alignment_value + a01565.html + ga02d39c3e7eff3fb5ccdf9878ebfad0ef - - integral_constant< bool, true > - true_type - a01482.html - ga6a860513044e23d34e553ea986e83fa1 + + constexpr bool + is_nothrow_swappable_v + a01565.html + ga0a1108d3a9e77e0bc0d0d43718cfd423 + + + + constexpr bool + is_nothrow_swappable_with_v + a01565.html + gafb9d40d4713bc60f67d2a5ba0cba7510 + + + + constexpr bool + is_swappable_v + a01565.html + ga3134e7b34ee38369c01a10ba21630f87 + + + + constexpr bool + is_swappable_with_v + a01565.html + ga55aee8b93ae0c5ccf144198a7005e1fc mutating_algorithms Mutating - a01486.html + a01570.html - _OI + constexpr _OI copy - a01486.html - ga894f503412130680dc19c87af289f4f4 + a01570.html + ga76cd6d1a042c96e883b2fed2d16bdce2 (_II __first, _II __last, _OI __result) - _BI2 + constexpr _BI2 copy_backward - a01486.html - gaf0de0305e64a82131960e2769624a740 + a01570.html + gad6cb383fd3bfaf0a68d886a1ac7f246f (_BI1 __first, _BI1 __last, _BI2 __result) - _OutputIterator + constexpr _OutputIterator copy_if - a01486.html - ga0450d291c012c315181300fb83de8501 + a01570.html + ga5f99a17b2ea1ef3c5383baf211eba03e (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) - _OutputIterator + constexpr _OutputIterator copy_n - a01486.html - ga6b6a2a5b1c55fb141030b8e6c8aad212 + a01570.html + ga637f091d55c988fe8347446337f6de47 (_InputIterator __first, _Size __n, _OutputIterator __result) - void + constexpr void fill - a01486.html - gab2e4bb5cc3300aaf6c0e5bdc3371bf06 + a01570.html + ga134fa4440441a428ac3e792633d537f6 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) - _OI + constexpr _OI fill_n - a01486.html - ga0af400b776b8486401daf6ecf91bacca + a01570.html + gaec50b0b878a1178418bad7ea70add994 (_OI __first, _Size __n, const _Tp &__value) - void + constexpr void generate - a01486.html - ga691c5789ea06238032ea649bf4b81855 + a01570.html + gab74c6d3ba1f5667d3efa65784096ad57 (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) - _OutputIterator + constexpr _OutputIterator generate_n - a01486.html - gae428f053e61ca88f817152bd0f44c5fb + a01570.html + ga32129cb793a15f89f2c8df8631bfcaee (_OutputIterator __first, _Size __n, _Generator __gen) - bool + constexpr bool is_partitioned - a01486.html - gaba1a020bbd42810ce065fa9e239652d6 + a01570.html + ga4b6777120ebee50005d9b44e53dbeb35 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - void + constexpr void iter_swap - a01486.html - gad93e66478d9a63e5777733be09931388 + a01570.html + ga1a4776ef39f6174250c03233358482df (_ForwardIterator1 __a, _ForwardIterator2 __b) - _OI + constexpr _OI move - a01486.html - gaedffc88b77674cbf9966e30a9c275bb6 + a01570.html + gac49c576614909405700e37ae1f48a946 (_II __first, _II __last, _OI __result) - _BI2 + constexpr _BI2 move_backward - a01486.html - ga1743475fe627f5302b98ae41f8bf0ad5 + a01570.html + gae2059ffdbdafd630dc5d7071295f8287 (_BI1 __first, _BI1 __last, _BI2 __result) - _ForwardIterator + constexpr _ForwardIterator partition - a01486.html - ga64c8d89411856cea58194aa69a3c37f3 + a01570.html + gadc8d031e65e4307c571526e0bd9a04e8 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - pair< _OutputIterator1, _OutputIterator2 > + constexpr pair< _OutputIterator1, _OutputIterator2 > partition_copy - a01486.html - ga15ed8c195c2228b62770f24b4fd9de05 + a01570.html + gab0b2384322f4551bb6c22533e88c15c8 (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred) - _ForwardIterator + constexpr _ForwardIterator partition_point - a01486.html - gaca57a24221766660c3b9d83e2b3f8f97 + a01570.html + ga67728ba609039bfa4b90283f8a8e79a1 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) void random_shuffle - a01486.html + a01570.html gabf4e555bd94a923ad7d263703b4ab2bc (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &&__rand) - _ForwardIterator + constexpr _ForwardIterator remove - a01486.html - ga166f118ed07d6a2dd58c9bbdd7c0f5b5 + a01570.html + gae6ec72c0c6dc0ee8996066b5e50bc472 (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) - _OutputIterator + constexpr _OutputIterator remove_copy - a01486.html - ga6118d2d397ae6ad3b11604c6eb843a31 + a01570.html + ga86a1b13efaaeecca3d010d942c9ce7a1 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value) - _OutputIterator + constexpr _OutputIterator remove_copy_if - a01486.html - ga80d825ff82bc980758c885296cec1fb1 + a01570.html + ga503c001bc1c1d80fe79c7045396faf73 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) - _ForwardIterator + constexpr _ForwardIterator remove_if - a01486.html - ga80cc02d9d8e0975b92933a90579b3678 + a01570.html + ga7bdd7c382561d1d749f4e129658e18a5 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - void + constexpr void replace - a01486.html - ga77aa7f436223611f545f84715a30ffeb + a01570.html + gaaa8637a7be56ce2578b83682a3fdf0ee (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value) - _OutputIterator + constexpr _OutputIterator replace_copy_if - a01486.html - gaf42cb56a0d7dfd9124bddc4194cb53a4 + a01570.html + gac84edecb0fb1d0e5cf847a55fd74634f (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value) - void + constexpr void replace_if - a01486.html - ga0afa1177a761d23ec3ec965207144455 + a01570.html + gae26921bd1b038b5ef5dcd40f024c12e2 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value) - void + constexpr void reverse - a01486.html - gaeee34a9f7380d22d29f0e895d1c014e0 + a01570.html + ga8e7ff99a606d89406c0a9f5ec215b041 (_BidirectionalIterator __first, _BidirectionalIterator __last) - _OutputIterator + constexpr _OutputIterator reverse_copy - a01486.html - gaea264a482d59bc9c99edca7595f025eb + a01570.html + ga20e081bb649e8d217b88c32236e29c02 (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) - _ForwardIterator + constexpr _ForwardIterator rotate - a01486.html - ga52864eec5d415d353701192a9db44f7c + a01570.html + ga65ec63c7ee20742c1186105222d81b1f (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) - _OutputIterator + constexpr _OutputIterator rotate_copy - a01486.html - gaf2a738ab86e393c9c8689708fd9afbf0 + a01570.html + ga46dd8941091696e7b653044da57a11e1 (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result) void shuffle - a01486.html + a01570.html ga9c197f83f8612241f91e0a44703fdeaf (_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator &&__g) _ForwardIterator stable_partition - a01486.html + a01570.html ga4396b91f26c7aaf0ae150a79ebd965b7 (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) - _ForwardIterator2 + constexpr _ForwardIterator2 swap_ranges - a01486.html - gae9603907c05659cb5cfc6ea20be9ae01 + a01570.html + gaf1b9a02d1ca7a1622e424d8d912c75bb (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) - _OutputIterator + constexpr _OutputIterator transform - a01486.html - ga475f12632a75f77b41aa843dfddfe422 + a01570.html + ga8c943ad5f85ce0c2f69a074bb42591dd (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) - _OutputIterator + constexpr _OutputIterator transform - a01486.html - ga92e41473c3907d39cbc98ab6bea346fe + a01570.html + gaef5a202b512e1d8a9a6e0a2739290bc1 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op) - _ForwardIterator + constexpr _ForwardIterator unique - a01486.html - ga84999f9a9f647b18e3ec9e9e9aaa81f4 + a01570.html + gabedeb9daeefd95379cf49b7e52cafc25 (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator unique - a01486.html - ga7db53d49590370140ef23f2c9bf7b225 + a01570.html + ga7a3e26d485c4745ffd5dc1ca26c35a78 (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) - _OutputIterator + constexpr _OutputIterator unique_copy - a01486.html - ga6e0563edcc7414a3f1ee52d1c3e9e1e0 + a01570.html + ga7bb85887d232506d4c3242cc3fff15a0 (_InputIterator __first, _InputIterator __last, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator unique_copy - a01486.html - gae33ff01e114f7384a462a242a75dd311 + a01570.html + ga1dd1e4d1c78160b672f0c904fd3d2f89 (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred) mutexes Mutexes - a01501.html - std::adopt_lock_t - std::defer_lock_t - std::lock_guard - std::mutex - std::try_to_lock_t - std::unique_lock + a01585.html + + void + call_once + a01585.html + gaf3415e3476b6a4ecb873675dd10a0237 + (once_flag &__once, _Callable &&__f, _Args &&... __args) + + + void + lock + a01585.html + ga82fa606b1427f731ac64bb8ac49221f3 + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) + void swap - a01501.html - gac58580a65df691769770684cc985719d - (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept + a01585.html + ga0e655365d0923ba6b9de4ebc6564bece + (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept + + + int + try_lock + a01585.html + gad0c0717949223b18e654fef1a52c432b + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) - _GLIBCXX17_INLINE constexpr adopt_lock_t + constexpr adopt_lock_t adopt_lock - a01501.html - ga742a9b4798379cd99d03bbf298d3685c + a01585.html + gad21e19f3b9b1166718c228219723e130 - _GLIBCXX17_INLINE constexpr defer_lock_t + constexpr defer_lock_t defer_lock - a01501.html - ga70a73adf8c062ea682cd99580d0a39be + a01585.html + gaef1e52b34e2d2d6e3850bbd28ff7546a - _GLIBCXX17_INLINE constexpr try_to_lock_t + constexpr try_to_lock_t try_to_lock - a01501.html - ga05e641e1ecba98edb6fa4714a6c03e0d - - - - void - swap - a01501.html - ga0d3de8f7ff80877e53d25ca9057e1c0f - (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept - - - #define - __cpp_lib_shared_timed_mutex - a01501.html - ga00b5fb3f3bf333cc396bd38d3b069d85 - - - - __shared_mutex_cv - __shared_timed_mutex_base - a01501.html - gab3c86906b8d29085ce9876aa6baab8e7 + a01585.html + ga845da3c3459b8dc4c6f690039b797dfc negators Negators - a01506.html - std::binary_negate - std::unary_negate + a01590.html - _GLIBCXX14_CONSTEXPR unary_negate< _Predicate > + constexpr unary_negate< _Predicate > not1 - a01506.html - gaa48ba7f453a3e4aec335c304eab89d3b + a01590.html + ga0d131aa8d78b6d5e6b78c4e463cfbdd2 (const _Predicate &__pred) - _GLIBCXX14_CONSTEXPR binary_negate< _Predicate > + constexpr binary_negate< _Predicate > not2 - a01506.html - ga1244dfac05a74c4665bef243704f51b1 + a01590.html + gac769580fe6668a296d79a3c3db4b346d (const _Predicate &__pred) + networking-ts + Networking-ts + a01634.html + + non_mutating_algorithms Non-Mutating - a01487.html + a01571.html - _ForwardIterator + constexpr _ForwardIterator adjacent_find - a01487.html - ga094e6f312833388e6a97159b5d2c4177 + a01571.html + ga9947aefb98647043bc1e6fb7be7b77a7 (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator adjacent_find - a01487.html - ga29b281099618951de1ab1315ac9e7737 + a01571.html + gacd4b6428a016f4d76cfbf9387d418edc (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) - bool + constexpr bool all_of - a01487.html - gaaef2d0f2f0d6942636f6f42eb940b850 + a01571.html + ga17c3134ac82616508a419bd6f175ac5b (_InputIterator __first, _InputIterator __last, _Predicate __pred) - bool + constexpr bool any_of - a01487.html - gaa8fada47994395ec51bb54536d6a87f9 + a01571.html + ga9b398613867eeb30a7fdc043775db128 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type count - a01487.html - gad2f89a1340c43c8451e522d045aaa1b6 + a01571.html + gaac8d83292f8c124ec62a2b9d5e6046d6 (_InputIterator __first, _InputIterator __last, const _Tp &__value) - iterator_traits< _InputIterator >::difference_type + constexpr iterator_traits< _InputIterator >::difference_type count_if - a01487.html - gab17add9e8922a4e8a9893d0d094f5e4e + a01571.html + ga36d17b6b93a0b5d369780ef94e45aef6 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - bool + constexpr bool equal - a01487.html - ga444f163947d0a55953d1c317b31aee89 - (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + a01571.html + gaaed2fda1991d604d055467746c690cf5 + (_II1 __first1, _II1 __last1, _II2 __first2) - bool + constexpr bool equal - a01487.html - gad9f16258cd8b86bb63165c004cf660d5 - (_II1 __first1, _II1 __last1, _II2 __first2) + a01571.html + gaaf3d839822c78d538257a0f749f13dcc + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) - bool + constexpr bool equal - a01487.html - ga89c2fd41282045655b0edaa54773d4db - (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + a01571.html + ga4286bc1aaad106cc84b98920d9d164c4 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) - bool + constexpr bool equal - a01487.html - ga8e56a22bed21e9134369f4b2a47ba407 + a01571.html + ga5ffc8d7e5f6ce6db54c6ffe9e202e00a (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _IIter2 __last2, _BinaryPredicate __binary_pred) - _InputIterator + constexpr _InputIterator find - a01487.html - ga346cc7c0b794d9a487a11b44b6b238ab + a01571.html + gabcb0c1e78b0d3abf6113a1bd3828235b (_InputIterator __first, _InputIterator __last, const _Tp &__val) - _ForwardIterator1 + constexpr _ForwardIterator1 find_end - a01487.html - gaf97d3d3c35f24541246e9d222fd45d44 + a01571.html + ga15d63dd9d82b9abfc8470ee93c302677 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - _ForwardIterator1 + constexpr _ForwardIterator1 find_end - a01487.html - gac12e9d93b9b26024222cc645d2a4a8d5 + a01571.html + gac87ec318bc02e705d66d5fd0fa39ef9b (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp) - _InputIterator + constexpr _InputIterator find_first_of - a01487.html - ga5f2c547c925b080c25f17765a755a0cb + a01571.html + gaea8fc4800a95b8265fa9cb95fa59bd0f (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2) - _InputIterator + constexpr _InputIterator find_first_of - a01487.html - ga4f6564022032cfc6ea5c24b6dce5b4a7 + a01571.html + gaf199abbf0999abcad6961a03e1e281a2 (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp) - _InputIterator + constexpr _InputIterator find_if - a01487.html - gaaf6e9995ebbd27994d7c73b375f86088 + a01571.html + gade6b6b32f46014ba584f31888251ff8f (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _InputIterator + constexpr _InputIterator find_if_not - a01487.html - gaa0bfffb70439c7d2cab9e917e8d604a6 + a01571.html + gaa1e095b7d34e95787fc4f826f6e588d9 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _Function + constexpr _Function for_each - a01487.html - ga36d3b88a382b4ad3bf55aff3f597522d + a01571.html + gae6cd08fec028e3f3f194d4f7896ee53a (_InputIterator __first, _InputIterator __last, _Function __f) - bool + constexpr _InputIterator + for_each_n + a01571.html + gadcf7d53917685606012e763edd290a6a + (_InputIterator __first, _Size __n, _Function __f) + + + constexpr bool is_permutation - a01487.html - gadc446c7587539490a05da590d6c51a58 + a01571.html + gadb5c9b3733f74ddb34f5d6b85539091d (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) - bool + constexpr bool is_permutation - a01487.html - ga714d45aee3d18a5e281557b48d092b8e + a01571.html + gab0f190fd29edcd68d795ede92d3335ca (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _BinaryPredicate __pred) - bool + constexpr bool is_permutation - a01487.html - ga1ce2f1378028db705f805394b6e150a7 + a01571.html + gaf45561caae23ad398330e25945aba8bd (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - bool + constexpr bool is_permutation - a01487.html - gad8c1b9d831347f0795b364b59b5c9daf + a01571.html + gad272d7d10f9a23c8ce39ea30d286609c (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga44ee120346d18fb398be3891eb4a8c0c + a01571.html + ga42c6486a4ecbe99a5c9f0c35476c3dfd (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - gad3cb7460f4803c1073882c89456bb75c + a01571.html + gadb3a35d203f3cabb80b29280326d228f (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga67d3e43b97d25f32dd1661a93aa85ff1 + a01571.html + ga9c98f3d33806548286d03d46d63d46e5 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) - pair< _InputIterator1, _InputIterator2 > + constexpr pair< _InputIterator1, _InputIterator2 > mismatch - a01487.html - ga07f5690e64fb9ece316f84ec99c28e5d + a01571.html + ga9d57eabf2ccbc15190c47b17b6b0b495 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred) - bool + constexpr bool none_of - a01487.html - ga245f9003d26e4ca6c9b304c4cca2c77f + a01571.html + gac29843ee5bba1e64ad95375984c37010 (_InputIterator __first, _InputIterator __last, _Predicate __pred) - _ForwardIterator1 + constexpr _ForwardIterator1 search - a01487.html - ga37e40c12374da3b76f2af5d2025b3018 + a01571.html + ga14978d1be4cc96df88c228f4ca884349 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) - _ForwardIterator1 + constexpr _ForwardIterator1 search - a01487.html - gab76055789d1a598394f609cf19724220 + a01571.html + ga06ddce7bee4af69da9a53de1eca385b2 (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate) - _ForwardIterator + constexpr _ForwardIterator search_n - a01487.html - ga98baadb721fcb143396118e3a678cd0e + a01571.html + gac3ed6cdaf87857588954bb89f22de04b (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val) - _ForwardIterator + constexpr _ForwardIterator search_n - a01487.html - ga4fd2241c480f56cb4fef2ae7da4d36b0 + a01571.html + gae4482975f81c459e9493144da27d7d35 (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred) random_distributions_normal Normal Distributions - a01540.html - std::cauchy_distribution - std::chi_squared_distribution - std::fisher_f_distribution - std::gamma_distribution - std::lognormal_distribution - std::normal_distribution - std::student_t_distribution + a01630.html bool operator!= - a01540.html - ga227eec7c437a7d893172e4387a0fb041 - (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) + a01630.html + gaf8d44ddbae75bc9aac07aca501130b3a + (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) bool operator!= - a01540.html - ga611caefadf0614ec3e3a5bd8a95c11ac - (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) + a01630.html + gac4dbdb98454ba9eac4efedb236380fff + (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) bool operator!= - a01540.html - gafdf8a737eaa64e171fd0617603e7a6a7 - (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) + a01630.html + gabeee8cc21eaf2d1ac14d819e56e933ee + (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) bool operator!= - a01540.html - gac4dbdb98454ba9eac4efedb236380fff - (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) + a01630.html + gafdf8a737eaa64e171fd0617603e7a6a7 + (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) bool operator!= - a01540.html - gaf8d44ddbae75bc9aac07aca501130b3a - (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) + a01630.html + ga611caefadf0614ec3e3a5bd8a95c11ac + (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) bool operator!= - a01540.html - gabeee8cc21eaf2d1ac14d819e56e933ee - (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) + a01630.html + ga227eec7c437a7d893172e4387a0fb041 + (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) bool operator!= - a01540.html + a01630.html ga9f65157c0c5e6316e415b7fbf5edbad4 (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) std::basic_ostream< _CharT, _Traits > & operator<< - a01540.html + a01630.html gabc0fe37b26c3b5de242cd4261cde3aed (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01540.html + a01630.html ga63a43b47a5315c8b1b55002af2eb1669 (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) @@ -115610,942 +123284,935 @@ numeric_arrays Numeric Arrays - a01484.html - std::gslice - std::gslice_array - std::indirect_array - std::mask_array - std::slice - std::slice_array - std::valarray + a01568.html gslice - a01484.html + a01568.html ga2cdeff5f9ecb19bdb80fc3752fdaa733 () gslice - a01484.html - ga24cbc4afc05cd3354563268960468dab - (size_t __o, const valarray< size_t > &__l, const valarray< size_t > &__s) + a01568.html + ga6d537efe4eac64e1eabe933628b415ce + (const gslice &) gslice - a01484.html - ga6d537efe4eac64e1eabe933628b415ce - (const gslice &) + a01568.html + ga24cbc4afc05cd3354563268960468dab + (size_t __o, const valarray< size_t > &__l, const valarray< size_t > &__s) gslice_array - a01484.html + a01568.html gab775a3f1c7c0d12448513c036e1ae22b (const gslice_array &) indirect_array - a01484.html + a01568.html gad5e982b5f515ce67d9e6b55c84a61cb2 (const indirect_array &) mask_array - a01484.html + a01568.html ga63910750064214d819524e634cdaebfa (const mask_array &) slice - a01484.html + a01568.html ga6a83c2410180b69ca38a2da2c4c984b9 () slice - a01484.html + a01568.html ga9cc9983faafa145460d264127f7fd816 (size_t __o, size_t __d, size_t __s) slice_array - a01484.html + a01568.html ga886109b8edc60759a1c07ed209bf6110 (const slice_array &) valarray - a01484.html + a01568.html ga86cb8edd85b0f415ff434169746203b8 () valarray - a01484.html - ga97d87db7cf732f6df07a4bc214ab1b6c - (size_t) + a01568.html + gaa3081177498d05f233dc919b723ac7ca + (const _Tp &, size_t) valarray - a01484.html - gaa3081177498d05f233dc919b723ac7ca - (const _Tp &, size_t) + a01568.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< _Tp > &) valarray - a01484.html - gaa097c18bfb82fa18eb77d561e3f3220d - (const valarray &) + a01568.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< _Tp > &) valarray - a01484.html - gacaf590f7e44f9aa8d247c026f2c6685a - (valarray &&) noexcept + a01568.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< _Tp > &) valarray - a01484.html + a01568.html gaa67c616cc84294b4ecfe9492e673e937 (const slice_array< _Tp > &) valarray - a01484.html - ga41d41b2154090e3aa77b2a8c8c1eafe2 - (const gslice_array< _Tp > &) + a01568.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) valarray - a01484.html - ga341e360faf03730a2ad4ddb98bb84caa - (const mask_array< _Tp > &) + a01568.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< _Tp >) valarray - a01484.html - ga4440404083086817b9e50ddecfa604fb - (const indirect_array< _Tp > &) + a01568.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) valarray - a01484.html - gaa0445cb9da95df6871ea1c2b625aedf7 - (initializer_list< _Tp >) + a01568.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept ~gslice - a01484.html + a01568.html ga1d1f37cf92925a601af3246c55896251 () _Expr< _ValFunClos< _ValArray, _Tp >, _Tp > apply - a01484.html + a01568.html ga6187e472096936d517db9cd9851fc107 (_Tp func(_Tp)) const _Expr< _RefFunClos< _ValArray, _Tp >, _Tp > apply - a01484.html + a01568.html ga4fc494f4aee2efb200793044d68658c5 (_Tp func(const _Tp &)) const - _Tp * - begin - a01484.html - ga2b9285c84fd9d9ee4ac2e4d6f590960c - (valarray< _Tp > &__va) - - const _Tp * begin - a01484.html + a01568.html ga27f2d9026b541b9d219da941459e768e (const valarray< _Tp > &__va) + _Tp * + begin + a01568.html + ga2b9285c84fd9d9ee4ac2e4d6f590960c + (valarray< _Tp > &__va) + + valarray< _Tp > cshift - a01484.html + a01568.html ga5763723f8e15f612889a2d93625649db (int __n) const - _Tp * - end - a01484.html - ga3541bf5385594aac72a9424aa6dd86e1 - (valarray< _Tp > &__va) - - const _Tp * end - a01484.html + a01568.html gab777d802b5dfa668d030039c2fd78b3b (const valarray< _Tp > &__va) + _Tp * + end + a01568.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + _Tp max - a01484.html + a01568.html ga4e66ea69757ab2d6193e385c919e6f71 () const _Tp min - a01484.html + a01568.html ga41cf9f2fac24470499589628f657be67 () const + _UnaryOp< __logical_not >::_Rt + operator! + a01568.html + ga8ae9cabed8e455713324dacd39bedef1 + () const + + + valarray< _Tp > & + operator%= + a01568.html + ga64fd546424cb6eb21396e7049fb2c17e + (const _Tp &) + + + valarray< _Tp > & + operator%= + a01568.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< _Tp > &) + + void - operator &= - a01484.html - gaca009c69acad92ea0f2244082487b32b + operator%= + a01568.html + ga707e141e760766ca9cbdb6be26941cd4 (const valarray< _Tp > &) const void - operator &= - a01484.html - ga243e78b1748d74ed3d4be27c8839fb87 + operator%= + a01568.html + gaec955c90f1d087dd1a6a2bd41a5cea7a (const valarray< _Tp > &) const void - operator &= - a01484.html - ga9a195965bc454b815b4035618de3f5ba + operator%= + a01568.html + gaa321a7c18f23aae720cdd059ea38fcc2 (const valarray< _Tp > &) const void - operator &= - a01484.html - gadc4123a878dbaee0b0e8dea7aeb7216c + operator%= + a01568.html + ga51b2370973ce4cfa93b21428c23e3da0 (const valarray< _Tp > &) const valarray< _Tp > & - operator &= - a01484.html - ga6eacabfbf6099e64331966308185f957 + operator&= + a01568.html + gae28731f4febbbd9112d21a15c53f2470 (const _Tp &) valarray< _Tp > & - operator &= - a01484.html - gafc4fe2eb569b9bca46e799f3ecb0609c + operator&= + a01568.html + gaa916c186794e2cb39e374da325e0810e (const valarray< _Tp > &) - _UnaryOp< __logical_not >::_Rt - operator! - a01484.html - ga8ae9cabed8e455713324dacd39bedef1 - () const - - void - operator%= - a01484.html - ga707e141e760766ca9cbdb6be26941cd4 + operator&= + a01568.html + gaea48202aa25615a4c09fff61278cf729 (const valarray< _Tp > &) const void - operator%= - a01484.html - gaa321a7c18f23aae720cdd059ea38fcc2 + operator&= + a01568.html + gae6224beec13d47cc3880e68bda04d37a (const valarray< _Tp > &) const void - operator%= - a01484.html - gaec955c90f1d087dd1a6a2bd41a5cea7a + operator&= + a01568.html + ga3da168c115d8c3667b2f8c1d0d85fc84 (const valarray< _Tp > &) const void - operator%= - a01484.html - ga51b2370973ce4cfa93b21428c23e3da0 + operator&= + a01568.html + ga9dd11c46083d008fa3449a3336384a74 (const valarray< _Tp > &) const valarray< _Tp > & - operator%= - a01484.html - ga64fd546424cb6eb21396e7049fb2c17e + operator*= + a01568.html + ga345cd13171b5d52efb4979a1b3930ea6 (const _Tp &) valarray< _Tp > & - operator%= - a01484.html - gadc5edf2598de6c9bbfe67c8cdc7ff3ab + operator*= + a01568.html + gab5a419c3673c284962634894e9c1fc20 (const valarray< _Tp > &) void operator*= - a01484.html + a01568.html ga84520c24cc0701e3f2bbeaea755e4aa2 (const valarray< _Tp > &) const void operator*= - a01484.html - ga1878d8ab7ea54a42bbd783172af8a8c2 + a01568.html + gac530f41a625a6f0842fc4fda0cb98189 (const valarray< _Tp > &) const void operator*= - a01484.html - gac530f41a625a6f0842fc4fda0cb98189 + a01568.html + ga1878d8ab7ea54a42bbd783172af8a8c2 (const valarray< _Tp > &) const void operator*= - a01484.html + a01568.html ga2ae66c8e0229b65881780cb0dbd55ef8 (const valarray< _Tp > &) const + _UnaryOp< __unary_plus >::_Rt + operator+ + a01568.html + ga33a3a90827549220500c99f95b095816 + () const + + valarray< _Tp > & - operator*= - a01484.html - ga345cd13171b5d52efb4979a1b3930ea6 + operator+= + a01568.html + ga75cc5c668aaade5ccc50b199d789e191 (const _Tp &) valarray< _Tp > & - operator*= - a01484.html - gab5a419c3673c284962634894e9c1fc20 + operator+= + a01568.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 (const valarray< _Tp > &) - _UnaryOp< __unary_plus >::_Rt - operator+ - a01484.html - ga33a3a90827549220500c99f95b095816 - () const - - void operator+= - a01484.html + a01568.html gadaedde83c0c3dc087cd28fede7547179 (const valarray< _Tp > &) const void operator+= - a01484.html - ga3cd7a0e7c02e60936993f2f8d85d7e14 + a01568.html + gaeb7b9d2b39d2312c117a50769114e26c (const valarray< _Tp > &) const void operator+= - a01484.html - gaeb7b9d2b39d2312c117a50769114e26c + a01568.html + ga3cd7a0e7c02e60936993f2f8d85d7e14 (const valarray< _Tp > &) const void operator+= - a01484.html + a01568.html gabffb22fe7508d7fb6b06e4ca76440fc0 (const valarray< _Tp > &) const + _UnaryOp< __negate >::_Rt + operator- + a01568.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const + + valarray< _Tp > & - operator+= - a01484.html - ga75cc5c668aaade5ccc50b199d789e191 + operator-= + a01568.html + ga4667f35667105d1ec1aa3e763c503cd4 (const _Tp &) valarray< _Tp > & - operator+= - a01484.html - ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + operator-= + a01568.html + ga5e7ec75f9c2dd61177a35d939ce85f11 (const valarray< _Tp > &) - _UnaryOp< __negate >::_Rt - operator- - a01484.html - ga028b49a6d0cf1f6afa48149603d953b2 - () const - - void operator-= - a01484.html + a01568.html gac25a53dfa03677767990c5a3af186cf8 (const valarray< _Tp > &) const void operator-= - a01484.html - ga7e8b4e636a4ccb6a93f289308d2d6c7e + a01568.html + ga8eb0f010a6a61d5066af1b3e757b87b9 (const valarray< _Tp > &) const void operator-= - a01484.html - ga8eb0f010a6a61d5066af1b3e757b87b9 + a01568.html + ga7e8b4e636a4ccb6a93f289308d2d6c7e (const valarray< _Tp > &) const void operator-= - a01484.html + a01568.html gaaa8967e72a60fc2b6f8f422dc970ea1f (const valarray< _Tp > &) const valarray< _Tp > & - operator-= - a01484.html - ga4667f35667105d1ec1aa3e763c503cd4 + operator/= + a01568.html + ga15f95c715e3a16e30ff24477ccf4e502 (const _Tp &) valarray< _Tp > & - operator-= - a01484.html - ga5e7ec75f9c2dd61177a35d939ce85f11 + operator/= + a01568.html + ga4572c21b07ac304ac9d7062d2f5ae160 (const valarray< _Tp > &) void operator/= - a01484.html + a01568.html ga4a86ee20d770ceb9779e865968faa6a7 (const valarray< _Tp > &) const void operator/= - a01484.html - gac1417dfc58271e6730675e151cd3dd06 + a01568.html + ga2ea239d6f6f027caa976efe4821944d0 (const valarray< _Tp > &) const void operator/= - a01484.html - ga2ea239d6f6f027caa976efe4821944d0 + a01568.html + gac1417dfc58271e6730675e151cd3dd06 (const valarray< _Tp > &) const void operator/= - a01484.html + a01568.html gaea8c21a277b5dfee1f7f4b09c556259d (const valarray< _Tp > &) const valarray< _Tp > & - operator/= - a01484.html - ga15f95c715e3a16e30ff24477ccf4e502 + operator<<= + a01568.html + ga435a2811affb685f15934a9204bed29e (const _Tp &) valarray< _Tp > & - operator/= - a01484.html - ga4572c21b07ac304ac9d7062d2f5ae160 + operator<<= + a01568.html + ga9635c78d05a1fcbc22885223c1432f25 (const valarray< _Tp > &) void operator<<= - a01484.html + a01568.html ga30a493dbd85a2271bcc09d9d24f387b2 (const valarray< _Tp > &) const void operator<<= - a01484.html - gadc9fb4be42ab111a8b17efc9480006c7 + a01568.html + ga43fc95bcbd0f89c0468f249209eb587b (const valarray< _Tp > &) const void operator<<= - a01484.html - ga43fc95bcbd0f89c0468f249209eb587b + a01568.html + gadc9fb4be42ab111a8b17efc9480006c7 (const valarray< _Tp > &) const void operator<<= - a01484.html + a01568.html ga15a72598162a7183c3be5cfdcb43a94b (const valarray< _Tp > &) const - valarray< _Tp > & - operator<<= - a01484.html - ga435a2811affb685f15934a9204bed29e - (const _Tp &) + void + operator= + a01568.html + ga8dfed8c043d7a82e4b71cf65c64ec844 + (const _Tp &) const - valarray< _Tp > & - operator<<= - a01484.html - ga9635c78d05a1fcbc22885223c1432f25 - (const valarray< _Tp > &) + void + operator= + a01568.html + gac17dafc8657c7fd6eab36a46260ff97f + (const _Tp &) const - gslice_array & + void operator= - a01484.html - gaf25507c9a66f729500964d397b7cb9fb - (const gslice_array &) + a01568.html + ga2af95af73e734b394322ec304e1b73f2 + (const _Tp &) const - indirect_array & + void operator= - a01484.html - ga73cce032d98e922eeafb676920174f52 - (const indirect_array &) + a01568.html + ga3ddb6f583d7c7ef17b471662a4a7a7ac + (const _Tp &) const - mask_array & + valarray< _Tp > & operator= - a01484.html - gac8928f66422bd3601fcf43b79761abd5 - (const mask_array &) + a01568.html + ga80a24d05a21101fb1e8f32d7617b349a + (const _Tp &__t) + + + gslice & + operator= + a01568.html + ga59fd646ebf243e99b2063baf37ba91d0 + (const gslice &) - void + gslice_array & operator= - a01484.html - gaf2a0c3883cfb758e05e3d62ec7e0a07f - (const valarray< _Tp > &) const + a01568.html + gaf25507c9a66f729500964d397b7cb9fb + (const gslice_array &) - void + valarray< _Tp > & operator= - a01484.html - ga6072ae14d756314665aef25c55cc4d33 - (const valarray< _Tp > &) const + a01568.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< _Tp > &__ga) - gslice & + indirect_array & operator= - a01484.html - ga59fd646ebf243e99b2063baf37ba91d0 - (const gslice &) + a01568.html + ga73cce032d98e922eeafb676920174f52 + (const indirect_array &) - void + valarray< _Tp > & operator= - a01484.html - ga8dfed8c043d7a82e4b71cf65c64ec844 - (const _Tp &) const + a01568.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< _Tp > &__ia) - void + mask_array & operator= - a01484.html - ga2af95af73e734b394322ec304e1b73f2 - (const _Tp &) const + a01568.html + gac8928f66422bd3601fcf43b79761abd5 + (const mask_array &) - void + valarray< _Tp > & operator= - a01484.html - gac17dafc8657c7fd6eab36a46260ff97f - (const _Tp &) const + a01568.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< _Tp > &__ma) slice_array & operator= - a01484.html + a01568.html ga638dcc09b7202f5e671c6637bf01db31 (const slice_array &) - void + valarray< _Tp > & operator= - a01484.html - gab5edb43da924e3c138ba22d29dc4c050 - (const valarray< _Tp > &) const + a01568.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< _Tp > &__sa) void operator= - a01484.html - ga3ddb6f583d7c7ef17b471662a4a7a7ac - (const _Tp &) const + a01568.html + gaf2a0c3883cfb758e05e3d62ec7e0a07f + (const valarray< _Tp > &) const - valarray< _Tp > & + void operator= - a01484.html - gafd9682220fbb71cdd3780fb0b80a7840 - (const valarray< _Tp > &__v) + a01568.html + ga6072ae14d756314665aef25c55cc4d33 + (const valarray< _Tp > &) const - valarray< _Tp > & + void operator= - a01484.html - ga0b40ea6b05b21b6506d3541205bbfe64 - (valarray< _Tp > &&__v) noexcept + a01568.html + gab5edb43da924e3c138ba22d29dc4c050 + (const valarray< _Tp > &) const valarray< _Tp > & operator= - a01484.html - ga80a24d05a21101fb1e8f32d7617b349a - (const _Tp &__t) + a01568.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< _Tp > &__v) - valarray< _Tp > & + valarray & operator= - a01484.html - ga708c338c38f644c83fb4440add0a7f82 - (const slice_array< _Tp > &__sa) + a01568.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< _Tp > __l) valarray< _Tp > & operator= - a01484.html - ga975285295867516982cbd04e5416ca33 - (const gslice_array< _Tp > &__ga) + a01568.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< _Tp > &&__v) noexcept valarray< _Tp > & - operator= - a01484.html - ga008f37655c6e6e55b37c9b46efd259c1 - (const mask_array< _Tp > &__ma) + operator>>= + a01568.html + ga5ce6f32c286043434e864d28271f2069 + (const _Tp &) valarray< _Tp > & - operator= - a01484.html - gad58ef4619934cdeccb9b476c6e8ccceb - (const indirect_array< _Tp > &__ia) - - - valarray & - operator= - a01484.html - ga781c3cfba5752871b9b8df2717f3d301 - (initializer_list< _Tp > __l) + operator>>= + a01568.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< _Tp > &) void operator>>= - a01484.html + a01568.html ga8293a4feaf1bde96e155e6ba528d0b9a (const valarray< _Tp > &) const void operator>>= - a01484.html - ga87f02d439b80dd0d351ae9f827c4f77e + a01568.html + ga611bd59fab7a43ce79f1707eea03be7a (const valarray< _Tp > &) const void operator>>= - a01484.html - ga611bd59fab7a43ce79f1707eea03be7a + a01568.html + ga87f02d439b80dd0d351ae9f827c4f77e (const valarray< _Tp > &) const void operator>>= - a01484.html + a01568.html ga7ebc66086e23f1d4bb5cc554fedde16b (const valarray< _Tp > &) const - valarray< _Tp > & - operator>>= - a01484.html - ga5ce6f32c286043434e864d28271f2069 - (const _Tp &) - - - valarray< _Tp > & - operator>>= - a01484.html - ga7f2a41abd2f316f4de7942652da2410d - (const valarray< _Tp > &) - - - _Tp & - operator[] - a01484.html - ga2325176078e58966124ec919df2b1eb4 - (size_t __i) - - - _Expr< _SClos< _ValArray, _Tp >, _Tp > - operator[] - a01484.html - ga5e86bbdb258433295ab39596449a5f7e - (slice __s) const - - - slice_array< _Tp > + gslice_array< _Tp > operator[] - a01484.html - gad5394a15e9c7edd4ecece4534d3c3ba3 - (slice __s) + a01568.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) _Expr< _GClos< _ValArray, _Tp >, _Tp > operator[] - a01484.html + a01568.html ga28ef76e86bd06a99b58af17899554590 (const gslice &__s) const - gslice_array< _Tp > + mask_array< _Tp > operator[] - a01484.html - gae5e23cc8dbbeee72c16868aad85731ba - (const gslice &__s) + a01568.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) valarray< _Tp > operator[] - a01484.html + a01568.html ga8f454eb267fee574dadea61b69b94d31 (const valarray< bool > &__m) const - mask_array< _Tp > + indirect_array< _Tp > operator[] - a01484.html - ga24fb191ad805190686652a3a8bf7169b - (const valarray< bool > &__m) + a01568.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) _Expr< _IClos< _ValArray, _Tp >, _Tp > operator[] - a01484.html + a01568.html ga2d1a225784345f3c5eb3e94e984e5e00 (const valarray< size_t > &__i) const - indirect_array< _Tp > + _Tp & operator[] - a01484.html - gafcd1719464554185069224f2fd837de3 - (const valarray< size_t > &__i) + a01568.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) + + + slice_array< _Tp > + operator[] + a01568.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) + + + _Expr< _SClos< _ValArray, _Tp >, _Tp > + operator[] + a01568.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const + + + valarray< _Tp > & + operator^= + a01568.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const _Tp &) + + + valarray< _Tp > & + operator^= + a01568.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< _Tp > &) void operator^= - a01484.html + a01568.html gaa45daae152fd32ab851c56779fc1e13c (const valarray< _Tp > &) const void operator^= - a01484.html - gab7b73360db81555ebc04e3c482a94857 + a01568.html + ga335663b1692606f8a5d96324592d4785 (const valarray< _Tp > &) const void operator^= - a01484.html - ga335663b1692606f8a5d96324592d4785 + a01568.html + gab7b73360db81555ebc04e3c482a94857 (const valarray< _Tp > &) const void operator^= - a01484.html + a01568.html ga262449de3e39bbae18ab3bb911b2eb8b (const valarray< _Tp > &) const valarray< _Tp > & - operator^= - a01484.html - ga12372c525f0ae4cdeb7180c7337b57ed + operator|= + a01568.html + gaf20cc6bf249d338dd1fdb26f4363ee2e (const _Tp &) valarray< _Tp > & - operator^= - a01484.html - ga945c098affa36e4df42895bca9937b61 + operator|= + a01568.html + ga2082939513c0702ce488c2dc27e98951 (const valarray< _Tp > &) void operator|= - a01484.html + a01568.html ga87a6054e3d3df9b3b828c86d7b71a7d0 (const valarray< _Tp > &) const void operator|= - a01484.html - ga684708f251addb2566756f4d2eedee36 + a01568.html + ga349500cff6b300c39a505e9c74943b86 (const valarray< _Tp > &) const void operator|= - a01484.html - ga349500cff6b300c39a505e9c74943b86 + a01568.html + ga684708f251addb2566756f4d2eedee36 (const valarray< _Tp > &) const void operator|= - a01484.html + a01568.html ga0cfe83bfd0c60d5f1b393bbddcc70889 (const valarray< _Tp > &) const - valarray< _Tp > & - operator|= - a01484.html - gaf20cc6bf249d338dd1fdb26f4363ee2e - (const _Tp &) - - - valarray< _Tp > & - operator|= - a01484.html - ga2082939513c0702ce488c2dc27e98951 - (const valarray< _Tp > &) - - _UnaryOp< __bitwise_not >::_Rt operator~ - a01484.html + a01568.html ga88b2ec0fbd1864a99c09d24f5b39e16d () const void resize - a01484.html + a01568.html ga8f9fdb05edd4a7364dec8a5e9ae2a0bb (size_t __size, _Tp __c=_Tp()) valarray< _Tp > shift - a01484.html + a01568.html gaebe5d7bc4dea9740cdbb03d36a3e4521 (int __n) const - size_t + valarray< size_t > size - a01484.html - ga5b1a5398fdc4ecf20576f3cae02ea8fc + a01568.html + gaeabfccb9dc90c70b63e73149b026ccf5 () const - valarray< size_t > + size_t size - a01484.html - gaeabfccb9dc90c70b63e73149b026ccf5 + a01568.html + ga5b1a5398fdc4ecf20576f3cae02ea8fc () const size_t size - a01484.html + a01568.html ga351ffb24ad6654f7f5f8b10731fc8c95 () const size_t start - a01484.html - gac5e75a2dd40a49ee555fc35d0eeacc1a + a01568.html + ga5f0b7200c4a68f9b939ae84060439707 () const size_t start - a01484.html - ga5f0b7200c4a68f9b939ae84060439707 + a01568.html + gac5e75a2dd40a49ee555fc35d0eeacc1a () const - size_t + valarray< size_t > stride - a01484.html - gab9ee3d00a3ef2be02ac5895894b66ee7 + a01568.html + ga8a9378455753dd979d6424bdff021820 () const - valarray< size_t > + size_t stride - a01484.html - ga8a9378455753dd979d6424bdff021820 + a01568.html + gab9ee3d00a3ef2be02ac5895894b66ee7 () const _Tp sum - a01484.html + a01568.html gabf296b8981ebb3c123b3ba99e753598f () const void swap - a01484.html + a01568.html ga6033c5c6f21fed896e5ff6a06bba62b9 (valarray< _Tp > &__v) noexcept @@ -116553,377 +124220,594 @@ numerics Numerics - a01479.html + a01562.html + bit_manip complex_numbers decimal mathsf - tr1_math_spec_func numeric_arrays random + tr1_math_spec_func optional Optional values - a01521.html - std::experimental::fundamentals_v1::_Has_addressof - std::experimental::fundamentals_v1::_Optional_base - std::experimental::fundamentals_v1::_Optional_base< _Tp, false > - std::experimental::fundamentals_v1::bad_optional_access + a01606.html std::experimental::fundamentals_v1::in_place_t - std::experimental::fundamentals_v1::nullopt_t std::experimental::fundamentals_v1::optional - - constexpr enable_if_t<!_Has_addressof< _Tp >::value, _Tp * > - __constexpr_addressof - a01521.html - gaec6098e9e49d3b1918c5de29086aeead - (_Tp &__t) - constexpr in_place_t in_place - a01521.html + a01606.html ga69b3880c858acc1b7f88478d209b2fb3 constexpr nullopt_t nullopt - a01521.html + a01606.html ga2221e221b29838a39e88d176b5859900 + par-ts + Parallelism TS + a01608.html + ts_simd + + pointer_abstractions Pointer Abstractions - a01478.html - std::default_delete - std::default_delete< _Tp[]> - std::enable_shared_from_this - std::hash< shared_ptr< _Tp > > + a01560.html std::hash< unique_ptr< _Tp, _Dp > > std::owner_less std::owner_less< shared_ptr< _Tp > > std::owner_less< void > std::owner_less< weak_ptr< _Tp > > - std::pointer_traits - std::pointer_traits< _Tp * > - std::shared_ptr - std::unique_ptr - std::unique_ptr< _Tp[], _Dp > - std::weak_ptr - - shared_ptr< _Tp > - allocate_shared - a01478.html - ga84894e14d771a93b933577b3f8f191cc - (const _Alloc &__a, _Args &&... __args) - _Del * get_deleter - a01478.html - ga6f732e9d75b33511b0d0f8f8cc1c84e3 - (const __shared_ptr< _Tp, _Lp > &__p) noexcept + a01560.html + ga5df9ac64e1aefb94a0c582d098cb23ea + (const shared_ptr< _Tp > &__p) noexcept - shared_ptr< _Tp > - make_shared - a01478.html - ga1f3ad1c876ee5b203367e06d74fe0bf2 - (_Args &&... __args) + std::basic_ostream< _Ch, _Tr > & + operator<< + a01560.html + ga948f46e1cf60590247345065d2ac5dc2 + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) - _MakeUniq< _Tp >::__single_object - make_unique - a01478.html - gab72611d8b399709730dd7be9a90edd50 - (_Args &&... __args) + void + swap + a01560.html + ga7a21cae404b3575dacc264c8b9f5becc + (weak_ptr< _Tp > &__a, weak_ptr< _Tp > &__b) noexcept - _MakeUniq< _Tp >::__array - make_unique - a01478.html - ga09f53b8490110f541d003bf411412060 - (size_t __num) + bool + operator== + a01560.html + ga5f73b8ffc4dad13c11a4cb8ec7482e46 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept - _MakeUniq< _Tp >::__invalid_type - make_unique - a01478.html - ga387ad6ac7691e01c380813a870d6483e - (_Args &&...)=delete + bool + operator== + a01560.html + ga316e9dbd26585ce7c609e451f5deaf4a + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept - std::basic_ostream< _Ch, _Tr > & - operator<< - a01478.html - ga8f7159a55b4df5308fa03b531586fb2b - (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) + bool + operator== + a01560.html + ga42221a5d5e0d9a955a46cebc752c0d0a + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept bool - atomic_is_lock_free - a01478.html - ga26f0b2f2e5e143c43b9ac86853cdb495 - (const __shared_ptr< _Tp, _Lp > *__p) + operator!= + a01560.html + ga5182b64d47385f7ae3a574b53213997a + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept bool - atomic_is_lock_free - a01478.html - ga5fe925503fa03a8132ab6ac8c3d05017 - (const shared_ptr< _Tp > *__p) + operator!= + a01560.html + gad0e9a320452cfde0ea350ddf9723dc6f + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept + + + bool + operator!= + a01560.html + ga2deceda17d7e6f46b0addd70b9934afe + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept + + + bool + operator< + a01560.html + gaae163f047174ce0377248d5dcd7f5c78 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator< + a01560.html + ga69b7fd19c1fd393debdde30ecb3779c0 + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept + + + bool + operator< + a01560.html + ga691b9096a93f77c4dbb8d2fc46077c65 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept + + + bool + operator<= + a01560.html + ga19757eb486cb6751785acea4f3362d30 + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator<= + a01560.html + ga239996e2895fe32d8a8ff7d1645919e4 + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept + + + bool + operator<= + a01560.html + ga67ceed2c8cc6b2ed29125e6e63424ce0 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept + + + bool + operator> + a01560.html + gabeaad23073d82343a805fe3748d022ea + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator> + a01560.html + ga30bea1d2b66be8bb498a1ee6a47db63d + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept + + + bool + operator> + a01560.html + gaa130b0e902f6bdc2e44f0576cc5d8a88 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept + + + bool + operator>= + a01560.html + gac69f3a4c4e856481d4fad8e2c91e485c + (const shared_ptr< _Tp > &__a, const shared_ptr< _Up > &__b) noexcept + + + bool + operator>= + a01560.html + ga6bab3e993aedacb0680a5d01daeab46c + (const shared_ptr< _Tp > &__a, nullptr_t) noexcept + + + bool + operator>= + a01560.html + gaaeb65e8b961ad00080cf44da17921517 + (nullptr_t, const shared_ptr< _Tp > &__a) noexcept + + + void + swap + a01560.html + gada83ae0d3518b7e4474eed3fa0a3fda0 + (shared_ptr< _Tp > &__a, shared_ptr< _Tp > &__b) noexcept shared_ptr< _Tp > - atomic_load_explicit - a01478.html - gac5834272ab3ee80d5263ec71c30d4e40 - (const shared_ptr< _Tp > *__p, memory_order) + static_pointer_cast + a01560.html + ga4e4b2a458e1b9a2679837a4b9f83d414 + (const shared_ptr< _Up > &__r) noexcept shared_ptr< _Tp > - atomic_load - a01478.html - gaa1f2f437e65f14cbc39dc5aa9c7787cb - (const shared_ptr< _Tp > *__p) + const_pointer_cast + a01560.html + gab7cdb6f8c93c70e68655caebae7e2198 + (const shared_ptr< _Up > &__r) noexcept - __shared_ptr< _Tp, _Lp > - atomic_load_explicit - a01478.html - gac10fed73419a9afc7442fcf685c9f4ef - (const __shared_ptr< _Tp, _Lp > *__p, memory_order) + shared_ptr< _Tp > + dynamic_pointer_cast + a01560.html + gab3058947185e30931003d7b386b21f68 + (const shared_ptr< _Up > &__r) noexcept - __shared_ptr< _Tp, _Lp > - atomic_load - a01478.html - ga068286dfd18be5a7656c478f4b23ea11 - (const __shared_ptr< _Tp, _Lp > *__p) + shared_ptr< _Tp > + reinterpret_pointer_cast + a01560.html + ga6aecef659194949ddec0dc9e2d39a682 + (const shared_ptr< _Up > &__r) noexcept - void - atomic_store_explicit - a01478.html - gac459811f24dfa61ca04dff98c59b0433 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + shared_ptr< _Tp > + allocate_shared + a01560.html + ga8dd675381de5bfb65bc3ae6a9f4b49f9 + (const _Alloc &__a, _Args &&... __args) - void - atomic_store - a01478.html - gaad7c9077082544dc2454ef66eb252cad - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + shared_ptr< _Tp > + make_shared + a01560.html + ga02d9f3dbfed806b4394ff1188e4435f5 + (_Args &&... __args) - void - atomic_store_explicit - a01478.html - ga4fb42f2c743388ba4dcf24abf0cc2701 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + bool + atomic_is_lock_free + a01560.html + gad48f07ee24c10ec43c9adccbc1f21425 + (const __shared_ptr< _Tp, _Lp > *__p) + + + shared_ptr< _Tp > + atomic_load_explicit + a01560.html + gaee057ff504ebb913d47506747bce89d2 + (const shared_ptr< _Tp > *__p, memory_order) void - atomic_store - a01478.html - gaf607a58027ea400e7688daa2832c67ef - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + atomic_store_explicit + a01560.html + ga9bcfc8cd3ba7960aa0c91ed172da4f92 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) shared_ptr< _Tp > atomic_exchange_explicit - a01478.html - ga663e97cb5020aa674934c4eda56ea7a0 + a01560.html + ga018f9a6ecc636b5056445930a290811e (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) - shared_ptr< _Tp > - atomic_exchange - a01478.html - ga0e05e0e96f4b0cfdce2e7f6143976070 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + bool + atomic_compare_exchange_strong_explicit + a01560.html + ga988aaa1b25588a382982295c2a0772a6 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) - __shared_ptr< _Tp, _Lp > - atomic_exchange_explicit - a01478.html - gac73bf6a6160e468fc776581bcecd5424 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + enable_if< __is_swappable< _Dp >::value >::type + swap + a01560.html + ga4e256ec75d288e40d33781977b277a66 + (unique_ptr< _Tp, _Dp > &__x, unique_ptr< _Tp, _Dp > &__y) noexcept - __shared_ptr< _Tp, _Lp > - atomic_exchange - a01478.html - ga419348e5a13dcd7fdccd244f6c15bd35 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + bool + operator== + a01560.html + ga09c443334b0c271e352f8688b1895990 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) bool - atomic_compare_exchange_strong_explicit - a01478.html - ga7b812df2cdd0c01f09d65168d22418c9 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + operator== + a01560.html + ga1b0af56998b0ae14b4fcea5334331e81 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept + + + bool + operator== + a01560.html + ga143faff9cb77ccb1448395826778eac8 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept bool - atomic_compare_exchange_strong - a01478.html - ga8b4c27092fe0543d16aa24679ab64f35 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + operator!= + a01560.html + gacba7ea54cfb602619044d9b4b0efc881 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) bool - atomic_compare_exchange_weak_explicit - a01478.html - ga8ddc9b0002afbe0001718de9c8ca931e - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + operator!= + a01560.html + ga473c2ad85c7bec6804b5825ac3096804 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) noexcept bool - atomic_compare_exchange_weak - a01478.html - ga6aa9828191cf7749c72581e719dde0b0 - (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + operator!= + a01560.html + ga28127970bbb5e8c3582b21f2cb291740 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) noexcept bool - atomic_compare_exchange_strong_explicit - a01478.html - ga8ac0b3f7aae34919ebc25fc54ff6b9c8 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + operator< + a01560.html + ga75deab2e0b3f075d9f6889b376c4b2e5 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator< + a01560.html + gad97d6010c2eda4dfbec983c49bb4949f + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) + + + bool + operator< + a01560.html + gadc6af7b8ae68b17408a284024edfd5fb + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) + + + bool + operator<= + a01560.html + gaf1c4e1bc25e9ecaede73cbffd1121089 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator<= + a01560.html + gaa7789747e34e05cec1af22f3d92d2834 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) + + + bool + operator<= + a01560.html + ga70d3b9c6efdd62941e53ea753419084a + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) + + + bool + operator> + a01560.html + gae1240cbe95fcecd507d9072e80be0b2f + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator> + a01560.html + gaa8a27cf599e74afce2663a2903643595 + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) + + + bool + operator> + a01560.html + ga73dd93542a019b4f646e33e2a6afd520 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) + + + bool + operator>= + a01560.html + ga1af7cb813d70c437e70b08b3445f0e08 + (const unique_ptr< _Tp, _Dp > &__x, const unique_ptr< _Up, _Ep > &__y) + + + bool + operator>= + a01560.html + gab2859d9e3acd7f7d5b939bf613ba299d + (const unique_ptr< _Tp, _Dp > &__x, nullptr_t) + + + bool + operator>= + a01560.html + gad4c5c85319f769c85c50942fa9662fe3 + (nullptr_t, const unique_ptr< _Tp, _Dp > &__x) + + + _MakeUniq< _Tp >::__single_object + make_unique + a01560.html + gafc34b2c268a3bd582a56b6939f187a31 + (_Args &&... __args) + + + _MakeUniq< _Tp >::__array + make_unique + a01560.html + ga617b81f59c3d824d490c359cea40d8ed + (size_t __num) + + + _MakeUniq< _Tp >::__invalid_type + make_unique + a01560.html + gadceb4e8c7aa64af35cbf7fd1888bfd66 + (_Args &&...)=delete + + + #define + __cpp_lib_make_unique + a01560.html + ga535c3432b51655f9828df78d38812206 + + + + + ptr_safety + Pointer Safety and Garbage Collection + a01561.html + + + pointer_safety + a01561.html + ga9fab6cf004cd3194f8b89580f6453106 + + relaxed + preferred + strict + + + void + declare_no_pointers + a01561.html + ga872debabd0ef3ea27bb7630b863d1c76 + (char *, size_t) + + + void + declare_reachable + a01561.html + ga421683e1a5b7852a9b36a3ecfb635c42 + (void *) - bool - atomic_compare_exchange_strong - a01478.html - ga7f9e658275d4a2cdbf1b6a00d02adcc7 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + pointer_safety + get_pointer_safety + a01561.html + ga5f87f54215cc4e65ba59d577194642b1 + () noexcept - bool - atomic_compare_exchange_weak_explicit - a01478.html - ga31df9efdf79235d0f8e112d245deb431 - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + void + undeclare_no_pointers + a01561.html + ga78ae0a9be22516ce79b23a8b1e57b994 + (char *, size_t) - bool - atomic_compare_exchange_weak - a01478.html - ga6860aafd01c4daf71cca0efe5193437f - (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + _Tp * + undeclare_reachable + a01561.html + ga0d8dd4bb08dfc59d85173c713b8707b3 + (_Tp *__p) random_distributions_poisson Poisson Distributions - a01542.html - std::discrete_distribution - std::exponential_distribution - std::extreme_value_distribution - std::piecewise_constant_distribution - std::piecewise_linear_distribution - std::poisson_distribution - std::weibull_distribution + a01632.html bool operator!= - a01542.html - ga16e064b3a8822c1a5b84e0b146b2a701 - (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) + a01632.html + gaf7323b91cdc741135f4099930580987b + (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) bool operator!= - a01542.html + a01632.html gadb6734dde139796b0c17ab7da2092000 (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) bool operator!= - a01542.html - ga93a5f8cbd4387728796f825a8004f3fe - (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) + a01632.html + ga7cb0e95ae2658e8fbce52e9b83969955 + (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) bool operator!= - a01542.html - ga7cb0e95ae2658e8fbce52e9b83969955 - (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) + a01632.html + ga1c4c402db457c46e730ba427efda1f5a + (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) bool operator!= - a01542.html - gaf7323b91cdc741135f4099930580987b - (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) + a01632.html + ga34f4ca07d82381cbfd41b4563b5f265e + (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) bool operator!= - a01542.html - ga1c4c402db457c46e730ba427efda1f5a - (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) + a01632.html + ga16e064b3a8822c1a5b84e0b146b2a701 + (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) bool operator!= - a01542.html - ga34f4ca07d82381cbfd41b4563b5f265e - (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) + a01632.html + ga93a5f8cbd4387728796f825a8004f3fe + (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html + a01632.html ga24847f7a1a655893e956f636db4e9f3a (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga5d78bcb5583afa9e1871301f9d6d9c68 - (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + a01632.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) std::basic_ostream< _CharT, _Traits > & operator<< - a01542.html - ga65897cd1a592c0a6c399072ec1ef7192 - (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + a01632.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html + a01632.html ga5dbbb1871bc0160e0b9cf609e222fb18 (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - gae0fa60823d48bfd5b1d7a7c0063826ba - (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + a01632.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) std::basic_istream< _CharT, _Traits > & operator>> - a01542.html - ga391e8f9fb533a5fb81f4099e9b03ff6a - (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + a01632.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) pbds Policy-Based Data Structures - a01532.html + a01622.html containers-pbds exceptions-pbds tags @@ -116932,7 +124816,7 @@ random_distributions Random Number Distributions - a01538.html + a01628.html random_distributions_bernoulli random_distributions_normal random_distributions_poisson @@ -116941,15 +124825,14 @@ random Random Number Generation - a01497.html + a01581.html random_distributions random_generators random_utilities - std::__detail _RealType generate_canonical - a01497.html + a01581.html ga2f17f21ce71bab2f3de9353f2ab02f13 (_UniformRandomNumberGenerator &__g) @@ -116957,88 +124840,81 @@ random_generators Random Number Generators - a01537.html - std::discard_block_engine - std::independent_bits_engine - std::linear_congruential_engine - std::mersenne_twister_engine - std::random_device - std::shuffle_order_engine - std::subtract_with_carry_engine + a01627.html linear_congruential_engine< uint_fast32_t, 48271UL, 0UL, 2147483647UL > minstd_rand - a01537.html + a01627.html ga06944ee85abb11c4d8332728514da20a linear_congruential_engine< uint_fast32_t, 16807UL, 0UL, 2147483647UL > minstd_rand0 - a01537.html + a01627.html ga70e14a580880f05e94a51c6e103e1cd1 mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > mt19937 - a01537.html + a01627.html ga887bdc65ea12ca4f83aa79f5bd9fce03 mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL > mt19937_64 - a01537.html + a01627.html ga9606c7ecfbdedbd7ee5d8b908f4e2275 bool operator!= - a01537.html - gafb9c9578afd0299fc357581cb848f2fd - (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) + a01627.html + ga223f7056b37b325f9d70eda843982dff + (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) bool operator!= - a01537.html - ga08598cac266ed03507603ca6d6c27ce2 - (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) + a01627.html + ga8ad332f998832aa3bbf426abf441c34a + (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) bool operator!= - a01537.html - ga58cddddd716e5fe8d9ef54732399b68f - (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) + a01627.html + gafb9c9578afd0299fc357581cb848f2fd + (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) bool operator!= - a01537.html - ga223f7056b37b325f9d70eda843982dff - (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) + a01627.html + ga08598cac266ed03507603ca6d6c27ce2 + (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) bool operator!= - a01537.html - ga8ad332f998832aa3bbf426abf441c34a - (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) + a01627.html + ga47c5a5d9835e00a60a76f4be7ea0f671 + (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) bool operator!= - a01537.html - ga47c5a5d9835e00a60a76f4be7ea0f671 - (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) + a01627.html + ga58cddddd716e5fe8d9ef54732399b68f + (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) std::basic_ostream< _CharT, _Traits > & operator<< - a01537.html + a01627.html ga1e56f8bee410b0ebf924661d35faf834 (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) @@ -117046,785 +124922,780 @@ random_utilities Random Number Utilities - a01543.html - std::seed_seq + a01633.html ratio Rational Arithmetic - a01480.html - std::ratio + a01563.html + ratio std::ratio_equal + std::ratio_greater + std::ratio_greater_equal + std::ratio_less + std::ratio_less_equal std::ratio_not_equal + typename __ratio_add< _R1, _R2 >::type + ratio_add + a01563.html + ga23d1b896676b4d0da9e5c965a846be5f + + + typename __ratio_divide< _R1, _R2 >::type ratio_divide - a01480.html + a01563.html gab89b6a439b3582240985f372bc381666 typename __ratio_multiply< _R1, _R2 >::type ratio_multiply - a01480.html + a01563.html gaa0eb766f5844bb5f3ccbeaae9b994257 + + typename __ratio_subtract< _R1, _R2 >::type + ratio_subtract + a01563.html + ga5ac081878546c2e681475dac0d0b9648 + + regex Regular Expressions - a01499.html + a01583.html regex-detail - std::regex_constants - std::basic_regex - std::match_results - std::regex_error - std::regex_iterator - std::regex_token_iterator - std::regex_traits - std::sub_match regex_token_iterator< const char * > cregex_token_iterator - a01499.html + a01583.html ga2b025ba2913cd0f7266ddbea7eb2c915 sub_match< const char * > csub_match - a01499.html + a01583.html ga29090c6f0fdf0d3241cf79e759838eeb basic_regex< char > regex - a01499.html + a01583.html ga8fceaea413a55303731b390fbd660163 regex_token_iterator< string::const_iterator > sregex_token_iterator - a01499.html + a01583.html gaa39e71a0a921a1f5b6e106613346195c sub_match< string::const_iterator > ssub_match - a01499.html + a01583.html ga1339fbccc0b05ed8cfe8c3afa83e9a4b regex_token_iterator< const wchar_t * > wcregex_token_iterator - a01499.html + a01583.html ga5b2a538a8ce2fb132701282a685e04cb sub_match< const wchar_t * > wcsub_match - a01499.html + a01583.html gaa0c750b2841582cefabadec3f0683bb9 basic_regex< wchar_t > wregex - a01499.html + a01583.html gae16f87e70ea5847b0399a396c637615f regex_token_iterator< wstring::const_iterator > wsregex_token_iterator - a01499.html + a01583.html ga45d6a7c3f216b9e231d6bfbe2f405821 sub_match< wstring::const_iterator > wssub_match - a01499.html + a01583.html ga093a1ad2914d74a3fafb7baa78a3deb6 bool operator!= - a01499.html - ga82e9b319feda06c3f9bbc8c501d7ed5c - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + a01583.html + gabaac77113d0fd8c575e3a955eff37e10 + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) bool - operator!= - a01499.html - ga26b97c6b57337790d75c65c39461d57b - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + operator== + a01583.html + gab03e70e48f17f27c9e74d12c63bc315a + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) - bool - operator!= - a01499.html - ga4c4c0391a3cd864c981a2752bbb39e87 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + void + swap + a01583.html + gadf87a2c687472379464a96ee65e6c547 + (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) - bool - operator!= - a01499.html - ga4c5fbbe825fb3b00793f87d5b0f84b37 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + void + swap + a01583.html + ga82e4c5e4d115e26e6d2e4adf552d9a90 + (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) noexcept bool - operator!= - a01499.html - gaeffd353ea0720cf2338ac2cd23511b9f - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + regex_match + a01583.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator!= - a01499.html - gafd4ac060b48dc528864dcb79b7ac47b9 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_match + a01583.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator!= - a01499.html - ga4a40078467f136b65820875414060d72 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + regex_match + a01583.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator!= - a01499.html - gabaac77113d0fd8c575e3a955eff37e10 - (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + regex_match + a01583.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator< - a01499.html - gad9079e03d834c2dfd61dfae4f73f0031 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + regex_match + a01583.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete bool - operator< - a01499.html - ga341b35e5b4af405e08d5c2abb676cf39 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_match + a01583.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator< - a01499.html - ga20182f0fe24d991ad8a8daede16933fa - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + regex_match + a01583.html + gac9bdb8370891a6588cf4f75850236e53 + (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) bool - operator< - a01499.html - ga11e1ee39f1b05e646abe2caea0565967 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + regex_search + a01583.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator< - a01499.html - ga01622c3d750044cf92cd8a1eaa89ca5b - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + regex_search + a01583.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) bool - operator< - a01499.html - ga1862d7e70ac15663db23831edbc4d06f - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_search + a01583.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator< - a01499.html - gabc00ef86c05a9226d2007dd587c196f3 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + regex_search + a01583.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) - basic_ostream< _Ch_type, _Ch_traits > & - operator<< - a01499.html - ga3e80f96ee978fcba07dec04a3d9e1f3b - (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) + bool + regex_search + a01583.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (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) bool - operator<= - a01499.html - ga6d0ebab63e2fcfb19ad69237091d4d7f - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + regex_search + a01583.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) bool - operator<= - a01499.html - ga4fd4bec06d2b472f7002ee98aea643af - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + regex_search + a01583.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete - bool - operator<= - a01499.html - gac012e10e6bb4ba58875ad515b9b9f05d - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + _Out_iter + regex_replace + a01583.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator<= - a01499.html - ga490e9054301cbb70120a6b0202cee45d - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + _Out_iter + regex_replace + a01583.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator<= - a01499.html - ga5620ce8b20ede9f7494a66af23212304 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01583.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator<= - a01499.html - ga84b53be86a6dfea454c23d5207d0864d - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01583.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) - bool - operator<= - a01499.html - gaeb2fd054122ecce964976201c05a73cc - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + basic_string< _Ch_type > + regex_replace + a01583.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01583.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) bool operator== - a01499.html - ga89f3784efc6a944b4857408f1fcf7f3b + a01583.html + gaf94221ac3abece2ce2fe2018db81faa9 (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) bool - operator== - a01499.html - ga811c7e6a67b83ef003e899c4ea93b910 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + operator!= + a01583.html + gafbf94400e893ac056dd807d1a012f426 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) bool - operator== - a01499.html - gae583f778cadadef72db1f8afaa7bc4a1 - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + operator< + a01583.html + ga1acdc287aaef9bb472c6f2f66d68fbb8 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) bool - operator== - a01499.html - ga472d58de0896c76b3d402dbf27aa75c8 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + operator<= + a01583.html + gad211e14e2e10b1c8ef8e52ae91430781 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) bool - operator== - a01499.html - gae4390d0b1712ee5334c61da6e0576d08 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + operator>= + a01583.html + gad0a688c79645cba3c091812bab60dfd8 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) bool - operator== - a01499.html - ga51b1c9a2beb5254d11c13dbc22a8e379 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + operator> + a01583.html + gad7695b2f32722c4dcb33780411720c5c + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) bool operator== - a01499.html - gaac6078c1098e92d740d6d226f1c5e3dd - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + a01583.html + ga2256d2f6a5d482b40a3f383e4c39e808 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator== - a01499.html - gab03e70e48f17f27c9e74d12c63bc315a - (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + operator!= + a01583.html + ga2521e9edb121258ef157ba704bca79b7 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator> - a01499.html - gaec6e1b27604a07cb7a1158c0a1da0810 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + operator< + a01583.html + ga8b64859e9216ff55938c47770977d8ea + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) bool operator> - a01499.html - ga61879ec22c8f941d3bc5a6f57f094779 + a01583.html + gae12d6af31efda52ce0aa4cc3c45a7678 (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator> - a01499.html - ga20e59f399d0143cf0517ed705d5f095a - (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + operator>= + a01583.html + ga346caedb3fdb36dd1d1ab106b89fe37d + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator> - a01499.html - ga5554501d29b4f818450c37cbf8e3b403 - (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + operator<= + a01583.html + gaf2979c0ffe86d75d8074852f0c7ee424 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator> - a01499.html - ga99794cccf99b31cbb9c80f20ff638cc0 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + operator== + a01583.html + ga346adeaec50b1a8b43faa603a523a0a8 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) bool - operator> - a01499.html - gaaee0b4d314905566d4d083f1f3cabfa4 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + operator!= + a01583.html + gafc2212aeafbc078b8d7d4a3cc1557ddf + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) bool - operator> - a01499.html - ga1bdb78aca267183451bbd59a262f52c9 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + operator< + a01583.html + ga7d8a5ecd236eebf5e68ae1e032b1e80d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) bool - operator>= - a01499.html - ga9ee66c57996b60af8514834ba5054af4 - (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + operator> + a01583.html + gac7c3cebd4786a15ba4253852809fea66 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) bool operator>= - a01499.html - ga81455a2af5c1721d3340fa06eaccfe06 - (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + a01583.html + gaa435f260a22e8679288c62b0420fdddb + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) bool - operator>= - a01499.html - gaa4a816fd640e88c0b2e9b0bb6cc4cb19 + operator<= + a01583.html + gad6bc604d2027cb1bc87dd17dc46e740a (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) bool - operator>= - a01499.html - ga86523db2bbd873f4bc26c42a77f443b3 + operator== + a01583.html + gaf46ab95e842c20ffcd6a68e3e5af1cbe (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator>= - a01499.html - ga1225fba40c8af2c834e8201af601829b - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + operator!= + a01583.html + ga59541964da64cfb52a8ecb1ba9108e2f + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator>= - a01499.html - ga71a6363d6cad986521d5f5a1537a1e06 - (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + operator< + a01583.html + gac974d9f3d4522f82ec69bccaa6b87abd + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) bool - operator>= - a01499.html - ga4fdb938850a723e8e447fce21fc0b7c2 - (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - - - void - swap - a01499.html - ga8cdf0d24423573721c4bdb9b2ffd8a7d - (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) + operator> + a01583.html + gac9863968383070515ce21d660f0e0879 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) - void - swap - a01499.html - ga6fe1f90a0adfa7ded7d28f737893642c - (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) + bool + operator>= + a01583.html + gafe1f119f90c56da1900b8962d38265e4 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_match - a01499.html - gaa55e272e1102f2c2d62d44bc39ca4ed3 - (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + operator<= + a01583.html + gabb8553f6eafced9bf6eff357c5113f60 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_match - a01499.html - ga56856a210c4b6150bb0b64dddcdc9578 - (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + operator== + a01583.html + ga57af017630bf32b7746c28425aa2c6fd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) bool - regex_match - a01499.html - ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb - (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + operator!= + a01583.html + ga57b985a9a726218356b9c5d614227eb7 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) bool - regex_match - a01499.html - ga23ab0d8ecb63ccfb2f2130947f977c32 - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + operator< + a01583.html + ga07c0336bd51bb661aa7c35d07519fd4f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) bool - regex_match - a01499.html - ga79853ee819b851413b45e03e066c6b7b - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + operator> + a01583.html + ga8b110b14ed08fa4d7917d08fd860879d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) bool - regex_match - a01499.html - ga975d1c6755647e1b45bddb5a6c3736bc - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + operator>= + a01583.html + ga4c8a174181cbeefd24af7113de465002 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) bool - regex_match - a01499.html - gac9bdb8370891a6588cf4f75850236e53 - (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) + operator<= + a01583.html + gaf5bf11948262da11d277fb75a1d6a1ad + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) bool - regex_search - a01499.html - gabe7986685f56116bf30c2f91d72ab9b6 - (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + operator== + a01583.html + gade11289378ec20c6d25bbee8dc148a1f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_search - a01499.html - ga66522d5eacabc953cc2e2512018b1eaf - (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + operator!= + a01583.html + gae157d3a563adc1f887e53c6509397014 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_search - a01499.html - ga1c7c948a359f622835764f0c739095d1 - (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + operator< + a01583.html + ga5f52bcf517629cff50f61e5e7b61dfb7 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_search - a01499.html - ga74001d5fb6cc2788210770519eceed7d - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + operator> + a01583.html + ga8fbcd8f7bce08d86ea76342cd368d785 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_search - a01499.html - ga295b45a2979a0b78d1f8cf3958a1a1a0 - (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) + operator>= + a01583.html + ga05da0ae8ce90311667ff07e3ab823b29 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_search - a01499.html - ga5d9b5360c3e14ab995f44a4f25a58b5e - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + operator<= + a01583.html + ga27c1ee6f10cf2b2cdab2b8a1a89f1b2d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) bool - regex_search - a01499.html - ga5b3d18a746c2b6e12058e6769214a38c - (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + operator== + a01583.html + ga4922ed170140db05909f76709e1407b2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - _Out_iter - regex_replace - a01499.html - ga92fc4fdd0f158a2779495ff609213cee - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + bool + operator!= + a01583.html + ga0fbd945e69c99ba16ee821a821557de1 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - _Out_iter - regex_replace - a01499.html - ga5e4ce407b27fd6d1d4502b6a47f48baa - (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + bool + operator< + a01583.html + gad0858500ddc8824b6dcf0bcd7a50936d + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - basic_string< _Ch_type, _St, _Sa > - regex_replace - a01499.html - ga3bcb11315d31d20f37b9c1b78e030f90 - (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + bool + operator> + a01583.html + ga73d2df2608f587c5c79029c27ada93b6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - basic_string< _Ch_type, _St, _Sa > - regex_replace - a01499.html - gab2a4f515157ae835a3b2bfddc3d5ad5e - (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + bool + operator>= + a01583.html + ga8dca1bcfa56d04fb4c003b6090aca7c6 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - basic_string< _Ch_type > - regex_replace - a01499.html - gacd17678735431a5df3f0109050c15200 - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + bool + operator<= + a01583.html + gae0b4bec0e7d0455d4a563c72a5ca100c + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) - basic_string< _Ch_type > - regex_replace - a01499.html - ga90ecc0db56fc72636b31613801f8e738 - (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01583.html + ga4d9ada4f99688bb2a30efe1bd20afa4f + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) SGIextensions SGI - a01465.html - __gnu_cxx::binary_compose - __gnu_cxx::constant_binary_fun - __gnu_cxx::constant_unary_fun - __gnu_cxx::constant_void_fun - __gnu_cxx::hash_map - __gnu_cxx::hash_multimap - __gnu_cxx::hash_multiset - __gnu_cxx::hash_set + a01544.html __gnu_cxx::project1st __gnu_cxx::project2nd - __gnu_cxx::rb_tree - __gnu_cxx::rope __gnu_cxx::select1st __gnu_cxx::select2nd - __gnu_cxx::slist - __gnu_cxx::subtractive_rng - __gnu_cxx::temporary_buffer - __gnu_cxx::unary_compose const _Tp & __median - a01465.html + a01544.html ga0b1bd4fe66e82c6d9d2257570aea3f07 (const _Tp &__a, const _Tp &__b, const _Tp &__c) const _Tp & __median - a01465.html + a01544.html gab2ccdd18aa0ed8eb2757efc6786f7481 (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp) size_t _Find_first - a01465.html + a01544.html ga6e02d58f0dc8e29529bc5bb4bda868c9 () const noexcept size_t _Find_next - a01465.html + a01544.html ga335929b2d821067e4288911e01e7e0ab (size_t __prev) const noexcept unary_compose< _Operation1, _Operation2 > compose1 - a01465.html + a01544.html ga0099fa0a5f616d3bc2ba21b81902fc5f (const _Operation1 &__fn1, const _Operation2 &__fn2) binary_compose< _Operation1, _Operation2, _Operation3 > compose2 - a01465.html + a01544.html ga3a4bcb8b957d6c73414c6a5eda0fef17 (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) constant_void_fun< _Result > constant0 - a01465.html + a01544.html gabbe0a1fe70c819c69c49791fd172bbb7 (const _Result &__val) constant_unary_fun< _Result, _Result > constant1 - a01465.html + a01544.html ga00aba91be56a04a7a200f932b507c4f2 (const _Result &__val) constant_binary_fun< _Result, _Result, _Result > constant2 - a01465.html + a01544.html gafa3404bd6e935274a6ce879dab3c8d08 (const _Result &__val) - pair< _InputIterator, _OutputIterator > + std::pair< _InputIterator, _OutputIterator > copy_n - a01465.html - ga72c21e0f95b2b3cb6ea2785ee4108b01 + a01544.html + ga840a4e79e8157c18f6e31dd87acaad96 (_InputIterator __first, _Size __count, _OutputIterator __result) void distance - a01465.html + a01544.html gade7ee057985825bd6d67e7a1a682dd89 (_InputIterator __first, _InputIterator __last, _Distance &__n) _Tp identity_element - a01465.html - gace93b3939a95d95c7f1b010457a54ff9 - (std::plus< _Tp >) + a01544.html + gaadbb1d3b3633bdf49a06904e95d5ef79 + (std::multiplies< _Tp >) _Tp identity_element - a01465.html - gaadbb1d3b3633bdf49a06904e95d5ef79 - (std::multiplies< _Tp >) + a01544.html + gace93b3939a95d95c7f1b010457a54ff9 + (std::plus< _Tp >) int lexicographical_compare_3way - a01465.html + a01544.html gadd7eb026c10d4a6929b8c61d0501bdee (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) _Tp power - a01465.html - ga52a0d4d0aad4e35cbcc82c8be1dfcebe - (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) + a01544.html + ga2a1a321e469c0cafa50d1085b27ebbc3 + (_Tp __x, _Integer __n) _Tp power - a01465.html - ga2a1a321e469c0cafa50d1085b27ebbc3 - (_Tp __x, _Integer __n) + a01544.html + ga52a0d4d0aad4e35cbcc82c8be1dfcebe + (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) _RandomAccessIterator random_sample - a01465.html + a01544.html ga5ebfe3733a0ab6455f0fc33dce0aedc1 (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) _RandomAccessIterator random_sample - a01465.html + a01544.html ga78e35bfad53c1a60a52486366d7f1f4e (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) _OutputIterator random_sample_n - a01465.html + a01544.html ga4992181b3aa066878aff43c4bfb84ae5 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) _OutputIterator random_sample_n - a01465.html + a01544.html gafa6f89a01277d183380798fae9826172 (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) - pair< _InputIter, _ForwardIter > + std::pair< _InputIter, _ForwardIter > uninitialized_copy_n - a01465.html - ga9bd3520e93f2babe15918dec409a1745 + a01544.html + ga0ab74ae1150ce374c96e7296f724c570 (_InputIter __first, _Size __count, _ForwardIter __result) bitset< _Nb > & _Unchecked_set - a01465.html + a01544.html gab46cfb783c57ffc53976ee861fae1ff4 (size_t __pos) noexcept bitset< _Nb > & _Unchecked_set - a01465.html + a01544.html gaf6e22292e9928712291bfdfc899e32fe (size_t __pos, int __val) noexcept bitset< _Nb > & _Unchecked_reset - a01465.html + a01544.html gaf6f4ee325fdf30171454f70ac153374b (size_t __pos) noexcept bitset< _Nb > & _Unchecked_flip - a01465.html + a01544.html ga3ae4b2fca495c3dc883f9e05ea618538 (size_t __pos) noexcept constexpr bool _Unchecked_test - a01465.html + a01544.html ga937a54ac511a8847838de564dbe17e39 (size_t __pos) const noexcept @@ -117832,350 +125703,356 @@ sequences Sequences - a01467.html - std::array + a01546.html std::basic_string - std::deque + std::basic_string_view std::experimental::fundamentals_v1::basic_string_view - std::forward_list - std::list - std::priority_queue - std::queue - std::stack - std::vector - std::vector< bool, _Alloc > set_algorithms - Set Operation - a01489.html + Set Operations + a01573.html - bool + constexpr bool includes - a01489.html - ga67c9386f01daa7763952b9096ab94c96 + a01573.html + ga42787512adf6d9653abbb2ce26aed9fe (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) - bool + constexpr bool includes - a01489.html - gaeffeb80fabc63883a4d5e907ca922913 + a01573.html + ga93ad6e95e1d392f83ec1ce7d20892c57 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_difference - a01489.html - ga35787a357982adc415c29c036f7aada7 + a01573.html + gaeda7f7fc958ec5102e7b71b1c3a119d8 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_difference - a01489.html - ga7cbebc70e1550ea9939c9269d7c7c289 + a01573.html + ga22ae513ec23ac080ec7249dfa853c728 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_intersection - a01489.html - gad7a7b81513c68b856c0a2699c29532d0 + a01573.html + gabb02b03b6c3e50e779be4fa4f40631d9 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_intersection - a01489.html - ga63b5280a2c5009456a51d38084ce1062 + a01573.html + ga0921b524e1d77d94a38a3fec0e4dafd2 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_symmetric_difference - a01489.html - ga3b7e12cbdb1a0d4e7691e9730e1924c5 + a01573.html + ga4cd8c968dfab17a153a97a8f45fa9155 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_symmetric_difference - a01489.html - gabd18017e018c3090eacd4509e28cc432 + a01573.html + gae7d67fcef1d12e89eb2fc8313400b095 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _OutputIterator + constexpr _OutputIterator set_union - a01489.html - ga45c2e77ca73dabf6b1ccabbecf0291a6 + a01573.html + ga5fbc5a413bc4f82af7749896bb38254a (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator set_union - a01489.html - ga3d54d31bc70a0ff4596f5171ec728906 + a01573.html + ga99155c621a1e1e77bdd2eca5759622a6 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) sorting_algorithms Sorting - a01488.html + a01572.html binary_search_algorithms heap_algorithms set_algorithms + constexpr const _Tp & + clamp + a01572.html + ga927cfd3e8df8c15df3fcec6c2af59a82 + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi) + + + constexpr const _Tp & + clamp + a01572.html + ga00e7d39a4bbac23967d87e1dbd763e1e + (const _Tp &__val, const _Tp &__lo, const _Tp &__hi, _Compare __comp) + + void inplace_merge - a01488.html + a01572.html ga5e5479e1ac5e92b0c1f77bcf762d07e9 (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last) void inplace_merge - a01488.html + a01572.html gaf6a8379ab8a648fd05d52ed0632081fa (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp) - bool + constexpr bool is_sorted - a01488.html - ga3a5337f3b4d2394123033a6c6279abbb + a01572.html + ga3a18da5fbc7d6f2b56f43156e13d02d2 (_ForwardIterator __first, _ForwardIterator __last) - bool + constexpr bool is_sorted - a01488.html - gaba6fffa1d87bd34155dcd980bbe02a53 + a01572.html + gae2dd5c04be65e5bf5419776aeac1eda2 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _ForwardIterator + constexpr _ForwardIterator is_sorted_until - a01488.html - ga76cfb20887dfce8ce554053b6b6935c9 + a01572.html + ga1373b346c799069f5c45c05993aeaf7f (_ForwardIterator __first, _ForwardIterator __last) - _ForwardIterator + constexpr _ForwardIterator is_sorted_until - a01488.html - ga07069e2148fa7ce5fc6df47a43fd8240 + a01572.html + ga1e8cc41416bcbf277d408aa81bf1f051 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - bool + constexpr bool lexicographical_compare - a01488.html - ga869d1fd6bb4929ef491edbfdbcc9f7b9 + a01572.html + ga8eff9effc89d8fd28bce9a6951b81f5d (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) - bool + constexpr bool lexicographical_compare - a01488.html - gae179ce2d015dc0908973644687dce4c6 + a01572.html + ga9cd54bcbe68e78e8751c700263ae6ef5 (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga84d30d8c4b3f2cbe8ec2055c34a578da + a01572.html + gab98f0838f871a26317aaa71211b65a9c (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & max - a01488.html - ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + a01572.html + gacd491cbbfc0452492f8fe4b7c3760b0d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator max_element - a01488.html - ga6c310c6d1db64624d3097dd06838ef9b + a01572.html + gacf8e17bbc480ed6676ec0d1a326f4a05 (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator max_element - a01488.html - gab0bc7a1a77eead2e4af61c6506230104 + a01572.html + ga672a1736a849c3f4675f4c13a3068884 (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _OutputIterator + constexpr _OutputIterator merge - a01488.html - gabb18bc670a27e539246a2eb154f60351 + a01572.html + ga0d39bebd559751b145e409dd2e41ab1d (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) - _OutputIterator + constexpr _OutputIterator merge - a01488.html - ga7f7771648d074e296d019153633efa8d + a01572.html + ga7d075968551b0f77f71052e8832a5b88 (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - gad48656de2f272a953455e1fff2532125 + a01572.html + gae9cf068dc91c8779040669efa4a8cf65 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR const _Tp & + constexpr const _Tp & min - a01488.html - ga6499dc0f7db12560643a3b79db5357f6 + a01572.html + ga7909b7a198cc9c418432b4b2b138cac1 (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator min_element - a01488.html - ga1de5df2bd9b3d6e5716e82c95ae6df2a + a01572.html + ga1bc18030e0f9d1b83be2e8f0718fe72c (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR _ForwardIterator + constexpr _ForwardIterator min_element - a01488.html - gaef494344047573854d8e2d34070fd2b4 + a01572.html + ga0c580be620f774d1b197c9db950b42ce (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga67c7bf4c4b3c5cbf251a3812e06e0308 + a01572.html + gae02c72c1390894648ba6d61ab8990db6 (const _Tp &__a, const _Tp &__b) - _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + constexpr pair< const _Tp &, const _Tp & > minmax - a01488.html - ga74c98df71fd53702699434040aacb249 + a01572.html + gad98dfb06baec2f6d60027e169853a05d (const _Tp &__a, const _Tp &__b, _Compare __comp) - _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > minmax_element - a01488.html - gabaec6cf28af83896d2253693d08d4cfe + a01572.html + gafae0b4df34a950ed0c4f9f57cd9180f6 (_ForwardIterator __first, _ForwardIterator __last) - _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + constexpr pair< _ForwardIterator, _ForwardIterator > minmax_element - a01488.html - gaa8e6bf20463e0f605a548e7d7efb099d + a01572.html + ga5aced643e81b2410a783b9795b9bde0e (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) - bool + constexpr bool next_permutation - a01488.html - ga0a84cc794bbfca40a0664edaedd05c34 + a01572.html + ga7cce728835fcad7eed2570eb759131d8 (_BidirectionalIterator __first, _BidirectionalIterator __last) - bool + constexpr bool next_permutation - a01488.html - ga84b626c10da677e22bdbbb058cc8e7da + a01572.html + ga1f1bd3ed6c1fbd4ba5f8b24fc7caf820 (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) - void + constexpr void nth_element - a01488.html - ga3a4f2ca9c1c627576aeeaa99181c8c63 + a01572.html + gad2d11e737b96371885931c3ba8e3645e (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) - void + constexpr void nth_element - a01488.html - ga6d43f0d62204409f18762c8e1bf1867b + a01572.html + ga0b77881d58e25fdfd0536dc100bfe635 (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) - void + constexpr void partial_sort - a01488.html - ga91f25d546637f075de3958a25928b687 + a01572.html + ga268b5bc10a3f5dac87c6e6e547e70f88 (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) - void + constexpr void partial_sort - a01488.html - ga6401ff7e25d2ef7a6119d894cb40eec0 + a01572.html + gaca0a8c56ac512c78bbf5ccee6de8539b (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) - _RandomAccessIterator + constexpr _RandomAccessIterator partial_sort_copy - a01488.html - ga7b262260421978833cc1b1c6b3969bb4 + a01572.html + ga071176a89f62f2c99841332f9fd9aa0f (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last) - _RandomAccessIterator + constexpr _RandomAccessIterator partial_sort_copy - a01488.html - gaf53e3f9d5e3c9cd4d36a0801d411e324 + a01572.html + ga97179dae819b2c8f96367a14d3607bc4 (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp) - bool + constexpr bool prev_permutation - a01488.html - ga0b0e35a43f5f87ea1c66363be3a34619 + a01572.html + ga8521ac56216e486d761d239b2d59085e (_BidirectionalIterator __first, _BidirectionalIterator __last) - bool + constexpr bool prev_permutation - a01488.html - ga44e9b1d39001f68fa9fcb408b25a77f0 + a01572.html + gaf1304617e63648825d90a5e186d41fbe (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) - void + constexpr void sort - a01488.html - ga4ea03048647c50ea7cbdd5da30e82755 + a01572.html + ga56b01b6148c1610ce928e662a5e97f0f (_RandomAccessIterator __first, _RandomAccessIterator __last) - void + constexpr void sort - a01488.html - gae3c0067ae83db1824367ded659a960b2 + a01572.html + gaf82f396bc6a1d4a9209e2aade9a57a39 (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) void stable_sort - a01488.html + a01572.html ga7d8bb8e52b7b0e80301dcbec17225b4a (_RandomAccessIterator __first, _RandomAccessIterator __last) void stable_sort - a01488.html + a01572.html ga3a3ce3aa8ac2297f8290939a7988596d (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) @@ -118183,165 +126060,422 @@ strings Strings - a01512.html + a01597.html std::basic_string - std::char_traits + std::basic_string_view std::experimental::fundamentals_v1::basic_string_view + std::char_traits basic_string< char > string - a01512.html + a01597.html ga32db3d9898c44d3b3a578b560f7758cc basic_string< char16_t > u16string - a01512.html + a01597.html ga957ec6dee9435a81e37f7f70e711bf09 basic_string< char32_t > u32string - a01512.html + a01597.html ga83ce9bd7fd0896013d6ef39113119bf5 basic_string< wchar_t > wstring - a01512.html + a01597.html gacc5a707e71ec50089cb9f653282f22f7 + tr1_math_spec_func + TR1 Mathematical Special Functions + a01599.html + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01599.html + ga41f206b7aaf85b07d45a66d68400a1a6 + (unsigned int __n, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01599.html + ga7cba5e4fcae2550e496bac5ce5347379 + (unsigned int __l, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type + beta + a01599.html + gabf90c74e3920ea3853f5786f90b8aa2b + (_Tpx __x, _Tpy __y) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01599.html + ga35acc5bbe07b74718e22e5e7abe52fec + (_Tp __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01599.html + ga67dca5d65386e74a0e2f17d842f0d450 + (_Tp __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01599.html + ga61ba4b9c23985c1d0ae83cf48b180231 + (_Tp __k, _Tpn __nu) + + + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01599.html + gafd178133d3ebc657708ad8174baf2a74 + (_Tpa __a, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01599.html + ga07dddd9af049c8700682f9de63f49430 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01599.html + ga9f8aeb36e3e3ee1f6e15d597a46d772b + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01599.html + ga77fcb104653b63975ae800e48fb72ed0 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01599.html + ga36bb3adce8d3308d85891700c78bea91 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01599.html + ga7d289fce6de2d3ac3abfcecf4f419396 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01599.html + gaca3de93877d9d195863279ef8e2d2b83 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01599.html + ga55963b25d9fb39d84193ca03cd6772d4 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01599.html + gac555d8d9bf9256070f2238a6a788727c + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01599.html + gaf363be9138ed0e7c26c71d34f97d0345 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01599.html + gaf320db7639ced3d53b1b86cf8f2aaa3f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01599.html + ga2fcf4c16f11f22583104dd3f0f47e8d9 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01599.html + gafbabf25c3e530e0b94b5e6a3aaab6b5a + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01599.html + gadfc115751fa7ee0a1c44d9f7028d3a01 + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01599.html + ga2bf44b5e5a3b33d518d8a49e06433ece + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01599.html + ga6281837b14f373c4b331509580f66b35 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01599.html + ga2d353e21ed716e078f26147fb603ed33 + (unsigned int __n, _Tp __x) + + + tags Tags - a01533.html + a01623.html ds_tags invalidation_tags __gnu_pbds::trivial_iterator_tag void trivial_iterator_difference_type - a01533.html + a01623.html ga3a45dab56a44f762c97eb0eaee17f6f2 + experimental + Technical Specifications + a01551.html + filesystem-ts + libfund-ts + par-ts + + threads Threads - a01481.html - std::this_thread - std::hash< thread::id > - std::thread + a01564.html chrono Time - a01472.html - std::chrono + a01553.html + chrono + std::common_type< chrono::duration< _Rep1, _Period1 >, chrono::duration< _Rep2, _Period2 > > + std::common_type< chrono::time_point< _Clock, _Duration1 >, chrono::time_point< _Clock, _Duration2 > > + std::chrono::treat_as_floating_point + + system_clock + high_resolution_clock + a01553.html + gab70b8aea9f615520e4143e918de990e1 + + + + duration< int64_t, ratio< 3600 > > + hours + a01553.html + ga69734a8fb02e0e6d1f29a781785a9299 + + + + duration< int64_t, micro > + microseconds + a01553.html + gaf37bbae9d9ccbf67115a71a8952faf24 + + + + duration< int64_t, milli > + milliseconds + a01553.html + ga2cf179075148cb112059568a2a379f9c + + + + duration< int64_t, ratio< 60 > > + minutes + a01553.html + gaa87d66cfbb7f3c85c493cd11d57ddf5a + + + + duration< int64_t, nano > + nanoseconds + a01553.html + gac7d6addefa059d7c954c928e55fe1b25 + + + + duration< int64_t > + seconds + a01553.html + gaf8103c904bcc1ba7b14580e8bcd78e44 + + + + constexpr __enable_if_is_duration< _ToDur > + duration_cast + a01553.html + ga5143d479bd882a4ff638451dc57e49ed + (const duration< _Rep, _Period > &__d) + + + constexpr enable_if< __is_duration< _ToDur >::value, time_point< _Clock, _ToDur > >::type + time_point_cast + a01553.html + ga313d932abb364aa9f2e206ad2542740a + (const time_point< _Clock, _Dur > &__t) + + + constexpr common_type< duration< _Rep1, _Period1 >, duration< _Rep2, _Period2 > >::type + operator+ + a01553.html + gaacf6239712e35dc90de5030254ae9869 + (const duration< _Rep1, _Period1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) + + + constexpr common_type< duration< _Rep1, _Period1 >, duration< _Rep2, _Period2 > >::type + operator- + a01553.html + ga650ac6341bf000e7e311e3bacd609e9d + (const duration< _Rep1, _Period1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) + + + constexpr duration< __common_rep_t< _Rep1, _Rep2 >, _Period > + operator* + a01553.html + gad994c6c7581a6b3e953ab8f918b0ecc8 + (const duration< _Rep1, _Period > &__d, const _Rep2 &__s) + + + constexpr duration< __common_rep_t< _Rep2, _Rep1 >, _Period > + operator* + a01553.html + ga175b1718f907c940b0d8947e34ab9201 + (const _Rep1 &__s, const duration< _Rep2, _Period > &__d) + + + constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > + operator+ + a01553.html + ga8e92086bb5be129b27ab0998c8a9b4b3 + (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) + + + constexpr time_point< _Clock, typename common_type< duration< _Rep1, _Period1 >, _Dur2 >::type > + operator+ + a01553.html + gab2257f086e094eff97843ca64c7d1698 + (const duration< _Rep1, _Period1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) + + + constexpr time_point< _Clock, typename common_type< _Dur1, duration< _Rep2, _Period2 > >::type > + operator- + a01553.html + ga46163a85ea4c45f6d0b99f9aabbbd852 + (const time_point< _Clock, _Dur1 > &__lhs, const duration< _Rep2, _Period2 > &__rhs) + + + constexpr common_type< _Dur1, _Dur2 >::type + operator- + a01553.html + gac96de4769f7f8e83c4f3a607663c2bd1 + (const time_point< _Clock, _Dur1 > &__lhs, const time_point< _Clock, _Dur2 > &__rhs) + traits Traits - a01536.html - __gnu_pbds::container_traits + a01626.html __gnu_pbds::container_traits_base - __gnu_pbds::container_traits_base< binary_heap_tag > - __gnu_pbds::container_traits_base< binomial_heap_tag > - __gnu_pbds::container_traits_base< cc_hash_tag > - __gnu_pbds::container_traits_base< gp_hash_tag > - __gnu_pbds::container_traits_base< list_update_tag > - __gnu_pbds::container_traits_base< ov_tree_tag > - __gnu_pbds::container_traits_base< pairing_heap_tag > - __gnu_pbds::container_traits_base< pat_trie_tag > - __gnu_pbds::container_traits_base< rb_tree_tag > - __gnu_pbds::container_traits_base< rc_binomial_heap_tag > - __gnu_pbds::container_traits_base< splay_tree_tag > - __gnu_pbds::container_traits_base< thin_heap_tag > - __gnu_pbds::detail::bin_search_tree_traits - __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > - __gnu_pbds::detail::no_throw_copies - __gnu_pbds::detail::no_throw_copies< Key, null_type > + __gnu_pbds::detail::maybe_null_type + __gnu_pbds::null_node_update + __gnu_pbds::null_type __gnu_pbds::detail::stored_data - __gnu_pbds::detail::stored_data< _Tv, null_type > - __gnu_pbds::detail::stored_hash - __gnu_pbds::detail::stored_value + __gnu_pbds::detail::stored_data< _Tv, _Th, false > __gnu_pbds::detail::tree_metadata_helper - __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > - __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > - __gnu_pbds::detail::tree_node_metadata_dispatch - __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > - __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > __gnu_pbds::detail::trie_metadata_helper - __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > - __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > - __gnu_pbds::detail::trie_node_metadata_dispatch - __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > - __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > - __gnu_pbds::detail::type_base - __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > - __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, true > - __gnu_pbds::detail::type_base< Key, null_type, _Alloc, false > - __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true > - __gnu_pbds::detail::type_dispatch - __gnu_pbds::detail::types_traits - __gnu_pbds::null_node_update - __gnu_pbds::null_type any Type-safe container of any type - a01518.html - std::experimental::fundamentals_v1::any - std::experimental::fundamentals_v1::bad_any_cast + a01604.html _ValueType any_cast - a01518.html + a01604.html ga3804b3e41a5ff0dae8d32c2cf453995f (const any &__any) void swap - a01518.html + a01604.html ga8007443c4b8291e332ef93b1875440b9 (any &__x, any &__y) noexcept _ValueType any_cast - a01518.html + a01604.html ga07b480a27e1afe811ba7f9a00b872b02 (any &__any) _ValueType any_cast - a01518.html + a01604.html ga1caa36240a2b94c244dbe57273c0be2d (any &&__any) const _ValueType * any_cast - a01518.html + a01604.html gad86d82adff5b2c8d613f2f248729aa02 (const any *__any) noexcept _ValueType * any_cast - a01518.html + a01604.html ga30e7b55472db9e7d44060e5db2c2f255 (any *__any) noexcept @@ -118349,47 +126483,46 @@ random_distributions_uniform Uniform Distributions - a01539.html - std::uniform_real_distribution + a01629.html bool operator!= - a01539.html + a01629.html gaca2a091ac2ef5b09deba9d1d185b16ad (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) bool operator!= - a01539.html + a01629.html gae4180334ebfbfbbae6f1f9901819a52e (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html ga268e36f52e1a1ba938eeaa95509796ca (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) std::basic_ostream< _CharT, _Traits > & operator<< - a01539.html + a01629.html gad31a64335591da810bc4719b847783ec (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gab49649ed7cc5cb819ce52620f227b1a7 (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) std::basic_istream< _CharT, _Traits > & operator>> - a01539.html + a01629.html gafb5c87acd910ec70edaedef33cf32aee (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) @@ -118397,236 +126530,320 @@ unordered_associative_containers Unordered Associative - a01469.html + a01548.html hashtable-detail - std::unordered_map - std::unordered_multimap - std::unordered_multiset - std::unordered_set utilities Utilities - a01483.html + a01567.html functors memory metaprogramming ratio chrono std::_Tuple_impl - std::_Tuple_impl< _Idx, _Head, _Tail... > - std::bitset - std::pair - std::piecewise_construct_t + std::optional std::tuple - std::tuple< _T1, _T2 > - std::tuple_element< 0, tuple< _Head, _Tail... > > std::tuple_element< __i, tuple< _Head, _Tail... > > - std::tuple_element< __i, tuple<> > std::tuple_size< tuple< _Elements... > > - std::type_index std::uses_allocator< tuple< _Types... >, _Alloc > + constexpr + pair + a01567.html + gac5d5f47f3412ec267d9eaa6c56a23f74 + (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >) + + constexpr _Tp * __addressof - a01483.html + a01567.html ga1954d5552e24586051011312041033f6 (_Tp &__r) noexcept constexpr __invoke_result< _Callable, _Args... >::type __invoke - a01483.html + a01567.html ga5f5136396a5ab3c02543bb01d4364f40 (_Callable &&__fn, _Args &&... __args) noexcept(__is_nothrow_invocable< _Callable, _Args... >::value) - _GLIBCXX17_CONSTEXPR _Tp * + constexpr _Tp * addressof - a01483.html - gafffcfc895d2cfa7c934ec045e884faec + a01567.html + gafa16df20cb107db9b4e3742de7e4f1f6 (_Tp &__r) noexcept - constexpr _Tp && - forward - a01483.html - gacb5baec338e12b99cb6bddea7506c7c6 - (typename std::remove_reference< _Tp >::type &__t) noexcept + _ValueType + any_cast + a01567.html + ga6e83eddd6e91ec64cbb9b149198d7cde + (const any &__any) + + + auto + declval + a01567.html + ga2b4e53aac9e7c7024ad03eaf21c57471 + () noexcept -> decltype(__declval< _Tp >(0)) constexpr _Tp && forward - a01483.html + a01567.html gade8e8737b971a056c0ebba2de0295467 (typename std::remove_reference< _Tp >::type &&__t) noexcept - constexpr __tuple_element_t< __i, tuple< _Elements... > > & - get - a01483.html - ga7f7d7109f98b031678c904fdd2a3613c - (tuple< _Elements... > &__t) noexcept + constexpr _Tp && + forward + a01567.html + gacb5baec338e12b99cb6bddea7506c7c6 + (typename std::remove_reference< _Tp >::type &__t) noexcept + + + constexpr tuple< _Elements &&... > + forward_as_tuple + a01567.html + gabb17aea09199e2c250d78b7657837144 + (_Elements &&... __args) noexcept + + + constexpr const __tuple_element_t< __i, tuple< _Elements... > > && + get + a01567.html + ga806a6004413f8b57ac2a1540711e2843 + (const tuple< _Elements... > &&__t) noexcept constexpr const __tuple_element_t< __i, tuple< _Elements... > > & get - a01483.html + a01567.html ga0387c70ab722f736a4ba52998469f1b3 (const tuple< _Elements... > &__t) noexcept + constexpr const _Tp && + get + a01567.html + gabf19639570c7f6a7025361d7f2d41ed7 + (const tuple< _Types... > &&__t) noexcept + + + constexpr const _Tp & + get + a01567.html + gadaa769abd0441f45a1c3968555cd9a21 + (const tuple< _Types... > &__t) noexcept + + constexpr __tuple_element_t< __i, tuple< _Elements... > > && get - a01483.html + a01567.html ga2403a27abb7055649be4b8176a87944f (tuple< _Elements... > &&__t) noexcept - constexpr _Tp & + constexpr __tuple_element_t< __i, tuple< _Elements... > > & get - a01483.html - ga1a04510341e660eac4f8f6b062e935dc - (tuple< _Types... > &__t) noexcept + a01567.html + ga7f7d7109f98b031678c904fdd2a3613c + (tuple< _Elements... > &__t) noexcept constexpr _Tp && get - a01483.html + a01567.html ga3f34a08fe13bed7a1d605c7ca6647ecc (tuple< _Types... > &&__t) noexcept - constexpr const _Tp & + constexpr _Tp & get - a01483.html - gadaa769abd0441f45a1c3968555cd9a21 - (const tuple< _Types... > &__t) noexcept + a01567.html + ga1a04510341e660eac4f8f6b062e935dc + (tuple< _Types... > &__t) noexcept + + + any + make_any + a01567.html + gadf724998344c555cefd77b9d25923c80 + (_Args &&... __args) + + + any + make_any + a01567.html + gac40046e75ee2ceb34a5ae9864d4afb5d + (initializer_list< _Up > __il, _Args &&... __args) constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > make_pair - a01483.html - ga0409e288f07b697cb6885d1002df0bd6 + a01567.html + gab30b7d8f6b1ff205a13ea94134d7c057 (_T1 &&__x, _T2 &&__y) constexpr std::remove_reference< _Tp >::type && move - a01483.html + a01567.html ga9f81219bfbfaac50d44f79095a639620 (_Tp &&__t) noexcept constexpr conditional< __move_if_noexcept_cond< _Tp >::value, const _Tp &, _Tp && >::type move_if_noexcept - a01483.html + a01567.html gad065507b1d170a56e1ee2c77251554a3 (_Tp &__x) noexcept + constexpr enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type + swap + a01567.html + gac2ab8a3c4d4e47b3872ee056b6790df1 + (_Tp &__a, _Tp &__b) noexcept(/*conditional */) is_nothrow_move_assignable< _Tp >> + + + constexpr enable_if< __is_swappable< _Tp >::value >::type + swap + a01567.html + ga8ca49a3a23ce1e9c3748d0322b7e13ba + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(/*conditional */) + + + void + swap + a01567.html + gaebbf406d50339769df028d9580195629 + (any &__x, any &__y) noexcept + + + constexpr enable_if< __and_< __is_swappable< _Elements >... >::value >::type + swap + a01567.html + ga119984241e510c8dcc5cb9205a3cd18c + (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) + + + constexpr tuple< _Elements &... > + tie + a01567.html + ga2445a380e4367c31c737e4a1f1855950 + (_Elements &... __args) noexcept + + + constexpr auto + tuple_cat + a01567.html + ga23a2e3e40fefd39ffe278df7ebbd52a0 + (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type + + + constexpr nullopt_t + nullopt + a01567.html + gae44c84da6840ea5335e941bd9e46d4e8 + + + + constexpr piecewise_construct_t + piecewise_construct + a01567.html + ga9251cc200339814c062d2bda48994255 + + + + _ValueType + any_cast + a01567.html + ga5ac85cbd78cd9b50b8842a33b81051bc + (any &__any) + + + _ValueType + any_cast + a01567.html + gaded858f23cae675470bb0ee46b7b5da1 + (any &&__any) + + + const _ValueType * + any_cast + a01567.html + ga8da832799bf600cb2365940cafd806a2 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01567.html + ga845f26bb6011f7037adbeaa66582ba8c + (any *__any) noexcept + + constexpr bool - operator!= - a01483.html - ga226dae1d9406b9c3804f20d31c15e21a + operator== + a01567.html + ga54fd77888221f80e2a6ac18add95c0dd (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) constexpr bool operator< - a01483.html - ga69e152dbea8e3ca77b307634084fb164 + a01567.html + ga21cff2aa04d1669352c47af50830a21b (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) constexpr bool - operator<= - a01483.html - ga9e2bd7d69af9d03b7df4858595a3202e + operator!= + a01567.html + ga379dda621c78edf1360e2c8198e134c5 (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) constexpr bool - operator== - a01483.html - ga5559f33b5ba6dbf83e961888d324dd40 + operator> + a01567.html + ga221e86114d55f8ce14d1c500960491f4 (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) constexpr bool - operator> - a01483.html - ga00de6fe7684f71fc08bad81b4bc65c52 + operator<= + a01567.html + gad332e9693ea4bd564c7b6b36464bf6b0 (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) constexpr bool operator>= - a01483.html - ga4abfa75dbeb7ee6922ab97aaaba57d47 + a01567.html + ga554533244f12ed866a993a626da9cb42 (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) - enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type - swap - a01483.html - ga64d02d56df0a1870d63069c3562f3a29 - (_Tp &__a, _Tp &__b) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) - - - enable_if< __is_swappable< _Tp >::value >::type - swap - a01483.html - ga76e7ee159249bb3516885c6aa33ceb76 - (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) - - - enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + constexpr enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type swap - a01483.html - ga9d75305041fc556b922d4b3bd2667742 + a01567.html + ga8b62fb0dd972dbc36deb1e01b1f6e252 (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) - - enable_if< __and_< __is_swappable< _Elements >... >::value >::type - swap - a01483.html - ga77f74f34f378f6d6b5b987ab9a684c2d - (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) - - - constexpr tuple< _Elements &... > - tie - a01483.html - ga2445a380e4367c31c737e4a1f1855950 - (_Elements &... __args) noexcept - - - constexpr auto - tuple_cat - a01483.html - ga23a2e3e40fefd39ffe278df7ebbd52a0 - (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type - - - _GLIBCXX17_INLINE constexpr piecewise_construct_t - piecewise_construct - a01483.html - ga4be4b722e942cd646f19614bcff7a328 - - - - index - Mathematical Special Functions - index - intro - contents - general - promotion - NaN - impl - testing - bibliography + + lfts_variable_templates + Variable template for type traits + a01610.html + + + variable_templates + Variable templates for type traits. + a01566.html diff -Nru mm-common-1.0.3/.gitignore mm-common-1.0.4/.gitignore --- mm-common-1.0.3/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ mm-common-1.0.4/.gitignore 2022-02-11 14:09:51.000000000 +0000 @@ -0,0 +1,20 @@ +/INSTALL +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache/ +/config.log +/config.status +/configure +/install-sh +/missing +/mm-common-*.tar.* +/skeletonmm.tar.gz +/doctags/libstdc++.tag +/doctags/mm-common*.pc +/macros/mm-common.m4 +/util/mm-common-get +/util/mm-common-get.1 +/util/mm-common-prepare +/util/mm-common-prepare.1 +/util/mm-common*.pc diff -Nru mm-common-1.0.3/Makefile.am mm-common-1.0.4/Makefile.am --- mm-common-1.0.3/Makefile.am 2021-05-20 08:57:07.005229500 +0000 +++ mm-common-1.0.4/Makefile.am 2022-02-11 14:09:51.000000000 +0000 @@ -57,7 +57,9 @@ doctooldir = $(pkgdatadir)/doctool dist_doctool_DATA = \ util/doc-install.pl \ + util/doc_install.py \ util/doc-postprocess.pl \ + util/doc_postprocess.py \ util/doxygen.css \ util/doxygen-extra.css \ util/tagfile-to-devhelp2.xsl diff -Nru mm-common-1.0.3/meson.build mm-common-1.0.4/meson.build --- mm-common-1.0.3/meson.build 2021-05-20 08:57:07.009229700 +0000 +++ mm-common-1.0.4/meson.build 2022-02-11 14:09:51.000000000 +0000 @@ -1,12 +1,13 @@ # This file is part of mm-common. project('mm-common', - version: '1.0.3', - meson_version: '>= 0.54.0', # required for meson.override_dependency() - license: 'GPLv2+' + version: '1.0.4', + license: 'GPLv2+', + meson_version: '>= 0.55.0', # required for meson.add_dist_script(python3, ...) + # and meson.add_install_script(python3, ...) ) -python3 = import('python').find_installation('python3') +python3 = import('python').find_installation() python_version = python3.language_version() python_version_req = '>= 3.5' if not python_version.version_compare(python_version_req) @@ -113,8 +114,7 @@ if find_program('aclocal', required: false).found() meson.add_install_script( - python3.path(), - script_dir / 'extra-install-cmd.py', + python3, script_dir / 'extra-install-cmd.py', install_prefix / install_aclocal_macrodir ) endif @@ -126,7 +126,9 @@ # into projects at Meson setup or configure time. doctool_basefiles = [ 'doc-install.pl', + 'doc_install.py', 'doc-postprocess.pl', + 'doc_postprocess.py', 'doxygen.css', 'doxygen-extra.css', 'tagfile-to-devhelp2.xsl', @@ -251,7 +253,10 @@ # Create tar archive of skeletonmm for installation. skeletonmm_tarball_script = script_dir / 'skeletonmm-tarball.py' -tarball_filetype = run_command(python3, skeletonmm_tarball_script, 'check') +tarball_filetype = run_command(python3, + skeletonmm_tarball_script, 'check', + check: true, +) tarball_filename = 'skeletonmm' + tarball_filetype.stdout() custom_target(tarball_filename, input: skeletonmm_files, @@ -275,10 +280,10 @@ if get_option('use-network') curl = find_program('curl', required: false) if curl.found() - download_cmd = curl.path() + download_cmd = curl.full_path() else wget = find_program('wget', required: true) - download_cmd = wget.path() + download_cmd = wget.full_path() endif endif @@ -302,8 +307,7 @@ # Modify the contents of the distribution directory. # (not allowed in a subproject if meson.version() < 0.58.0) meson.add_dist_script( - python3.path(), - script_dir / 'extra-dist-cmd.py', + python3, script_dir / 'extra-dist-cmd.py', project_source_root, project_build_root, ) @@ -326,7 +330,10 @@ import os import sys os.chmod(sys.argv[1], 0o755)''' - run_command(python3, '-c', cmd_py, project_build_root / 'mm-common-get2') + run_command(python3, '-c', cmd_py, + project_build_root / 'mm-common-get2', + check: true, + ) # A main project that looks for mm-common-get shall find mm_common_get2. meson.override_find_program('mm-common-get', mm_common_get2) @@ -337,11 +344,13 @@ project_source_root / 'util' / 'build_scripts', project_build_root / meson.project_name() / 'build', meson_build_support_basefiles, + check: true, ) run_command(python3, script_dir / 'copy-files.py', project_source_root / 'util', project_build_root / meson.project_name() / 'doctool', doctool_basefiles, + check: true, ) mm_common_libstdc_dep = declare_dependency( diff -Nru mm-common-1.0.3/NEWS mm-common-1.0.4/NEWS --- mm-common-1.0.3/NEWS 2021-05-20 08:57:07.005229500 +0000 +++ mm-common-1.0.4/NEWS 2022-02-11 14:09:51.000000000 +0000 @@ -1,3 +1,16 @@ +mm-common 1.0.4 (2022-02-11) + +* Add util/doc_postprocess.py and util/doc_install.py. + Generating documentation in modules that use mm-common + does not require Perl in Meson builds. + (Kjell Ahlstedt) + +Meson build and skeletonmm: +* Specify 'check' option in run_command(). + The default value will change in future Meson releases. + (Kjell Ahlstedt) + + mm-common 1.0.3 (2021-05-20) Meson build: diff -Nru mm-common-1.0.3/README mm-common-1.0.4/README --- mm-common-1.0.3/README 2021-05-20 08:57:07.005229500 +0000 +++ mm-common-1.0.4/README 2022-02-11 14:09:51.000000000 +0000 @@ -80,30 +80,33 @@ invoked with run_command() early in a meson.build file. The meson.build file should contain code similar to - python = import('python').find_installation('python3') + python3 = import('python').find_installation() cmd_py = ''' import os import sys - sys.exit(0 if os.path.isdir("@0@") else 1) + sys.exit(os.path.isdir("@0@") or os.path.isfile("@0@")) '''.format(project_source_root / '.git') - is_git_build = run_command(python, '-c', cmd_py).returncode() == 0 + is_git_build = run_command(python3, '-c', cmd_py, check: false).returncode() != 0 maintainer_mode_opt = get_option('maintainer-mode') maintainer_mode = maintainer_mode_opt == 'true' or \ (maintainer_mode_opt == 'if-git-build' and is_git_build) - mm_common_get = find_program('mm-common-get', required: maintainer_mode) - - if maintainer_mode and mm_common_get.found() + mm_common_get = find_program('mm-common-get', required: false) + if maintainer_mode and not mm_common_get.found() + message('Maintainer mode requires the \'mm-common-get\' command. If it is not found,\n' + + 'install the \'mm-common\' package, version 1.0.0 or higher.') + # If meson --wrap-mode != forcefallback, Meson falls back to the mm-common + # subproject only if mm-common-get is required. + mm_common_get = find_program('mm-common-get', required: true) + endif + if maintainer_mode # Copy files to untracked/build_scripts and untracked/docs. run_command(mm_common_get, '--force', project_source_root / 'untracked' / 'build_scripts', - project_source_root / 'untracked' / 'docs') + project_source_root / 'untracked' / 'docs', + check: true, + ) endif -In a Unix-like system the first few lines can be replaced with - - is_git_build = run_command('test', '-d', project_source_root/'.git').returncode() == 0 - - Autoconf M4 macros (Autotools) ------------------------------ @@ -242,6 +245,7 @@ Otherwise the files installed with mm-common will be used automatically. util/doc-postprocess.pl: +util/doc_postprocess.py: A simple script to post-process the HTML files generated by Doxygen. It replaces various code constructs that do not match the coding style used throughout the C++ bindings. For instance, it rewrites function @@ -249,6 +253,7 @@ instead of the name of the argument. util/doc-install.pl: +util/doc_install.py: A replacement for the installdox script generated by Doxygen. Its purpose is to translate references to external documentation at the time the documentation is installed. This step is necessary because diff -Nru mm-common-1.0.3/skeletonmm/doc/reference/meson.build mm-common-1.0.4/skeletonmm/doc/reference/meson.build --- mm-common-1.0.3/skeletonmm/doc/reference/meson.build 2021-05-20 08:57:07.009229700 +0000 +++ mm-common-1.0.4/skeletonmm/doc/reference/meson.build 2022-02-11 14:09:51.000000000 +0000 @@ -144,7 +144,7 @@ # Install Devhelp file and html files. meson.add_install_script( - python3.path(), doc_reference, 'install_doc', + python3, doc_reference, 'install_doc', doctool_dir, devhelp_file.full_path(), install_devhelpdir, @@ -155,7 +155,7 @@ if can_add_dist_script # Distribute built files and files copied by mm-common-prepare. meson.add_dist_script( - python3.path(), doc_reference, 'dist_doc', + python3, doc_reference, 'dist_doc', doctool_dir, doctool_dist_dir, meson.current_build_dir(), diff -Nru mm-common-1.0.3/skeletonmm/examples/meson.build mm-common-1.0.4/skeletonmm/examples/meson.build --- mm-common-1.0.3/skeletonmm/examples/meson.build 2021-05-20 08:57:07.009229700 +0000 +++ mm-common-1.0.4/skeletonmm/examples/meson.build 2022-02-11 14:09:51.000000000 +0000 @@ -29,7 +29,7 @@ exe_file = executable(ex_name, ex_sources, resources, dependencies: skeletonmm_own_dep, implicit_include_directories: false, - gui_app: true, + win_subsystem: 'windows', build_by_default: build_examples ) endforeach diff -Nru mm-common-1.0.3/skeletonmm/meson.build mm-common-1.0.4/skeletonmm/meson.build --- mm-common-1.0.3/skeletonmm/meson.build 2021-05-20 08:57:07.009229700 +0000 +++ mm-common-1.0.4/skeletonmm/meson.build 2022-02-11 14:09:51.000000000 +0000 @@ -6,8 +6,7 @@ default_options: [ 'cpp_std=c++17' ], - meson_version: '>= 0.54.0', # required for meson.override_dependency() - # and dep.get_variable(internal:) + meson_version: '>= 0.56.0', # required for executable(..., win_subsystem: ...) ) skeletonmm_api_version = '1.0' @@ -42,7 +41,7 @@ project_source_root = meson.current_source_dir() project_build_root = meson.current_build_dir() -python3 = import('python').find_installation('python3') +python3 = import('python').find_installation() python_version = python3.language_version() python_version_req = '>= 3.5' if not python_version.version_compare(python_version_req) @@ -56,7 +55,7 @@ import sys sys.exit(os.path.isdir("@0@") or os.path.isfile("@0@")) '''.format(project_source_root / '.git') -is_git_build = run_command(python3, '-c', cmd_py).returncode() != 0 +is_git_build = run_command(python3, '-c', cmd_py, check: false).returncode() != 0 # Are we testing a dist tarball while it's being built? is_dist_check = project_source_root.contains('dist-unpack') and \ @@ -114,7 +113,6 @@ mm_common_get = find_program('mm-common-get', required: true) endif m4 = find_program('m4', required: maintainer_mode) # Used by gmmproc (in glibmm) -perl = find_program('perl', required: maintainer_mode or build_documentation) doxygen = find_program('doxygen', required: build_documentation) dot = find_program('dot', required: build_documentation) # Used by Doxygen xsltproc = find_program('xsltproc', required: build_documentation) @@ -133,19 +131,36 @@ if maintainer_mode # Copy files to untracked/build_scripts and untracked/doc. run_command(mm_common_get, '--force', script_dir, - project_source_root / 'untracked' / 'doc') + project_source_root / 'untracked' / 'doc', + check: true, + ) else cmd_py = ''' import os import sys sys.exit(os.path.isfile("@0@")) '''.format(generate_binding) - file_exists = run_command(python3, '-c', cmd_py).returncode() != 0 + file_exists = run_command(python3, '-c', cmd_py, check: false).returncode() != 0 if not file_exists error('Missing files in untracked/. You must enable maintainer-mode.') endif endif +# Check if perl is required and available. +doc_perl_prop = run_command( + python3, doc_reference, 'get_script_property', + '', # MMDOCTOOLDIR is not used + 'requires_perl', + check: false, +) +doc_requires_perl = true +if doc_perl_prop.returncode() == 0 and doc_perl_prop.stdout() == 'false' + doc_requires_perl = false +endif + +perl = find_program('perl', required: maintainer_mode or \ + (build_documentation and doc_requires_perl)) + cpp_compiler = meson.get_compiler('cpp') # Set compiler warnings. @@ -178,13 +193,13 @@ if can_add_dist_script # Add a ChangeLog file to the distribution directory. meson.add_dist_script( - python3.path(), dist_changelog, + python3, dist_changelog, project_source_root, ) # Add build scripts to the distribution directory, and delete .gitignore # files and an empty $MESON_PROJECT_DIST_ROOT/build/ directory. meson.add_dist_script( - python3.path(), dist_build_scripts, + python3, dist_build_scripts, project_source_root, 'untracked' / 'build_scripts', ) diff -Nru mm-common-1.0.3/skeletonmm/skeleton/skeletonmm/meson.build mm-common-1.0.4/skeletonmm/skeleton/skeletonmm/meson.build --- mm-common-1.0.3/skeletonmm/skeleton/skeletonmm/meson.build 2021-05-20 08:57:07.009229700 +0000 +++ mm-common-1.0.4/skeletonmm/skeleton/skeletonmm/meson.build 2022-02-11 14:09:51.000000000 +0000 @@ -129,6 +129,7 @@ meson.current_build_dir(), src_untracked_skeletonmm, hg_ccg_basenames, + check: true, ) built_cc_files = [ rel_untracked_skeletonmm / 'wrap_init.cc' ] @@ -153,7 +154,7 @@ # Install built .h and _p.h files. meson.add_install_script( - python3.path(), generate_binding, 'install_built_h_files', + python3, generate_binding, 'install_built_h_files', built_h_cc_dir, install_includedir / skeletonmm_pcname / 'skeletonmm', # subdir below {prefix} hg_ccg_basenames @@ -162,7 +163,7 @@ if can_add_dist_script # Distribute built files. meson.add_dist_script( - python3.path(), generate_binding, 'dist_built_files', + python3, generate_binding, 'dist_built_files', built_h_cc_dir, untracked_skeletonmm, hg_ccg_basenames, diff -Nru mm-common-1.0.3/skeletonmm/tests/meson.build mm-common-1.0.4/skeletonmm/tests/meson.build --- mm-common-1.0.3/skeletonmm/tests/meson.build 2021-05-20 08:57:07.013229600 +0000 +++ mm-common-1.0.4/skeletonmm/tests/meson.build 2022-02-11 14:09:51.000000000 +0000 @@ -30,7 +30,6 @@ exe_file = executable(ex_name, ex_sources, resources, dependencies: skeletonmm_own_dep, implicit_include_directories: false, - gui_app: false, build_by_default: true ) diff -Nru mm-common-1.0.3/skeletonmm/untracked/README mm-common-1.0.4/skeletonmm/untracked/README --- mm-common-1.0.3/skeletonmm/untracked/README 2021-05-20 08:57:07.013229600 +0000 +++ mm-common-1.0.4/skeletonmm/untracked/README 2022-02-11 14:09:51.000000000 +0000 @@ -15,8 +15,8 @@ 1. Files copied by mm-common-get -------------------------------- -untracked/doc/doc-install.pl - doc-postprocess.pl +untracked/doc/doc_install.py + doc_postprocess.py doxygen-extra.css tagfile-to-devhelp2.xsl untracked/build_scripts/check-dllexport-usage.py diff -Nru mm-common-1.0.3/util/build_scripts/dist-changelog.py mm-common-1.0.4/util/build_scripts/dist-changelog.py --- mm-common-1.0.3/util/build_scripts/dist-changelog.py 2021-05-20 08:57:07.013229600 +0000 +++ mm-common-1.0.4/util/build_scripts/dist-changelog.py 2022-02-11 14:09:51.000000000 +0000 @@ -22,5 +22,6 @@ ] # MESON_PROJECT_DIST_ROOT is set only if meson.version() >= 0.58.0. project_dist_root = os.getenv('MESON_PROJECT_DIST_ROOT', os.getenv('MESON_DIST_ROOT')) -with open(os.path.join(project_dist_root, 'ChangeLog'), mode='w') as logfile: +logfilename = os.path.join(project_dist_root, 'ChangeLog') +with open(logfilename, mode='w', encoding='utf-8') as logfile: sys.exit(subprocess.run(cmd, stdout=logfile).returncode) diff -Nru mm-common-1.0.3/util/build_scripts/doc-reference.py mm-common-1.0.4/util/build_scripts/doc-reference.py --- mm-common-1.0.3/util/build_scripts/doc-reference.py 2021-05-20 08:57:07.013229600 +0000 +++ mm-common-1.0.4/util/build_scripts/doc-reference.py 2022-02-11 14:09:51.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# External command, intended to be called with custom_target(), +# External command, intended to be called with run_command(), custom_target(), # meson.add_install_script() or meson.add_dist_script() in meson.build. # argv[1] argv[2] argv[3:] @@ -26,6 +26,10 @@ doxytagfile = sys.argv[3] doc_outdir = os.path.dirname(doxytagfile) + # Search for doc_postprocess.py first in MMDOCTOOLDIR. + sys.path.insert(0, MMDOCTOOLDIR) + from doc_postprocess import doc_postprocess + # Export this variable for use in the Doxygen configuration file. child_env = os.environ.copy() child_env['MMDOCTOOLDIR'] = MMDOCTOOLDIR @@ -51,13 +55,7 @@ if result.returncode: return result.returncode - cmd = [ - 'perl', - '--', - os.path.join(MMDOCTOOLDIR, 'doc-postprocess.pl'), - os.path.join(doc_outdir, 'html', '*.html'), - ] - return subprocess.run(cmd).returncode + return doc_postprocess(os.path.join(doc_outdir, 'html', '*.html')) # Invoked from custom_target() in meson.build. def devhelp(): @@ -96,6 +94,10 @@ prefix_htmlrefdir = os.path.join(os.getenv('MESON_INSTALL_PREFIX'), sys.argv[5]) build_dir = os.path.dirname(devhelpfile) + # Search for doc_install.py first in MMDOCTOOLDIR. + sys.path.insert(0, MMDOCTOOLDIR) + from doc_install import doc_install_cmdargs, doc_install_funcargs + # Create the installation directories, if they do not exist. os.makedirs(destdir_htmlrefdir, exist_ok=True) os.makedirs(destdir_devhelpdir, exist_ok=True) @@ -105,37 +107,28 @@ verbose = ['--verbose'] # Install html files. - cmd = [ - 'perl', - '--', - os.path.join(MMDOCTOOLDIR, 'doc-install.pl'), - '--mode=0644', + cmdargs = [ + '--mode=0o644', ] + verbose + sys.argv[6:] + [ '-t', destdir_htmlrefdir, '--glob', '--', os.path.join(build_dir, 'html', '*'), ] - result1 = subprocess.run(cmd) + result1 = doc_install_cmdargs(cmdargs) # Install the Devhelp file. # rstrip('/') means remove trailing /, if any. - cmd = [ - 'perl', - '--', - os.path.join(MMDOCTOOLDIR, 'doc-install.pl'), - '--mode=0644', - ] + verbose + [ - '--book-base=' + prefix_htmlrefdir.rstrip('/'), - '-t', destdir_devhelpdir, - '--', - devhelpfile, - ] - result2 = subprocess.run(cmd) + result2 = doc_install_funcargs( + sources=[devhelpfile], + target=destdir_devhelpdir, + target_is_dir=True, + mode=0o644, + verbose=bool(verbose), + book_base=prefix_htmlrefdir.rstrip('/'), + ) - if result1.returncode: - return result1.returncode - return result2.returncode + return max(result1, result2) # Invoked from meson.add_dist_script(). def dist_doc(): @@ -158,7 +151,7 @@ # Distribute files that mm-common-get has copied to MMDOCTOOLDIR. # shutil.copy() does not copy timestamps. - for file in ['doc-install.pl', 'doc-postprocess.pl', 'doxygen-extra.css', 'tagfile-to-devhelp2.xsl']: + for file in ['doc_install.py', 'doc_postprocess.py', 'doxygen-extra.css', 'tagfile-to-devhelp2.xsl']: shutil.copy(os.path.join(MMDOCTOOLDIR, file), doctool_dist_dir) # Distribute built files: tag file, devhelp file, html files. @@ -169,6 +162,18 @@ copy_function=shutil.copy) return 0 +# Invoked from run_command() in meson.build. +def get_script_property(): + # argv[3] + # + # argv[2] (MMDOCTOOLDIR) is not used. + prop = sys.argv[3] + if prop == 'requires_perl': + print('false', end='') # stdout can be read in the meson.build file. + return 0 + print(sys.argv[0], ': unknown property,', prop) + return 1 + # ----- Main ----- if subcommand == 'doxygen': sys.exit(doxygen()) @@ -178,5 +183,7 @@ sys.exit(install_doc()) if subcommand == 'dist_doc': sys.exit(dist_doc()) +if subcommand == 'get_script_property': + sys.exit(get_script_property()) print(sys.argv[0], ': illegal subcommand,', subcommand) sys.exit(1) diff -Nru mm-common-1.0.3/util/build_scripts/generate-binding.py mm-common-1.0.4/util/build_scripts/generate-binding.py --- mm-common-1.0.3/util/build_scripts/generate-binding.py 2021-05-20 08:57:07.013229600 +0000 +++ mm-common-1.0.4/util/build_scripts/generate-binding.py 2022-02-11 14:09:51.000000000 +0000 @@ -33,7 +33,7 @@ '--namespace=' + namespace, '--parent_dir=' + parent_dir, ] + sys.argv[5:] - with open(output_file, mode='w') as output_file_obj: + with open(output_file, mode='w', encoding='utf-8') as output_file_obj: return subprocess.run(cmd, stdout=output_file_obj).returncode # Invoked from custom_target() in meson.build. diff -Nru mm-common-1.0.3/util/doc_install.py mm-common-1.0.4/util/doc_install.py --- mm-common-1.0.3/util/doc_install.py 1970-01-01 00:00:00.000000000 +0000 +++ mm-common-1.0.4/util/doc_install.py 2022-02-11 14:09:51.000000000 +0000 @@ -0,0 +1,317 @@ +#!/usr/bin/env python3 + +# doc_install.py [OPTION]... [-T] SOURCE DEST +# doc_install.py [OPTION]... SOURCE... DIRECTORY +# doc_install.py [OPTION]... -t DIRECTORY SOURCE... + +# Copy SOURCE to DEST or multiple SOURCE files to the existing DIRECTORY, +# while setting permission modes. For HTML files, translate references to +# external documentation. + +# Mandatory arguments to long options are mandatory for short options, too. +# --book-base=BASEPATH use reference BASEPATH for Devhelp book +# -l, --tag-base=TAGFILE\@BASEPATH use BASEPATH for references from TAGFILE (Doxygen <= 1.8.15) +# -l, --tag-base=s\@BASEPUB\@BASEPATH substitute BASEPATH for BASEPUB (Doxygen >= 1.8.16) +# -m, --mode=MODE override file permission MODE (octal) +# -t, --target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY +# -T, --no-target-directory treat DEST as normal file +# --glob expand SOURCE as filename glob pattern +# -v, --verbose enable informational messages +# -h, --help display help and exit + +import os +import sys +import re +import glob + +# Globals +g_verbose = False +tags_dict = {} +subst_dict = {} +perm_mode = 0o644 +g_book_base = None +html_doxygen_count = 0 + +message_prefix = os.path.basename(__file__) + ':' + +# The installed files are read and written in binary mode. +# All regular expressions and replacement strings must be bytes objects. +html_start_pattern = re.compile(rb'\s*(?:<[?!][^<]+)*\s]') +html_split1_pattern = re.compile(rb''' + \bdoxygen="([^:"]+):([^"]*)" # doxygen="(TAGFILE):(BASEPATH)" + \s+((?:href|src)=")\2([^"]*") # (href="|src=")BASEPATH(RELPATH") + ''', re.VERBOSE) +html_split2_pattern = re.compile(rb''' + \b((?:href|src)=")([^"]+") # (href="|src=")(BASEPUB RELPATH") + ''', re.VERBOSE) + +devhelp_start_pattern = re.compile(rb'\s*(?:<[?!][^<]+)*]*?\bbase=")[^"]*(?=")') + +def notice(*msg): + if g_verbose: + print(message_prefix, ''.join(msg)) + +def error(*msg): + print(message_prefix, 'Error:', ''.join(msg), file=sys.stderr) + raise RuntimeError(''.join(msg)) + +def html_split1_func(group1, group2): + global html_doxygen_count + if group1 in tags_dict: + html_doxygen_count += 1 + return tags_dict[group1] + return group2 + +def html_split2_func(group2): + for key in subst_dict: + # Don't use regular expressions here. key may contain characters + # that are special in regular expressions. + if group2.startswith(key): + return subst_dict[key] + group2[len(key):] + return None + +def install_file(in_name, out_name): + ''' + Copy file to destination while translating references on the fly. + ''' + global html_doxygen_count + + # Some installed files are binary (e.g. .png). + # Read and write all files in binary mode, thus avoiding decoding/encoding errors. + in_basename = os.path.basename(in_name) + with open(in_name, mode='rb') as in_file: + # Read the whole file into a string buffer. + buf = in_file.read() + + if (tags_dict or subst_dict) and html_start_pattern.match(buf): + # Probably an html file. Modify it, if appropriate. + # + # It would be possible to modify with a call to Pattern.sub() or Pattern.subn() + # and let a function calculate the replacement string. Example: + # (buf, number_of_subs) = html_split2_pattern.subn(html_subst2_func, buf) + # A previous Perl script does just that. However, calling a function from + # sub() or subn() is a slow operation. Installing doc files for a typical + # module such as glibmm or gtkmm takes about 8 times as long as with the + # present split+join solution. (Measured with python 3.9.5) + html_doxygen_count = 0 + number_of_subs = 0 + change = 'no' + if tags_dict and b'doxygen="' in buf: + # Doxygen 1.8.15 and earlier stores the tag file name and BASEPATH in the html files. + split_buf = html_split1_pattern.split(buf) + for i in range(0, len(split_buf)-4, 5): + basepath = html_split1_func(split_buf[i+1], split_buf[i+2]) + split_buf[i+1] = b'' + split_buf[i+2] = b'' + split_buf[i+3] += basepath + number_of_subs = len(split_buf) // 5 + if number_of_subs > 0: + buf = b''.join(split_buf) + change = 'rewrote ' + str(html_doxygen_count) + ' of ' + str(number_of_subs) + + if number_of_subs == 0 and subst_dict: + # Doxygen 1.8.16 and later does not store the tag file name and BASEPATH in the html files. + # The previous html_split1_pattern.split() won't find anything to substitute. + split_buf = html_split2_pattern.split(buf) + for i in range(2, len(split_buf), 3): + basepath = html_split2_func(split_buf[i]) + if basepath: + split_buf[i] = basepath + html_doxygen_count += 1 + number_of_subs = len(split_buf) // 3 + if html_doxygen_count > 0: + buf = b''.join(split_buf) + if number_of_subs > 0: + change = 'rewrote ' + str(html_doxygen_count) + notice('Translating ', in_basename, ' (', change, ' references)') + + elif g_book_base and devhelp_start_pattern.match(buf): + # Probably a devhelp file. + # Substitute new value for attribute "base" of element . + (buf, number_of_subs) = devhelp_subst_pattern.subn(rb'\1' + g_book_base, buf, 1) + change = 'rewrote base path' if number_of_subs else 'base path not set' + notice('Translating ', in_basename, ' (', change, ')') + else: + # A file that shall not be modified. + notice('Copying ', in_basename) + + with open(out_name, mode='wb') as out_file: + # Write the whole buffer into the target file. + out_file.write(buf) + + os.chmod(out_name, perm_mode) + +def split_key_value(mapping): + ''' + Split TAGFILE@BASEPATH or s@BASEPUB@BASEPATH argument into key/value pair + ''' + (name, path) = mapping.split('@', 1) + if name != 's': # Doxygen 1.8.15 and earlier + if not name: + error('Invalid base path mapping: ', mapping) + if path != None: + return (name, path, False) + notice('Not changing base path for tag file ', name); + + else: # name=='s', Doxygen 1.8.16 and later + (name, path) = path.split('@', 1) + if not name: + error('Invalid base path mapping: ', mapping) + if path != None: + return (name, path, True) + notice('Not changing base path for ', name); + + return (None, None, None) + +def string_to_bytes(s): + if isinstance(s, str): + return s.encode('utf-8') + return s # E.g. None + +def make_dicts(tags): + global tags_dict, subst_dict + + tags_dict = {} + subst_dict = {} + if not tags: + return + + for tag in tags: + (name, path, subst) = split_key_value(tag) + if subst == None: + continue + # Translate a local absolute path to URI. + path = path.replace('\\', '/').replace(' ', '%20') + if path.startswith('/'): + path = 'file://' + path + path = re.sub(r'^([A-Za-z]:/)', r'file:///\1', path, count=1) # Windows: C:/path + if not path.endswith('/'): + path += '/' + if subst: + notice('Using base path ', path, ' for ', name) + subst_dict[string_to_bytes(name)] = string_to_bytes(path) + else: + notice('Using base path ', path, ' for tag file ', name) + tags_dict[string_to_bytes(name)] = string_to_bytes(path) + +def doc_install_funcargs(sources=[], target=None, book_base=None, tags=[], + mode=0o644, target_is_dir=True, expand_glob=False, verbose=False): + ''' + Copy source files to target files or target directory. + ''' + global g_verbose, perm_mode, g_book_base + + g_verbose = verbose + perm_mode = mode + make_dicts(tags) + g_book_base = string_to_bytes(book_base) + + if not target: + error('Target file or directory required.') + if book_base: + notice('Using base path ', book_base, ' for Devhelp book') + + if not target_is_dir: + if expand_glob: + error('Filename globbing requires target directory.') + if len(sources) != 1: + error('Only one source file allowed when target is a filename.') + + install_file(sources[0], target) + return 0 + + if expand_glob: + expanded_sources = [] + for source in sources: + expanded_sources += glob.glob(source) + sources = expanded_sources + + basename_set = set() + for source in sources: + basename = os.path.basename(source) + + # If there are multiple files with the same base name in the list, only + # the first one will be installed. This behavior makes it very easy to + # implement a VPATH search for each individual file. + if basename not in basename_set: + basename_set.add(basename) + out_name = os.path.join(target, basename) + install_file(source, out_name) + return 0 + +def doc_install_cmdargs(args=None): + ''' + Parse command line parameters, or a sequence of strings equal to + command line parameters. Then copy source files to target file or + target directory. + ''' + import argparse + + parser = argparse.ArgumentParser( + formatter_class=argparse.RawTextHelpFormatter, + prog=os.path.basename(__file__), + usage=''' + %(prog)s [OPTION]... [-T] SOURCE DEST + %(prog)s [OPTION]... SOURCE... DIRECTORY + %(prog)s [OPTION]... -t DIRECTORY SOURCE...''', + description=''' + Copy SOURCE to DEST or multiple SOURCE files to the existing DIRECTORY, + while setting permission modes. For HTML files, translate references to + external documentation.''' + ) + parser.add_argument('--book-base', dest='book_base', metavar='BASEPATH', + help='use reference BASEPATH for Devhelp book') + parser.add_argument('-l', '--tag-base', action='append', dest='tags', metavar='SUBST', + help='''TAGFILE@BASEPATH use BASEPATH for references from TAGFILE (Doxygen <= 1.8.15) +s@BASEPUB@BASEPATH substitute BASEPATH for BASEPUB (Doxygen >= 1.8.16)''' + ) + parser.add_argument('-m', '--mode', dest='mode', metavar='MODE', default='0o644', + help='override file permission MODE (octal)') + + group = parser.add_mutually_exclusive_group() + group.add_argument('-t', '--target-directory', dest='target_dir', metavar='DIRECTORY', + help='copy all SOURCE arguments into DIRECTORY') + group.add_argument('-T', '--no-target-directory', action='store_false', dest='target_is_dir', + help='treat DEST as normal file') + + parser.add_argument('--glob', action='store_true', dest='expand_glob', + help='expand SOURCE as filename glob pattern') + parser.add_argument('-v', '--verbose', action='store_true', dest='verbose', + help='enable informational messages') + parser.add_argument('source_dest', nargs='+', + help='''SOURCE DEST +SOURCE... DIRECTORY +SOURCE...''' + ) + parsed_args = parser.parse_args(args) + + if not parsed_args.target_is_dir: + if len(parsed_args.source_dest) != 2: + error('Source and destination filenames expected.') + sources = [parsed_args.source_dest[0]] + target = parsed_args.source_dest[1] + else: + target = parsed_args.target_dir + if not target: + if len(parsed_args.source_dest) < 2: + error('At least one source file and destination directory expected.') + target = parsed_args.source_dest[-1] + sources = parsed_args.source_dest[0:-1] + else: + sources = parsed_args.source_dest + + return doc_install_funcargs( + sources=sources, + target=target, + book_base=parsed_args.book_base, + tags=parsed_args.tags, + mode=int(parsed_args.mode, base=8), + target_is_dir=parsed_args.target_is_dir, + expand_glob=parsed_args.expand_glob, + verbose=parsed_args.verbose + ) + +# ----- Main ----- +if __name__ == '__main__': + sys.exit(doc_install_cmdargs()) diff -Nru mm-common-1.0.3/util/doc_postprocess.py mm-common-1.0.4/util/doc_postprocess.py --- mm-common-1.0.3/util/doc_postprocess.py 1970-01-01 00:00:00.000000000 +0000 +++ mm-common-1.0.4/util/doc_postprocess.py 2022-02-11 14:09:51.000000000 +0000 @@ -0,0 +1,130 @@ +#!/usr/bin/env python3 + +# doc_postprocess.py [-h|--help] ... + +# Post-process the Doxygen-generated HTML files matching pattern. + +import os +import sys +import re +import glob + +# Substitutions with regular expressions are somewhat slow in Python 3.9.5. +# Use str.replace() rather than re.sub() where possible. + +# [search string, compiled regular expression or None, substitution string, count] +class_el_patterns = [ + # return value + [ ' & ', re.compile(r' &  *'), '& ', 1], + [ ' * ', re.compile(r' \*  *'), '* ', 1], + # parameters + [ ' &', None, '&', 0], + [ '&', re.compile(r'&\b'), '& ', 0], + [ ' *', None, '*', 0], + [ '*', re.compile(r'\*\b'), '* ', 0], + # templates + [ 'template<', re.compile(r'\btemplate<'), 'template <', 1] +] + +class_md_patterns = [ + # left parenthesis + [ '( ', re.compile(r'\(  *'), '(', 1], + # return value + [ ' & ', None, '& ', 0], + [ ' * ', None, '* ', 0], + # parameters + [ ' & ', re.compile(r' &  *'), '& ', 0], + [ ' * ', re.compile(r' \*  *'), '* ', 0], + # templates + [ 'template<', re.compile(r'\btemplate<'), 'template <', 1] +] + +else_patterns = [ + # template decls + [ 'template<', re.compile(r'^(|)template<'), '\\1template <', 1] +] + +all_lines_patterns = [ + # For some reason, some versions of Doxygen output the full path to + # referenced tag files. This is bad since it breaks doc_install.py, + # and also because it leaks local path names into source tarballs. + # Thus, strip the directory prefix here. + [ ' doxygen="', re.compile(r' doxygen="[^":]*/([^":]+\.tag):'), ' doxygen="\\1:', 0], + + [ '©', None, '©', 0], + [ '—', None, '—', 0], + [ '–', None, '–', 0], + [ ' ', re.compile(r' *  *'), ' ', 0] +] + +def doc_postprocess(patterns): + if not (isinstance(patterns, list) or isinstance(patterns, tuple)): + patterns = [] if patterns == None else [patterns] + + filepaths = [] + for pattern in patterns: + filepaths += glob.glob(pattern) + + for filepath in filepaths: + # Assume that the file is UTF-8 encoded. + # If illegal UTF-8 bytes in the range 0x80..0xff are encountered, they are + # replaced by Unicode Private Use characters in the range 0xdc80..0xdcff + # and restored to their original values when the file is rewritten. + with open(filepath, mode='r', encoding='utf-8', errors='surrogateescape') as file: + # Read the whole file into a buffer, a list with one line per element. + buf = file.readlines() + + for line_number in range(len(buf)): + line = buf[line_number] + + # Substitute + if '= 0.58.0. project_dist_root = os.getenv('MESON_PROJECT_DIST_ROOT', os.getenv('MESON_DIST_ROOT')) -with open(os.path.join(project_dist_root, 'ChangeLog'), mode='w') as logfile: +logfilename = os.path.join(project_dist_root, 'ChangeLog') +with open(logfilename, mode='w', encoding='utf-8') as logfile: result = subprocess.run(cmd, stdout=logfile) # Distribute the libstdc++.tag file in addition to the files in the local git clone. diff -Nru mm-common-1.0.3/util/mm-common-get.1.in mm-common-1.0.4/util/mm-common-get.1.in --- mm-common-1.0.3/util/mm-common-get.1.in 2021-05-20 08:57:07.017229600 +0000 +++ mm-common-1.0.4/util/mm-common-get.1.in 2022-02-11 14:09:51.000000000 +0000 @@ -44,9 +44,9 @@ .BI "Documentation utilities copied to " DOCTOOL-DIR : .PD 0 .IP -.I doc-install.pl +.I doc_install.py .IP -.I doc-postprocess.pl +.I doc_postprocess.py .IP .I doxygen.css .IP diff -Nru mm-common-1.0.3/util/mm-common-get.in mm-common-1.0.4/util/mm-common-get.in --- mm-common-1.0.3/util/mm-common-get.in 2021-05-20 08:57:07.017229600 +0000 +++ mm-common-1.0.4/util/mm-common-get.in 2022-02-11 14:09:51.000000000 +0000 @@ -53,7 +53,7 @@ print(progname + ': putting documentation utilities in ' + doctooldir) os.makedirs(doctooldir, exist_ok=True) -for file in ['doc-install.pl', 'doc-postprocess.pl', +for file in ['doc_install.py', 'doc_postprocess.py', 'doxygen.css', 'doxygen-extra.css', 'tagfile-to-devhelp2.xsl']: src_file = os.path.join(pkgdatadir, 'doctool', file) dest_file = os.path.join(doctooldir, file)