Difference between revisions of "cpp/symbol index"
Guyutongxue (Talk | contribs) m (+ <print>) |
m (→R: +regular_invocable.) |
||
(35 intermediate revisions by 6 users not shown) | |||
Line 3: | Line 3: | ||
− | This page tries to list all the symbols that are available from the | + | This page tries to list all the symbols that are available from the {{rlp|standard library}} in the namespace {{c|std}}. The symbols are written as follows: |
*Function names with {{tt|()}}. | *Function names with {{tt|()}}. | ||
*Templates with {{tt|<>}}. | *Templates with {{tt|<>}}. | ||
− | Symbols from {{ | + | Symbols from {{c|std}}'s sub-namespaces (e.g. {{c|chrono}}) are not listed here, but the namespace names (prepended with the icon ▶) are the links to the corresponding pages. |
− | {{rl|macro|Macro symbols}} and {{rl|zombie names|symbols removed from the standard library}} are listed in separated pages. | + | {{rl|macro|Macro symbols}}, {{rl|expos|exposition-only symbols}} and {{rl|zombie names|symbols removed from the standard library}} are listed in separated pages. |
− | ==<blockquote> | + | ==<blockquote>{{tt|[[#(underscore)|_]] [[#A|A]] [[#B|B]] [[#C|C]] [[#D|D]] [[#E|E]] [[#F|F]] [[#G|G]] [[#H|H]] [[#I|I]] [[#J|J]] [[#K|K]] [[#L|L]] [[#M|M]] [[#N|N]] [[#O|O]] [[#P|P]] [[#Q|Q]] [[#R|R]] [[#S|S]] [[#T|T]] [[#U|U]] [[#V|V]] [[#W|W]] [[#X|X]] [[#Y|Y]] [[#Z|Z]]}}</blockquote>== |
− | <br | + | <br> |
==={{rl|macro|Macros}}=== | ==={{rl|macro|Macros}}=== | ||
===_ (underscore)=== | ===_ (underscore)=== | ||
− | {{ltf|cpp/utility/program/_Exit}} {{mark since c++11}} <br | + | {{ltf|cpp/utility/program/_Exit}} {{mark since c++11}}<br> |
===A=== | ===A=== | ||
− | {{ltf|cpp/numeric/math/abs}} (int) <br | + | {{ltf|cpp/numeric/math/abs}} ({{c/core|int}})<br> |
− | {{ltf|cpp/numeric/math/fabs | abs}} (float) <br | + | {{ltf|cpp/numeric/math/fabs|abs}} ({{c/core|float}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/abs|abs}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/abs|abs}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/acos}} <br | + | {{ltf|cpp/numeric/math/acos}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/acos|acos}} ({{tt|std::complex}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/acos|acos}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/acos | acosf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/acos|acosf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/acosh}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/acosh}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/acosh|acosh}} ({{tt|std::complex}}) {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/acosh | acoshf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/acosh|acoshf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/acosh | acoshl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/acosh|acoshl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/acos | acosl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/acos|acosl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/accumulate|accumulate}}<br> |
− | {{ | + | {{ltp|cpp/types/add_cv|add_const}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/add_cv|add_const_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/add_cv|add_cv}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/add_cv|add_cv_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/add_pointer}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/add_pointer|add_pointer_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/add_reference|add_lvalue_reference}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/add_reference|add_lvalue_reference_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/add_reference|add_rvalue_reference}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/add_reference|add_rvalue_reference_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/add_sat}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/types/add_cv|add_volatile}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/add_cv|add_volatile_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/memory/addressof}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/algorithm/adjacent_difference}}<br> |
− | {{ltt|cpp/thread/lock_tag | adopt_lock}} {{mark since c++11}} <br | + | {{ltp|cpp/algorithm/adjacent_find}}<br> |
− | {{ltt|cpp/thread/lock_tag_t | adopt_lock_t}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/lock_tag|adopt_lock}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/thread/lock_tag_t|adopt_lock_t}} {{mark since c++11}}<br> |
− | {{ltf|cpp/memory/align}} {{mark since c++11}} <br | + | {{ltpf|cpp/iterator/advance}}<br> |
− | {{ltt|cpp/memory/new/align_val_t}} {{mark since c++17}} <br | + | {{ltf|cpp/memory/align}} {{mark since c++11}}<br> |
− | {{ltf|cpp/memory/c/aligned_alloc}} {{mark since c++17}} <br | + | {{ltt|cpp/memory/new/align_val_t}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/memory/c/aligned_alloc}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/aligned_storage}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/aligned_storage|aligned_storage_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/aligned_union}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/aligned_union|aligned_union_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/alignment_of}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/alignment_of|alignment_of_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/all_any_none_of|all_of}} {{mark since c++11}}<br> |
− | + | {{ltpf|cpp/memory/shared_ptr/allocate_shared}} {{mark since c++11}}<br> | |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/allocate_shared|allocate_shared_for_overwrite}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/memory/allocation_result}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/memory/allocator}}<br> |
− | {{ltt|cpp/memory/allocator_arg}} {{mark since c++11}} <br | + | {{ltt|cpp/memory/allocator_arg}} {{mark since c++11}}<br> |
− | {{ltt|cpp/memory/allocator_arg_t}} {{mark since c++11}} <br | + | {{ltt|cpp/memory/allocator_arg_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/memory/allocator_traits}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/any}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/any}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/utility/any/any_cast}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/all_any_none_of|any_of}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/apply}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/arg}}<br> |
− | {{ | + | {{ltp|cpp/container/array}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/container/span/as_bytes}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/as_const}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/container/span/as_bytes|as_writable_bytes}} {{mark since c++20}}<br> |
− | {{ltf|cpp/chrono/c/asctime}} <br | + | {{ltf|cpp/chrono/c/asctime}}<br> |
− | {{ltf|cpp/numeric/math/asin}} <br | + | {{ltf|cpp/numeric/math/asin}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/asin}} ({{tt|std::complex}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/asin}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/asin | asinf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/asin|asinf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/asinh}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/asinh}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/asinh}} ({{tt|std::complex}}) {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/asinh | asinhf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/asinh|asinhf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/asinh | asinhl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/asinh|asinhl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/asin | asinl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/asin|asinl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/assignable_from}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/special_functions/assoc_laguerre}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/assoc_laguerre}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/assoc_laguerre | assoc_laguerref}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/assoc_laguerre|assoc_laguerref}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/assoc_laguerre | assoc_laguerrel}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/assoc_laguerre|assoc_laguerrel}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/assoc_legendre}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/assoc_legendre}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/assoc_legendre | assoc_legendref}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/assoc_legendre|assoc_legendref}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/assoc_legendre | assoc_legendrel}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/assoc_legendre|assoc_legendrel}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/assume_aligned}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/thread/async}} {{mark since c++11}}<br> |
− | {{ltf|cpp/utility/program/at_quick_exit}} {{mark since c++11}} <br | + | {{ltf|cpp/utility/program/at_quick_exit}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atan}} <br | + | {{ltf|cpp/numeric/math/atan}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/atan}} ({{tt|std::complex}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/atan}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/atan2}} <br | + | {{ltf|cpp/numeric/math/atan2}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/atan2}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/atan2 | atan2f}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atan2|atan2f}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atan2 | atan2l}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atan2|atan2l}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atan | atanf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atan|atanf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atanh}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atanh}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/atanh}} ({{tt|std::complex}}) {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atanh | atanhf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atanh|atanhf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atanh | atanhl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atanh|atanhl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/atan | atanl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/atan|atanl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/utility/program/atexit}} <br | + | {{ltf|cpp/utility/program/atexit}}<br> |
− | {{ltf|cpp/string/byte/atof}} <br | + | {{ltf|cpp/string/byte/atof}}<br> |
− | {{ltf|cpp/string/byte/atoi}} <br | + | {{ltf|cpp/string/byte/atoi}}<br> |
− | {{ltf|cpp/string/byte/atoi | atol}} <br | + | {{ltf|cpp/string/byte/atoi|atol}}<br> |
− | {{ltf|cpp/string/byte/atoi | atoll}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/atoi|atoll}} {{mark since c++11}}<br> |
<div class="toccolours mw-collapsible mw-collapsed"> | <div class="toccolours mw-collapsible mw-collapsed"> | ||
− | {{ | + | {{ltp|cpp/atomic/atomic}} {{mark since c++11}}<br> |
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
− | atomic<> full specializations and typedefs: <br | + | atomic<> full specializations and typedefs:<br> |
− | {{ltt|cpp/atomic/atomic | atomic_bool}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_bool}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_char}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_char}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_char16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_char16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_char32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_char32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_char8_t}} {{mark since c++20}} <br | + | {{ltt|cpp/atomic/atomic|atomic_char8_t}} {{mark since c++20}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_fast8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_fast8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_fast16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_fast16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_fast32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_fast32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_fast64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_fast64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_least8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_least8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_least16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_least16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_least32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_least32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_int_least64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_int_least64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_intmax_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_intmax_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_intptr_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_intptr_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_llong}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_llong}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_long}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_long}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_ptrdiff_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_ptrdiff_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_schar}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_schar}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_short}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_short}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_signed_lock_free}} {{mark since c++20}} <br | + | {{ltt|cpp/atomic/atomic|atomic_signed_lock_free}} {{mark since c++20}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_size_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_size_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uchar}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uchar}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_fast8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_fast8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_fast16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_fast16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_fast32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_fast32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_fast64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_fast64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_least8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_least8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_least16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_least16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_least32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_least32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uint_least64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uint_least64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uintmax_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uintmax_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_uintptr_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_uintptr_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_ullong}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_ullong}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_ulong}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_ulong}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_unsigned_lock_free}} {{mark since c++20}} <br | + | {{ltt|cpp/atomic/atomic|atomic_unsigned_lock_free}} {{mark since c++20}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_ushort}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_ushort}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic | atomic_wchar_t}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/atomic|atomic_wchar_t}} {{mark since c++11}}<br> |
</div> | </div> | ||
</div> | </div> | ||
− | {{ | + | {{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_strong}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_strong}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_strong_explicit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_strong_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_weak}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_weak}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_weak_explicit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_weak_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_exchange}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_exchange}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_exchange|atomic_exchange_explicit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_exchange_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_add}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_add|atomic_fetch_add_explicit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_and}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_and|atomic_fetch_and_explicit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_max}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_max|atomic_fetch_max_explicit}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_min}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_min|atomic_fetch_min_explicit}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_or}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_fetch_or|atomic_fetch_or_explicit}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/atomic_flag}} {{mark since c++11}} <br | + | {{ltpf|cpp/atomic/atomic_fetch_sub}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_clear}} {{mark since c++11}} <br | + | {{ltpf|cpp/atomic/atomic_fetch_sub|atomic_fetch_sub_explicit}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_clear | atomic_flag_clear_explicit}} {{mark since c++11}} <br | + | {{ltpf|cpp/atomic/atomic_fetch_xor}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_notify_all}} {{mark since c++20}} <br | + | {{ltpf|cpp/atomic/atomic_fetch_xor|atomic_fetch_xor_explicit}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_notify_one}} {{mark since c++20}} <br | + | {{ltt|cpp/atomic/atomic_flag}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_test}} {{mark since c++20}} <br | + | {{ltf|cpp/atomic/atomic_flag_clear}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_test | atomic_flag_test_explicit}} {{mark since c++20}} <br | + | {{ltf|cpp/atomic/atomic_flag_clear|atomic_flag_clear_explicit}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_test_and_set}} {{mark since c++11}} <br | + | {{ltf|cpp/atomic/atomic_flag_notify_all}} {{mark since c++20}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_test_and_set | atomic_flag_test_and_set_explicit}} {{mark since c++11}} <br | + | {{ltf|cpp/atomic/atomic_flag_notify_one}} {{mark since c++20}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_wait}} {{mark since c++20}} <br | + | {{ltf|cpp/atomic/atomic_flag_test}} {{mark since c++20}}<br> |
− | {{ltf|cpp/atomic/atomic_flag_wait | atomic_flag_wait_explicit}} {{mark since c++20}} <br | + | {{ltf|cpp/atomic/atomic_flag_test|atomic_flag_test_explicit}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/atomic/atomic_flag_test_and_set}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/atomic/atomic_flag_test_and_set|atomic_flag_test_and_set_explicit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/atomic/atomic_flag_wait}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/atomic/atomic_flag_wait|atomic_flag_wait_explicit}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_init}} {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_is_lock_free}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_is_lock_free}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_load}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_load}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_load|atomic_load_explicit}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_signal_fence}} {{mark since c++11}} <br | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_load_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_notify_all}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_notify_one}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/atomic/atomic_ref}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/atomic/atomic_signal_fence}} {{mark since c++11}}<br> |
− | {{ltf|cpp/atomic/atomic_thread_fence}} {{mark since c++11}} <br | + | {{ltpf|cpp/atomic/atomic_store}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_store}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltpf|cpp/atomic/atomic_store|atomic_store_explicit}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | atto}} {{mark since c++11}} <br | + | {{ltpf|cpp/memory/shared_ptr/atomic|atomic_store_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br> |
+ | {{ltf|cpp/atomic/atomic_thread_fence}} {{mark since c++11}}<br> | ||
+ | {{ltpf|cpp/atomic/atomic_wait}} {{mark since c++20}}<br> | ||
+ | {{ltpf|cpp/atomic/atomic_wait|atomic_wait_explicit}} {{mark since c++20}}<br> | ||
+ | {{ltt|cpp/numeric/ratio/ratio|atto}} {{mark since c++11}}<br> | ||
===B=== | ===B=== | ||
− | {{ | + | {{ltp|cpp/iterator/back_insert_iterator}}<br> |
− | {{ | + | {{ltp|cpp/iterator/back_inserter}}<br> |
− | {{ltt|cpp/memory/new/bad_alloc}} <br | + | {{ltt|cpp/memory/new/bad_alloc}}<br> |
− | {{ltt|cpp/utility/any/bad_any_cast}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/any/bad_any_cast}} {{mark since c++17}}<br> |
− | {{ltt|cpp/memory/new/bad_array_new_length}} {{mark since c++11}} <br | + | {{ltt|cpp/memory/new/bad_array_new_length}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/bad_cast}} <br | + | {{ltt|cpp/types/bad_cast}}<br> |
− | {{ltt|cpp/error/bad_exception}} <br | + | {{ltt|cpp/error/bad_exception}}<br> |
− | {{ | + | {{ltp|cpp/utility/expected/bad_expected_access}} {{mark since c++23}}<br> |
− | {{ltt|cpp/utility/functional/bad_function_call}} {{mark since c++11}} <br | + | {{ltt|cpp/utility/functional/bad_function_call}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/optional/bad_optional_access}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/optional/bad_optional_access}} {{mark since c++17}}<br> |
− | {{ltt|cpp/types/bad_typeid}} <br | + | {{ltt|cpp/types/bad_typeid}}<br> |
− | {{ltt|cpp/utility/variant/bad_variant_access}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/variant/bad_variant_access}} {{mark since c++17}}<br> |
− | {{ltt|cpp/memory/bad_weak_ptr}} {{mark since c++11}} <br | + | {{ltt|cpp/memory/bad_weak_ptr}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/thread/barrier}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/common_reference|basic_common_reference}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/basic_const_iterator}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_filebuf}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/basic_format_arg}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/basic_format_args}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/basic_format_context}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/basic_format_parse_context}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/basic_format_string}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_fstream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ifstream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_istream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ios}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_iostream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ispanstream}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_istringstream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ofstream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ostream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ospanstream}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_ostringstream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_osyncstream}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/regex/basic_regex}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_spanbuf}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_spanstream}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/utility/basic_stacktrace}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_streambuf}}<br> |
− | {{ | + | {{ltp|cpp/string/basic_string}}<br> |
− | {{ | + | {{ltp|cpp/string/basic_string_view}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_stringbuf}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_stringstream}}<br> |
− | {{ | + | {{ltp|cpp/io/basic_syncbuf}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/begin}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/special_functions/beta}} {{mark since c++17}} <br | + | {{ltp|cpp/numeric/random/bernoulli_distribution}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/special_functions/beta | betaf}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/beta}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/beta | betal}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/beta|betaf}} {{mark since c++17}}<br> |
− | {{ltt|cpp/ | + | {{ltf|cpp/numeric/special_functions/beta|betal}} {{mark since c++17}}<br> |
− | {{ltt|cpp/iterator/iterator_tags | bidirectional_iterator_tag}} <br | + | {{ltt|cpp/types/floating-point|bfloat16_t}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/iterator/bidirectional_iterator}} {{mark since c++20}}<br> |
− | {{ltt|cpp/thread/counting_semaphore | binary_semaphore}} {{mark since c++20}} <br | + | {{ltt|cpp/iterator/iterator_tags|bidirectional_iterator_tag}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/binary_search}}<br> |
− | {{ | + | {{ltt|cpp/thread/counting_semaphore|binary_semaphore}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/functional/bind}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/functional/bind_front|bind_back}} {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/utility/functional/bind_front}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/binomial_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/bit_and}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/bit_cast}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/bit_ceil}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/bit_floor}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/bit_not}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/bit_or}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/bit_width}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/bit_xor}}<br> |
− | {{ltf|cpp/io/manip/boolalpha}} <br | + | {{ltp|cpp/utility/bitset}}<br> |
− | {{ | + | {{ltf|cpp/utility/breakpoint}} {{mark since c++26}}<br> |
− | {{ | + | {{ltf|cpp/utility/breakpoint_if_debugging}} {{mark since c++26}}<br> |
− | {{ltf|cpp/algorithm/bsearch}} <br | + | {{ltp|cpp/types/integral_constant|bool_constant}} {{mark since c++17}}<br> |
− | {{ltf|cpp/string/multibyte/btowc}} <br | + | {{ltf|cpp/io/manip/boolalpha}}<br> |
− | {{ltt|cpp/types/byte}} {{mark since c++17}} <br | + | {{ltp|cpp/utility/functional/boyer_moore_horspool_searcher}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/boyer_moore_searcher}} {{mark since c++17}}<br> |
+ | {{ltf|cpp/algorithm/bsearch}}<br> | ||
+ | {{ltf|cpp/string/multibyte/btowc}}<br> | ||
+ | {{ltt|cpp/types/byte}} {{mark since c++17}}<br> | ||
+ | {{ltpf|cpp/numeric/byteswap}} {{mark since c++23}}<br> | ||
===C=== | ===C=== | ||
− | {{ltf|cpp/string/multibyte/c16rtomb}} {{mark since c++11}} <br | + | {{ltf|cpp/string/multibyte/c16rtomb}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/c32rtomb}} {{mark since c++11}} <br | + | {{ltf|cpp/string/multibyte/c32rtomb}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/c8rtomb}} {{mark since c++20}} <br | + | {{ltf|cpp/string/multibyte/c8rtomb}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/thread/call_once}} {{mark since c++11}}<br> |
− | {{ltf|cpp/memory/c/calloc}} <br | + | {{ltf|cpp/memory/c/calloc}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/cauchy_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/begin|cbegin}} {{mark since c++14}}<br> |
− | {{ltf|cpp/numeric/math/cbrt}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/cbrt}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/cbrt | cbrtf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/cbrt|cbrtf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/cbrt | cbrtl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/cbrt|cbrtl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/ceil}} <br | + | {{ltf|cpp/numeric/math/ceil}}<br> |
− | {{ltf|cpp/numeric/math/ceil | ceilf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/ceil|ceilf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/ceil | ceill}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/ceil|ceill}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/end|cend}} {{mark since c++14}}<br> |
− | {{ltt|cpp/numeric/ratio | centi}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|centi}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/cerr}} <br | + | {{ltt|cpp/io/cerr}}<br> |
− | {{ | + | {{ltp|cpp/string/char_traits}}<br> |
− | {{ltt|cpp/utility/chars_format}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/chars_format}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/chi_squared_distribution}} {{mark since c++11}}<br> |
− | + | ▶ {{rlt|chrono}} {{mark since c++11}}<br> | |
− | + | ▶ {{rlt|chrono_literals}} {{mark since c++14}}<br> | |
− | {{ltt|cpp/io/cin}} <br | + | {{ltt|cpp/io/cin}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/clamp}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/c/clearerr}} <br | + | {{ltf|cpp/io/c/clearerr}}<br> |
− | {{ltf|cpp/chrono/c/clock}} <br | + | {{ltf|cpp/chrono/c/clock}}<br> |
− | {{ltt|cpp/chrono/c/clock_t}} <br | + | {{ltt|cpp/chrono/c/clock_t}}<br> |
− | {{ltt|cpp/io/clog}} <br | + | {{ltt|cpp/io/clog}}<br> |
− | {{ltt|cpp/regex/match_results | cmatch}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/match_results|cmatch}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/intcmp|cmp_equal}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/intcmp|cmp_greater}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/intcmp|cmp_greater_equal}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/intcmp|cmp_less}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/intcmp|cmp_less_equal}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/intcmp|cmp_not_equal}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/locale/codecvt}}<br> |
− | {{ltt|cpp/locale/codecvt_base}} <br | + | {{ltt|cpp/locale/codecvt_base}}<br> |
− | {{ | + | {{ltp|cpp/locale/codecvt_byname}}<br> |
− | {{ | + | {{ltp|cpp/locale/collate}}<br> |
− | + | {{ltp|cpp/locale/collate_byname}}<br> | |
− | + | {{ltp|cpp/utility/compare/common_comparison_category}} {{mark since c++20}}<br> | |
− | + | {{ltp|cpp/utility/compare/common_comparison_category|common_comparison_category_t}} {{mark since c++20}}<br> | |
− | + | {{ltp|cpp/iterator/common_iterator}} {{mark since c++20}}<br> | |
− | {{ | + | {{ltp|cpp/types/common_reference}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/common_reference|common_reference_t}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/common_reference_with}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/common_type}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/common_type|common_type_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltt|cpp/concepts/common_with|common_with}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/numeric/special_functions/comp_ellint_1}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/numeric/special_functions/comp_ellint_1|comp_ellint_1f}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/numeric/special_functions/comp_ellint_1|comp_ellint_1l}} {{mark since c++17}}<br> |
− | {{ltt|cpp/concepts/common_with | common_with}} {{mark since c++20}} <br | + | {{ltf|cpp/numeric/special_functions/comp_ellint_2}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_1}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/comp_ellint_2|comp_ellint_2f}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_1 | comp_ellint_1f}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/comp_ellint_2|comp_ellint_2l}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_1 | comp_ellint_1l}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/comp_ellint_3}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_2}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/comp_ellint_3|comp_ellint_3f}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_2 | comp_ellint_2f}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/comp_ellint_3|comp_ellint_3l}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_2 | comp_ellint_2l}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/compare/compare_partial_order_fallback}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_3}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/compare/compare_strong_order_fallback}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_3 | comp_ellint_3f}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/compare/compare_three_way}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/special_functions/comp_ellint_3 | comp_ellint_3l}} {{mark since c++17}} <br | + | {{ltp|cpp/utility/compare/compare_three_way_result}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/compare/compare_partial_order_fallback}} {{mark since c++20}} <br | + | {{ltp|cpp/utility/compare/compare_three_way_result|compare_three_way_result_t}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/compare/compare_strong_order_fallback}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/compare/compare_weak_order_fallback}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/compare/compare_three_way}} {{mark since c++20}} <br | + | {{ltp|cpp/numeric/complex}}<br> |
− | {{ | + | ▶ {{rlt|complex_literals}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/conditional}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/compare/compare_weak_order_fallback}} {{mark since c++20}} <br | + | {{ltp|cpp/types/conditional|conditional_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltt|cpp/thread/condition_variable}} {{mark since c++11}}<br> |
− | + | {{ltt|cpp/thread/condition_variable_any}} {{mark since c++11}}<br> | |
− | {{ | + | {{ltp|cpp/types/conjunction}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/conjunction|conjunction_v}} {{mark since c++17}}<br> |
− | {{ltt|cpp/thread/condition_variable}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/complex/conj}}<br> |
− | {{ltt|cpp/thread/condition_variable_any}} {{mark since c++11}} <br | + | {{ltp|cpp/iterator/const_iterator}} {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/pointer_cast|const_pointer_cast}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/iterator/const_sentinel}} {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/memory/construct_at}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/constructible_from}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/contiguous_iterator}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/iterator/iterator_tags|contiguous_iterator_tag}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/concepts/convertible_to}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/copy}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/copy_backward}}<br> |
− | + | {{ltt|cpp/concepts/copy_constructible|copy_constructible}} {{mark since c++20}}<br> | |
− | {{ltt|cpp/iterator/iterator_tags | contiguous_iterator_tag}} {{mark since c++20}} <br | + | {{ltpf|cpp/algorithm/copy|copy_if}} {{mark since c++11}}<br> |
− | {{ltt|cpp/concepts/ | + | {{ltpf|cpp/algorithm/copy_n}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/copyable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/copyable_function}} {{mark since c++26}}<br> |
− | {{ltt|cpp/concepts/copy_constructible | copy_constructible}} {{mark since c++20}} <br | + | {{ltf|cpp/numeric/math/copysign}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/copysign|copysignf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/copysign|copysignl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/coroutine/coroutine_handle}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/copysign}} {{mark since c++11}} <br | + | {{ltp|cpp/coroutine/coroutine_traits}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/copysign | copysignf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/cos}}<br> |
− | {{ltf|cpp/numeric/math/copysign | copysignl}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/complex/cos}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/cos}} ({{tt|std::valarray}})<br> |
− | {{ | + | {{ltf|cpp/numeric/math/cos|cosf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/cos}} <br | + | {{ltf|cpp/numeric/math/cosh}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/cosh}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/cosh}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/cos | cosf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/cosh|coshf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/cosh}} <br | + | {{ltf|cpp/numeric/math/cosh|coshl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/cos|cosl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/count}}<br> |
− | {{ltf|cpp/numeric/math/cosh | coshf}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/count|count_if}}<br> |
− | {{ltf|cpp/numeric/math/cosh | coshl}} {{mark since c++11}} <br | + | {{ltp|cpp/iterator/counted_iterator}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/cos | cosl}} {{mark since c++11}} <br | + | {{ltp|cpp/thread/counting_semaphore}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/countl_one}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/countl_zero}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/countr_one}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/countr_zero}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/io/cout}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/rbegin|crbegin}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/utility/functional/ref|cref}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/regex/regex_iterator|cregex_iterator}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/cout}} <br | + | {{ltt|cpp/regex/regex_token_iterator|cregex_token_iterator}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/rend|crend}} {{mark since c++14}}<br> |
− | {{ | + | {{ltt|cpp/regex/sub_match|csub_match}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/regex_iterator | cregex_iterator}} {{mark since c++11}} <br | + | {{ltf|cpp/chrono/c/ctime}}<br> |
− | {{ltt|cpp/regex/regex_token_iterator | cregex_token_iterator}} {{mark since c++11}} <br | + | {{ltp|cpp/locale/ctype}}<br> |
− | {{ | + | {{ltt|cpp/locale/ctype_base}}<br> |
− | {{ltt|cpp/regex/sub_match | csub_match}} {{mark since c++11}} <br | + | {{ltp|cpp/locale/ctype_byname}}<br> |
− | {{ltf|cpp/chrono/c/ctime}} <br | + | {{ltf|cpp/error/current_exception}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/thread/cv_status}} {{mark since c++11}}<br> |
− | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_i}} {{mark since c++17}}<br> | |
− | {{ltt|cpp/locale/ctype_base}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_i|cyl_bessel_if}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_i|cyl_bessel_il}} {{mark since c++17}}<br> |
− | {{ltf|cpp/error/current_exception}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_j}} {{mark since c++17}}<br> |
− | {{ltt|cpp/thread/cv_status}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_j|cyl_bessel_jf}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_i}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_j|cyl_bessel_jl}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_i | cyl_bessel_if}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_k}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_i | cyl_bessel_il}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_k|cyl_bessel_kf}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_j}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_bessel_k|cyl_bessel_kl}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_j | cyl_bessel_jf}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_neumann}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_j | cyl_bessel_jl}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_neumann|cyl_neumannf}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_k}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/cyl_neumann|cyl_neumannl}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_k | cyl_bessel_kf}} {{mark since c++17}} <br | + | |
− | {{ltf|cpp/numeric/special_functions/cyl_bessel_k | cyl_bessel_kl}} {{mark since c++17}} <br | + | |
− | {{ltf|cpp/numeric/special_functions/cyl_neumann}} {{mark since c++17}} <br | + | |
− | {{ltf|cpp/numeric/special_functions/cyl_neumann | cyl_neumannf}} {{mark since c++17}} <br | + | |
− | {{ltf|cpp/numeric/special_functions/cyl_neumann | cyl_neumannl}} {{mark since c++17}} <br | + | |
===D=== | ===D=== | ||
− | {{ | + | {{ltpf|cpp/iterator/data}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/manip/hex | dec}} <br | + | {{ltf|cpp/io/manip/hex|dec}}<br> |
− | {{ltt|cpp/numeric/ratio | deca}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|deca}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/decay}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/decay|decay_t}} {{mark since c++14}}<br> |
− | {{ltt|cpp/numeric/ratio | deci}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|deci}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/declval}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/container/mdspan/default_accessor}} {{mark since c++23}}<br> |
− | {{ltt|cpp/memory/default_delete}} {{mark since c++11}} <br | + | {{ltt|cpp/memory/default_delete}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/default_initializable}} {{mark since c++20}}<br> |
− | {{ltt|cpp/numeric/random | default_random_engine}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/random|default_random_engine}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/default_searcher}} {{mark since c++17}}<br> |
− | {{ltt|cpp/iterator/default_sentinel_t | default_sentinel}} {{mark since c++20}} <br | + | {{ltt|cpp/iterator/default_sentinel_t|default_sentinel}} {{mark since c++20}}<br> |
− | {{ltt|cpp/iterator/default_sentinel_t}} {{mark since c++20}} <br | + | {{ltt|cpp/iterator/default_sentinel_t}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/manip/fixed | defaultfloat}} {{mark since c++11}} <br | + | {{ltf|cpp/io/manip/fixed|defaultfloat}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/lock_tag | defer_lock}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/lock_tag|defer_lock}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/lock_tag_t | defer_lock_t}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/lock_tag_t|defer_lock_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_denorm_style | denorm_absent}} <br | + | {{ltt|cpp/types/numeric_limits/float_denorm_style|denorm_absent}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_denorm_style | denorm_indeterminate}} <br | + | {{ltt|cpp/types/numeric_limits/float_denorm_style|denorm_indeterminate}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_denorm_style | denorm_present}} <br | + | {{ltt|cpp/types/numeric_limits/float_denorm_style|denorm_present}}<br> |
− | {{ | + | {{ltp|cpp/container/deque}}<br> |
− | {{ | + | {{ltp|cpp/concepts/derived_from}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/memory/destroy}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/destroy_at}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/destroy_n}} {{mark since c++17}}<br> |
− | {{ltt|cpp/memory/new/destroying_delete_t | destroying_delete}} {{mark since c++20}} <br | + | {{ltt|cpp/memory/new/destroying_delete_t|destroying_delete}} {{mark since c++20}}<br> |
− | {{ltt|cpp/memory/new/destroying_delete_t}} {{mark since c++20}} <br | + | {{ltt|cpp/memory/new/destroying_delete_t}} {{mark since c++20}}<br> |
− | {{ltt|cpp/concepts/destructible | destructible}} {{mark since c++20}} <br | + | {{ltt|cpp/concepts/destructible|destructible}} {{mark since c++20}}<br> |
− | + | {{ltp|cpp/container/mdspan/extents|dextents}} {{mark since c++23}}<br> | |
− | {{ltf|cpp/chrono/c/difftime}} <br/> | + | {{ltf|cpp/chrono/c/difftime}}<br> |
− | {{ | + | {{ltp|cpp/container/mdspan/extents|dims}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/iterator/sized_sentinel_for|disable_sized_sentinel_for}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/discrete_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/discard_block_engine}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/disjunction}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/disjunction|disjunction_v}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/div}} <br/> | + | {{ltpf|cpp/iterator/distance}}<br> |
− | {{ltt|cpp/numeric/math/div | div_t}} <br | + | {{ltf|cpp/numeric/math/div}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/div_sat}} {{mark since c++26}}<br> |
− | {{ltt|cpp/error/domain_error}} <br | + | {{ltt|cpp/numeric/math/div|div_t}}<br> |
− | {{ltt|cpp/numeric/math | double_t}} {{mark since c++11}} <br | + | {{ltp|cpp/utility/functional/divides}}<br> |
− | {{ltt|cpp/container/span/dynamic_extent}} {{mark since c++20}} <br | + | {{ltt|cpp/error/domain_error}}<br> |
− | {{ | + | {{ltt|cpp/numeric/math|double_t}} {{mark since c++11}}<br> |
+ | {{ltt|cpp/container/span/dynamic_extent}} {{mark since c++20}}<br> | ||
+ | {{ltpf|cpp/memory/shared_ptr/pointer_cast|dynamic_pointer_cast}} {{mark since c++11}}<br> | ||
===E=== | ===E=== | ||
− | {{ltf|cpp/numeric/special_functions/ellint_1}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_1}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_1 | ellint_1f}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_1|ellint_1f}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_1 | ellint_1l}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_1|ellint_1l}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_2}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_2}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_2 | ellint_2f}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_2|ellint_2f}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_2 | ellint_2l}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_2|ellint_2l}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_3}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_3}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_3 | ellint_3f}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_3|ellint_3f}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/ellint_3 | ellint_3l}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/ellint_3|ellint_3l}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/emit_on_flush}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/empty}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/enable_if}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/enable_if|enable_if_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/memory/enable_shared_from_this}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/enable_nonlocking_formatter_optimization}} {{mark since c++23}}<br> |
− | {{ltt|cpp/types/endian}} {{mark since c++20}} <br | + | {{ltpf|cpp/iterator/end}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/types/endian}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/endl}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/ends}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/equal}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/equal_range}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/equal_to}}<br> |
− | {{ | + | {{ltp|cpp/concepts/equality_comparable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/equality_comparable|equality_comparable_with}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/equivalence_relation}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/string/basic_string/erase2|erase}} ({{tt|std::basic_string}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/deque/erase2|erase}} ({{tt|std::deque}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/forward_list/erase2|erase}} ({{tt|std::forward_list}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/inplace_vector/erase2|erase}} ({{tt|std::inplace_vector}}) {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/container/list/erase2|erase}} ({{tt|std::list}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/vector/erase2|erase}} ({{tt|std::vector}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/string/basic_string/erase2|erase_if}} ({{tt|std::basic_string}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/deque/erase2|erase_if}} ({{tt|std::deque}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/flat_map/erase_if|erase_if}} ({{tt|std::flat_map}}) {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/container/flat_multimap/erase_if}} ({{tt|std::flat_multimap}}) {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/container/flat_multiset/erase_if}} ({{tt|std::flat_multiset}}) {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/container/flat_set/erase_if}} ({{tt|std::flat_set}}) {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/container/forward_list/erase2|erase_if}} ({{tt|std::forward_list}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/inplace_vector/erase2|erase_if}} ({{tt|std::inplace_vector}}) {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/container/list/erase2|erase_if}} ({{tt|std::list}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/map/erase_if}} ({{tt|std::map}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/multimap/erase_if}} ({{tt|std::multimap}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/multiset/erase_if}} ({{tt|std::multiset}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/set/erase_if}} ({{tt|std::set}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/unordered_map/erase_if}} ({{tt|std::unordered_map}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/container/unordered_multimap/erase_if}} ({{tt|std::unordered_multimap}}) {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/erf}} {{mark since c++11}} <br | + | {{ltpf|cpp/container/unordered_multiset/erase_if}} ({{tt|std::unordered_multiset}}) {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/erfc}} {{mark since c++11}} <br | + | {{ltpf|cpp/container/unordered_set/erase_if}} ({{tt|std::unordered_set}}) {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/erfc | erfcf}} {{mark since c++11}} <br | + | {{ltpf|cpp/container/vector/erase2|erase_if}} ({{tt|std::vector}}) {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/erfc | erfcl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/erf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/erf | erff}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/erfc}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/erf | erfl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/erfc|erfcf}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/errc}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/erfc|erfcl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/error_category}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/erf|erff}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/error_code}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/erf|erfl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/error_condition}} {{mark since c++11}} <br | + | {{ltt|cpp/error/errc}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | exa}} {{mark since c++11}} <br | + | {{ltt|cpp/error/error_category}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/exception}} <br | + | {{ltt|cpp/error/error_code}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/exception_ptr}} {{mark since c++11}} <br | + | {{ltt|cpp/error/error_condition}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/numeric/ratio/ratio|exa}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/error/exception}}<br> |
− | + | {{ltt|cpp/error/exception_ptr}} {{mark since c++11}}<br> | |
− | {{ltf|cpp/utility/program/exit}} <br | + | {{ltpf|cpp/utility/exchange}} {{mark since c++14}}<br> |
− | {{ltf|cpp/numeric/math/exp}} <br | + | {{ltpf|cpp/algorithm/exclusive_scan}} {{mark since c++17}}<br> |
− | {{ | + | ▶ {{rlt|execution}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/utility/program/exit}}<br> |
− | {{ltf|cpp/numeric/math/exp2}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/exp}}<br> |
− | {{ltf|cpp/numeric/math/exp2 | exp2f}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/complex/exp}} ({{tt|std::complex}})<br> |
− | {{ltf|cpp/numeric/math/exp2 | exp2l}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/valarray/exp}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/exp | expf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/exp2}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/exp2|exp2f}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/special_functions/expint}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/math/exp2|exp2l}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/special_functions/expint | expintf}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/math/exp|expf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/special_functions/expint | expintl}} {{mark since c++17}} <br | + | {{ltp|cpp/utility/expected}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/math/exp | expl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/expint}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/expm1}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/expint|expintf}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/expm1 | expm1f}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/expint|expintl}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/expm1 | expm1l}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/exp|expl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/expm1}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/expm1|expm1f}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/expm1|expm1l}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/exponential_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/extent}} {{mark since c++11}}<br> |
+ | {{ltp|cpp/types/extent|extent_v}} {{mark since c++17}}<br> | ||
+ | {{ltp|cpp/container/mdspan/extents}} {{mark since c++23}}<br> | ||
+ | {{ltp|cpp/numeric/random/extreme_value_distribution}} {{mark since c++11}}<br> | ||
===F=== | ===F=== | ||
− | {{ltf|cpp/numeric/math/fabs}} <br | + | {{ltf|cpp/numeric/math/fabs}}<br> |
− | {{ltf|cpp/numeric/math/fabs | fabsf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fabs|fabsf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fabs | fabsl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fabs|fabsl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integral_constant | false_type}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integral_constant|false_type}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fclose}} <br | + | {{ltf|cpp/io/c/fclose}}<br> |
− | {{ltf|cpp/numeric/math/fdim}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fdim}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fdim | fdimf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fdim|fdimf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fdim | fdiml}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fdim|fdiml}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feclearexcept}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feclearexcept}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feenv | fegetenv}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feenv|fegetenv}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feexceptflag | fegetexceptflag}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feexceptflag|fegetexceptflag}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feround | fegetround}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feround|fegetround}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feholdexcept}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feholdexcept}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | femto}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|femto}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/fenv | fenv_t}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/fenv|fenv_t}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/feof}} <br | + | {{ltf|cpp/io/c/feof}}<br> |
− | {{ltf|cpp/numeric/fenv/feraiseexcept}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feraiseexcept}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/ferror}} <br | + | {{ltf|cpp/io/c/ferror}}<br> |
− | {{ltf|cpp/numeric/fenv/feenv | fesetenv}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feenv|fesetenv}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feexceptflag | fesetexceptflag}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feexceptflag|fesetexceptflag}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feround | fesetround}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feround|fesetround}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/fetestexcept}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/fetestexcept}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/fenv/feupdateenv}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/fenv/feupdateenv}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/fenv | fexcept_t}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/fenv|fexcept_t}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fflush}} <br | + | {{ltf|cpp/io/c/fflush}}<br> |
− | {{ltf|cpp/io/c/fgetc}} <br | + | {{ltf|cpp/io/c/fgetc}}<br> |
− | {{ltf|cpp/io/c/fgetpos}} <br | + | {{ltf|cpp/io/c/fgetpos}}<br> |
− | {{ltf|cpp/io/c/fgets}} <br | + | {{ltf|cpp/io/c/fgets}}<br> |
− | {{ltf|cpp/io/c/fgetwc}} <br | + | {{ltf|cpp/io/c/fgetwc}}<br> |
− | {{ltf|cpp/io/c/fgetws}} <br | + | {{ltf|cpp/io/c/fgetws}}<br> |
− | {{ltt|cpp/io/c/FILE}} <br | + | {{ltt|cpp/io/c/FILE}}<br> |
− | {{ltt|cpp/io/basic_filebuf | filebuf}} <br | + | {{ltt|cpp/io/basic_filebuf|filebuf}}<br> |
− | + | ▶ {{rlt|filesystem}} {{mark since c++17}}<br> | |
− | {{ | + | {{ltpf|cpp/algorithm/fill}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/fill_n}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/find}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/find_end}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/find_first_of}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/find|find_if}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/find|find_if_not}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/fisher_f_distribution}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/fixed}} <br | + | {{ltf|cpp/io/manip/fixed}}<br> |
− | {{ | + | {{ltp|cpp/container/flat_map}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/container/flat_multimap}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/container/flat_multiset}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/container/flat_set}} {{mark since c++23}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_denorm_style}} <br | + | {{ltt|cpp/types/numeric_limits/float_denorm_style}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_round_style}} <br | + | {{ltt|cpp/types/numeric_limits/float_round_style}}<br> |
− | {{ltt|cpp/numeric/math | float_t}} {{mark since c++11}} <br/> | + | {{ltt|cpp/numeric/math|float_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/ | + | {{ltt|cpp/types/floating-point|float16_t}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/math/floor}} <br | + | {{ltt|cpp/types/floating-point|float32_t}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/math/floor | floorf}} {{mark since c++11}} <br | + | {{ltt|cpp/types/floating-point|float64_t}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/math/floor | floorl}} {{mark since c++11}} <br | + | {{ltt|cpp/types/floating-point|float128_t}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/concepts/floating_point}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/floor}}<br> |
− | {{ltf|cpp/numeric/math/fma}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/floor|floorf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fma | fmaf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/floor|floorl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fma | fmal}} {{mark since c++11}} <br | + | {{ltpf|cpp/io/manip/flush}}<br> |
− | {{ltf|cpp/numeric/math/fmax}} {{mark since c++11}} <br | + | {{ltpf|cpp/io/manip/flush_emit}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/fmax | fmaxf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fma}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmax | fmaxl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fma|fmaf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmin}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fma|fmal}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmin | fminf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fmax}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmin | fminl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fmax|fmaxf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmod}} <br | + | {{ltf|cpp/numeric/math/fmax|fmaxl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmod | fmodf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fmin}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/fmod | fmodl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/fmin|fminf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fopen}} <br | + | {{ltf|cpp/numeric/math/fmin|fminl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/fmod}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/fmod|fmodf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/fmod|fmodl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/format/basic_format_args | format_args}} {{mark since c++20}} <br | + | {{ltf|cpp/io/c/fopen}}<br> |
− | {{ltt|cpp/utility/format/basic_format_context | format_context}} {{mark since c++20}} <br | + | {{ltpf|cpp/algorithm/for_each}}<br> |
− | {{ltf|cpp/utility/format/format_error}} {{mark since c++20}} <br/> | + | {{ltpf|cpp/algorithm/for_each_n}} {{mark since c++17}}<br> |
− | {{ltt|cpp/utility/format/basic_format_parse_context | format_parse_context}} {{mark since c++20}} <br | + | {{ltpf|cpp/utility/format/format}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/utility/format/basic_format_args|format_args}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/utility/format/basic_format_context|format_context}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/utility/format/format_error}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/format_kind}} {{mark since c++23}}<br> |
− | {{ | + | {{ltt|cpp/utility/format/basic_format_parse_context|format_parse_context}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/basic_format_string|format_string}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/format_to}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/format_to_n}} {{mark since c++20}}<br> |
− | {{ltt|cpp/iterator/iterator_tags | forward_iterator_tag}} <br | + | {{ltp|cpp/utility/format/format_to_n|format_to_n_result}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/format/formattable}} {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/formatted_size}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/fpclassify}} {{mark since c++11}} <br | + | {{ltp|cpp/utility/format/formatter}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/forward}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/c/fpos_t}} <br | + | {{ltpf|cpp/utility/tuple/forward_as_tuple}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fprintf}} <br | + | {{ltp|cpp/iterator/forward_iterator}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/c/fputc}} <br | + | {{ltt|cpp/iterator/iterator_tags|forward_iterator_tag}}<br> |
− | {{ltf|cpp/io/c/fputs}} <br | + | {{ltpf|cpp/utility/forward_like}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/fputwc}} <br | + | {{ltp|cpp/container/forward_list}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fputws}} <br | + | {{ltf|cpp/numeric/math/fpclassify}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fread}} <br | + | {{ltp|cpp/io/fpos}}<br> |
− | {{ltf|cpp/memory/c/free}} <br | + | {{ltt|cpp/io/c/fpos_t}}<br> |
− | {{ltf|cpp/io/c/freopen}} <br | + | {{ltf|cpp/io/c/fprintf}}<br> |
− | {{ltf|cpp/numeric/math/frexp}} <br | + | {{ltf|cpp/io/c/fputc}}<br> |
− | {{ltf|cpp/numeric/math/frexp | frexpf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fputs}}<br> |
− | {{ltf|cpp/numeric/math/frexp | frexpl}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fputwc}}<br> |
− | {{ltf|cpp/utility/from_chars}} {{mark since c++17}} <br | + | {{ltf|cpp/io/c/fputws}}<br> |
− | {{ltt|cpp/utility/from_chars | from_chars_result}} {{mark since c++17}} <br | + | {{ltf|cpp/io/c/fread}}<br> |
− | {{ltt|cpp/ranges/from_range}} {{mark since c++23}} <br | + | {{ltf|cpp/memory/c/free}}<br> |
− | {{ltt|cpp/ranges/from_range | from_range_t}} {{mark since c++23}} <br | + | {{ltf|cpp/io/c/freopen}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/frexp}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/frexp|frexpf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fscanf}} <br | + | {{ltf|cpp/numeric/math/frexp|frexpl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fseek}} <br | + | {{ltf|cpp/utility/from_chars}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/c/fsetpos}} <br | + | {{ltt|cpp/utility/from_chars|from_chars_result}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/basic_fstream | fstream}} <br | + | {{ltt|cpp/ranges/from_range}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/ftell}} <br | + | {{ltt|cpp/ranges/from_range|from_range_t}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/iterator/front_insert_iterator}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/front_inserter}}<br> |
− | {{ltf|cpp/thread/future_category}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fscanf}}<br> |
− | {{ltt|cpp/thread/future_errc}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fseek}}<br> |
− | {{ltt|cpp/thread/future_error}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fsetpos}}<br> |
− | {{ltt|cpp/thread/future_status}} {{mark since c++11}} <br | + | {{ltt|cpp/io/basic_fstream|fstream}}<br> |
− | {{ltf|cpp/io/c/fwide}} <br | + | {{ltf|cpp/io/c/ftell}}<br> |
− | {{ltf|cpp/io/c/fwprintf}} <br | + | {{ltp|cpp/utility/functional/function}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fwrite}} <br | + | {{ltp|cpp/utility/functional/function_ref}} {{mark since c++26}}<br> |
− | {{ltf|cpp/io/c/fwscanf}} <br | + | {{ltp|cpp/thread/future}} {{mark since c++11}}<br> |
+ | {{ltf|cpp/thread/future_category}} {{mark since c++11}}<br> | ||
+ | {{ltt|cpp/thread/future_errc}} {{mark since c++11}}<br> | ||
+ | {{ltt|cpp/thread/future_error}} {{mark since c++11}}<br> | ||
+ | {{ltt|cpp/thread/future_status}} {{mark since c++11}}<br> | ||
+ | {{ltf|cpp/io/c/fwide}}<br> | ||
+ | {{ltf|cpp/io/c/fwprintf}}<br> | ||
+ | {{ltf|cpp/io/c/fwrite}}<br> | ||
+ | {{ltf|cpp/io/c/fwscanf}}<br> | ||
===G=== | ===G=== | ||
− | {{ | + | {{ltp|cpp/numeric/random/gamma_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/gcd}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/generate}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/generate_canonical}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/generate_n}}<br> |
− | {{ | + | {{ltp|cpp/coroutine/generator}} {{mark since c++23}}<br> |
− | {{ltf|cpp/error/generic_category}} {{mark since c++11}} <br | + | {{ltf|cpp/error/generic_category}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/geometric_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/container/array/get}} ({{tt|std::array}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/pair/get}} ({{tt|std::pair}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/ranges/subrange/get}} ({{tt|std::ranges::subrange}}) {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/tuple/get}} ({{tt|std::tuple}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/variant/get}} ({{tt|std::variant}}) {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/get_deleter}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/variant/get_if}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/get_money}} {{mark since c++11}}<br> |
− | {{ltf|cpp/memory/new/get_new_handler}} {{mark since c++11}} <br | + | {{ltf|cpp/memory/new/get_new_handler}} {{mark since c++11}}<br> |
− | {{ltf|cpp/error/get_terminate}} {{mark since c++11}} <br | + | {{ltf|cpp/error/get_terminate}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/get_time}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/string/basic_string/getline}}<br> |
− | {{ltf|cpp/io/c/fgetc | getc}} <br | + | {{ltf|cpp/io/c/fgetc|getc}}<br> |
− | {{ltf|cpp/io/c/getchar}} <br | + | {{ltf|cpp/io/c/getchar}}<br> |
− | {{ltf|cpp/utility/program/getenv}} <br | + | {{ltf|cpp/utility/program/getenv}}<br> |
− | {{ltf|cpp/io/c/fgetwc | getwc}} <br | + | {{ltf|cpp/io/c/fgetwc|getwc}}<br> |
− | {{ltf|cpp/io/c/getwchar | getwchar}} <br | + | {{ltf|cpp/io/c/getwchar|getwchar}}<br> |
− | {{ltt|cpp/numeric/ratio | giga}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|giga}} {{mark since c++11}}<br> |
− | {{ltf|cpp/chrono/c/gmtime}} <br | + | {{ltf|cpp/chrono/c/gmtime}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/greater}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/greater_equal}}<br> |
− | {{ltt|cpp/numeric/valarray/gslice}} <br | + | {{ltt|cpp/numeric/valarray/gslice}}<br> |
− | {{ | + | {{ltp|cpp/numeric/valarray/gslice_array}}<br> |
===H=== | ===H=== | ||
− | {{ltt|cpp/thread/hardware_destructive_interference_size | hardware_constructive_interference_size}} {{mark since c++17}} <br | + | {{ltt|cpp/thread/hardware_destructive_interference_size|hardware_constructive_interference_size}} {{mark since c++17}}<br> |
− | {{ltt|cpp/thread/hardware_destructive_interference_size}} {{mark since c++17}} <br | + | {{ltt|cpp/thread/hardware_destructive_interference_size}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/locale/has_facet}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/has_single_bit}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/has_unique_object_representations}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/has_unique_object_representations|has_unique_object_representations_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/has_virtual_destructor}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/has_virtual_destructor|has_virtual_destructor_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/hash}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | hecto}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/hazard_pointer}} {{mark since c++26}}<br> |
− | {{ltf|cpp/numeric/special_functions/hermite}} {{mark since c++17}} <br | + | {{ltp|cpp/thread/hazard_pointer_obj_base}} {{mark since c++26}}<br> |
− | {{ltf|cpp/numeric/special_functions/hermite | hermitef}} {{mark since c++17}} <br | + | {{ltt|cpp/numeric/ratio/ratio|hecto}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/special_functions/hermite | hermitel}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/hermite}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/manip/hex}} <br | + | {{ltf|cpp/numeric/special_functions/hermite|hermitef}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/manip/fixed | hexfloat}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/hermite|hermitel}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/io/manip/hex}}<br> |
− | {{ltf|cpp/numeric/math/hypot}} {{mark since c++11}} <br | + | {{ltf|cpp/io/manip/fixed|hexfloat}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/hypot | hypotf}} {{mark since c++11}} <br | + | {{ltpf|cpp/utility/variant/holds_alternative}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/hypot | hypotl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/hypot}} {{mark since c++11}}<br> |
+ | {{ltf|cpp/numeric/math/hypot|hypotf}} {{mark since c++11}}<br> | ||
+ | {{ltf|cpp/numeric/math/hypot|hypotl}} {{mark since c++11}}<br> | ||
===I=== | ===I=== | ||
− | {{ltt|cpp/utility/functional/identity}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/functional/identity}} {{mark since c++20}}<br> |
− | {{ltt|cpp/io/basic_ifstream | ifstream}} <br | + | {{ltt|cpp/io/basic_ifstream|ifstream}}<br> |
− | {{ltt|cpp/utility/tuple/ignore}} {{mark since c++11}} <br | + | {{ltt|cpp/utility/tuple/ignore}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/ilogb}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/ilogb}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/ilogb | ilogbf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/ilogb|ilogbf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/ilogb | ilogbl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/ilogb|ilogbl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/imag2|imag}}<br> |
− | {{ltf|cpp/numeric/math/abs | imaxabs}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/abs|imaxabs}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/div | imaxdiv}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/div|imaxdiv}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/math/div | imaxdiv_t}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/math/div|imaxdiv_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/in_place}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/in_place}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/in_place|in_place_index}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/in_place|in_place_index_t}} {{mark since c++17}}<br> |
− | {{ltt|cpp/utility/in_place | in_place_t}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/in_place|in_place_t}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/in_place|in_place_type}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/in_place|in_place_type_t}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/utility/in_range}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/includes}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/inclusive_scan}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/iterator/incrementable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/incrementable_traits}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/independent_bits_engine}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/integer_sequence|index_sequence}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/utility/integer_sequence|index_sequence_for}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/numeric/valarray/indirect_array}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirect_binary_predicate}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirect_equivalence_relation}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirect_result_t}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirect_strict_weak_order}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirect_unary_predicate}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_comparable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_copyable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_copyable_storable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_movable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_movable_storable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_readable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_readable_traits}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_unary_invocable|indirectly_regular_unary_invocable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_swappable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_unary_invocable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/indirectly_writable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/initializer_list}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/inner_product}}<br> |
− | {{ | + | {{ltpf|cpp/memory/inout_ptr_t/inout_ptr}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/memory/inout_ptr_t}} {{mark since c++23}}<br> |
− | {{ltt|cpp/iterator/iterator_tags | input_iterator_tag}} <br | + | {{ltpf|cpp/algorithm/inplace_merge}}<br> |
− | {{ | + | {{ltp|cpp/container/inplace_vector}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/iterator/input_iterator}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/iterator/iterator_tags|input_iterator_tag}}<br> |
− | {{ltt|cpp/types/integer | int_fast16_t}} {{mark since c++11}} <br | + | {{ltp|cpp/iterator/input_or_output_iterator}} {{mark since c++20}}<br> |
− | {{ltt|cpp/types/integer | int_fast32_t}} {{mark since c++11}} <br | + | {{ltp|cpp/iterator/insert_iterator}}<br> |
− | {{ltt|cpp/types/integer | int_fast64_t}} {{mark since c++11}} <br | + | {{ltpf|cpp/iterator/inserter}}<br> |
− | {{ltt|cpp/types/integer | int_fast8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_fast16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int_least16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_fast32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int_least32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_fast64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int_least64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_fast8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int_least8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_least16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_least32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_least64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int_least8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | int8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|int16_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/types/integer|int32_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/types/integer|int64_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/types/integer|int8_t}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/left | internal}} <br | + | {{ltp|cpp/utility/integer_sequence}} {{mark since c++14}}<br> |
− | {{ltt|cpp/types/integer | intmax_t}} {{mark since c++11}} <br | + | {{ltp|cpp/concepts/integral}} {{mark since c++20}}<br> |
− | {{ltt|cpp/types/integer | intptr_t}} {{mark since c++11}} <br | + | {{ltp|cpp/types/integral_constant}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/invalid_argument}} <br | + | {{ltf|cpp/io/manip/left|internal}}<br> |
− | {{ | + | {{ltt|cpp/types/integer|intmax_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/types/integer|intptr_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/error/invalid_argument}}<br> |
− | {{ | + | {{ltp|cpp/concepts/invocable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/functional/invoke}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/io_errc}} {{mark since c++11}} <br | + | {{ltpf|cpp/utility/functional/invoke|invoke_r}} {{mark since c++23}}<br> |
− | {{ltt|cpp/io/basic_ios | ios}} <br | + | {{ltp|cpp/types/result_of|invoke_result}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/ios_base}} <br | + | {{ltp|cpp/types/result_of|invoke_result_t}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/basic_iostream | iostream}} <br | + | {{ltt|cpp/io/io_errc}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/iostream_category}} {{mark since c++11}} <br | + | {{ltt|cpp/io/basic_ios|ios}}<br> |
− | {{ | + | {{ltt|cpp/io/ios_base}}<br> |
− | {{ | + | {{ltt|cpp/io/basic_iostream|iostream}}<br> |
− | {{ | + | {{ltt|cpp/io/iostream_category}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/iota}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_abstract}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_abstract|is_abstract_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_aggregate}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_aggregate|is_aggregate_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_arithmetic}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_arithmetic|is_arithmetic_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_array}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_array|is_array_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_assignable|is_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_base_of}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_base_of|is_base_of_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/is_bind_expression}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/is_bind_expression|is_bind_expression_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_bounded_array}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_bounded_array|is_bounded_array_v}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_class}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_class|is_class_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_compound}} {{mark since c++11}}<br> |
− | {{ltf|cpp/types/is_constant_evaluated}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_compound|is_compound_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_const}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_const|is_const_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/types/is_constant_evaluated}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_constructible|is_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_convertible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_convertible|is_convertible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_assignable|is_copy_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_constructible|is_copy_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/types/is_corresponding_member}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/utility/is_debugger_present}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/types/is_default_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_default_constructible|is_default_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_destructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_destructible|is_destructible_v}} {{mark since c++17}}<br> |
− | {{ltf|cpp/utility/compare/named_comparison_functions | is_eq}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_empty}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_empty|is_empty_v}} {{mark since c++17}}<br> |
− | {{ltt|cpp/error/error_condition/is_error_condition_enum}} {{mark since c++11}} <br | + | {{ltp|cpp/types/is_enum}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/error_condition/is_error_condition_enum | is_error_condition_enum_v}} {{mark since c++17}} <br | + | {{ltp|cpp/types/is_enum|is_enum_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/utility/compare/named_comparison_functions|is_eq}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/error/error_code/is_error_code_enum}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/error/error_condition/is_error_condition_enum}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/error/error_condition/is_error_condition_enum|is_error_condition_enum_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/algorithm/is_execution_policy}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/algorithm/is_execution_policy|is_execution_policy_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_final}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/is_final|is_final_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_floating_point}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_floating_point|is_floating_point_v}} {{mark since c++17}}<br> |
− | {{ltf|cpp/utility/compare/named_comparison_functions | is_gt}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_function}} {{mark since c++11}}<br> |
− | {{ltf|cpp/utility/compare/named_comparison_functions | is_gteq}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_function|is_function_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_fundamental}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_fundamental|is_fundamental_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/utility/compare/named_comparison_functions|is_gt}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/utility/compare/named_comparison_functions|is_gteq}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/is_heap}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/is_heap_until}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_implicit_lifetime}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/types/is_integral}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_integral|is_integral_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_invocable}} {{mark since c++17}}<br> |
− | {{ltf|cpp/utility/compare/named_comparison_functions | is_lt}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_invocable|is_invocable_r}} {{mark since c++17}}<br> |
− | {{ltf|cpp/utility/compare/named_comparison_functions | is_lteq}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_invocable|is_invocable_r_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_invocable|is_invocable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_layout_compatible}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_layout_compatible|is_layout_compatible_v}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/utility/compare/named_comparison_functions|is_lt}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/utility/compare/named_comparison_functions|is_lteq}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_lvalue_reference}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_lvalue_reference|is_lvalue_reference_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_member_function_pointer}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_member_function_pointer|is_member_function_pointer_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_member_object_pointer}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_member_object_pointer|is_member_object_pointer_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_member_pointer}} {{mark since c++11}}<br> |
− | {{ltf|cpp/utility/compare/named_comparison_functions | is_neq}} {{mark since c++20}} <br | + | {{ltp|cpp/types/is_member_pointer|is_member_pointer_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_assignable|is_move_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_constructible|is_move_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltf|cpp/utility/compare/named_comparison_functions|is_neq}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_assignable|is_nothrow_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_assignable|is_nothrow_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_constructible|is_nothrow_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_constructible|is_nothrow_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_convertible|is_nothrow_convertible}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_convertible|is_nothrow_convertible_v}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_assignable|is_nothrow_copy_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_assignable|is_nothrow_copy_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_constructible|is_nothrow_copy_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_constructible|is_nothrow_copy_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_default_constructible|is_nothrow_default_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_default_constructible|is_nothrow_default_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_destructible|is_nothrow_destructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_destructible|is_nothrow_destructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_invocable|is_nothrow_invocable}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_invocable|is_nothrow_invocable_r}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_invocable|is_nothrow_invocable_r_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_invocable|is_nothrow_invocable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_assignable|is_nothrow_move_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_assignable|is_nothrow_move_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_constructible|is_nothrow_move_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_constructible|is_nothrow_move_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_nothrow_swappable}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_nothrow_swappable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_nothrow_swappable_with}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_nothrow_swappable_with_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_null_pointer}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_null_pointer|is_null_pointer_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_object}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_object|is_object_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/is_partitioned}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/is_permutation}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/is_placeholder}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/is_placeholder|is_placeholder_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_pod}} {{mark life|since=c++11|deprecated=c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_pod|is_pod_v}} {{mark life|since=c++17|deprecated=c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_pointer}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_pointer|is_pointer_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_pointer_interconvertible_base_of}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_pointer_interconvertible_base_of|is_pointer_interconvertible_base_of_v}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/types/is_pointer_interconvertible_with_class}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_polymorphic}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_polymorphic|is_polymorphic_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_reference}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_reference|is_reference_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_rvalue_reference}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_rvalue_reference|is_rvalue_reference_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_same}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_same|is_same_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_scalar}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_scalar|is_scalar_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_scoped_enum}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/types/is_scoped_enum|is_scoped_enum_v}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/types/is_signed}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_signed|is_signed_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/is_sorted}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/is_sorted_until}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_standard_layout}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_standard_layout|is_standard_layout_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_swappable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_swappable_with}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_swappable|is_swappable_with_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_trivial}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_trivial|is_trivial_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_assignable|is_trivially_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_assignable|is_trivially_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_constructible|is_trivially_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_constructible|is_trivially_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_trivially_copyable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_trivially_copyable|is_trivially_copyable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_assignable|is_trivially_copy_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_assignable|is_trivially_copy_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_constructible|is_trivially_copy_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_copy_constructible|is_trivially_copy_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_default_constructible|is_trivially_default_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_default_constructible|is_trivially_default_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_destructible|is_trivially_destructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_destructible|is_trivially_destructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_assignable|is_trivially_move_assignable}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_assignable|is_trivially_move_assignable_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_constructible|is_trivially_move_constructible}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_move_constructible|is_trivially_move_constructible_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_unbounded_array}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_unbounded_array|is_unbounded_array_v}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/is_union}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/is_union|is_union_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_unsigned}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/isalnum}} <br | + | {{ltp|cpp/types/is_unsigned|is_unsigned_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_virtual_base_of}} {{mark since c++26}}<br> |
− | {{ltf|cpp/string/byte/isalpha}} <br | + | {{ltp|cpp/types/is_virtual_base_of|is_virtual_base_of_v}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/types/is_void}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/isblank}} {{mark since c++11}} <br | + | {{ltp|cpp/types/is_void|is_void_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_volatile}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/iscntrl}} <br | + | {{ltp|cpp/types/is_volatile|is_volatile_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/is_within_lifetime}} {{mark since c++26}}<br> |
− | {{ltf|cpp/string/byte/isdigit}} <br | + | {{ltf|cpp/string/byte/isalnum}}<br> |
− | {{ | + | {{ltpf|cpp/locale/isalnum}} (locale)<br> |
− | {{ltf|cpp/numeric/math/isfinite}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/isalpha}}<br> |
− | {{ltf|cpp/string/byte/isgraph}} <br | + | {{ltpf|cpp/locale/isalpha}} (locale)<br> |
− | {{ | + | {{ltf|cpp/string/byte/isblank}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/isgreater}} {{mark since c++11}} <br | + | {{ltpf|cpp/locale/isblank}} (locale) {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/isgreaterequal}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/iscntrl}}<br> |
− | {{ltf|cpp/numeric/math/isinf}} {{mark since c++11}} <br | + | {{ltpf|cpp/locale/iscntrl}} (locale)<br> |
− | {{ltf|cpp/numeric/math/isless}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/isdigit}}<br> |
− | {{ltf|cpp/numeric/math/islessequal}} {{mark since c++11}} <br | + | {{ltpf|cpp/locale/isdigit}} (locale)<br> |
− | {{ltf|cpp/numeric/math/islessgreater}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/isfinite}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/islower}} <br | + | {{ltf|cpp/string/byte/isgraph}}<br> |
− | {{ | + | {{ltpf|cpp/locale/isgraph}} (locale)<br> |
− | {{ltf|cpp/numeric/math/isnan}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/isgreater}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/isnormal}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/isgreaterequal}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/basic_ispanstream | ispanstream}} {{mark since c++23}} <br | + | {{ltf|cpp/numeric/math/isinf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/isprint}} <br | + | {{ltf|cpp/numeric/math/isless}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/islessequal}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/ispunct}} <br | + | {{ltf|cpp/numeric/math/islessgreater}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/islower}}<br> |
− | {{ltf|cpp/string/byte/isspace}} <br | + | {{ltpf|cpp/locale/islower}} (locale)<br> |
− | {{ | + | {{ltf|cpp/numeric/math/isnan}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/basic_istream | istream}} <br | + | {{ltf|cpp/numeric/math/isnormal}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/io/basic_ispanstream|ispanstream}} {{mark since c++23}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/isprint}}<br> |
− | {{ltt|cpp/io/basic_istringstream | istringstream}} <br | + | {{ltpf|cpp/locale/isprint}} (locale)<br> |
− | {{ltt|cpp/io/istrstream}} {{mark deprecated c++98}} <br | + | {{ltf|cpp/string/byte/ispunct}}<br> |
− | {{ltf|cpp/numeric/math/isunordered}} {{mark since c++11}} <br | + | {{ltpf|cpp/locale/ispunct}} (locale)<br> |
− | {{ltf|cpp/string/byte/isupper}} <br | + | {{ltf|cpp/string/byte/isspace}}<br> |
− | {{ | + | {{ltpf|cpp/locale/isspace}} (locale)<br> |
− | {{ltf|cpp/string/wide/iswalnum}} <br | + | {{ltt|cpp/io/basic_istream|istream}}<br> |
− | {{ltf|cpp/string/wide/iswalpha}} <br | + | {{ltp|cpp/iterator/istreambuf_iterator}}<br> |
− | {{ltf|cpp/string/wide/iswblank}} {{mark since c++11}} <br | + | {{ltp|cpp/iterator/istream_iterator}}<br> |
− | {{ltf|cpp/string/wide/iswcntrl}} <br | + | {{ltt|cpp/io/basic_istringstream|istringstream}}<br> |
− | {{ltf|cpp/string/wide/iswctype}} <br | + | {{ltt|cpp/io/istrstream}} {{mark deprecated c++98}}<br> |
− | {{ltf|cpp/string/wide/iswdigit}} <br | + | {{ltf|cpp/numeric/math/isunordered}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/iswgraph}} <br | + | {{ltf|cpp/string/byte/isupper}}<br> |
− | {{ltf|cpp/string/wide/iswlower}} <br | + | {{ltpf|cpp/locale/isupper}} (locale)<br> |
− | {{ltf|cpp/string/wide/iswprint}} <br | + | {{ltf|cpp/string/wide/iswalnum}}<br> |
− | {{ltf|cpp/string/wide/iswpunct}} <br | + | {{ltf|cpp/string/wide/iswalpha}}<br> |
− | {{ltf|cpp/string/wide/iswspace}} <br | + | {{ltf|cpp/string/wide/iswblank}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/iswupper}} <br | + | {{ltf|cpp/string/wide/iswcntrl}}<br> |
− | {{ltf|cpp/string/wide/iswxdigit}} <br | + | {{ltf|cpp/string/wide/iswctype}}<br> |
− | {{ltf|cpp/string/byte/isxdigit}} <br | + | {{ltf|cpp/string/wide/iswdigit}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswgraph}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswlower}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswprint}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswpunct}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswspace}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswupper}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/iswxdigit}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/isxdigit}}<br> |
− | {{ | + | {{ltpf|cpp/locale/isxdigit}} (locale)<br> |
− | {{ | + | {{ltp|cpp/iterator/iter_t|iter_common_reference_t}} {{mark since c++20}}<br> |
+ | {{ltp|cpp/iterator/iter_t|iter_const_reference_t}} {{mark since c++23}}<br> | ||
+ | {{ltp|cpp/iterator/iter_t|iter_difference_t}} {{mark since c++20}}<br> | ||
+ | {{ltp|cpp/iterator/iter_t|iter_reference_t}} {{mark since c++20}}<br> | ||
+ | {{ltp|cpp/iterator/iter_t|iter_rvalue_reference_t}} {{mark since c++20}}<br> | ||
+ | {{ltpf|cpp/algorithm/iter_swap}}<br> | ||
+ | {{ltp|cpp/iterator/iter_t|iter_value_t}} {{mark since c++20}}<br> | ||
+ | {{ltp|cpp/iterator/iterator}} {{mark deprecated c++17}}<br> | ||
+ | {{ltp|cpp/iterator/iterator_traits}}<br> | ||
===J=== | ===J=== | ||
− | {{ltt|cpp/utility/program/jmp_buf}} <br | + | {{ltt|cpp/utility/program/jmp_buf}}<br> |
− | {{ltt|cpp/thread/jthread}} {{mark since c++20}} <br | + | {{ltt|cpp/thread/jthread}} {{mark since c++20}}<br> |
===K=== | ===K=== | ||
− | {{ | + | {{ltpf|cpp/atomic/kill_dependency}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | kilo}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|kilo}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/random | knuth_b}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/random/shuffle_order_engine|knuth_b}} {{mark since c++11}}<br> |
===L=== | ===L=== | ||
− | {{ltf|cpp/numeric/math/abs | labs}} <br | + | {{ltf|cpp/numeric/math/abs|labs}}<br> |
− | {{ltf|cpp/numeric/special_functions/laguerre}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/laguerre}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/laguerre | laguerref}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/laguerre|laguerref}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/laguerre | laguerrel}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/laguerre|laguerrel}} {{mark since c++17}}<br> |
− | {{ltt|cpp/thread/ | + | {{ltt|cpp/thread/latch}} {{mark since c++20}}<br> |
− | {{ltt|cpp/thread/launch}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/launch}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/launder}} {{mark since c++17}}<br> |
− | {{ltt|cpp/container/mdspan/layout_left}} {{mark since c++23}} <br/> | + | {{ltt|cpp/container/mdspan/layout_left}} {{mark since c++23}}<br> |
− | {{ltt|cpp/container/mdspan/layout_right}} {{mark since c++23}} <br/> | + | {{ltp|cpp/container/mdspan/layout_left_padded}} {{mark since c++26}}<br> |
− | {{ltt|cpp/container/mdspan/layout_stride}} {{mark since c++23}} <br | + | {{ltt|cpp/container/mdspan/layout_right}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/container/mdspan/layout_right_padded}} {{mark since c++26}}<br> |
− | {{ltt|cpp/locale/lconv}} <br | + | {{ltt|cpp/container/mdspan/layout_stride}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/math/ldexp}} <br | + | {{ltpf|cpp/numeric/lcm}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/ldexp | ldexpf}} {{mark since c++11}} <br | + | {{ltt|cpp/locale/lconv}}<br> |
− | {{ltf|cpp/numeric/math/ldexp | ldexpl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/ldexp}}<br> |
− | {{ltf|cpp/numeric/math/div | ldiv}} <br | + | {{ltf|cpp/numeric/math/ldexp|ldexpf}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/math/div | ldiv_t}} <br | + | {{ltf|cpp/numeric/math/ldexp|ldexpl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/left}} <br | + | {{ltf|cpp/numeric/math/div|ldiv}}<br> |
− | {{ltf|cpp/numeric/special_functions/legendre}} {{mark since c++17}} <br | + | {{ltt|cpp/numeric/math/div|ldiv_t}}<br> |
− | {{ltf|cpp/numeric/special_functions/legendre | legendref}} {{mark since c++17}} <br | + | {{ltf|cpp/io/manip/left}}<br> |
− | {{ltf|cpp/numeric/special_functions/legendre | legendrel}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/legendre}} {{mark since c++17}}<br> |
− | {{ltt|cpp/error/length_error}} <br | + | {{ltf|cpp/numeric/special_functions/legendre|legendref}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/lerp}} {{mark since c++20}} <br | + | {{ltf|cpp/numeric/special_functions/legendre|legendrel}} {{mark since c++17}}<br> |
− | {{ | + | {{ltt|cpp/error/length_error}}<br> |
− | {{ | + | {{ltf|cpp/numeric/lerp}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/less}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/less_equal}}<br> |
− | {{ltf|cpp/numeric/math/lgamma}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/lexicographical_compare}}<br> |
− | {{ltf|cpp/numeric/math/lgamma | lgammaf}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/lexicographical_compare_three_way}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/lgamma | lgammal}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/lgamma}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/lgamma|lgammaf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/lgamma|lgammal}} {{mark since c++11}}<br> |
− | + | ▶ {{rlt|linalg}} {{mark since c++26}}<br> | |
− | {{ | + | {{ltp|cpp/numeric/random/linear_congruential_engine}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/abs | llabs}} {{mark since c++11}} <br | + | {{ltp|cpp/container/list}}<br> |
− | {{ltf|cpp/numeric/math/div | lldiv}} {{mark since c++11}} <br | + | ▶ {{rlt|literals}} {{mark since c++14}}<br> |
− | {{ltt|cpp/numeric/math/div | lldiv_t}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/abs|llabs}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/rint | llrint}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/div|lldiv}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/rint | llrintf}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/math/div|lldiv_t}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/rint | llrintl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/rint|llrint}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/round | llround}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/rint|llrintf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/round | llroundf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/rint|llrintl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/round | llroundl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/round|llround}} {{mark since c++11}}<br> |
− | {{ltt|cpp/locale/locale}} <br | + | {{ltf|cpp/numeric/math/round|llroundf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/locale/localeconv}} <br | + | {{ltf|cpp/numeric/math/round|llroundl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/chrono/c/localtime}} <br | + | {{ltt|cpp/locale/locale}}<br> |
− | {{ | + | {{ltf|cpp/locale/localeconv}}<br> |
− | {{ | + | {{ltf|cpp/chrono/c/localtime}}<br> |
− | {{ltf|cpp/numeric/math/log}} <br | + | {{ltpf|cpp/thread/lock}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/thread/lock_guard}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/log}}<br> |
− | {{ltf|cpp/numeric/math/log10}} <br | + | {{ltpf|cpp/numeric/complex/log}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/log}} ({{tt|std::valarray}})<br> |
− | {{ | + | {{ltf|cpp/numeric/math/log10}}<br> |
− | {{ltf|cpp/numeric/math/log10 | log10f}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/complex/log10}} ({{tt|std::complex}})<br> |
− | {{ltf|cpp/numeric/math/log10 | log10l}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/valarray/log10}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/log1p}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log10|log10f}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/log1p | log1pf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log10|log10l}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/log1p | log1pl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log1p}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/log2}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log1p|log1pf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/log2 | log2f}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log1p|log1pl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/log2 | log2l}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log2}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/logb}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log2|log2f}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/logb | logbf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/log2|log2l}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/logb | logbl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/logb}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/log | logf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/logb|logbf}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/logic_error}} <br | + | {{ltf|cpp/numeric/math/logb|logbl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/log|logf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/error/logic_error}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/logical_and}}<br> |
− | {{ltf|cpp/numeric/math/log | logl}} {{mark since c++11}} <br | + | {{ltp|cpp/utility/functional/logical_not}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/logical_or}}<br> |
− | {{ltf|cpp/utility/program/longjmp}} <br | + | {{ltf|cpp/numeric/math/log|logl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/lognormal_distribution}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/rint | lrint}} {{mark since c++11}} <br | + | {{ltf|cpp/utility/program/longjmp}}<br> |
− | {{ltf|cpp/numeric/math/rint | lrintf}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/lower_bound}}<br> |
− | {{ltf|cpp/numeric/math/rint | lrintl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/rint|lrint}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/round | lround}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/rint|lrintf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/round | lroundf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/rint|lrintl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/round | lroundl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/round|lround}} {{mark since c++11}}<br> |
+ | {{ltf|cpp/numeric/math/round|lroundf}} {{mark since c++11}}<br> | ||
+ | {{ltf|cpp/numeric/math/round|lroundl}} {{mark since c++11}}<br> | ||
===M=== | ===M=== | ||
− | {{ | + | {{ltpf|cpp/utility/any/make_any}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/make_const_iterator}} {{mark since c++23}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/make_const_sentinel}} {{mark since c++23}}<br> |
− | {{ltt|cpp/error/errc/make_error_code}} (std::errc) {{mark since c++11}} <br | + | {{ltt|cpp/error/errc/make_error_code}} ({{tt|std::errc}}) {{mark since c++11}}<br> |
− | {{ltt|cpp/io/io_errc/make_error_code}} (std::io_errc) {{mark since c++11}} <br | + | {{ltt|cpp/io/io_errc/make_error_code}} ({{tt|std::io_errc}}) {{mark since c++11}}<br> |
− | {{ltt|cpp/error/errc/make_error_condition}} (std::errc) {{mark since c++11}} <br | + | {{ltt|cpp/error/errc/make_error_condition}} ({{tt|std::errc}}) {{mark since c++11}}<br> |
− | {{ltt|cpp/io/io_errc/make_error_condition}} (std::io_errc) {{mark since c++11}} <br | + | {{ltt|cpp/io/io_errc/make_error_condition}} ({{tt|std::io_errc}}) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/error/make_exception_ptr}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/make_format_args}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/make_from_tuple}} {{mark since c++17}}<br> |
− | {{ltf|cpp/algorithm/make_heap | + | {{ltf|cpp/thread/make_hazard_pointer}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/make_heap}}<br> |
− | {{ | + | {{ltp|cpp/utility/integer_sequence|make_index_sequence}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/utility/integer_sequence|make_integer_sequence}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/make_move_iterator}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/make_obj_using_allocator}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/optional/make_optional}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/pair/make_pair}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/make_reverse_iterator}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/make_shared}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/make_shared|make_shared_for_overwrite}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/types/make_signed}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/make_signed|make_signed_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/utility/tuple/make_tuple}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/unique_ptr/make_unique}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/memory/unique_ptr/make_unique|make_unique_for_overwrite}} {{mark since c++20}}<br> |
− | {{ltf|cpp/memory/c/malloc}} <br | + | {{ltp|cpp/types/make_unsigned}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/make_unsigned|make_unsigned_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/make_format_args|make_wformat_args}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/memory/c/malloc}}<br> |
− | {{ | + | {{ltp|cpp/container/map}}<br> |
− | {{ltt|cpp/types/max_align_t}} {{mark since c++11}} <br | + | {{ltp|cpp/numeric/valarray/mask_array}}<br> |
− | {{ | + | {{ltp|cpp/regex/match_results}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/mblen}} <br | + | {{ltpf|cpp/algorithm/max}}<br> |
− | {{ltf|cpp/string/multibyte/mbrlen}} <br | + | {{ltt|cpp/types/max_align_t}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/mbrtoc16}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/max_element}}<br> |
− | {{ltf|cpp/string/multibyte/mbrtoc32}} {{mark since c++11}} <br | + | {{ltf|cpp/string/multibyte/mblen}}<br> |
− | {{ltf|cpp/string/multibyte/mbrtoc8}} {{mark since c++20}} <br | + | {{ltf|cpp/string/multibyte/mbrlen}}<br> |
− | {{ltf|cpp/string/multibyte/mbrtowc}} <br | + | {{ltf|cpp/string/multibyte/mbrtoc16}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/mbsinit}} <br | + | {{ltf|cpp/string/multibyte/mbrtoc32}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/mbsrtowcs}} <br | + | {{ltf|cpp/string/multibyte/mbrtoc8}} {{mark since c++20}}<br> |
− | {{ltt|cpp/string/multibyte/mbstate_t}} <br | + | {{ltf|cpp/string/multibyte/mbrtowc}}<br> |
− | {{ltf|cpp/string/multibyte/mbstowcs}} <br | + | {{ltf|cpp/string/multibyte/mbsinit}}<br> |
− | {{ltf|cpp/string/multibyte/mbtowc}} <br | + | {{ltf|cpp/string/multibyte/mbsrtowcs}}<br> |
− | {{ | + | {{ltt|cpp/string/multibyte/mbstate_t}}<br> |
− | {{ltt|cpp/numeric/ratio | mega}} {{mark since c++11}} <br | + | {{ltf|cpp/string/multibyte/mbstowcs}}<br> |
− | {{ | + | {{ltf|cpp/string/multibyte/mbtowc}}<br> |
− | {{ltf|cpp/string/byte/memchr}} <br | + | {{ltp|cpp/container/mdspan}} {{mark since c++23}}<br> |
− | {{ltf|cpp/string/byte/memcmp}} <br | + | {{ltt|cpp/numeric/ratio/ratio|mega}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/memcpy}} <br | + | {{ltpf|cpp/utility/functional/mem_fn}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/memmove}} <br | + | {{ltf|cpp/string/byte/memchr}}<br> |
− | {{ltt|cpp/atomic/memory_order}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/memcmp}}<br> |
− | {{ltt|cpp/atomic/memory_order | memory_order_acq_rel}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/memcpy}}<br> |
− | {{ltt|cpp/atomic/memory_order | memory_order_acquire}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/memmove}}<br> |
− | {{ltt|cpp/atomic/memory_order | memory_order_consume}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/memory_order}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/memory_order | memory_order_relaxed}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/memory_order|memory_order_acq_rel}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/memory_order | memory_order_release}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/memory_order|memory_order_acquire}} {{mark since c++11}}<br> |
− | {{ltt|cpp/atomic/memory_order | memory_order_seq_cst}} {{mark since c++11}} <br | + | {{ltt|cpp/atomic/memory_order|memory_order_consume}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/memset}} <br | + | {{ltt|cpp/atomic/memory_order|memory_order_relaxed}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/atomic/memory_order|memory_order_release}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/atomic/memory_order|memory_order_seq_cst}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/memset}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/merge}}<br> |
− | {{ltt|cpp/locale/messages_base}} <br | + | {{ltp|cpp/iterator/mergeable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/mersenne_twister_engine}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | micro}} {{mark since c++11}} <br | + | {{ltp|cpp/locale/messages}}<br> |
− | {{ | + | {{ltt|cpp/locale/messages_base}}<br> |
− | {{ltt|cpp/numeric/ratio | milli}} {{mark since c++11}} <br | + | {{ltp|cpp/locale/messages_byname}}<br> |
− | {{ | + | {{ltt|cpp/numeric/ratio/ratio|micro}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/midpoint}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/numeric/ratio/ratio|milli}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/min}}<br> |
− | {{ltt|cpp/numeric/random | minstd_rand}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/min_element}}<br> |
− | {{ltt|cpp/numeric/random | minstd_rand0}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/minmax}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/minmax_element}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/numeric/random/linear_congruential_engine|minstd_rand}} {{mark since c++11}}<br> |
− | {{ltf|cpp/chrono/c/mktime}} <br | + | {{ltt|cpp/numeric/random/linear_congruential_engine|minstd_rand0}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/modf}} <br | + | {{ltp|cpp/utility/functional/minus}}<br> |
− | {{ltf|cpp/numeric/math/modf | modff}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/mismatch}}<br> |
− | {{ltf|cpp/numeric/math/modf | modfl}} {{mark since c++11}} <br | + | {{ltf|cpp/chrono/c/mktime}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/modf}}<br> |
− | {{ltt|cpp/locale/money_base}} <br | + | {{ltf|cpp/numeric/math/modf|modff}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/modf|modfl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/modulus}}<br> |
− | {{ | + | {{ltt|cpp/locale/money_base}}<br> |
− | {{ | + | {{ltp|cpp/locale/money_get}}<br> |
− | {{ltt|cpp/utility/variant/monostate}} {{mark since c++17}} <br | + | {{ltp|cpp/locale/moneypunct}}<br> |
− | {{ | + | {{ltp|cpp/locale/moneypunct_byname}}<br> |
− | {{ | + | {{ltp|cpp/locale/money_put}}<br> |
− | {{ | + | {{ltt|cpp/utility/variant/monostate}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/concepts/movable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/move}} (algorithm) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/move}} (utility) {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/move_backward}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/move_constructible}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/move_if_noexcept}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/random | mt19937}} {{mark since c++11}} <br | + | {{ltp|cpp/iterator/move_iterator}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/random | mt19937_64}} {{mark since c++11}} <br/> | + | {{ltp|cpp/utility/functional/move_only_function}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/iterator/move_sentinel}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/numeric/random/mersenne_twister_engine|mt19937}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/numeric/random/mersenne_twister_engine|mt19937_64}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/mutex}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/mul_sat}} {{mark since c++26}}<br> |
+ | {{ltp|cpp/container/multimap}}<br> | ||
+ | {{ltp|cpp/utility/functional/multiplies}}<br> | ||
+ | {{ltp|cpp/container/multiset}}<br> | ||
+ | {{ltt|cpp/thread/mutex}} {{mark since c++11}}<br> | ||
===N=== | ===N=== | ||
− | {{ltf|cpp/numeric/math/nan}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nan}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nan | nanf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nan|nanf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nan | nanl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nan|nanl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | nano}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|nano}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nearbyint}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nearbyint}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nearbyint | nearbyintf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nearbyint|nearbyintf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nearbyint | nearbyintl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nearbyint|nearbyintl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/negate}}<br> |
− | {{ | + | {{ltp|cpp/types/negation}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/negation|negation_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/negative_binomial_distribution}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/nested_exception}} {{mark since c++11}} <br | + | {{ltt|cpp/error/nested_exception}} {{mark since c++11}}<br> |
− | {{ltt|cpp/memory/new/new_handler}} <br | + | {{ltt|cpp/memory/new/new_handler}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/next}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/next_permutation}}<br> |
− | {{ltf|cpp/numeric/math/nextafter}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nextafter}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nextafter | nextafterf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nextafter|nextafterf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nextafter | nextafterl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nextafter|nextafterl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nextafter | nexttoward}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nextafter|nexttoward}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nextafter | nexttowardf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nextafter|nexttowardf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/nextafter | nexttowardl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/nextafter|nexttowardl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/emit_on_flush|noemit_on_flush}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/manip/boolalpha | noboolalpha}} <br | + | {{ltf|cpp/io/manip/boolalpha|noboolalpha}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/all_any_none_of|none_of}} {{mark since c++11}}<br> |
− | {{ltf|cpp/coroutine/noop_coroutine}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/nontype}} {{mark since c++26}}<br> |
− | {{ltt|cpp/coroutine/coroutine_handle | noop_coroutine_handle}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/nontype|nontype_t}} {{mark since c++26}}<br> |
− | {{ltt|cpp/coroutine/noop_coroutine_promise}} {{mark since c++20}} <br | + | {{ltf|cpp/coroutine/noop_coroutine}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/coroutine/coroutine_handle|noop_coroutine_handle}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/coroutine/noop_coroutine_promise}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/manip/showbase | noshowbase}} <br | + | {{ltpf|cpp/numeric/complex/norm}}<br> |
− | {{ltf|cpp/io/manip/showpoint | noshowpoint}} <br | + | {{ltp|cpp/numeric/random/normal_distribution}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/showpos | noshowpos}} <br | + | {{ltf|cpp/io/manip/showbase|noshowbase}}<br> |
− | {{ltf|cpp/io/manip/skipws | noskipws}} <br | + | {{ltf|cpp/io/manip/showpoint|noshowpoint}}<br> |
− | {{ltt|cpp/thread/stop_source/nostopstate}} {{mark since c++20}} <br | + | {{ltf|cpp/io/manip/showpos|noshowpos}}<br> |
− | {{ltt|cpp/thread/stop_source/nostopstate_t}} {{mark since c++20}} <br | + | {{ltf|cpp/io/manip/skipws|noskipws}}<br> |
− | {{ | + | {{ltt|cpp/thread/stop_source/nostopstate}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/thread/stop_source/nostopstate_t}} {{mark since c++20}}<br> |
− | {{ltt|cpp/memory/new/nothrow}} <br | + | {{ltp|cpp/utility/functional/not_equal_to}}<br> |
− | {{ltt|cpp/memory/new/nothrow_t}} <br | + | {{ltpf|cpp/utility/functional/not_fn}} {{mark since c++17}}<br> |
− | {{ltf|cpp/thread/notify_all_at_thread_exit}} {{mark since c++11}} <br | + | {{ltt|cpp/memory/new/nothrow}}<br> |
− | {{ltf|cpp/io/manip/unitbuf | nounitbuf}} <br | + | {{ltt|cpp/memory/new/nothrow_t}}<br> |
− | {{ltf|cpp/io/manip/uppercase | nouppercase}} <br | + | {{ltf|cpp/thread/notify_all_at_thread_exit}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/io/manip/unitbuf|nounitbuf}}<br> |
− | {{ltt|cpp/utility/optional/nullopt}} {{mark since c++17}} <br | + | {{ltf|cpp/io/manip/uppercase|nouppercase}}<br> |
− | {{ltt|cpp/utility/optional/nullopt_t}} {{mark since c++17}} <br | + | {{ltpf|cpp/algorithm/nth_element}}<br> |
− | {{ltt|cpp/types/nullptr_t}} {{mark since c++11}} <br | + | {{ltt|cpp/utility/optional/nullopt}} {{mark since c++17}}<br> |
− | {{ | + | {{ltt|cpp/utility/optional/nullopt_t}} {{mark since c++17}}<br> |
− | {{ | + | {{ltt|cpp/types/nullptr_t}} {{mark since c++11}}<br> |
− | + | {{ltp|cpp/types/numeric_limits}}<br> | |
− | {{ | + | {{ltp|cpp/locale/num_get}}<br> |
− | {{ | + | ▶ {{rlt|numbers}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/locale/numpunct}}<br> |
+ | {{ltp|cpp/locale/numpunct_byname}}<br> | ||
+ | {{ltp|cpp/locale/num_put}}<br> | ||
===O=== | ===O=== | ||
− | {{ltf|cpp/io/manip/hex | oct}} <br | + | {{ltf|cpp/io/manip/hex|oct}}<br> |
− | {{ltt|cpp/thread/once_flag}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/once_flag}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/basic_ofstream | ofstream}} <br | + | {{ltt|cpp/io/basic_ofstream|ofstream}}<br> |
− | {{ | + | {{ltp|cpp/utility/optional}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/basic_ospanstream | ospanstream}} {{mark since c++23}} <br | + | {{ltt|cpp/io/basic_ospanstream|ospanstream}} {{mark since c++23}}<br> |
− | {{ltt|cpp/io/basic_ostream | ostream}} <br | + | {{ltt|cpp/io/basic_ostream|ostream}}<br> |
− | {{ | + | {{ltp|cpp/iterator/ostreambuf_iterator}}<br> |
− | {{ | + | {{ltp|cpp/iterator/ostream_iterator}}<br> |
− | {{ltt|cpp/io/basic_ostringstream | ostringstream}} <br | + | {{ltt|cpp/io/basic_ostringstream|ostringstream}}<br> |
− | {{ltt|cpp/io/ostrstream}} {{mark deprecated c++98}} <br | + | {{ltt|cpp/io/ostrstream}} {{mark deprecated c++98}}<br> |
− | {{ltt|cpp/io/basic_osyncstream | osyncstream}} {{mark since c++20}} <br | + | {{ltt|cpp/io/basic_osyncstream|osyncstream}} {{mark since c++20}}<br> |
− | {{ltt|cpp/error/out_of_range}} <br | + | {{ltt|cpp/error/out_of_range}}<br> |
− | {{ | + | {{ltpf|cpp/memory/out_ptr_t/out_ptr}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/memory/out_ptr_t}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/iterator/output_iterator}} {{mark since c++20}}<br> |
− | {{ltt|cpp/iterator/iterator_tags | output_iterator_tag}} <br | + | {{ltt|cpp/iterator/iterator_tags|output_iterator_tag}}<br> |
− | {{ltt|cpp/error/overflow_error}} <br | + | {{ltt|cpp/error/overflow_error}}<br> |
− | {{ | + | {{ltp|cpp/memory/owner_less}} {{mark since c++11}}<br> |
===P=== | ===P=== | ||
− | {{ | + | {{ltp|cpp/thread/packaged_task}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/pair}}<br> |
− | {{ltt|cpp/utility/compare/partial_order}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/compare/partial_order}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/compare/partial_ordering}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/compare/partial_ordering}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/partial_sort}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/partial_sort_copy}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/partial_sum}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/partition}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/partition_copy}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/partition_point}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/iterator/permutable}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/c/perror}} <br | + | {{ltf|cpp/io/c/perror}}<br> |
− | {{ltt|cpp/numeric/ratio | peta}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|peta}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | pico}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|pico}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/piecewise_constant_distribution}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/piecewise_construct}} {{mark since c++11}} <br | + | {{ltt|cpp/utility/piecewise_construct}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/piecewise_construct_t}} {{mark since c++11}} <br | + | {{ltt|cpp/utility/piecewise_construct_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/piecewise_linear_distribution}} {{mark since c++11}}<br> |
− | + | ▶ {{rlt|placeholders}} {{mark since c++11}}<br> | |
− | {{ | + | {{ltp|cpp/utility/functional/plus}}<br> |
− | + | ▶ {{rlt|pmr}} {{mark since c++17}}<br> | |
− | {{ | + | {{ltp|cpp/memory/pointer_traits}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/poisson_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/polar}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/pop_heap}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/popcount}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/pow}} <br | + | {{ltf|cpp/numeric/math/pow}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/pow}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/pow}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/pow | powf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/pow|powf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/pow | powl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/pow|powl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/predicate}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/prev}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/prev_permutation}}<br> |
− | {{ | + | {{ltpf|cpp/io/print}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/fprintf | printf}} <br | + | {{ltf|cpp/io/c/fprintf|printf}}<br> |
− | {{ | + | {{ltpf|cpp/io/println}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/container/priority_queue}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/proj}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/iterator/projected}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/thread/promise}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/ptrdiff_t}} <br | + | {{ltt|cpp/types/ptrdiff_t}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/push_heap}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/put_money}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/io/manip/put_time}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fputc | putc}} <br | + | {{ltf|cpp/io/c/fputc|putc}}<br> |
− | {{ltf|cpp/io/c/putchar}} <br | + | {{ltf|cpp/io/c/putchar}}<br> |
− | {{ltf|cpp/io/c/puts}} <br | + | {{ltf|cpp/io/c/puts}}<br> |
− | {{ltf|cpp/io/c/fputwc | putwc}} <br | + | {{ltf|cpp/io/c/fputwc|putwc}}<br> |
− | {{ltf|cpp/io/c/putwchar}} <br | + | {{ltf|cpp/io/c/putwchar}}<br> |
===Q=== | ===Q=== | ||
− | {{ltf|cpp/algorithm/qsort}} <br | + | {{ltf|cpp/algorithm/qsort}}<br> |
− | {{ltt|cpp/ | + | {{ltt|cpp/numeric/ratio/ratio|quecto}} {{mark since c++26}}<br> |
− | {{ltf|cpp/utility/program/quick_exit}} {{mark since c++11}} <br | + | {{ltp|cpp/container/queue}}<br> |
− | {{ | + | {{ltt|cpp/numeric/ratio/ratio|quetta}} {{mark since c++26}}<br> |
+ | {{ltf|cpp/utility/program/quick_exit}} {{mark since c++11}}<br> | ||
+ | {{ltpf|cpp/io/manip/quoted}} {{mark since c++14}}<br> | ||
===R=== | ===R=== | ||
− | {{ltf|cpp/utility/program/raise}} <br | + | {{ltf|cpp/utility/program/raise}}<br> |
− | {{ltf|cpp/numeric/random/rand}} <br | + | {{ltf|cpp/numeric/random/rand}}<br> |
− | {{ | + | {{ltp|cpp/iterator/random_access_iterator}} {{mark since c++20}}<br> |
− | {{ltt|cpp/iterator/iterator_tags | random_access_iterator_tag}} <br | + | {{ltt|cpp/iterator/iterator_tags|random_access_iterator_tag}}<br> |
− | {{ltt|cpp/numeric/random/random_device}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/random/random_device}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/range_error}} <br/> | + | {{ltt|cpp/error/range_error}}<br> |
− | + | {{ltt|cpp/utility/format/range_format}} {{mark since c++23}}<br> | |
− | {{ltt|cpp/numeric/random | ranlux24}} {{mark since c++11}} <br | + | {{ltp|cpp/utility/format/range_formatter}} {{mark since c++23}}<br> |
− | {{ltt|cpp/numeric/random | ranlux24_base}} {{mark since c++11}} <br | + | ▶ {{rlt|ranges}} {{mark since c++20}}<br> |
− | {{ltt|cpp/numeric/random | ranlux48}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/random/discard_block_engine|ranlux24}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/random | ranlux48_base}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/random/subtract_with_carry_engine|ranlux24_base}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/numeric/random/discard_block_engine|ranlux48}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/numeric/random/subtract_with_carry_engine|ranlux48_base}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio}} {{mark since c++11}} <br | + | {{ltp|cpp/types/rank}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/rank|rank_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltt|cpp/numeric/ratio}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_add}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_divide}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_equal}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_equal|ratio_equal_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_greater}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_greater_equal}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_greater_equal|ratio_greater_equal_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_greater|ratio_greater_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_less}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_less_equal}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_less_equal|ratio_less_equal_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_less|ratio_less_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_multiply}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_not_equal}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/ratio/ratio_not_equal|ratio_not_equal_v}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/complex/real2 | real | + | {{ltp|cpp/numeric/ratio/ratio_subtract}} {{mark since c++11}}<br> |
− | {{ltf|cpp/memory/c/realloc}} <br | + | {{ltpf|cpp/iterator/rbegin}} {{mark since c++14}}<br> |
− | {{ltt|cpp/thread/recursive_mutex}} {{mark since c++11}} <br | + | {{ltf|cpp/thread/rcu_barrier}} {{mark since c++26}}<br> |
− | {{ltt|cpp/thread/recursive_timed_mutex}} {{mark since c++11}} <br | + | {{ltf|cpp/thread/rcu_default_domain}} {{mark since c++26}}<br> |
− | {{ | + | {{ltt|cpp/thread/rcu_domain}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/thread/rcu_obj_base}} {{mark since c++26}}<br> |
− | {{ | + | {{ltf|cpp/thread/rcu_synchronize}} {{mark since c++26}}<br> |
− | {{ltt|cpp/regex/basic_regex | regex}} {{mark since c++11}} <br | + | {{ltpf|cpp/thread/rcu_retire}} {{mark since c++26}}<br> |
− | + | {{ltpf|cpp/numeric/complex/real2|real}}<br> | |
− | {{ltt|cpp/regex/regex_error}} {{mark since c++11}} <br | + | {{ltf|cpp/memory/c/realloc}}<br> |
− | {{ | + | {{ltt|cpp/thread/recursive_mutex}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/thread/recursive_timed_mutex}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/reduce}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/utility/functional/ref}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/reference_constructs_from_temporary}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/types/reference_converts_from_temporary}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/reference_wrapper}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/regex/basic_regex|regex}} {{mark since c++11}}<br> |
− | {{ | + | ▶ {{rlt|regex_constants}} {{mark since c++11}}<br> |
− | + | {{ltt|cpp/regex/regex_error}} {{mark since c++11}}<br> | |
− | {{ | + | {{ltp|cpp/regex/regex_iterator}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/remainder}} {{mark since c++11}} <br | + | {{ltp|cpp/regex/regex_match}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/remainder | remainderf}} {{mark since c++11}} <br | + | {{ltp|cpp/regex/regex_replace}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/remainder | remainderl}} {{mark since c++11}} <br | + | {{ltp|cpp/regex/regex_search}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/remove}} <br | + | {{ltp|cpp/regex/regex_token_iterator}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/regex/regex_traits}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/regular}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/invocable|regular_invocable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/memory/shared_ptr/pointer_cast|reinterpret_pointer_cast}} {{mark since c++11}}<br> |
− | {{ | + | ▶ {{rlt|rel_ops}} {{mark deprecated c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/relation}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/remainder}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/remainder|remainderf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/remainder|remainderl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/io/c/remove}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/remove}} (algorithm)<br> |
− | {{ | + | {{ltpf|cpp/algorithm/remove|remove_if}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_all_extents}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_all_extents|remove_all_extents_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_cv|remove_const}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_cv|remove_const_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/remove_copy}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/remove_copy|remove_copy_if}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_cv}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_cv|remove_cv_t}} {{mark since c++14}}<br> |
− | {{ltf|cpp/numeric/math/remquo}} {{mark since c++11}} <br | + | {{ltp|cpp/types/remove_cvref}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/remquo | remquof}} {{mark since c++11}} <br | + | {{ltp|cpp/types/remove_cvref|remove_cvref_t}} {{mark since c++20}}<br> |
− | {{ltf|cpp/numeric/math/remquo | remquol}} {{mark since c++11}} <br | + | {{ltp|cpp/types/remove_extent}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_extent|remove_extent_t}} {{mark since c++14}}<br> |
− | {{ltf|cpp/io/c/rename}} <br | + | {{ltp|cpp/types/remove_pointer}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_pointer|remove_pointer_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_reference}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_reference|remove_reference_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/types/remove_cv|remove_volatile}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/resetiosflags}} <br | + | {{ltp|cpp/types/remove_cv|remove_volatile_t}} {{mark since c++14}}<br> |
− | {{ltf|cpp/error/rethrow_exception | rethrow_exception}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/remquo}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/remquo|remquof}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/remquo|remquol}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/iterator/rend}} {{mark since c++14}}<br> |
− | {{ | + | {{ltf|cpp/io/c/rename}}<br> |
− | {{ltf|cpp/io/c/rewind}} <br | + | {{ltpf|cpp/algorithm/replace}}<br> |
− | {{ltf|cpp/numeric/special_functions/riemann_zeta}} {{mark since c++17}} <br | + | {{ltpf|cpp/algorithm/replace_copy}}<br> |
− | {{ltf|cpp/numeric/special_functions/riemann_zeta | riemann_zetaf}} {{mark since c++17}} <br | + | {{ltpf|cpp/algorithm/replace_copy|replace_copy_if}}<br> |
− | {{ltf|cpp/numeric/special_functions/riemann_zeta | riemann_zetal}} {{mark since c++17}} <br | + | {{ltpf|cpp/algorithm/replace|replace_if}}<br> |
− | {{ltf|cpp/io/manip/left | right}} <br | + | {{ltf|cpp/io/manip/resetiosflags}}<br> |
− | {{ltf|cpp/numeric/math/rint}} {{mark since c++11}} <br | + | {{ltf|cpp/error/rethrow_exception|rethrow_exception}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/rint | rintf}} {{mark since c++11}} <br | + | {{ltpf|cpp/error/rethrow_if_nested}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/rint | rintl}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/reverse}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/reverse_copy}}<br> |
− | {{ | + | {{ltp|cpp/iterator/reverse_iterator}}<br> |
− | {{ | + | {{ltf|cpp/io/c/rewind}}<br> |
− | {{ | + | {{ltf|cpp/numeric/special_functions/riemann_zeta}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/round}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/riemann_zeta|riemann_zetaf}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/round | roundf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/special_functions/riemann_zeta|riemann_zetal}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/round | roundl}} {{mark since c++11}} <br | + | {{ltf|cpp/io/manip/left|right}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_round_style | round_indeterminate}} <br | + | {{ltf|cpp/numeric/math/rint}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_round_style | round_to_nearest}} <br | + | {{ltf|cpp/numeric/math/rint|rintf}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_round_style | round_toward_infinity}} <br | + | {{ltf|cpp/numeric/math/rint|rintl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_round_style | round_toward_neg_infinity}} <br | + | {{ltt|cpp/numeric/ratio/ratio|ronna}} {{mark since c++26}}<br> |
− | {{ltt|cpp/types/numeric_limits/float_round_style | round_toward_zero}} <br | + | {{ltt|cpp/numeric/ratio/ratio|ronto}} {{mark since c++26}}<br> |
− | {{ltt|cpp/error/runtime_error}} <br/> | + | {{ltpf|cpp/algorithm/rotate}}<br> |
+ | {{ltpf|cpp/algorithm/rotate_copy}}<br> | ||
+ | {{ltpf|cpp/numeric/rotl}} {{mark since c++20}}<br> | ||
+ | {{ltpf|cpp/numeric/rotr}} {{mark since c++20}}<br> | ||
+ | {{ltf|cpp/numeric/math/round}} {{mark since c++11}}<br> | ||
+ | {{ltf|cpp/numeric/math/round|roundf}} {{mark since c++11}}<br> | ||
+ | {{ltf|cpp/numeric/math/round|roundl}} {{mark since c++11}}<br> | ||
+ | {{ltt|cpp/types/numeric_limits/float_round_style|round_indeterminate}}<br> | ||
+ | {{ltt|cpp/types/numeric_limits/float_round_style|round_to_nearest}}<br> | ||
+ | {{ltt|cpp/types/numeric_limits/float_round_style|round_toward_infinity}}<br> | ||
+ | {{ltt|cpp/types/numeric_limits/float_round_style|round_toward_neg_infinity}}<br> | ||
+ | {{ltt|cpp/types/numeric_limits/float_round_style|round_toward_zero}}<br> | ||
+ | {{ltt|cpp/error/runtime_error}}<br> | ||
+ | {{ltf|cpp/utility/format/runtime_format}} {{mark since c++26}}<br> | ||
===S=== | ===S=== | ||
− | {{ | + | {{ltp|cpp/concepts/same_as}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/sample}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/scalbn | scalbln}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/saturate_cast}} {{mark since c++26}}<br> |
− | {{ltf|cpp/numeric/math/scalbn | scalblnf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/scalbn|scalbln}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/scalbn | scalblnl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/scalbn|scalblnf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/scalbn}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/scalbn|scalblnl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/scalbn | scalbnf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/scalbn}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/scalbn | scalbnl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/scalbn|scalbnf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fscanf | scanf}} <br | + | {{ltf|cpp/numeric/math/scalbn|scalbnl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/fixed | scientific}} <br | + | {{ltf|cpp/io/c/fscanf|scanf}}<br> |
− | {{ | + | {{ltf|cpp/io/manip/fixed|scientific}}<br> |
− | {{ltt|cpp/thread/scoped_lock}} {{mark since c++17}} <br | + | {{ltp|cpp/memory/scoped_allocator_adaptor|scoped_allocator_adaptor}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/thread/scoped_lock}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/search}}<br> |
− | {{ltt|cpp/numeric/random/seed_seq}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/search_n}}<br> |
− | {{ | + | {{ltt|cpp/numeric/random/seed_seq}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/concepts/semiregular}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/iterator/sentinel_for}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/container/set}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/set_difference}}<br> |
− | {{ltf|cpp/memory/new/set_new_handler}} <br | + | {{ltpf|cpp/algorithm/set_intersection}}<br> |
− | {{ | + | {{ltf|cpp/memory/new/set_new_handler}}<br> |
− | {{ltf|cpp/error/set_terminate}} <br | + | {{ltpf|cpp/algorithm/set_symmetric_difference}}<br> |
− | {{ | + | {{ltf|cpp/error/set_terminate}}<br> |
− | {{ltf|cpp/io/manip/setbase}} <br | + | {{ltpf|cpp/algorithm/set_union}}<br> |
− | {{ltf|cpp/io/c/setbuf}} <br | + | {{ltf|cpp/io/manip/setbase}}<br> |
− | {{ | + | {{ltf|cpp/io/c/setbuf}}<br> |
− | {{ltf|cpp/io/manip/setiosflags}} <br | + | {{ltpf|cpp/io/manip/setfill}}<br> |
− | {{ltf|cpp/locale/setlocale}} <br | + | {{ltf|cpp/io/manip/setiosflags}}<br> |
− | {{ltf|cpp/io/manip/setprecision}} <br | + | {{ltf|cpp/locale/setlocale}}<br> |
− | {{ltf|cpp/io/c/setvbuf}} <br | + | {{ltf|cpp/io/manip/setprecision}}<br> |
− | {{ltf|cpp/io/manip/setw}} <br | + | {{ltf|cpp/io/c/setvbuf}}<br> |
− | {{ | + | {{ltf|cpp/io/manip/setw}}<br> |
− | {{ | + | {{ltp|cpp/thread/shared_future}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/shared_mutex}} {{mark since c++17}} <br | + | {{ltp|cpp/thread/shared_lock}} {{mark since c++14}}<br> |
− | {{ | + | {{ltt|cpp/thread/shared_mutex}} {{mark since c++17}}<br> |
− | {{ltt|cpp/thread/shared_timed_mutex}} {{mark since c++14}} <br | + | {{ltp|cpp/memory/shared_ptr}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/thread/shared_timed_mutex}} {{mark since c++14}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/shift|shift_left}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/manip/showbase}} <br | + | {{ltpf|cpp/algorithm/shift|shift_right}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/manip/showpoint}} <br | + | {{ltf|cpp/io/manip/showbase}}<br> |
− | {{ltf|cpp/io/manip/showpos}} <br | + | {{ltf|cpp/io/manip/showpoint}}<br> |
− | {{ | + | {{ltf|cpp/io/manip/showpos}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/random_shuffle|shuffle}} {{mark since c++11}}<br> |
− | {{ltt|cpp/utility/program/sig_atomic_t}} <br | + | {{ltp|cpp/numeric/random/shuffle_order_engine}} {{mark since c++11}}<br> |
− | {{ltf|cpp/utility/program/signal}} <br | + | {{ltt|cpp/utility/program/sig_atomic_t}}<br> |
− | {{ltf|cpp/numeric/math/signbit}} {{mark since c++11}} <br | + | {{ltf|cpp/utility/program/signal}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/signbit}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/sin}} <br | + | {{ltp|cpp/concepts/signed_integral}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/sin}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/sin}} ({{tt|std::complex}})<br> |
− | {{ltf|cpp/numeric/math/sin | sinf}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/valarray/sin}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/sinh}} <br | + | {{ltf|cpp/numeric/math/sin|sinf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/sinh}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/sinh}} ({{tt|std::complex}})<br> |
− | {{ltf|cpp/numeric/math/sinh | sinhf}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/valarray/sinh}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/sinh | sinhl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/sinh|sinhf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/sin | sinl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/sinh|sinhl}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/sin|sinl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/size_t}} <br | + | {{ltpf|cpp/iterator/size}} {{mark since c++17}}<br> |
− | {{ | + | {{ltt|cpp/types/size_t}}<br> |
− | {{ltf|cpp/io/manip/skipws}} <br | + | {{ltp|cpp/iterator/sized_sentinel_for}} {{mark since c++20}}<br> |
− | {{ltt|cpp/numeric/valarray/slice}} <br | + | {{ltf|cpp/io/manip/skipws}}<br> |
− | {{ | + | {{ltt|cpp/numeric/valarray/slice}}<br> |
− | {{ltt|cpp/regex/match_results | smatch}} {{mark since c++11}} <br | + | {{ltp|cpp/numeric/valarray/slice_array}}<br> |
− | {{ltf|cpp/io/c/fprintf | snprintf}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/match_results|smatch}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/io/c/fprintf|snprintf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/sort}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/sort_heap}}<br> |
− | {{ltt|cpp/container/sorted_equivalent}} {{mark since c++23}} <br | + | {{ltp|cpp/iterator/sortable}} {{mark since c++20}}<br> |
− | {{ltt|cpp/container/sorted_equivalent | sorted_equivalent_t}} {{mark since c++23}} <br | + | {{ltt|cpp/container/sorted_equivalent}} {{mark since c++23}}<br> |
− | {{ltt|cpp/container/sorted_unique}} {{mark since c++23}} <br | + | {{ltt|cpp/container/sorted_equivalent|sorted_equivalent_t}} {{mark since c++23}}<br> |
− | {{ltt|cpp/container/sorted_unique | sorted_unique_t}} {{mark since c++23}} <br | + | {{ltt|cpp/container/sorted_unique}} {{mark since c++23}}<br> |
− | {{ltt|cpp/utility/source_location}} {{mark since c++20}} <br | + | {{ltt|cpp/container/sorted_unique|sorted_unique_t}} {{mark since c++23}}<br> |
− | {{ | + | {{ltt|cpp/utility/source_location}} {{mark since c++20}}<br> |
− | {{ltt|cpp/io/basic_spanbuf | spanbuf}} {{mark since c++23}} <br | + | {{ltp|cpp/container/span}} {{mark since c++20}}<br> |
− | {{ltt|cpp/io/basic_spanstream | spanstream}} {{mark since c++23}} <br | + | {{ltt|cpp/io/basic_spanbuf|spanbuf}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_bessel}} {{mark since c++17}} <br | + | {{ltt|cpp/io/basic_spanstream|spanstream}} {{mark since c++23}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_bessel | sph_besself}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_bessel}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_bessel | sph_bessell}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_bessel|sph_besself}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_legendre}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_bessel|sph_bessell}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_legendre | sph_legendref}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_legendre}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_legendre | sph_legendrel}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_legendre|sph_legendref}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_neumann}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_legendre|sph_legendrel}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_neumann | sph_neumannf}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_neumann}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/special_functions/sph_neumann | sph_neumannl}} {{mark since c++17}} <br | + | {{ltf|cpp/numeric/special_functions/sph_neumann|sph_neumannf}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/c/fprintf | sprintf}} <br | + | {{ltf|cpp/numeric/special_functions/sph_neumann|sph_neumannl}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/sqrt}} <br | + | {{ltf|cpp/io/c/fprintf|sprintf}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/sqrt}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/sqrt}} ({{tt|std::complex}})<br> |
− | {{ltf|cpp/numeric/math/sqrt | sqrtf}} {{mark since c++11}} <br | + | {{ltpf|cpp/numeric/valarray/sqrt}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/sqrt | sqrtl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/sqrt|sqrtf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/random/srand}} <br | + | {{ltf|cpp/numeric/math/sqrt|sqrtl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/regex_iterator | sregex_iterator}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/random/srand}}<br> |
− | {{ltt|cpp/regex/regex_token_iterator | sregex_token_iterator}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/regex_iterator|sregex_iterator}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fscanf | sscanf}} <br | + | {{ltt|cpp/regex/regex_token_iterator|sregex_token_iterator}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/io/c/fscanf|sscanf}}<br> |
− | {{ltt|cpp/regex/sub_match | ssub_match}} {{mark since c++11}} <br | + | {{ltpf|cpp/iterator/size|ssize}} {{mark since c++20}}<br> |
− | {{ | + | {{ltt|cpp/regex/sub_match|ssub_match}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/stable_partition}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/stable_sort}}<br> |
− | {{ltt|cpp/utility/basic_stacktrace | stacktrace}} {{mark since c++23}} <br | + | {{ltp|cpp/container/stack}}<br> |
− | {{ltt|cpp/utility/stacktrace_entry}} {{mark since c++23}} <br/> | + | {{ltt|cpp/utility/basic_stacktrace|stacktrace}} {{mark since c++23}}<br> |
− | {{ | + | {{ltt|cpp/utility/stacktrace_entry}} {{mark since c++23}}<br> |
− | {{ltf|cpp/string/basic_string/stof | stod}} {{mark since c++11}} <br | + | {{ltpf|cpp/memory/start_lifetime_as}} {{mark since c++23}}<br> |
− | {{ltf|cpp/string/basic_string/stof}} {{mark since c++11}} <br | + | {{ltpf|cpp/memory/shared_ptr/pointer_cast|static_pointer_cast}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/basic_string/stol | stoi}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/stof|stod}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/basic_string/stol}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/stof}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/basic_string/stof | stold}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/stol|stoi}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/basic_string/stol | stoll}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/stol}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/basic_string/stoul}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/stof|stold}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/basic_string/stoul | stoull}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/stol|stoll}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/string/basic_string/stoul}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/stop_source}} {{mark since c++20}} <br | + | {{ltf|cpp/string/basic_string/stoul|stoull}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/stop_token}} {{mark since c++20}} <br | + | {{ltp|cpp/thread/stop_callback}} {{mark since c++20}}<br> |
− | {{ltf|cpp/string/byte/strcat}} <br | + | {{ltt|cpp/thread/stop_source}} {{mark since c++20}}<br> |
− | {{ltf|cpp/string/byte/strchr}} <br | + | {{ltt|cpp/thread/stop_token}} {{mark since c++20}}<br> |
− | {{ltf|cpp/string/byte/strcmp}} <br | + | {{ltf|cpp/string/byte/strcat}}<br> |
− | {{ltf|cpp/string/byte/strcoll}} <br | + | {{ltf|cpp/string/byte/strchr}}<br> |
− | {{ltf|cpp/string/byte/strcpy}} <br | + | {{ltf|cpp/string/byte/strcmp}}<br> |
− | {{ltf|cpp/string/byte/strcspn}} <br | + | {{ltf|cpp/string/byte/strcoll}}<br> |
− | {{ltt|cpp/io/basic_streambuf | streambuf}} <br | + | {{ltf|cpp/string/byte/strcpy}}<br> |
− | {{ltt|cpp/io/streamoff}} <br | + | {{ltf|cpp/string/byte/strcspn}}<br> |
− | {{ltt|cpp/io/fpos | streampos}} <br | + | {{ltt|cpp/io/basic_streambuf|streambuf}}<br> |
− | {{ltt|cpp/io/streamsize}} <br | + | {{ltt|cpp/io/streamoff}}<br> |
− | {{ltf|cpp/string/byte/strerror}} <br | + | {{ltt|cpp/io/fpos|streampos}}<br> |
− | {{ltf|cpp/chrono/c/strftime}} <br | + | {{ltt|cpp/io/streamsize}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/strerror}}<br> |
− | {{ltt|cpp/string/basic_string | string}} <br | + | {{ltf|cpp/chrono/c/strftime}}<br> |
− | + | {{ltp|cpp/concepts/strict_weak_order}} {{mark since c++20}}<br> | |
− | {{ltt|cpp/string/basic_string_view | string_view}} {{mark since c++17}} <br | + | {{ltp|cpp/container/mdspan/strided_slice}} {{mark since c++26}}<br> |
− | + | {{ltt|cpp/string/basic_string|string}}<br> | |
− | {{ltt|cpp/io/basic_stringbuf | stringbuf}} <br | + | ▶ {{rlt|string_literals}} {{mark since c++14}}<br> |
− | {{ltt|cpp/io/basic_stringstream | stringstream}} <br | + | {{ltt|cpp/string/basic_string_view|string_view}} {{mark since c++17}}<br> |
− | {{ltf|cpp/string/byte/strlen}} <br | + | ▶ {{rlt|string_view_literals}} {{mark since c++17}}<br> |
− | {{ltf|cpp/string/byte/strncat}} <br | + | {{ltt|cpp/io/basic_stringbuf|stringbuf}}<br> |
− | {{ltf|cpp/string/byte/strncmp}} <br | + | {{ltt|cpp/io/basic_stringstream|stringstream}}<br> |
− | {{ltf|cpp/string/byte/strncpy}} <br | + | {{ltf|cpp/string/byte/strlen}}<br> |
− | {{ltt|cpp/utility/compare/strong_order}} {{mark since c++20}} <br | + | {{ltf|cpp/string/byte/strncat}}<br> |
− | {{ltt|cpp/utility/compare/strong_ordering}} {{mark since c++20}} <br | + | {{ltf|cpp/string/byte/strncmp}}<br> |
− | {{ltf|cpp/string/byte/strpbrk}} <br | + | {{ltf|cpp/string/byte/strncpy}}<br> |
− | {{ltf|cpp/string/byte/strrchr}} <br | + | {{ltt|cpp/utility/compare/strong_order}} {{mark since c++20}}<br> |
− | {{ltf|cpp/string/byte/strspn}} <br | + | {{ltt|cpp/utility/compare/strong_ordering}} {{mark since c++20}}<br> |
− | {{ltf|cpp/string/byte/strstr}} <br | + | {{ltf|cpp/string/byte/strpbrk}}<br> |
− | {{ltt|cpp/io/strstream}} {{mark deprecated c++98}} <br | + | {{ltf|cpp/string/byte/strrchr}}<br> |
− | {{ltt|cpp/io/strstreambuf}} {{mark deprecated c++98}} <br | + | {{ltf|cpp/string/byte/strspn}}<br> |
− | {{ltf|cpp/string/byte/strtof | strtod}} <br | + | {{ltf|cpp/string/byte/strstr}}<br> |
− | {{ltf|cpp/string/byte/strtof}} {{mark since c++11}} <br | + | {{ltt|cpp/io/strstream}} {{mark deprecated c++98}}<br> |
− | {{ltf|cpp/string/byte/strtoimax}} {{mark since c++11}} <br | + | {{ltt|cpp/io/strstreambuf}} {{mark deprecated c++98}}<br> |
− | {{ltf|cpp/string/byte/strtok}} <br | + | {{ltf|cpp/string/byte/strtof|strtod}}<br> |
− | {{ltf|cpp/string/byte/strtol}} <br | + | {{ltf|cpp/string/byte/strtof}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/strtof | strtold}} <br | + | {{ltf|cpp/string/byte/strtoimax}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/strtol | strtoll}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/strtok}}<br> |
− | {{ltf|cpp/string/byte/strtoul}} <br | + | {{ltf|cpp/string/byte/strtol}}<br> |
− | {{ltf|cpp/string/byte/strtoul | strtoull}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/strtof|strtold}}<br> |
− | {{ltf|cpp/string/byte/strtoimax | strtoumax}} {{mark since c++11}} <br | + | {{ltf|cpp/string/byte/strtol|strtoll}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/strxfrm}} <br | + | {{ltf|cpp/string/byte/strtoul}}<br> |
− | {{ltt|cpp/io/basic_syncbuf | syncbuf}} {{mark since c++20}} <br | + | {{ltf|cpp/string/byte/strtoul|strtoull}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/strtoimax|strtoumax}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/strxfrm}}<br> |
− | {{ | + | {{ltt|cpp/io/basic_syncbuf|syncbuf}} {{mark since c++20}}<br> |
− | {{ltt|cpp/coroutine/suspend_always}} {{mark since c++20}} <br | + | {{ltp|cpp/numeric/random/student_t_distribution}} {{mark since c++11}}<br> |
− | {{ltt|cpp/coroutine/suspend_never}} {{mark since c++20}} <br | + | {{ltp|cpp/regex/sub_match}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/sub_sat}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/container/mdspan/submdspan}} {{mark since c++26}}<br> |
− | {{ | + | {{ltpf|cpp/container/mdspan/submdspan_extents}} {{mark since c++26}}<br> |
− | {{ | + | {{ltp|cpp/container/mdspan/submdspan_mapping_result}} {{mark since c++26}}<br> |
− | {{ltf|cpp/io/c/fwprintf | swprintf}} <br | + | {{ltp|cpp/numeric/random/subtract_with_carry_engine}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/fwscanf | swscanf}} <br | + | {{ltt|cpp/coroutine/suspend_always}} {{mark since c++20}}<br> |
− | {{ltf|cpp/utility/program/system}} <br | + | {{ltt|cpp/coroutine/suspend_never}} {{mark since c++20}}<br> |
− | {{ltt|cpp/error/system_category}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/swap}}<br> |
− | {{ltt|cpp/error/system_error}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/swap_ranges}}<br> |
+ | {{ltp|cpp/concepts/swappable}} {{mark since c++20}}<br> | ||
+ | {{ltp|cpp/concepts/swappable|swappable_with}} {{mark since c++20}}<br> | ||
+ | {{ltf|cpp/io/c/fwprintf|swprintf}}<br> | ||
+ | {{ltf|cpp/io/c/fwscanf|swscanf}}<br> | ||
+ | {{ltf|cpp/utility/program/system}}<br> | ||
+ | {{ltt|cpp/error/system_category}} {{mark since c++11}}<br> | ||
+ | {{ltt|cpp/error/system_error}} {{mark since c++11}}<br> | ||
===T=== | ===T=== | ||
− | {{ltf|cpp/numeric/math/tan}} <br | + | {{ltf|cpp/numeric/math/tan}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/tan}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/tan}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/tan}} <br | + | {{ltf|cpp/numeric/math/tan}}<br> |
− | {{ltf|cpp/numeric/math/tan | tanf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/tan|tanf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/tanh}} <br | + | {{ltf|cpp/numeric/math/tanh}}<br> |
− | {{ | + | {{ltpf|cpp/numeric/complex/tanh}} ({{tt|std::complex}})<br> |
− | {{ | + | {{ltpf|cpp/numeric/valarray/tanh}} ({{tt|std::valarray}})<br> |
− | {{ltf|cpp/numeric/math/tanh | tanhf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/tanh|tanhf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/tanh | tanhl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/tanh|tanhl}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/tan | tanl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/tan|tanl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | tera}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|tera}} {{mark since c++11}}<br> |
− | {{ltf|cpp/error/terminate}} <br | + | {{ltf|cpp/error/terminate}}<br> |
− | {{ltt|cpp/error/terminate_handler}} <br/> | + | {{ltt|cpp/error/terminate_handler}}<br> |
− | {{ltf|cpp/numeric/math/tgamma}} {{mark since c++11}} <br | + | {{ltt|cpp/locale/text_encoding}} {{mark since c++26}}<br> |
− | {{ltf|cpp/numeric/math/tgamma | tgammaf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/tgamma}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/tgamma | tgammal}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/tgamma|tgammaf}} {{mark since c++11}}<br> |
− | + | {{ltf|cpp/numeric/math/tgamma|tgammal}} {{mark since c++11}}<br> | |
− | {{ltt|cpp/thread/thread}} {{mark since c++11}} <br | + | ▶ {{rlt|this_thread}}<br> |
− | {{ | + | {{ltt|cpp/thread/thread}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/compare/three_way_comparable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/compare/three_way_comparable|three_way_comparable_with}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/error/throw_with_nested}} {{mark since c++11}}<br> |
− | {{ltf|cpp/chrono/c/time}} <br | + | {{ltpf|cpp/utility/tuple/tie}} {{mark since c++11}}<br> |
− | {{ltt|cpp/locale/time_base}} <br | + | {{ltf|cpp/chrono/c/time}}<br> |
− | {{ | + | {{ltt|cpp/locale/time_base}}<br> |
− | {{ | + | {{ltp|cpp/locale/time_get}}<br> |
− | {{ | + | {{ltp|cpp/locale/time_get_byname}}<br> |
− | {{ | + | {{ltp|cpp/locale/time_put}}<br> |
− | {{ltt|cpp/chrono/c | + | {{ltp|cpp/locale/time_put_byname}}<br> |
− | {{ltt|cpp/thread/timed_mutex}} {{mark since c++11}} <br | + | {{ltt|cpp/chrono/c/time_t}}<br> |
− | {{ltt|cpp/chrono/c/timespec}} {{mark since c++17}} <br | + | {{ltt|cpp/thread/timed_mutex}} {{mark since c++11}}<br> |
− | {{ltf|cpp/chrono/c/timespec_get}} {{mark since c++17}} <br | + | {{ltt|cpp/chrono/c/timespec}} {{mark since c++17}}<br> |
− | {{ltt|cpp/chrono/c/tm}} <br | + | {{ltf|cpp/chrono/c/timespec_get}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/c/tmpfile}} <br | + | {{ltt|cpp/chrono/c/tm}}<br> |
− | {{ltf|cpp/io/c/tmpnam}} <br | + | {{ltf|cpp/io/c/tmpfile}}<br> |
− | {{ | + | {{ltf|cpp/io/c/tmpnam}}<br> |
− | {{ | + | {{ltpf|cpp/memory/to_address}} {{mark since c++20}}<br> |
− | {{ltf|cpp/utility/to_chars}} {{mark since c++17}} <br | + | {{ltpf|cpp/container/array/to_array}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/to_chars | to_chars_result}} {{mark since c++17}} <br | + | {{ltf|cpp/utility/to_chars}} {{mark since c++17}}<br> |
− | {{ | + | {{ltt|cpp/utility/to_chars|to_chars_result}} {{mark since c++17}}<br> |
− | {{ltf|cpp/string/basic_string/to_string}} {{mark since c++11}} <br | + | {{ltpf|cpp/types/byte|to_integer}} {{mark since c++17}}<br> |
− | {{ltf|cpp/string/basic_string/to_wstring}} {{mark since c++11}} <br | + | {{ltf|cpp/string/basic_string/to_string}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/byte/tolower}} <br | + | {{ltf|cpp/string/basic_string/to_wstring}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/tolower}}<br> |
− | {{ | + | {{ltpf|cpp/locale/tolower}} (locale)<br> |
− | {{ | + | {{ltp|cpp/concepts/totally_ordered}} {{mark since c++20}}<br> |
− | {{ltf|cpp/string/byte/toupper}} <br | + | {{ltp|cpp/concepts/totally_ordered|totally_ordered_with}} {{mark since c++20}}<br> |
− | {{ | + | {{ltf|cpp/string/byte/toupper}}<br> |
− | {{ | + | {{ltpf|cpp/locale/toupper}} (locale)<br> |
− | {{ltf|cpp/string/wide/towctrans}} <br | + | {{ltpf|cpp/utility/to_underlying}} {{mark since c++23}}<br> |
− | {{ltf|cpp/string/wide/towlower}} <br | + | {{ltf|cpp/string/wide/towctrans}}<br> |
− | {{ltf|cpp/string/wide/towupper}} <br | + | {{ltf|cpp/string/wide/towlower}}<br> |
− | {{ | + | {{ltf|cpp/string/wide/towupper}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/transform}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/transform_exclusive_scan}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/transform_inclusive_scan}} {{mark since c++17}}<br> |
− | {{ltt|cpp/types/integral_constant | true_type}} {{mark since c++11}} <br | + | {{ltpf|cpp/algorithm/transform_reduce}} {{mark since c++17}}<br> |
− | {{ltf|cpp/numeric/math/trunc}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integral_constant|true_type}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/trunc | truncf}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/trunc}} {{mark since c++11}}<br> |
− | {{ltf|cpp/numeric/math/trunc | truncl}} {{mark since c++11}} <br | + | {{ltf|cpp/numeric/math/trunc|truncf}} {{mark since c++11}}<br> |
− | {{ | + | {{ltf|cpp/numeric/math/trunc|truncl}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/lock_tag | try_to_lock}} {{mark since c++11}} <br | + | {{ltpf|cpp/thread/try_lock}} {{mark since c++11}}<br> |
− | {{ltt|cpp/thread/lock_tag_t | try_to_lock_t}} {{mark since c++11}} <br | + | {{ltt|cpp/thread/lock_tag|try_to_lock}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/thread/lock_tag_t|try_to_lock_t}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/tuple}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/utility/tuple/tuple_cat}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/tuple_element}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/tuple_element|tuple_element_t}} {{mark since c++14}}<br> |
− | {{ | + | {{ltp|cpp/utility/tuple_size}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/utility/tuple_size|tuple_size_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/types/type_identity}} {{mark since c++20}}<br> |
− | {{ltt|cpp/types/type_index}} {{mark since c++11}} <br | + | {{ltp|cpp/types/type_identity|type_identity_t}} {{mark since c++20}}<br> |
− | {{ltt|cpp/types/type_info}} <br | + | {{ltt|cpp/types/type_index}} {{mark since c++11}}<br> |
+ | {{ltt|cpp/types/type_info}}<br> | ||
===U=== | ===U=== | ||
− | {{ltt|cpp/io/fpos | u16streampos}} {{mark since c++11}} <br | + | {{ltt|cpp/io/fpos|u16streampos}} {{mark since c++11}}<br> |
− | {{ltt|cpp/string/basic_string | u16string}} {{mark since c++11}} <br | + | {{ltt|cpp/string/basic_string|u16string}} {{mark since c++11}}<br> |
− | {{ltt|cpp/string/basic_string_view | u16string_view}} {{mark since c++17}} <br | + | {{ltt|cpp/string/basic_string_view|u16string_view}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/fpos | u32streampos}} {{mark since c++11}} <br | + | {{ltt|cpp/io/fpos|u32streampos}} {{mark since c++11}}<br> |
− | {{ltt|cpp/string/basic_string | u32string}} {{mark since c++11}} <br | + | {{ltt|cpp/string/basic_string|u32string}} {{mark since c++11}}<br> |
− | {{ltt|cpp/string/basic_string_view | u32string_view}} {{mark since c++17}} <br | + | {{ltt|cpp/string/basic_string_view|u32string_view}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/fpos | u8streampos}} {{mark since c++20}} <br | + | {{ltt|cpp/io/fpos|u8streampos}} {{mark since c++20}}<br> |
− | {{ltt|cpp/string/basic_string | u8string}} {{mark since c++20}} <br | + | {{ltt|cpp/string/basic_string|u8string}} {{mark since c++20}}<br> |
− | {{ltt|cpp/string/basic_string_view | u8string_view}} {{mark since c++20}} <br | + | {{ltt|cpp/string/basic_string_view|u8string_view}} {{mark since c++20}}<br> |
− | {{ltt|cpp/types/integer | uint_fast16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_fast16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_fast32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_fast32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_fast64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_fast64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_fast8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_fast8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_least16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_least16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_least32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_least32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_least64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_least64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint_least8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint_least8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint16_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint16_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint32_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint32_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint64_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint64_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uint8_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uint8_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uintmax_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uintmax_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/types/integer | uintptr_t}} {{mark since c++11}} <br | + | {{ltt|cpp/types/integer|uintptr_t}} {{mark since c++11}}<br> |
− | {{ltt|cpp/error/uncaught_exception | uncaught_exceptions}} {{mark since c++17}} <br | + | {{ltt|cpp/error/uncaught_exception|uncaught_exceptions}} {{mark since c++17}}<br> |
− | {{ltt|cpp/error/underflow_error}} <br | + | {{ltt|cpp/error/underflow_error}}<br> |
− | {{ | + | {{ltp|cpp/types/underlying_type}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/types/underlying_type|underlying_type_t}} {{mark since c++14}}<br> |
− | {{ltt|cpp/utility/expected/unexpect}} {{mark since c++23}} <br | + | {{ltt|cpp/utility/expected/unexpect_t|unexpect}} {{mark since c++23}}<br> |
− | {{ltt|cpp/utility/expected/unexpect_t}} {{mark since c++23}} <br | + | {{ltt|cpp/utility/expected/unexpect_t}} {{mark since c++23}}<br> |
− | {{ | + | {{ltp|cpp/utility/expected/unexpected}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/ungetc}} <br | + | {{ltf|cpp/io/c/ungetc}}<br> |
− | {{ltf|cpp/io/c/ungetwc}} <br | + | {{ltf|cpp/io/c/ungetwc}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/uniform_int_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/uniform_random_bit_generator}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/uniform_real_distribution}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_construct_using_allocator}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_copy}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_copy_n}} {{mark since c++11}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_default_construct}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_default_construct_n}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_fill}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_fill_n}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_move}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_move_n}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_value_construct}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uninitialized_value_construct_n}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/unique}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/unique_copy}}<br> |
− | {{ | + | {{ltp|cpp/thread/unique_lock}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/memory/unique_ptr}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/manip/unitbuf}} <br | + | {{ltf|cpp/io/manip/unitbuf}}<br> |
− | {{ | + | {{ltp|cpp/container/unordered_map}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/container/unordered_multimap}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/container/unordered_multiset}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/container/unordered_set}} {{mark since c++11}}<br> |
− | {{ltf|cpp/utility/unreachable}} {{mark since c++23}} <br | + | {{ltf|cpp/utility/unreachable}} {{mark since c++23}}<br> |
− | {{ltt|cpp/iterator/unreachable_sentinel_t | unreachable_sentinel}} {{mark since c++20}} <br | + | {{ltt|cpp/iterator/unreachable_sentinel_t|unreachable_sentinel}} {{mark since c++20}}<br> |
− | {{ltt|cpp/iterator/unreachable_sentinel_t}} {{mark since c++20}} <br | + | {{ltt|cpp/iterator/unreachable_sentinel_t}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/concepts/unsigned_integral}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/unwrap_reference|unwrap_ref_decay}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/unwrap_reference|unwrap_ref_decay_t}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/unwrap_reference|unwrap_reference}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/utility/functional/unwrap_reference|unwrap_reference_t}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/algorithm/upper_bound}}<br> |
− | {{ltf|cpp/io/manip/uppercase}} <br | + | {{ltf|cpp/io/manip/uppercase}}<br> |
− | {{ | + | {{ltpf|cpp/locale/use_facet}}<br> |
− | {{ | + | {{ltp|cpp/memory/uses_allocator}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/memory/uses_allocator|uses_allocator_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/memory/uses_allocator_construction_args}} {{mark since c++20}}<br> |
===V=== | ===V=== | ||
− | {{ltt|cpp/utility/variadic/va_list}} <br | + | {{ltt|cpp/utility/variadic/va_list}}<br> |
− | {{ | + | {{ltp|cpp/numeric/valarray}}<br> |
− | {{ | + | {{ltp|cpp/utility/variant}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/variant/variant_alternative}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/variant/variant_alternative|variant_alternative_t}} {{mark since c++17}}<br> |
− | {{ltt|cpp/utility/variant/variant_npos}} {{mark since c++17}} <br | + | {{ltt|cpp/utility/variant/variant_npos}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/variant/variant_size}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/utility/variant/variant_size|variant_size_v}} {{mark since c++17}}<br> |
− | {{ | + | {{ltp|cpp/container/vector}}<br> |
− | {{ltf|cpp/utility/format/vformat}} {{mark since c++20}} <br | + | {{ltf|cpp/utility/format/vformat}} {{mark since c++20}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/vformat_to}} {{mark since c++20}}<br> |
− | {{ltf|cpp/io/c/vfprintf}} <br | + | {{ltf|cpp/io/c/vfprintf}}<br> |
− | {{ltf|cpp/io/c/vfscanf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/vfscanf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/vfwprintf}} <br | + | {{ltf|cpp/io/c/vfwprintf}}<br> |
− | {{ltf|cpp/io/c/vfwscanf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/vfwscanf}} {{mark since c++11}}<br> |
− | + | ▶ {{rlt|views}} {{mark since c++20}}<br> | |
− | {{ | + | {{ltpf|cpp/utility/variant/visit}} {{mark since c++17}}<br> |
− | {{ | + | {{ltpf|cpp/utility/format/visit_format_arg}} {{mark since c++20}}<br> |
− | {{ltt|cpp/types/void_t}} {{mark since c++17}} <br/> | + | {{ltt|cpp/types/void_t}} {{mark since c++17}}<br> |
− | {{ltf|cpp/io/vprint_nonunicode}} {{mark since c++23}} <br | + | {{ltf|cpp/io/vprint_nonunicode}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/vprint_unicode}} {{mark since c++23}} <br/> | + | {{ltf|cpp/io/vprint_nonunicode|vprint_nonunicode_buffered}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/vfprintf | vprintf}} <br | + | {{ltf|cpp/io/vprint_unicode}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/vfscanf | vscanf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/vprint_unicode|vprint_unicode_buffered}} {{mark since c++23}}<br> |
− | {{ltf|cpp/io/c/vfprintf | vsnprintf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/vfprintf|vprintf}}<br> |
− | {{ltf|cpp/io/c/vfprintf | vsprintf}} <br | + | {{ltf|cpp/io/c/vfscanf|vscanf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/vfscanf | vsscanf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/vfprintf|vsnprintf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/vfwprintf | vswprintf}} <br | + | {{ltf|cpp/io/c/vfprintf|vsprintf}}<br> |
− | {{ltf|cpp/io/c/vfwscanf | vswscanf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/vfscanf|vsscanf}} {{mark since c++11}}<br> |
− | {{ltf|cpp/io/c/vfwprintf | vwprintf}} <br | + | {{ltf|cpp/io/c/vfwprintf|vswprintf}}<br> |
− | {{ltf|cpp/io/c/vfwscanf | vwscanf}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/vfwscanf|vswscanf}} {{mark since c++11}}<br> |
+ | {{ltf|cpp/io/c/vfwprintf|vwprintf}}<br> | ||
+ | {{ltf|cpp/io/c/vfwscanf|vwscanf}} {{mark since c++11}}<br> | ||
===W=== | ===W=== | ||
− | {{ | + | {{ltp|cpp/locale/wbuffer_convert}} {{mark life|since=c++11|deprecated=c++17}}<br> |
− | {{ltt|cpp/io/cerr | wcerr}} <br | + | {{ltt|cpp/io/cerr|wcerr}}<br> |
− | {{ltt|cpp/io/cin | wcin}} <br | + | {{ltt|cpp/io/cin|wcin}}<br> |
− | {{ltt|cpp/io/clog | wclog}} <br | + | {{ltt|cpp/io/clog|wclog}}<br> |
− | {{ltt|cpp/regex/match_results | wcmatch}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/match_results|wcmatch}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/cout | wcout}} <br | + | {{ltt|cpp/io/cout|wcout}}<br> |
− | {{ltt|cpp/regex/regex_iterator | wcregex_iterator}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/regex_iterator|wcregex_iterator}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/regex_token_iterator | wcregex_token_iterator}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/regex_token_iterator|wcregex_token_iterator}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/wcrtomb}} <br | + | {{ltf|cpp/string/multibyte/wcrtomb}}<br> |
− | {{ltf|cpp/string/wide/wcscat}} <br | + | {{ltf|cpp/string/wide/wcscat}}<br> |
− | {{ltf|cpp/string/wide/wcschr}} <br | + | {{ltf|cpp/string/wide/wcschr}}<br> |
− | {{ltf|cpp/string/wide/wcscmp}} <br | + | {{ltf|cpp/string/wide/wcscmp}}<br> |
− | {{ltf|cpp/string/wide/wcscoll}} <br | + | {{ltf|cpp/string/wide/wcscoll}}<br> |
− | {{ltf|cpp/string/wide/wcscpy}} <br | + | {{ltf|cpp/string/wide/wcscpy}}<br> |
− | {{ltf|cpp/string/wide/wcscspn}} <br | + | {{ltf|cpp/string/wide/wcscspn}}<br> |
− | {{ltf|cpp/chrono/c/wcsftime}} <br | + | {{ltf|cpp/chrono/c/wcsftime}}<br> |
− | {{ltf|cpp/string/wide/wcslen}} <br | + | {{ltf|cpp/string/wide/wcslen}}<br> |
− | {{ltf|cpp/string/wide/wcsncat}} <br | + | {{ltf|cpp/string/wide/wcsncat}}<br> |
− | {{ltf|cpp/string/wide/wcsncmp}} <br | + | {{ltf|cpp/string/wide/wcsncmp}}<br> |
− | {{ltf|cpp/string/wide/wcsncpy}} <br | + | {{ltf|cpp/string/wide/wcsncpy}}<br> |
− | {{ltf|cpp/string/wide/wcspbrk}} <br | + | {{ltf|cpp/string/wide/wcspbrk}}<br> |
− | {{ltf|cpp/string/wide/wcsrchr}} <br | + | {{ltf|cpp/string/wide/wcsrchr}}<br> |
− | {{ltf|cpp/string/multibyte/wcsrtombs}} <br | + | {{ltf|cpp/string/multibyte/wcsrtombs}}<br> |
− | {{ltf|cpp/string/wide/wcsspn}} <br | + | {{ltf|cpp/string/wide/wcsspn}}<br> |
− | {{ltf|cpp/string/wide/wcsstr}} <br | + | {{ltf|cpp/string/wide/wcsstr}}<br> |
− | {{ltf|cpp/string/wide/wcstof | wcstod}} <br | + | {{ltf|cpp/string/wide/wcstof|wcstod}}<br> |
− | {{ltf|cpp/string/wide/wcstof}} {{mark since c++11}} <br | + | {{ltf|cpp/string/wide/wcstof}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/wcstoimax}} {{mark since c++11}} <br | + | {{ltf|cpp/string/wide/wcstoimax}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/wcstok}} <br | + | {{ltf|cpp/string/wide/wcstok}}<br> |
− | {{ltf|cpp/string/wide/wcstol}} <br | + | {{ltf|cpp/string/wide/wcstol}}<br> |
− | {{ltf|cpp/string/wide/wcstof | wcstold}} {{mark since c++11}} <br | + | {{ltf|cpp/string/wide/wcstof|wcstold}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/wcstol | wcstoll}} {{mark since c++11}} <br | + | {{ltf|cpp/string/wide/wcstol|wcstoll}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/multibyte/wcstombs}} <br | + | {{ltf|cpp/string/multibyte/wcstombs}}<br> |
− | {{ltf|cpp/string/wide/wcstoul}} <br | + | {{ltf|cpp/string/wide/wcstoul}}<br> |
− | {{ltf|cpp/string/wide/wcstoul | wcstoull}} {{mark since c++11}} <br | + | {{ltf|cpp/string/wide/wcstoul|wcstoull}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/wcstoimax | wcstoumax}} {{mark since c++11}} <br | + | {{ltf|cpp/string/wide/wcstoimax|wcstoumax}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/sub_match | wcsub_match}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/sub_match|wcsub_match}} {{mark since c++11}}<br> |
− | {{ltf|cpp/string/wide/wcsxfrm}} <br | + | {{ltf|cpp/string/wide/wcsxfrm}}<br> |
− | {{ltf|cpp/string/multibyte/wctob}} <br | + | {{ltf|cpp/string/multibyte/wctob}}<br> |
− | {{ltf|cpp/string/multibyte/wctomb}} <br | + | {{ltf|cpp/string/multibyte/wctomb}}<br> |
− | {{ltf|cpp/string/wide/wctrans}} <br | + | {{ltf|cpp/string/wide/wctrans}}<br> |
− | {{ltt|cpp/string/wide | wctrans_t}} <br | + | {{ltt|cpp/string/wide|wctrans_t}}<br> |
− | {{ltf|cpp/string/wide/wctype}} <br | + | {{ltf|cpp/string/wide/wctype}}<br> |
− | {{ltt|cpp/string/wide | wctype_t}} <br | + | {{ltt|cpp/string/wide|wctype_t}}<br> |
− | {{ltt|cpp/utility/compare/weak_order}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/compare/weak_order}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/compare/weak_ordering}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/compare/weak_ordering}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/memory/weak_ptr}} {{mark since c++11}}<br> |
− | {{ | + | {{ltp|cpp/iterator/weakly_incrementable}} {{mark since c++20}}<br> |
− | {{ | + | {{ltp|cpp/numeric/random/weibull_distribution}} {{mark since c++11}}<br> |
− | {{ltt|cpp/io/basic_filebuf | wfilebuf}} <br | + | {{ltt|cpp/io/basic_filebuf|wfilebuf}}<br> |
− | {{ltt|cpp/utility/format/basic_format_args | wformat_args}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/format/basic_format_args|wformat_args}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/format/basic_format_context | wformat_context}} {{mark since c++20}} <br | + | {{ltt|cpp/utility/format/basic_format_context|wformat_context}} {{mark since c++20}}<br> |
− | {{ltt|cpp/utility/format/basic_format_parse_context | wformat_parse_context}} {{mark since c++20}} <br/> | + | {{ltt|cpp/utility/format/basic_format_parse_context|wformat_parse_context}} {{mark since c++20}}<br> |
− | {{ltt|cpp/io/basic_fstream | wfstream}} <br | + | {{ltp|cpp/utility/format/basic_format_string|wformat_string}} {{mark since c++20}}<br> |
− | {{ltt|cpp/io/basic_ifstream | wifstream}} <br | + | {{ltt|cpp/io/basic_fstream|wfstream}}<br> |
− | {{ltt|cpp/string/wide | wint_t}} <br | + | {{ltt|cpp/io/basic_ifstream|wifstream}}<br> |
− | {{ltt|cpp/io/basic_ios | wios}} <br | + | {{ltt|cpp/string/wide|wint_t}}<br> |
− | {{ltt|cpp/io/basic_iostream | wiostream}} <br | + | {{ltt|cpp/io/basic_ios|wios}}<br> |
− | {{ltt|cpp/io/basic_ispanstream | wispanstream}} {{mark since c++23}} <br | + | {{ltt|cpp/io/basic_iostream|wiostream}}<br> |
− | {{ltt|cpp/io/basic_istream | wistream}} <br | + | {{ltt|cpp/io/basic_ispanstream|wispanstream}} {{mark since c++23}}<br> |
− | {{ltt|cpp/io/basic_istringstream | wistringstream}} <br | + | {{ltt|cpp/io/basic_istream|wistream}}<br> |
− | {{ltf|cpp/string/wide/wmemchr}} <br | + | {{ltt|cpp/io/basic_istringstream|wistringstream}}<br> |
− | {{ltf|cpp/string/wide/wmemcmp}} <br | + | {{ltf|cpp/string/wide/wmemchr}}<br> |
− | {{ltf|cpp/string/wide/wmemcpy}} <br | + | {{ltf|cpp/string/wide/wmemcmp}}<br> |
− | {{ltf|cpp/string/wide/wmemmove}} <br | + | {{ltf|cpp/string/wide/wmemcpy}}<br> |
− | {{ltf|cpp/string/wide/wmemset}} <br | + | {{ltf|cpp/string/wide/wmemmove}}<br> |
− | {{ltt|cpp/io/basic_ofstream | wofstream}} <br | + | {{ltf|cpp/string/wide/wmemset}}<br> |
− | {{ltt|cpp/io/basic_ospanstream | wospanstream}} {{mark since c++23}} <br | + | {{ltt|cpp/io/basic_ofstream|wofstream}}<br> |
− | {{ltt|cpp/io/basic_ostream | wostream}} <br | + | {{ltt|cpp/io/basic_ospanstream|wospanstream}} {{mark since c++23}}<br> |
− | {{ltt|cpp/io/basic_osyncstream | wosyncstream}} {{mark since c++20}} <br | + | {{ltt|cpp/io/basic_ostream|wostream}}<br> |
− | {{ | + | {{ltt|cpp/io/basic_osyncstream|wosyncstream}} {{mark since c++20}}<br> |
− | {{ltt|cpp/io/basic_spanbuf | wspanbuf}} {{mark since c++23}} <br | + | {{ltpf|cpp/io/manip/ws}}<br> |
− | {{ltt|cpp/io/basic_spanstream | wspanstream}} {{mark since c++23}} <br | + | {{ltt|cpp/io/basic_spanbuf|wspanbuf}} {{mark since c++23}}<br> |
− | {{ltt|cpp/io/basic_streambuf | wstreambuf}} <br | + | {{ltt|cpp/io/basic_spanstream|wspanstream}} {{mark since c++23}}<br> |
− | {{ltt|cpp/io/fpos | wstreampos}} <br | + | {{ltt|cpp/io/basic_streambuf|wstreambuf}}<br> |
− | {{ltt|cpp/io/basic_ostringstream | wostringstream}} <br | + | {{ltt|cpp/io/fpos|wstreampos}}<br> |
− | {{ltf|cpp/io/c/fwprintf | wprintf}} <br | + | {{ltt|cpp/io/basic_ostringstream|wostringstream}}<br> |
− | {{ltt|cpp/regex/basic_regex | wregex}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fwprintf|wprintf}}<br> |
− | {{ltf|cpp/io/c/fwscanf | wscanf}} <br | + | {{ltt|cpp/regex/basic_regex|wregex}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/match_results | wsmatch}} {{mark since c++11}} <br | + | {{ltf|cpp/io/c/fwscanf|wscanf}}<br> |
− | {{ltt|cpp/regex/regex_iterator | wsregex_iterator}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/match_results|wsmatch}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/regex_token_iterator | wsregex_token_iterator}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/regex_iterator|wsregex_iterator}} {{mark since c++11}}<br> |
− | {{ltt|cpp/regex/sub_match | wssub_match}} {{mark since c++11}} <br | + | {{ltt|cpp/regex/regex_token_iterator|wsregex_token_iterator}} {{mark since c++11}}<br> |
− | {{ltt|cpp/string/basic_string | wstring}} <br | + | {{ltt|cpp/regex/sub_match|wssub_match}} {{mark since c++11}}<br> |
− | {{ | + | {{ltt|cpp/string/basic_string|wstring}}<br> |
− | {{ | + | {{ltp|cpp/locale/wstring_convert}} {{mark life|since=c++11|deprecated=c++17}}<br> |
− | {{ltt|cpp/io/basic_stringbuf | wstringbuf}} <br | + | {{ltp|cpp/string/basic_string_view|wstring_view}} {{mark since c++17}}<br> |
− | {{ltt|cpp/io/basic_stringstream | wstringstream}} <br | + | {{ltt|cpp/io/basic_stringbuf|wstringbuf}}<br> |
− | {{ltt|cpp/io/basic_syncbuf | wsyncbuf}} {{mark since c++20}} <br | + | {{ltt|cpp/io/basic_stringstream|wstringstream}}<br> |
+ | {{ltt|cpp/io/basic_syncbuf|wsyncbuf}} {{mark since c++20}}<br> | ||
===X=== | ===X=== | ||
===Y=== | ===Y=== | ||
− | {{ltt|cpp/numeric/ratio | yocto}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|yocto}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | yotta}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|yotta}} {{mark since c++11}}<br> |
===Z=== | ===Z=== | ||
− | {{ltt|cpp/numeric/ratio | zepto}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|zepto}} {{mark since c++11}}<br> |
− | {{ltt|cpp/numeric/ratio | zetta}} {{mark since c++11}} <br | + | {{ltt|cpp/numeric/ratio/ratio|zetta}} {{mark since c++11}}<br> |
===See also=== | ===See also=== | ||
{{dsc begin}} | {{dsc begin}} | ||
− | {{dsc see c | c/symbol index | Symbol Index | nomono=true}} | + | {{dsc see c|c/symbol index|Symbol Index|nomono=true}} |
{{dsc end}} | {{dsc end}} | ||
{{langlinks|es|ja|ru|zh}} | {{langlinks|es|ja|ru|zh}} |
Latest revision as of 15:16, 25 October 2024
This page tries to list all the symbols that are available from the standard library in the namespace std. The symbols are written as follows:
- Function names with
()
. - Templates with
<>
.
Symbols from std's sub-namespaces (e.g. chrono) are not listed here, but the namespace names (prepended with the icon ▶) are the links to the corresponding pages.
Macro symbols, exposition-only symbols and symbols removed from the standard library are listed in separated pages.
Contents |
[edit] _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
_ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
[edit] Macros
[edit] _ (underscore)
_Exit() (since C++11)
[edit] A
abs() (int)
abs() (float)
abs<>() (std::complex
)
abs<>() (std::valarray
)
acos()
acos<>() (std::complex
) (since C++11)
acos<>() (std::valarray
)
acosf() (since C++11)
acosh() (since C++11)
acosh<>() (std::complex
) (since C++11)
acoshf() (since C++11)
acoshl() (since C++11)
acosl() (since C++11)
accumulate<>()
add_const<> (since C++11)
add_const_t<> (since C++14)
add_cv<> (since C++11)
add_cv_t<> (since C++14)
add_pointer<> (since C++11)
add_pointer_t<> (since C++14)
add_lvalue_reference<> (since C++11)
add_lvalue_reference_t<> (since C++14)
add_rvalue_reference<> (since C++11)
add_rvalue_reference_t<> (since C++14)
add_sat<>() (since C++26)
add_volatile<> (since C++11)
add_volatile_t<> (since C++14)
addressof<> (since C++11)
adjacent_difference<>
adjacent_find<>
adopt_lock (since C++11)
adopt_lock_t (since C++11)
advance<>()
align() (since C++11)
align_val_t (since C++17)
aligned_alloc() (since C++17)
aligned_storage<> (since C++11)
aligned_storage_t<> (since C++14)
aligned_union<> (since C++11)
aligned_union_t<> (since C++14)
alignment_of<> (since C++11)
alignment_of_v<> (since C++17)
all_of<>() (since C++11)
allocate_shared<>() (since C++11)
allocate_shared_for_overwrite<>() (since C++20)
allocation_result<> (since C++23)
allocator<>
allocator_arg (since C++11)
allocator_arg_t (since C++11)
allocator_traits<> (since C++11)
any (since C++17)
any_cast<>() (since C++17)
any_of<>() (since C++11)
apply<>() (since C++17)
arg<>()
array<> (since C++11)
as_bytes<>() (since C++20)
as_const<>() (since C++17)
as_writable_bytes<>() (since C++20)
asctime()
asin()
asin<>() (std::complex
) (since C++11)
asin<>() (std::valarray
)
asinf() (since C++11)
asinh() (since C++11)
asinh<>() (std::complex
) (since C++11)
asinhf() (since C++11)
asinhl() (since C++11)
asinl() (since C++11)
assignable_from<> (since C++20)
assoc_laguerre() (since C++17)
assoc_laguerref() (since C++17)
assoc_laguerrel() (since C++17)
assoc_legendre() (since C++17)
assoc_legendref() (since C++17)
assoc_legendrel() (since C++17)
assume_aligned<>() (since C++20)
async<>() (since C++11)
at_quick_exit() (since C++11)
atan()
atan<>() (std::complex
) (since C++11)
atan<>() (std::valarray
)
atan2()
atan2<>() (std::valarray
)
atan2f() (since C++11)
atan2l() (since C++11)
atanf() (since C++11)
atanh() (since C++11)
atanh<>() (std::complex
) (since C++11)
atanhf() (since C++11)
atanhl() (since C++11)
atanl() (since C++11)
atexit()
atof()
atoi()
atol()
atoll() (since C++11)
atomic<> (since C++11)
atomic<> full specializations and typedefs:
atomic_bool (since C++11)
atomic_char (since C++11)
atomic_char16_t (since C++11)
atomic_char32_t (since C++11)
atomic_char8_t (since C++20)
atomic_int (since C++11)
atomic_int8_t (since C++11)
atomic_int16_t (since C++11)
atomic_int32_t (since C++11)
atomic_int64_t (since C++11)
atomic_int_fast8_t (since C++11)
atomic_int_fast16_t (since C++11)
atomic_int_fast32_t (since C++11)
atomic_int_fast64_t (since C++11)
atomic_int_least8_t (since C++11)
atomic_int_least16_t (since C++11)
atomic_int_least32_t (since C++11)
atomic_int_least64_t (since C++11)
atomic_intmax_t (since C++11)
atomic_intptr_t (since C++11)
atomic_llong (since C++11)
atomic_long (since C++11)
atomic_ptrdiff_t (since C++11)
atomic_schar (since C++11)
atomic_short (since C++11)
atomic_signed_lock_free (since C++20)
atomic_size_t (since C++11)
atomic_uchar (since C++11)
atomic_uint (since C++11)
atomic_uint8_t (since C++11)
atomic_uint16_t (since C++11)
atomic_uint32_t (since C++11)
atomic_uint64_t (since C++11)
atomic_uint_fast8_t (since C++11)
atomic_uint_fast16_t (since C++11)
atomic_uint_fast32_t (since C++11)
atomic_uint_fast64_t (since C++11)
atomic_uint_least8_t (since C++11)
atomic_uint_least16_t (since C++11)
atomic_uint_least32_t (since C++11)
atomic_uint_least64_t (since C++11)
atomic_uintmax_t (since C++11)
atomic_uintptr_t (since C++11)
atomic_ullong (since C++11)
atomic_ulong (since C++11)
atomic_unsigned_lock_free (since C++20)
atomic_ushort (since C++11)
atomic_wchar_t (since C++11)
atomic_compare_exchange_strong<>() (since C++11)
atomic_compare_exchange_strong<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_compare_exchange_strong_explicit<>() (since C++11)
atomic_compare_exchange_strong_explicit<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_compare_exchange_weak<>() (since C++11)
atomic_compare_exchange_weak<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_compare_exchange_weak_explicit<>() (since C++11)
atomic_compare_exchange_weak_explicit<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_exchange<>() (since C++11)
atomic_exchange<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_exchange_explicit<>() (since C++11)
atomic_exchange_explicit<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_fetch_add<>() (since C++11)
atomic_fetch_add_explicit<>() (since C++11)
atomic_fetch_and<>() (since C++11)
atomic_fetch_and_explicit<>() (since C++11)
atomic_fetch_max<>() (since C++26)
atomic_fetch_max_explicit<>() (since C++26)
atomic_fetch_min<>() (since C++26)
atomic_fetch_min_explicit<>() (since C++26)
atomic_fetch_or<>() (since C++11)
atomic_fetch_or_explicit<>() (since C++11)
atomic_fetch_sub<>() (since C++11)
atomic_fetch_sub_explicit<>() (since C++11)
atomic_fetch_xor<>() (since C++11)
atomic_fetch_xor_explicit<>() (since C++11)
atomic_flag (since C++11)
atomic_flag_clear() (since C++11)
atomic_flag_clear_explicit() (since C++11)
atomic_flag_notify_all() (since C++20)
atomic_flag_notify_one() (since C++20)
atomic_flag_test() (since C++20)
atomic_flag_test_explicit() (since C++20)
atomic_flag_test_and_set() (since C++11)
atomic_flag_test_and_set_explicit() (since C++11)
atomic_flag_wait() (since C++20)
atomic_flag_wait_explicit() (since C++20)
atomic_init<>() (since C++11)(deprecated in C++20)
atomic_is_lock_free<>() (since C++11)
atomic_is_lock_free<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_load<>() (since C++11)
atomic_load<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_load_explicit<>() (since C++11)
atomic_load_explicit<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_notify_all<>() (since C++20)
atomic_notify_one<>() (since C++20)
atomic_ref<> (since C++20)
atomic_signal_fence() (since C++11)
atomic_store<>() (since C++11)
atomic_store<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_store_explicit<>() (since C++11)
atomic_store_explicit<>() (std::shared_ptr
) (since C++11)(deprecated in C++20)
atomic_thread_fence() (since C++11)
atomic_wait<>() (since C++20)
atomic_wait_explicit<>() (since C++20)
atto (since C++11)
[edit] B
back_insert_iterator<>
back_inserter<>
bad_alloc
bad_any_cast (since C++17)
bad_array_new_length (since C++11)
bad_cast
bad_exception
bad_expected_access<> (since C++23)
bad_function_call (since C++11)
bad_optional_access (since C++17)
bad_typeid
bad_variant_access (since C++17)
bad_weak_ptr (since C++11)
barrier<> (since C++20)
basic_common_reference<> (since C++20)
basic_const_iterator<> (since C++23)
basic_filebuf<>
basic_format_arg<> (since C++20)
basic_format_args<> (since C++20)
basic_format_context<> (since C++20)
basic_format_parse_context<> (since C++20)
basic_format_string<> (since C++20)
basic_fstream<>
basic_ifstream<>
basic_istream<>
basic_ios<>
basic_iostream<>
basic_ispanstream<> (since C++23)
basic_istringstream<>
basic_ofstream<>
basic_ostream<>
basic_ospanstream<> (since C++23)
basic_ostringstream<>
basic_osyncstream<> (since C++20)
basic_regex<> (since C++11)
basic_spanbuf<> (since C++23)
basic_spanstream<> (since C++23)
basic_stacktrace<> (since C++23)
basic_streambuf<>
basic_string<>
basic_string_view<> (since C++17)
basic_stringbuf<>
basic_stringstream<>
basic_syncbuf<> (since C++20)
begin<>() (since C++11)
bernoulli_distribution<> (since C++11)
beta() (since C++17)
betaf() (since C++17)
betal() (since C++17)
bfloat16_t (since C++23)
bidirectional_iterator<> (since C++20)
bidirectional_iterator_tag
binary_search<>()
binary_semaphore (since C++20)
bind<>() (since C++11)
bind_back<>() (since C++23)
bind_front<>() (since C++20)
binomial_distribution<> (since C++11)
bit_and<>
bit_cast<>() (since C++20)
bit_ceil<>() (since C++20)
bit_floor<>() (since C++20)
bit_not<> (since C++14)
bit_or<>
bit_width<>() (since C++20)
bit_xor<>
bitset<>
breakpoint() (since C++26)
breakpoint_if_debugging() (since C++26)
bool_constant<> (since C++17)
boolalpha()
boyer_moore_horspool_searcher<> (since C++17)
boyer_moore_searcher<> (since C++17)
bsearch()
btowc()
byte (since C++17)
byteswap<>() (since C++23)
[edit] C
c16rtomb() (since C++11)
c32rtomb() (since C++11)
c8rtomb() (since C++20)
call_once<>() (since C++11)
calloc()
cauchy_distribution<> (since C++11)
cbegin<>() (since C++14)
cbrt() (since C++11)
cbrtf() (since C++11)
cbrtl() (since C++11)
ceil()
ceilf() (since C++11)
ceill() (since C++11)
cend<>() (since C++14)
centi (since C++11)
cerr
char_traits<>
chars_format (since C++17)
chi_squared_distribution<> (since C++11)
▶ chrono
(since C++11)
▶ chrono_literals
(since C++14)
cin
clamp<>() (since C++17)
clearerr()
clock()
clock_t
clog
cmatch (since C++11)
cmp_equal<>() (since C++20)
cmp_greater<>() (since C++20)
cmp_greater_equal<>() (since C++20)
cmp_less<>() (since C++20)
cmp_less_equal<>() (since C++20)
cmp_not_equal<>() (since C++20)
codecvt<>
codecvt_base
codecvt_byname<>
collate<>
collate_byname<>
common_comparison_category<> (since C++20)
common_comparison_category_t<> (since C++20)
common_iterator<> (since C++20)
common_reference<> (since C++20)
common_reference_t<> (since C++20)
common_reference_with<> (since C++20)
common_type<> (since C++11)
common_type_t<> (since C++14)
common_with (since C++20)
comp_ellint_1() (since C++17)
comp_ellint_1f() (since C++17)
comp_ellint_1l() (since C++17)
comp_ellint_2() (since C++17)
comp_ellint_2f() (since C++17)
comp_ellint_2l() (since C++17)
comp_ellint_3() (since C++17)
comp_ellint_3f() (since C++17)
comp_ellint_3l() (since C++17)
compare_partial_order_fallback (since C++20)
compare_strong_order_fallback (since C++20)
compare_three_way (since C++20)
compare_three_way_result<> (since C++20)
compare_three_way_result_t<> (since C++20)
compare_weak_order_fallback (since C++20)
complex<>
▶ complex_literals
(since C++14)
conditional<> (since C++11)
conditional_t<> (since C++14)
condition_variable (since C++11)
condition_variable_any (since C++11)
conjunction<> (since C++17)
conjunction_v<> (since C++17)
conj<>()
const_iterator<> (since C++23)
const_pointer_cast<>() (since C++11)
const_sentinel<> (since C++23)
construct_at<>() (since C++20)
constructible_from<> (since C++20)
contiguous_iterator<> (since C++20)
contiguous_iterator_tag (since C++20)
convertible_to (since C++20)
copy<>()
copy_backward<>()
copy_constructible (since C++20)
copy_if<>() (since C++11)
copy_n<>() (since C++11)
copyable<> (since C++20)
copyable_function<> (since C++26)
copysign() (since C++11)
copysignf() (since C++11)
copysignl() (since C++11)
coroutine_handle<> (since C++20)
coroutine_traits<> (since C++20)
cos()
cos<>() (std::complex
)
cos<>() (std::valarray
)
cosf() (since C++11)
cosh()
cosh<>() (std::complex
)
cosh<>() (std::valarray
)
coshf() (since C++11)
coshl() (since C++11)
cosl() (since C++11)
count<>()
count_if<>()
counted_iterator<> (since C++20)
counting_semaphore<> (since C++20)
countl_one<>() (since C++20)
countl_zero<>() (since C++20)
countr_one<>() (since C++20)
countr_zero<>() (since C++20)
cout
crbegin<>() (since C++14)
cref<>() (since C++11)
cregex_iterator (since C++11)
cregex_token_iterator (since C++11)
crend<>() (since C++14)
csub_match (since C++11)
ctime()
ctype<>
ctype_base
ctype_byname<>
current_exception() (since C++11)
cv_status (since C++11)
cyl_bessel_i() (since C++17)
cyl_bessel_if() (since C++17)
cyl_bessel_il() (since C++17)
cyl_bessel_j() (since C++17)
cyl_bessel_jf() (since C++17)
cyl_bessel_jl() (since C++17)
cyl_bessel_k() (since C++17)
cyl_bessel_kf() (since C++17)
cyl_bessel_kl() (since C++17)
cyl_neumann() (since C++17)
cyl_neumannf() (since C++17)
cyl_neumannl() (since C++17)
[edit] D
data<>() (since C++17)
dec()
deca (since C++11)
decay<> (since C++11)
decay_t<> (since C++14)
deci (since C++11)
declval<>() (since C++11)
default_accessor<> (since C++23)
default_delete (since C++11)
default_initializable<> (since C++20)
default_random_engine (since C++11)
default_searcher<> (since C++17)
default_sentinel (since C++20)
default_sentinel_t (since C++20)
defaultfloat() (since C++11)
defer_lock (since C++11)
defer_lock_t (since C++11)
denorm_absent
denorm_indeterminate
denorm_present
deque<>
derived_from<> (since C++20)
destroy<>() (since C++17)
destroy_at<>() (since C++17)
destroy_n<>() (since C++17)
destroying_delete (since C++20)
destroying_delete_t (since C++20)
destructible (since C++20)
dextents<> (since C++23)
difftime()
dims<> (since C++26)
disable_sized_sentinel_for<> (since C++20)
discrete_distribution<> (since C++11)
discard_block_engine<> (since C++11)
disjunction<> (since C++17)
disjunction_v<> (since C++17)
distance<>()
div()
div_sat<>() (since C++26)
div_t
divides<>
domain_error
double_t (since C++11)
dynamic_extent (since C++20)
dynamic_pointer_cast<>() (since C++11)
[edit] E
ellint_1() (since C++17)
ellint_1f() (since C++17)
ellint_1l() (since C++17)
ellint_2() (since C++17)
ellint_2f() (since C++17)
ellint_2l() (since C++17)
ellint_3() (since C++17)
ellint_3f() (since C++17)
ellint_3l() (since C++17)
emit_on_flush<>() (since C++20)
empty<>() (since C++17)
enable_if<> (since C++11)
enable_if_t<> (since C++14)
enable_shared_from_this<> (since C++11)
enable_nonlocking_formatter_optimization<> (since C++23)
end<>() (since C++11)
endian (since C++20)
endl<>()
ends<>()
equal<>()
equal_range<>()
equal_to<>
equality_comparable<> (since C++20)
equality_comparable_with<> (since C++20)
equivalence_relation<> (since C++20)
erase<>() (std::basic_string
) (since C++20)
erase<>() (std::deque
) (since C++20)
erase<>() (std::forward_list
) (since C++20)
erase<>() (std::inplace_vector
) (since C++26)
erase<>() (std::list
) (since C++20)
erase<>() (std::vector
) (since C++20)
erase_if<>() (std::basic_string
) (since C++20)
erase_if<>() (std::deque
) (since C++20)
erase_if<>() (std::flat_map
) (since C++23)
erase_if<>() (std::flat_multimap
) (since C++23)
erase_if<>() (std::flat_multiset
) (since C++23)
erase_if<>() (std::flat_set
) (since C++23)
erase_if<>() (std::forward_list
) (since C++20)
erase_if<>() (std::inplace_vector
) (since C++26)
erase_if<>() (std::list
) (since C++20)
erase_if<>() (std::map
) (since C++20)
erase_if<>() (std::multimap
) (since C++20)
erase_if<>() (std::multiset
) (since C++20)
erase_if<>() (std::set
) (since C++20)
erase_if<>() (std::unordered_map
) (since C++20)
erase_if<>() (std::unordered_multimap
) (since C++20)
erase_if<>() (std::unordered_multiset
) (since C++20)
erase_if<>() (std::unordered_set
) (since C++20)
erase_if<>() (std::vector
) (since C++20)
erf() (since C++11)
erfc() (since C++11)
erfcf() (since C++11)
erfcl() (since C++11)
erff() (since C++11)
erfl() (since C++11)
errc (since C++11)
error_category (since C++11)
error_code (since C++11)
error_condition (since C++11)
exa (since C++11)
exception
exception_ptr (since C++11)
exchange<>() (since C++14)
exclusive_scan<>() (since C++17)
▶ execution
(since C++17)
exit()
exp()
exp<>() (std::complex
)
exp<>() (std::valarray
)
exp2() (since C++11)
exp2f() (since C++11)
exp2l() (since C++11)
expf() (since C++11)
expected<> (since C++23)
expint() (since C++17)
expintf() (since C++17)
expintl() (since C++17)
expl() (since C++11)
expm1() (since C++11)
expm1f() (since C++11)
expm1l() (since C++11)
exponential_distribution<> (since C++11)
extent<> (since C++11)
extent_v<> (since C++17)
extents<> (since C++23)
extreme_value_distribution<> (since C++11)
[edit] F
fabs()
fabsf() (since C++11)
fabsl() (since C++11)
false_type (since C++11)
fclose()
fdim() (since C++11)
fdimf() (since C++11)
fdiml() (since C++11)
feclearexcept() (since C++11)
fegetenv() (since C++11)
fegetexceptflag() (since C++11)
fegetround() (since C++11)
feholdexcept() (since C++11)
femto (since C++11)
fenv_t (since C++11)
feof()
feraiseexcept() (since C++11)
ferror()
fesetenv() (since C++11)
fesetexceptflag() (since C++11)
fesetround() (since C++11)
fetestexcept() (since C++11)
feupdateenv() (since C++11)
fexcept_t (since C++11)
fflush()
fgetc()
fgetpos()
fgets()
fgetwc()
fgetws()
FILE
filebuf
▶ filesystem
(since C++17)
fill<>()
fill_n<>()
find<>()
find_end<>()
find_first_of<>()
find_if<>()
find_if_not<>() (since C++11)
fisher_f_distribution<> (since C++11)
fixed()
flat_map<> (since C++23)
flat_multimap<> (since C++23)
flat_multiset<> (since C++23)
flat_set<> (since C++23)
float_denorm_style
float_round_style
float_t (since C++11)
float16_t (since C++23)
float32_t (since C++23)
float64_t (since C++23)
float128_t (since C++23)
floating_point<> (since C++20)
floor()
floorf() (since C++11)
floorl() (since C++11)
flush<>()
flush_emit<>() (since C++20)
fma() (since C++11)
fmaf() (since C++11)
fmal() (since C++11)
fmax() (since C++11)
fmaxf() (since C++11)
fmaxl() (since C++11)
fmin() (since C++11)
fminf() (since C++11)
fminl() (since C++11)
fmod()
fmodf() (since C++11)
fmodl() (since C++11)
fopen()
for_each<>()
for_each_n<>() (since C++17)
format<>() (since C++20)
format_args (since C++20)
format_context (since C++20)
format_error() (since C++20)
format_kind<> (since C++23)
format_parse_context (since C++20)
format_string<> (since C++20)
format_to<>() (since C++20)
format_to_n<>() (since C++20)
format_to_n_result<> (since C++20)
formattable<> (since C++23)
formatted_size<>() (since C++20)
formatter<> (since C++20)
forward<>() (since C++11)
forward_as_tuple<>() (since C++11)
forward_iterator<> (since C++20)
forward_iterator_tag
forward_like<>() (since C++23)
forward_list<> (since C++11)
fpclassify() (since C++11)
fpos<>
fpos_t
fprintf()
fputc()
fputs()
fputwc()
fputws()
fread()
free()
freopen()
frexp()
frexpf() (since C++11)
frexpl() (since C++11)
from_chars() (since C++17)
from_chars_result (since C++17)
from_range (since C++23)
from_range_t (since C++23)
front_insert_iterator<>
front_inserter<>()
fscanf()
fseek()
fsetpos()
fstream
ftell()
function<> (since C++11)
function_ref<> (since C++26)
future<> (since C++11)
future_category() (since C++11)
future_errc (since C++11)
future_error (since C++11)
future_status (since C++11)
fwide()
fwprintf()
fwrite()
fwscanf()
[edit] G
gamma_distribution<> (since C++11)
gcd<>() (since C++17)
generate<>()
generate_canonical<> (since C++11)
generate_n<>()
generator<> (since C++23)
generic_category() (since C++11)
geometric_distribution<> (since C++11)
get<>() (std::array
) (since C++11)
get<>() (std::pair
) (since C++11)
get<>() (std::ranges::subrange
) (since C++20)
get<>() (std::tuple
) (since C++11)
get<>() (std::variant
) (since C++17)
get_deleter<>() (since C++11)
get_if<>() (since C++17)
get_money<>() (since C++11)
get_new_handler() (since C++11)
get_terminate() (since C++11)
get_time<>() (since C++11)
getline<>()
getc()
getchar()
getenv()
getwc()
getwchar()
giga (since C++11)
gmtime()
greater<>
greater_equal<>
gslice
gslice_array<>
[edit] H
hardware_constructive_interference_size (since C++17)
hardware_destructive_interference_size (since C++17)
has_facet<>()
has_single_bit<>() (since C++20)
has_unique_object_representations<> (since C++17)
has_unique_object_representations_v<> (since C++17)
has_virtual_destructor<> (since C++11)
has_virtual_destructor_v<> (since C++17)
hash<> (since C++11)
hazard_pointer (since C++26)
hazard_pointer_obj_base<> (since C++26)
hecto (since C++11)
hermite() (since C++17)
hermitef() (since C++17)
hermitel() (since C++17)
hex()
hexfloat() (since C++11)
holds_alternative<>() (since C++17)
hypot() (since C++11)
hypotf() (since C++11)
hypotl() (since C++11)
[edit] I
identity (since C++20)
ifstream
ignore (since C++11)
ilogb() (since C++11)
ilogbf() (since C++11)
ilogbl() (since C++11)
imag<>()
imaxabs() (since C++11)
imaxdiv() (since C++11)
imaxdiv_t (since C++11)
in_place (since C++17)
in_place_index<> (since C++17)
in_place_index_t<> (since C++17)
in_place_t (since C++17)
in_place_type<> (since C++17)
in_place_type_t<> (since C++17)
in_range<>() (since C++20)
includes<>()
inclusive_scan<>() (since C++17)
incrementable<> (since C++20)
incrementable_traits<> (since C++20)
independent_bits_engine<> (since C++11)
index_sequence<> (since C++14)
index_sequence_for<> (since C++14)
indirect_array<>
indirect_binary_predicate<> (since C++20)
indirect_equivalence_relation<> (since C++20)
indirect_result_t<> (since C++20)
indirect_strict_weak_order<> (since C++20)
indirect_unary_predicate<> (since C++20)
indirectly_comparable<> (since C++20)
indirectly_copyable<> (since C++20)
indirectly_copyable_storable<> (since C++20)
indirectly_movable<> (since C++20)
indirectly_movable_storable<> (since C++20)
indirectly_readable<> (since C++20)
indirectly_readable_traits<> (since C++20)
indirectly_regular_unary_invocable<> (since C++20)
indirectly_swappable<> (since C++20)
indirectly_unary_invocable<> (since C++20)
indirectly_writable<> (since C++20)
initializer_list<> (since C++11)
inner_product<>()
inout_ptr<>() (since C++23)
inout_ptr_t<> (since C++23)
inplace_merge<>()
inplace_vector<> (since C++26)
input_iterator<> (since C++20)
input_iterator_tag
input_or_output_iterator<> (since C++20)
insert_iterator<>
inserter<>()
int_fast16_t (since C++11)
int_fast32_t (since C++11)
int_fast64_t (since C++11)
int_fast8_t (since C++11)
int_least16_t (since C++11)
int_least32_t (since C++11)
int_least64_t (since C++11)
int_least8_t (since C++11)
int16_t (since C++11)
int32_t (since C++11)
int64_t (since C++11)
int8_t (since C++11)
integer_sequence<> (since C++14)
integral<> (since C++20)
integral_constant<> (since C++11)
internal()
intmax_t (since C++11)
intptr_t (since C++11)
invalid_argument
invocable<> (since C++20)
invoke<>() (since C++17)
invoke_r<>() (since C++23)
invoke_result<> (since C++17)
invoke_result_t<> (since C++17)
io_errc (since C++11)
ios
ios_base
iostream
iostream_category (since C++11)
iota<>() (since C++11)
is_abstract<> (since C++11)
is_abstract_v<> (since C++17)
is_aggregate<> (since C++17)
is_aggregate_v<> (since C++17)
is_arithmetic<> (since C++11)
is_arithmetic_v<> (since C++17)
is_array<> (since C++11)
is_array_v<> (since C++17)
is_assignable<> (since C++11)
is_assignable_v<> (since C++17)
is_base_of<> (since C++11)
is_base_of_v<> (since C++17)
is_bind_expression<> (since C++11)
is_bind_expression_v<> (since C++17)
is_bounded_array<> (since C++20)
is_bounded_array_v<> (since C++20)
is_class<> (since C++11)
is_class_v<> (since C++17)
is_compound<> (since C++11)
is_compound_v<> (since C++17)
is_const<> (since C++11)
is_const_v<> (since C++17)
is_constant_evaluated() (since C++20)
is_constructible<> (since C++11)
is_constructible_v<> (since C++17)
is_convertible<> (since C++11)
is_convertible_v<> (since C++17)
is_copy_assignable<> (since C++11)
is_copy_assignable_v<> (since C++17)
is_copy_constructible<> (since C++11)
is_copy_constructible_v<> (since C++17)
is_corresponding_member<>() (since C++20)
is_debugger_present() (since C++26)
is_default_constructible<> (since C++11)
is_default_constructible_v<> (since C++17)
is_destructible<> (since C++11)
is_destructible_v<> (since C++17)
is_empty<> (since C++11)
is_empty_v<> (since C++17)
is_enum<> (since C++11)
is_enum_v<> (since C++17)
is_eq() (since C++20)
is_error_code_enum<>() (since C++11)
is_error_condition_enum (since C++11)
is_error_condition_enum_v (since C++17)
is_execution_policy<> (since C++17)
is_execution_policy_v<> (since C++17)
is_final<> (since C++14)
is_final_v<> (since C++17)
is_floating_point<> (since C++11)
is_floating_point_v<> (since C++17)
is_function<> (since C++11)
is_function_v<> (since C++17)
is_fundamental<> (since C++11)
is_fundamental_v<> (since C++17)
is_gt() (since C++20)
is_gteq() (since C++20)
is_heap<>() (since C++11)
is_heap_until<>() (since C++11)
is_implicit_lifetime<> (since C++23)
is_integral<> (since C++11)
is_integral_v<> (since C++17)
is_invocable<> (since C++17)
is_invocable_r<> (since C++17)
is_invocable_r_v<> (since C++17)
is_invocable_v<> (since C++17)
is_layout_compatible<> (since C++20)
is_layout_compatible_v<> (since C++20)
is_lt() (since C++20)
is_lteq() (since C++20)
is_lvalue_reference<> (since C++11)
is_lvalue_reference_v<> (since C++17)
is_member_function_pointer<> (since C++11)
is_member_function_pointer_v<> (since C++17)
is_member_object_pointer<> (since C++11)
is_member_object_pointer_v<> (since C++17)
is_member_pointer<> (since C++11)
is_member_pointer_v<> (since C++17)
is_move_assignable<> (since C++11)
is_move_assignable_v<> (since C++17)
is_move_constructible<> (since C++11)
is_move_constructible_v<> (since C++17)
is_neq() (since C++20)
is_nothrow_assignable<> (since C++11)
is_nothrow_assignable_v<> (since C++17)
is_nothrow_constructible<> (since C++11)
is_nothrow_constructible_v<> (since C++17)
is_nothrow_convertible<> (since C++20)
is_nothrow_convertible_v<> (since C++20)
is_nothrow_copy_assignable<> (since C++11)
is_nothrow_copy_assignable_v<> (since C++17)
is_nothrow_copy_constructible<> (since C++11)
is_nothrow_copy_constructible_v<> (since C++17)
is_nothrow_default_constructible<> (since C++11)
is_nothrow_default_constructible_v<> (since C++17)
is_nothrow_destructible<> (since C++11)
is_nothrow_destructible_v<> (since C++17)
is_nothrow_invocable<> (since C++17)
is_nothrow_invocable_r<> (since C++17)
is_nothrow_invocable_r_v<> (since C++17)
is_nothrow_invocable_v<> (since C++17)
is_nothrow_move_assignable<> (since C++11)
is_nothrow_move_assignable_v<> (since C++17)
is_nothrow_move_constructible<> (since C++11)
is_nothrow_move_constructible_v<> (since C++17)
is_nothrow_swappable<> (since C++17)
is_nothrow_swappable_v<> (since C++17)
is_nothrow_swappable_with<> (since C++17)
is_nothrow_swappable_with_v<> (since C++17)
is_null_pointer<> (since C++11)
is_null_pointer_v<> (since C++17)
is_object<> (since C++11)
is_object_v<> (since C++17)
is_partitioned<>() (since C++11)
is_permutation<>() (since C++11)
is_placeholder<> (since C++11)
is_placeholder_v<> (since C++17)
is_pod<> (since C++11)(deprecated in C++20)
is_pod_v<> (since C++17)(deprecated in C++20)
is_pointer<> (since C++11)
is_pointer_v<> (since C++17)
is_pointer_interconvertible_base_of<> (since C++20)
is_pointer_interconvertible_base_of_v<> (since C++20)
is_pointer_interconvertible_with_class<>() (since C++20)
is_polymorphic<> (since C++11)
is_polymorphic_v<> (since C++17)
is_reference<> (since C++11)
is_reference_v<> (since C++17)
is_rvalue_reference<> (since C++11)
is_rvalue_reference_v<> (since C++17)
is_same<> (since C++11)
is_same_v<> (since C++17)
is_scalar<> (since C++11)
is_scalar_v<> (since C++17)
is_scoped_enum<> (since C++23)
is_scoped_enum_v<> (since C++23)
is_signed<> (since C++11)
is_signed_v<> (since C++17)
is_sorted<>() (since C++11)
is_sorted_until<>() (since C++11)
is_standard_layout<> (since C++11)
is_standard_layout_v<> (since C++17)
is_swappable<> (since C++17)
is_swappable_v<> (since C++17)
is_swappable_with<> (since C++17)
is_swappable_with_v<> (since C++17)
is_trivial<> (since C++11)
is_trivial_v<> (since C++17)
is_trivially_assignable<> (since C++11)
is_trivially_assignable_v<> (since C++17)
is_trivially_constructible<> (since C++11)
is_trivially_constructible_v<> (since C++17)
is_trivially_copyable<> (since C++11)
is_trivially_copyable_v<> (since C++17)
is_trivially_copy_assignable<> (since C++11)
is_trivially_copy_assignable_v<> (since C++17)
is_trivially_copy_constructible<> (since C++11)
is_trivially_copy_constructible_v<> (since C++17)
is_trivially_default_constructible<> (since C++11)
is_trivially_default_constructible_v<> (since C++17)
is_trivially_destructible<> (since C++11)
is_trivially_destructible_v<> (since C++17)
is_trivially_move_assignable<> (since C++11)
is_trivially_move_assignable_v<> (since C++17)
is_trivially_move_constructible<> (since C++11)
is_trivially_move_constructible_v<> (since C++17)
is_unbounded_array<> (since C++20)
is_unbounded_array_v<> (since C++20)
is_union<> (since C++11)
is_union_v<> (since C++17)
is_unsigned<> (since C++11)
is_unsigned_v<> (since C++17)
is_virtual_base_of<> (since C++26)
is_virtual_base_of_v<> (since C++26)
is_void<> (since C++11)
is_void_v<> (since C++17)
is_volatile<> (since C++11)
is_volatile_v<> (since C++17)
is_within_lifetime<> (since C++26)
isalnum()
isalnum<>() (locale)
isalpha()
isalpha<>() (locale)
isblank() (since C++11)
isblank<>() (locale) (since C++11)
iscntrl()
iscntrl<>() (locale)
isdigit()
isdigit<>() (locale)
isfinite() (since C++11)
isgraph()
isgraph<>() (locale)
isgreater() (since C++11)
isgreaterequal() (since C++11)
isinf() (since C++11)
isless() (since C++11)
islessequal() (since C++11)
islessgreater() (since C++11)
islower()
islower<>() (locale)
isnan() (since C++11)
isnormal() (since C++11)
ispanstream (since C++23)
isprint()
isprint<>() (locale)
ispunct()
ispunct<>() (locale)
isspace()
isspace<>() (locale)
istream
istreambuf_iterator<>
istream_iterator<>
istringstream
istrstream (deprecated in C++98)
isunordered() (since C++11)
isupper()
isupper<>() (locale)
iswalnum()
iswalpha()
iswblank() (since C++11)
iswcntrl()
iswctype()
iswdigit()
iswgraph()
iswlower()
iswprint()
iswpunct()
iswspace()
iswupper()
iswxdigit()
isxdigit()
isxdigit<>() (locale)
iter_common_reference_t<> (since C++20)
iter_const_reference_t<> (since C++23)
iter_difference_t<> (since C++20)
iter_reference_t<> (since C++20)
iter_rvalue_reference_t<> (since C++20)
iter_swap<>()
iter_value_t<> (since C++20)
iterator<> (deprecated in C++17)
iterator_traits<>
[edit] J
[edit] K
kill_dependency<>() (since C++11)
kilo (since C++11)
knuth_b (since C++11)
[edit] L
labs()
laguerre() (since C++17)
laguerref() (since C++17)
laguerrel() (since C++17)
latch (since C++20)
launch (since C++11)
launder<>() (since C++17)
layout_left (since C++23)
layout_left_padded<> (since C++26)
layout_right (since C++23)
layout_right_padded<> (since C++26)
layout_stride (since C++23)
lcm<>() (since C++17)
lconv
ldexp()
ldexpf() (since C++11)
ldexpl() (since C++11)
ldiv()
ldiv_t
left()
legendre() (since C++17)
legendref() (since C++17)
legendrel() (since C++17)
length_error
lerp() (since C++20)
less<>
less_equal<>
lexicographical_compare<>()
lexicographical_compare_three_way<>() (since C++20)
lgamma() (since C++11)
lgammaf() (since C++11)
lgammal() (since C++11)
▶ linalg
(since C++26)
linear_congruential_engine<> (since C++11)
list<>
▶ literals
(since C++14)
llabs() (since C++11)
lldiv() (since C++11)
lldiv_t (since C++11)
llrint() (since C++11)
llrintf() (since C++11)
llrintl() (since C++11)
llround() (since C++11)
llroundf() (since C++11)
llroundl() (since C++11)
locale
localeconv()
localtime()
lock<>() (since C++11)
lock_guard<> (since C++11)
log()
log<>() (std::complex
)
log<>() (std::valarray
)
log10()
log10<>() (std::complex
)
log10<>() (std::valarray
)
log10f() (since C++11)
log10l() (since C++11)
log1p() (since C++11)
log1pf() (since C++11)
log1pl() (since C++11)
log2() (since C++11)
log2f() (since C++11)
log2l() (since C++11)
logb() (since C++11)
logbf() (since C++11)
logbl() (since C++11)
logf() (since C++11)
logic_error
logical_and<>
logical_not<>
logical_or<>
logl() (since C++11)
lognormal_distribution<> (since C++11)
longjmp()
lower_bound<>()
lrint() (since C++11)
lrintf() (since C++11)
lrintl() (since C++11)
lround() (since C++11)
lroundf() (since C++11)
lroundl() (since C++11)
[edit] M
make_any<>() (since C++17)
make_const_iterator<>() (since C++23)
make_const_sentinel<>() (since C++23)
make_error_code (std::errc
) (since C++11)
make_error_code (std::io_errc
) (since C++11)
make_error_condition (std::errc
) (since C++11)
make_error_condition (std::io_errc
) (since C++11)
make_exception_ptr<>() (since C++11)
make_format_args<>() (since C++20)
make_from_tuple<>() (since C++17)
make_hazard_pointer() (since C++26)
make_heap<>()
make_index_sequence<> (since C++14)
make_integer_sequence<> (since C++14)
make_move_iterator<>() (since C++11)
make_obj_using_allocator<>() (since C++20)
make_optional<>() (since C++17)
make_pair<>
make_reverse_iterator<>() (since C++14)
make_shared<>() (since C++11)
make_shared_for_overwrite<>() (since C++20)
make_signed<> (since C++11)
make_signed_t<> (since C++14)
make_tuple<>() (since C++11)
make_unique<>() (since C++14)
make_unique_for_overwrite<>() (since C++20)
make_unsigned<> (since C++11)
make_unsigned_t<> (since C++14)
make_wformat_args<>() (since C++20)
malloc()
map<>
mask_array<>
match_results<> (since C++11)
max<>()
max_align_t (since C++11)
max_element<>()
mblen()
mbrlen()
mbrtoc16() (since C++11)
mbrtoc32() (since C++11)
mbrtoc8() (since C++20)
mbrtowc()
mbsinit()
mbsrtowcs()
mbstate_t
mbstowcs()
mbtowc()
mdspan<> (since C++23)
mega (since C++11)
mem_fn<>() (since C++11)
memchr()
memcmp()
memcpy()
memmove()
memory_order (since C++11)
memory_order_acq_rel (since C++11)
memory_order_acquire (since C++11)
memory_order_consume (since C++11)
memory_order_relaxed (since C++11)
memory_order_release (since C++11)
memory_order_seq_cst (since C++11)
memset()
merge<>()
mergeable<> (since C++20)
mersenne_twister_engine<> (since C++11)
messages<>
messages_base
messages_byname<>
micro (since C++11)
midpoint<>() (since C++20)
milli (since C++11)
min<>()
min_element<>()
minmax<>() (since C++11)
minmax_element<>() (since C++11)
minstd_rand (since C++11)
minstd_rand0 (since C++11)
minus<>
mismatch<>()
mktime()
modf()
modff() (since C++11)
modfl() (since C++11)
modulus<>
money_base
money_get<>
moneypunct<>
moneypunct_byname<>
money_put<>
monostate (since C++17)
movable<> (since C++20)
move<>() (algorithm) (since C++11)
move<>() (utility) (since C++11)
move_backward<>() (since C++11)
move_constructible<> (since C++20)
move_if_noexcept<>() (since C++11)
move_iterator<> (since C++11)
move_only_function<> (since C++23)
move_sentinel<> (since C++20)
mt19937 (since C++11)
mt19937_64 (since C++11)
mul_sat<>() (since C++26)
multimap<>
multiplies<>
multiset<>
mutex (since C++11)
[edit] N
nan() (since C++11)
nanf() (since C++11)
nanl() (since C++11)
nano (since C++11)
nearbyint() (since C++11)
nearbyintf() (since C++11)
nearbyintl() (since C++11)
negate<>
negation<> (since C++17)
negation_v<> (since C++17)
negative_binomial_distribution<> (since C++11)
nested_exception (since C++11)
new_handler
next<>() (since C++11)
next_permutation<>()
nextafter() (since C++11)
nextafterf() (since C++11)
nextafterl() (since C++11)
nexttoward() (since C++11)
nexttowardf() (since C++11)
nexttowardl() (since C++11)
noemit_on_flush<>() (since C++20)
noboolalpha()
none_of<>() (since C++11)
nontype (since C++26)
nontype_t (since C++26)
noop_coroutine() (since C++20)
noop_coroutine_handle (since C++20)
noop_coroutine_promise (since C++20)
norm<>()
normal_distribution<> (since C++11)
noshowbase()
noshowpoint()
noshowpos()
noskipws()
nostopstate (since C++20)
nostopstate_t (since C++20)
not_equal_to<>
not_fn<>() (since C++17)
nothrow
nothrow_t
notify_all_at_thread_exit() (since C++11)
nounitbuf()
nouppercase()
nth_element<>()
nullopt (since C++17)
nullopt_t (since C++17)
nullptr_t (since C++11)
numeric_limits<>
num_get<>
▶ numbers
(since C++20)
numpunct<>
numpunct_byname<>
num_put<>
[edit] O
oct()
once_flag (since C++11)
ofstream
optional<> (since C++17)
ospanstream (since C++23)
ostream
ostreambuf_iterator<>
ostream_iterator<>
ostringstream
ostrstream (deprecated in C++98)
osyncstream (since C++20)
out_of_range
out_ptr<>() (since C++23)
out_ptr_t<> (since C++23)
output_iterator<> (since C++20)
output_iterator_tag
overflow_error
owner_less<> (since C++11)
[edit] P
packaged_task<> (since C++11)
pair<>
partial_order (since C++20)
partial_ordering (since C++20)
partial_sort<>()
partial_sort_copy<>()
partial_sum<>()
partition<>()
partition_copy<>() (since C++11)
partition_point<>() (since C++11)
permutable<> (since C++20)
perror()
peta (since C++11)
pico (since C++11)
piecewise_constant_distribution<> (since C++11)
piecewise_construct (since C++11)
piecewise_construct_t (since C++11)
piecewise_linear_distribution<> (since C++11)
▶ placeholders
(since C++11)
plus<>
▶ pmr
(since C++17)
pointer_traits<> (since C++11)
poisson_distribution<> (since C++11)
polar<>()
pop_heap<>()
popcount<>() (since C++20)
pow()
pow<>() (std::complex
)
pow<>() (std::valarray
)
powf() (since C++11)
powl() (since C++11)
predicate<> (since C++20)
prev<>() (since C++11)
prev_permutation<>()
print<>() (since C++23)
printf()
println<>() (since C++23)
priority_queue<>
proj<>() (since C++11)
projected<> (since C++20)
promise<> (since C++11)
ptrdiff_t
push_heap<>()
put_money<>() (since C++11)
put_time<>() (since C++11)
putc()
putchar()
puts()
putwc()
putwchar()
[edit] Q
qsort()
quecto (since C++26)
queue<>
quetta (since C++26)
quick_exit() (since C++11)
quoted<>() (since C++14)
[edit] R
raise()
rand()
random_access_iterator<> (since C++20)
random_access_iterator_tag
random_device (since C++11)
range_error
range_format (since C++23)
range_formatter<> (since C++23)
▶ ranges
(since C++20)
ranlux24 (since C++11)
ranlux24_base (since C++11)
ranlux48 (since C++11)
ranlux48_base (since C++11)
rank<> (since C++11)
rank_v<> (since C++17)
ratio (since C++11)
ratio_add<> (since C++11)
ratio_divide<> (since C++11)
ratio_equal<> (since C++11)
ratio_equal_v<> (since C++17)
ratio_greater<> (since C++11)
ratio_greater_equal<> (since C++11)
ratio_greater_equal_v<> (since C++17)
ratio_greater_v<> (since C++17)
ratio_less<> (since C++11)
ratio_less_equal<> (since C++11)
ratio_less_equal_v<> (since C++17)
ratio_less_v<> (since C++17)
ratio_multiply<> (since C++11)
ratio_not_equal<> (since C++11)
ratio_not_equal_v<> (since C++17)
ratio_subtract<> (since C++11)
rbegin<>() (since C++14)
rcu_barrier() (since C++26)
rcu_default_domain() (since C++26)
rcu_domain (since C++26)
rcu_obj_base<> (since C++26)
rcu_synchronize() (since C++26)
rcu_retire<>() (since C++26)
real<>()
realloc()
recursive_mutex (since C++11)
recursive_timed_mutex (since C++11)
reduce<>() (since C++17)
ref<>() (since C++11)
reference_constructs_from_temporary<> (since C++23)
reference_converts_from_temporary<> (since C++23)
reference_wrapper<> (since C++11)
regex (since C++11)
▶ regex_constants
(since C++11)
regex_error (since C++11)
regex_iterator<> (since C++11)
regex_match<> (since C++11)
regex_replace<> (since C++11)
regex_search<> (since C++11)
regex_token_iterator<> (since C++11)
regex_traits<> (since C++11)
regular<> (since C++20)
regular_invocable<> (since C++20)
reinterpret_pointer_cast<>() (since C++11)
▶ rel_ops
(deprecated in C++20)
relation<> (since C++20)
remainder() (since C++11)
remainderf() (since C++11)
remainderl() (since C++11)
remove()
remove<>() (algorithm)
remove_if<>()
remove_all_extents<> (since C++11)
remove_all_extents_t<> (since C++14)
remove_const<> (since C++11)
remove_const_t<> (since C++14)
remove_copy<>()
remove_copy_if<>()
remove_cv<> (since C++11)
remove_cv_t<> (since C++14)
remove_cvref<> (since C++20)
remove_cvref_t<> (since C++20)
remove_extent<> (since C++11)
remove_extent_t<> (since C++14)
remove_pointer<> (since C++11)
remove_pointer_t<> (since C++14)
remove_reference<> (since C++11)
remove_reference_t<> (since C++14)
remove_volatile<> (since C++11)
remove_volatile_t<> (since C++14)
remquo() (since C++11)
remquof() (since C++11)
remquol() (since C++11)
rend<>() (since C++14)
rename()
replace<>()
replace_copy<>()
replace_copy_if<>()
replace_if<>()
resetiosflags()
rethrow_exception() (since C++11)
rethrow_if_nested<>() (since C++11)
reverse<>()
reverse_copy<>()
reverse_iterator<>
rewind()
riemann_zeta() (since C++17)
riemann_zetaf() (since C++17)
riemann_zetal() (since C++17)
right()
rint() (since C++11)
rintf() (since C++11)
rintl() (since C++11)
ronna (since C++26)
ronto (since C++26)
rotate<>()
rotate_copy<>()
rotl<>() (since C++20)
rotr<>() (since C++20)
round() (since C++11)
roundf() (since C++11)
roundl() (since C++11)
round_indeterminate
round_to_nearest
round_toward_infinity
round_toward_neg_infinity
round_toward_zero
runtime_error
runtime_format() (since C++26)
[edit] S
same_as<> (since C++20)
sample<>() (since C++17)
saturate_cast<>() (since C++26)
scalbln() (since C++11)
scalblnf() (since C++11)
scalblnl() (since C++11)
scalbn() (since C++11)
scalbnf() (since C++11)
scalbnl() (since C++11)
scanf()
scientific()
scoped_allocator_adaptor<> (since C++11)
scoped_lock (since C++17)
search<>()
search_n<>()
seed_seq (since C++11)
semiregular<> (since C++20)
sentinel_for<> (since C++20)
set<>
set_difference<>()
set_intersection<>()
set_new_handler()
set_symmetric_difference<>()
set_terminate()
set_union<>()
setbase()
setbuf()
setfill<>()
setiosflags()
setlocale()
setprecision()
setvbuf()
setw()
shared_future<> (since C++11)
shared_lock<> (since C++14)
shared_mutex (since C++17)
shared_ptr<> (since C++11)
shared_timed_mutex (since C++14)
shift_left<>() (since C++20)
shift_right<>() (since C++20)
showbase()
showpoint()
showpos()
shuffle<>() (since C++11)
shuffle_order_engine<> (since C++11)
sig_atomic_t
signal()
signbit() (since C++11)
signed_integral<> (since C++20)
sin()
sin<>() (std::complex
)
sin<>() (std::valarray
)
sinf() (since C++11)
sinh()
sinh<>() (std::complex
)
sinh<>() (std::valarray
)
sinhf() (since C++11)
sinhl() (since C++11)
sinl() (since C++11)
size<>() (since C++17)
size_t
sized_sentinel_for<> (since C++20)
skipws()
slice
slice_array<>
smatch (since C++11)
snprintf() (since C++11)
sort<>()
sort_heap<>()
sortable<> (since C++20)
sorted_equivalent (since C++23)
sorted_equivalent_t (since C++23)
sorted_unique (since C++23)
sorted_unique_t (since C++23)
source_location (since C++20)
span<> (since C++20)
spanbuf (since C++23)
spanstream (since C++23)
sph_bessel() (since C++17)
sph_besself() (since C++17)
sph_bessell() (since C++17)
sph_legendre() (since C++17)
sph_legendref() (since C++17)
sph_legendrel() (since C++17)
sph_neumann() (since C++17)
sph_neumannf() (since C++17)
sph_neumannl() (since C++17)
sprintf()
sqrt()
sqrt<>() (std::complex
)
sqrt<>() (std::valarray
)
sqrtf() (since C++11)
sqrtl() (since C++11)
srand()
sregex_iterator (since C++11)
sregex_token_iterator (since C++11)
sscanf()
ssize<>() (since C++20)
ssub_match (since C++11)
stable_partition<>()
stable_sort<>()
stack<>
stacktrace (since C++23)
stacktrace_entry (since C++23)
start_lifetime_as<>() (since C++23)
static_pointer_cast<>() (since C++11)
stod() (since C++11)
stof() (since C++11)
stoi() (since C++11)
stol() (since C++11)
stold() (since C++11)
stoll() (since C++11)
stoul() (since C++11)
stoull() (since C++11)
stop_callback<> (since C++20)
stop_source (since C++20)
stop_token (since C++20)
strcat()
strchr()
strcmp()
strcoll()
strcpy()
strcspn()
streambuf
streamoff
streampos
streamsize
strerror()
strftime()
strict_weak_order<> (since C++20)
strided_slice<> (since C++26)
string
▶ string_literals
(since C++14)
string_view (since C++17)
▶ string_view_literals
(since C++17)
stringbuf
stringstream
strlen()
strncat()
strncmp()
strncpy()
strong_order (since C++20)
strong_ordering (since C++20)
strpbrk()
strrchr()
strspn()
strstr()
strstream (deprecated in C++98)
strstreambuf (deprecated in C++98)
strtod()
strtof() (since C++11)
strtoimax() (since C++11)
strtok()
strtol()
strtold()
strtoll() (since C++11)
strtoul()
strtoull() (since C++11)
strtoumax() (since C++11)
strxfrm()
syncbuf (since C++20)
student_t_distribution<> (since C++11)
sub_match<> (since C++11)
sub_sat<>() (since C++26)
submdspan<>() (since C++26)
submdspan_extents<>() (since C++26)
submdspan_mapping_result<> (since C++26)
subtract_with_carry_engine<> (since C++11)
suspend_always (since C++20)
suspend_never (since C++20)
swap<>()
swap_ranges<>()
swappable<> (since C++20)
swappable_with<> (since C++20)
swprintf()
swscanf()
system()
system_category (since C++11)
system_error (since C++11)
[edit] T
tan()
tan<>() (std::complex
)
tan<>() (std::valarray
)
tan()
tanf() (since C++11)
tanh()
tanh<>() (std::complex
)
tanh<>() (std::valarray
)
tanhf() (since C++11)
tanhl() (since C++11)
tanl() (since C++11)
tera (since C++11)
terminate()
terminate_handler
text_encoding (since C++26)
tgamma() (since C++11)
tgammaf() (since C++11)
tgammal() (since C++11)
▶ this_thread
thread (since C++11)
three_way_comparable<> (since C++20)
three_way_comparable_with<> (since C++20)
throw_with_nested<>() (since C++11)
tie<>() (since C++11)
time()
time_base
time_get<>
time_get_byname<>
time_put<>
time_put_byname<>
time_t
timed_mutex (since C++11)
timespec (since C++17)
timespec_get() (since C++17)
tm
tmpfile()
tmpnam()
to_address<>() (since C++20)
to_array<>() (since C++20)
to_chars() (since C++17)
to_chars_result (since C++17)
to_integer<>() (since C++17)
to_string() (since C++11)
to_wstring() (since C++11)
tolower()
tolower<>() (locale)
totally_ordered<> (since C++20)
totally_ordered_with<> (since C++20)
toupper()
toupper<>() (locale)
to_underlying<>() (since C++23)
towctrans()
towlower()
towupper()
transform<>()
transform_exclusive_scan<>() (since C++17)
transform_inclusive_scan<>() (since C++17)
transform_reduce<>() (since C++17)
true_type (since C++11)
trunc() (since C++11)
truncf() (since C++11)
truncl() (since C++11)
try_lock<>() (since C++11)
try_to_lock (since C++11)
try_to_lock_t (since C++11)
tuple<> (since C++11)
tuple_cat<>() (since C++11)
tuple_element<> (since C++11)
tuple_element_t<> (since C++14)
tuple_size<> (since C++11)
tuple_size_v<> (since C++17)
type_identity<> (since C++20)
type_identity_t<> (since C++20)
type_index (since C++11)
type_info
[edit] U
u16streampos (since C++11)
u16string (since C++11)
u16string_view (since C++17)
u32streampos (since C++11)
u32string (since C++11)
u32string_view (since C++17)
u8streampos (since C++20)
u8string (since C++20)
u8string_view (since C++20)
uint_fast16_t (since C++11)
uint_fast32_t (since C++11)
uint_fast64_t (since C++11)
uint_fast8_t (since C++11)
uint_least16_t (since C++11)
uint_least32_t (since C++11)
uint_least64_t (since C++11)
uint_least8_t (since C++11)
uint16_t (since C++11)
uint32_t (since C++11)
uint64_t (since C++11)
uint8_t (since C++11)
uintmax_t (since C++11)
uintptr_t (since C++11)
uncaught_exceptions (since C++17)
underflow_error
underlying_type<> (since C++11)
underlying_type_t<> (since C++14)
unexpect (since C++23)
unexpect_t (since C++23)
unexpected<> (since C++23)
ungetc()
ungetwc()
uniform_int_distribution<> (since C++11)
uniform_random_bit_generator<> (since C++20)
uniform_real_distribution<> (since C++11)
uninitialized_construct_using_allocator<>() (since C++20)
uninitialized_copy<>()
uninitialized_copy_n<>() (since C++11)
uninitialized_default_construct<>() (since C++17)
uninitialized_default_construct_n<>() (since C++17)
uninitialized_fill<>()
uninitialized_fill_n<>()
uninitialized_move<>() (since C++17)
uninitialized_move_n<>() (since C++17)
uninitialized_value_construct<>() (since C++17)
uninitialized_value_construct_n<>() (since C++17)
unique<>()
unique_copy<>()
unique_lock<> (since C++11)
unique_ptr<> (since C++11)
unitbuf()
unordered_map<> (since C++11)
unordered_multimap<> (since C++11)
unordered_multiset<> (since C++11)
unordered_set<> (since C++11)
unreachable() (since C++23)
unreachable_sentinel (since C++20)
unreachable_sentinel_t (since C++20)
unsigned_integral<> (since C++20)
unwrap_ref_decay<> (since C++20)
unwrap_ref_decay_t<> (since C++20)
unwrap_reference<> (since C++20)
unwrap_reference_t<> (since C++20)
upper_bound<>()
uppercase()
use_facet<>()
uses_allocator<> (since C++11)
uses_allocator_v<> (since C++17)
uses_allocator_construction_args<>() (since C++20)
[edit] V
va_list
valarray<>
variant<> (since C++17)
variant_alternative<> (since C++17)
variant_alternative_t<> (since C++17)
variant_npos (since C++17)
variant_size<> (since C++17)
variant_size_v<> (since C++17)
vector<>
vformat() (since C++20)
vformat_to<>() (since C++20)
vfprintf()
vfscanf() (since C++11)
vfwprintf()
vfwscanf() (since C++11)
▶ views
(since C++20)
visit<>() (since C++17)
visit_format_arg<>() (since C++20)
void_t (since C++17)
vprint_nonunicode() (since C++23)
vprint_nonunicode_buffered() (since C++23)
vprint_unicode() (since C++23)
vprint_unicode_buffered() (since C++23)
vprintf()
vscanf() (since C++11)
vsnprintf() (since C++11)
vsprintf()
vsscanf() (since C++11)
vswprintf()
vswscanf() (since C++11)
vwprintf()
vwscanf() (since C++11)
[edit] W
wbuffer_convert<> (since C++11)(deprecated in C++17)
wcerr
wcin
wclog
wcmatch (since C++11)
wcout
wcregex_iterator (since C++11)
wcregex_token_iterator (since C++11)
wcrtomb()
wcscat()
wcschr()
wcscmp()
wcscoll()
wcscpy()
wcscspn()
wcsftime()
wcslen()
wcsncat()
wcsncmp()
wcsncpy()
wcspbrk()
wcsrchr()
wcsrtombs()
wcsspn()
wcsstr()
wcstod()
wcstof() (since C++11)
wcstoimax() (since C++11)
wcstok()
wcstol()
wcstold() (since C++11)
wcstoll() (since C++11)
wcstombs()
wcstoul()
wcstoull() (since C++11)
wcstoumax() (since C++11)
wcsub_match (since C++11)
wcsxfrm()
wctob()
wctomb()
wctrans()
wctrans_t
wctype()
wctype_t
weak_order (since C++20)
weak_ordering (since C++20)
weak_ptr<> (since C++11)
weakly_incrementable<> (since C++20)
weibull_distribution<> (since C++11)
wfilebuf
wformat_args (since C++20)
wformat_context (since C++20)
wformat_parse_context (since C++20)
wformat_string<> (since C++20)
wfstream
wifstream
wint_t
wios
wiostream
wispanstream (since C++23)
wistream
wistringstream
wmemchr()
wmemcmp()
wmemcpy()
wmemmove()
wmemset()
wofstream
wospanstream (since C++23)
wostream
wosyncstream (since C++20)
ws<>()
wspanbuf (since C++23)
wspanstream (since C++23)
wstreambuf
wstreampos
wostringstream
wprintf()
wregex (since C++11)
wscanf()
wsmatch (since C++11)
wsregex_iterator (since C++11)
wsregex_token_iterator (since C++11)
wssub_match (since C++11)
wstring
wstring_convert<> (since C++11)(deprecated in C++17)
wstring_view<> (since C++17)
wstringbuf
wstringstream
wsyncbuf (since C++20)
[edit] X
[edit] Y
yocto (since C++11)
yotta (since C++11)
[edit] Z
zepto (since C++11)
zetta (since C++11)
[edit] See also
C documentation for Symbol Index
|