Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/symbol index"

From cppreference.com
< cpp
(Added a link to 'standard library'.)
 
(30 intermediate revisions by 4 users not shown)
Line 7: Line 7:
 
*Templates with {{tt|<>}}.
 
*Templates with {{tt|<>}}.
  
Symbols from {{c|std}}'s sub-namespaces (e.g. {{tt|chrono}}) are not listed here, but the namespace names (prepended with the icon ▶) are the links to the corresponding pages.
+
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>{{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>==
 
==<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}}===
Line 20: Line 20:
  
 
===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>
{{ltf|cpp/numeric/complex/abs|abs<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/abs|abs}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/abs|abs<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/abs|abs}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/acos}}<br>
 
{{ltf|cpp/numeric/math/acos}}<br>
{{ltf|cpp/numeric/complex/acos|acos<>}} (std::complex) {{mark since c++11}}<br>
+
{{ltpf|cpp/numeric/complex/acos|acos}} ({{tt|std::complex}}) {{mark since c++11}}<br>
{{ltf|cpp/numeric/valarray/acos|acos<>}} (std::valarray)<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>
{{ltf|cpp/numeric/complex/acosh|acosh<>}} (std::complex) {{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>
{{ltf|cpp/algorithm/accumulate|accumulate<>}}<br>
+
{{ltpf|cpp/algorithm/accumulate|accumulate}}<br>
{{ltt|cpp/types/add_cv|add_const<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/add_cv|add_const}} {{mark since c++11}}<br>
{{ltt|cpp/types/add_cv|add_const_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/add_cv|add_const_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/add_cv|add_cv<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/add_cv|add_cv}} {{mark since c++11}}<br>
{{ltt|cpp/types/add_cv|add_cv_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/add_cv|add_cv_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/add_pointer|add_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/add_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/add_pointer|add_pointer_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/add_pointer|add_pointer_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/add_reference|add_lvalue_reference<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/add_reference|add_lvalue_reference}} {{mark since c++11}}<br>
{{ltt|cpp/types/add_reference|add_lvalue_reference_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/add_reference|add_lvalue_reference_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/add_reference|add_rvalue_reference<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/add_reference|add_rvalue_reference}} {{mark since c++11}}<br>
{{ltt|cpp/types/add_reference|add_rvalue_reference_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/add_reference|add_rvalue_reference_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/add_cv|add_volatile<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/numeric/add_sat}} {{mark since c++26}}<br>
{{ltt|cpp/types/add_cv|add_volatile_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/add_cv|add_volatile}} {{mark since c++11}}<br>
{{ltf|cpp/memory/addressof|addressof<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/add_cv|add_volatile_t}} {{mark since c++14}}<br>
{{ltf|cpp/algorithm/adjacent_difference|adjacent_difference<>}}<br>
+
{{ltp|cpp/memory/addressof}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/adjacent_find|adjacent_find<>}}<br>
+
{{ltp|cpp/algorithm/adjacent_difference}}<br>
 +
{{ltp|cpp/algorithm/adjacent_find}}<br>
 
{{ltt|cpp/thread/lock_tag|adopt_lock}} {{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>
 
{{ltt|cpp/thread/lock_tag_t|adopt_lock_t}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/advance|advance<>}}<br>
+
{{ltpf|cpp/iterator/advance}}<br>
 
{{ltf|cpp/memory/align}} {{mark since c++11}}<br>
 
{{ltf|cpp/memory/align}} {{mark since c++11}}<br>
 
{{ltt|cpp/memory/new/align_val_t}} {{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>
 
{{ltf|cpp/memory/c/aligned_alloc}} {{mark since c++17}}<br>
{{ltt|cpp/types/aligned_storage|aligned_storage<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/aligned_storage}} {{mark since c++11}}<br>
{{ltt|cpp/types/aligned_storage|aligned_storage_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/aligned_storage|aligned_storage_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/aligned_union|aligned_union<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/aligned_union}} {{mark since c++11}}<br>
{{ltt|cpp/types/aligned_union|aligned_union_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/aligned_union|aligned_union_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/alignment_of|alignment_of<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/alignment_of}} {{mark since c++11}}<br>
{{ltt|cpp/types/alignment_of|alignment_of_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/alignment_of|alignment_of_v}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/all_any_none_of|all_of<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/all_any_none_of|all_of}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/allocate_shared|allocate_shared<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/shared_ptr/allocate_shared}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/allocate_shared|allocate_shared_for_overwrite<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/allocate_shared|allocate_shared_for_overwrite}} {{mark since c++20}}<br>
{{ltt|cpp/memory/allocation_result|allocation_result<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/memory/allocation_result}} {{mark since c++23}}<br>
{{ltt|cpp/memory/allocator|allocator<>}}<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>
{{ltt|cpp/memory/allocator_traits|allocator_traits<>}} {{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>
{{ltf|cpp/utility/any/any_cast|any_cast<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/any/any_cast}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/all_any_none_of|any_of<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/all_any_none_of|any_of}} {{mark since c++11}}<br>
{{ltf|cpp/utility/apply|apply<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/apply}} {{mark since c++17}}<br>
{{ltf|cpp/numeric/complex/arg|arg<>}}<br>
+
{{ltpf|cpp/numeric/complex/arg}}<br>
{{ltt|cpp/container/array|array<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/container/array}} {{mark since c++11}}<br>
{{ltf|cpp/container/span/as_bytes|as_bytes<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/container/span/as_bytes}} {{mark since c++20}}<br>
{{ltf|cpp/utility/as_const|as_const<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/as_const}} {{mark since c++17}}<br>
{{ltf|cpp/container/span/as_bytes|as_writable_bytes<>}} {{mark since c++20}}<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>
{{ltf|cpp/numeric/complex/asin|asin<>}} (std::complex) {{mark since c++11}}<br>
+
{{ltpf|cpp/numeric/complex/asin}} ({{tt|std::complex}}) {{mark since c++11}}<br>
{{ltf|cpp/numeric/valarray/asin|asin<>}} (std::valarray)<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>
{{ltf|cpp/numeric/complex/asinh|asinh<>}} (std::complex) {{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>
{{ltt|cpp/concepts/assignable_from|assignable_from<>}} {{mark since c++20}}<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>
Line 95: Line 96:
 
{{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>
{{ltf|cpp/memory/assume_aligned|assume_aligned<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/memory/assume_aligned}} {{mark since c++20}}<br>
{{ltf|cpp/thread/async|async<>}} {{mark since c++11}}<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>
{{ltf|cpp/numeric/complex/atan|atan<>}} (std::complex) {{mark since c++11}}<br>
+
{{ltpf|cpp/numeric/complex/atan}} ({{tt|std::complex}}) {{mark since c++11}}<br>
{{ltf|cpp/numeric/valarray/atan|atan<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/atan}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/atan2}}<br>
 
{{ltf|cpp/numeric/math/atan2}}<br>
{{ltf|cpp/numeric/valarray/atan2|atan2<>}} (std::valarray)<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>
{{ltf|cpp/numeric/complex/atanh|atanh<>}} (std::complex) {{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>
Line 117: Line 118:
 
{{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">
{{ltt|cpp/atomic/atomic|atomic<>}} {{mark since c++11}}<br>
+
{{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>
Line 170: Line 171:
 
</div>
 
</div>
 
</div>
 
</div>
{{ltf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_strong<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_strong}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_strong<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_strong}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_strong_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_strong_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_strong_explicit<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<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>
{{ltf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_weak<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_weak}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_weak<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_weak}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_weak_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_compare_exchange|atomic_compare_exchange_weak_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_compare_exchange_weak_explicit<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<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>
{{ltf|cpp/atomic/atomic_exchange|atomic_exchange<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_exchange}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_exchange<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_exchange}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_exchange|atomic_exchange_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_exchange|atomic_exchange_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_exchange_explicit<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_exchange_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_fetch_add|atomic_fetch_add<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_add}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_fetch_add|atomic_fetch_add_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_add|atomic_fetch_add_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_fetch_and|atomic_fetch_and<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_and}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_fetch_and|atomic_fetch_and_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_and|atomic_fetch_and_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_fetch_or|atomic_fetch_or<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_max}} {{mark since c++26}}<br>
{{ltf|cpp/atomic/atomic_fetch_or|atomic_fetch_or_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_max|atomic_fetch_max_explicit}} {{mark since c++26}}<br>
{{ltf|cpp/atomic/atomic_fetch_sub|atomic_fetch_sub<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_min}} {{mark since c++26}}<br>
{{ltf|cpp/atomic/atomic_fetch_sub|atomic_fetch_sub_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_min|atomic_fetch_min_explicit}} {{mark since c++26}}<br>
{{ltf|cpp/atomic/atomic_fetch_xor|atomic_fetch_xor<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_or}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_fetch_xor|atomic_fetch_xor_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_fetch_or|atomic_fetch_or_explicit}} {{mark since c++11}}<br>
 +
{{ltpf|cpp/atomic/atomic_fetch_sub}} {{mark since c++11}}<br>
 +
{{ltpf|cpp/atomic/atomic_fetch_sub|atomic_fetch_sub_explicit}} {{mark since c++11}}<br>
 +
{{ltpf|cpp/atomic/atomic_fetch_xor}} {{mark since c++11}}<br>
 +
{{ltpf|cpp/atomic/atomic_fetch_xor|atomic_fetch_xor_explicit}} {{mark since c++11}}<br>
 
{{ltt|cpp/atomic/atomic_flag}} {{mark since c++11}}<br>
 
{{ltt|cpp/atomic/atomic_flag}} {{mark since c++11}}<br>
 
{{ltf|cpp/atomic/atomic_flag_clear}} {{mark since c++11}}<br>
 
{{ltf|cpp/atomic/atomic_flag_clear}} {{mark since c++11}}<br>
Line 203: Line 208:
 
{{ltf|cpp/atomic/atomic_flag_wait}} {{mark since c++20}}<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>
 
{{ltf|cpp/atomic/atomic_flag_wait|atomic_flag_wait_explicit}} {{mark since c++20}}<br>
{{ltf|cpp/atomic/atomic_init|atomic_init<>}} {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/atomic/atomic_init}} {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_is_lock_free|atomic_is_lock_free<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_is_lock_free}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_is_lock_free<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_is_lock_free}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_load|atomic_load<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_load}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_load<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_load}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_load|atomic_load_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_load|atomic_load_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_load_explicit<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_load_explicit}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_notify_all|atomic_notify_all<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/atomic/atomic_notify_all}} {{mark since c++20}}<br>
{{ltf|cpp/atomic/atomic_notify_one|atomic_notify_one<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/atomic/atomic_notify_one}} {{mark since c++20}}<br>
{{ltt|cpp/atomic/atomic_ref|atomic_ref<>}} {{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_signal_fence}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_store|atomic_store<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_store}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_store<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltpf|cpp/memory/shared_ptr/atomic|atomic_store}} ({{tt|std::shared_ptr}}) {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltf|cpp/atomic/atomic_store|atomic_store_explicit<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/atomic/atomic_store|atomic_store_explicit}} {{mark since c++11}}<br>
{{ltf|cpp/memory/shared_ptr/atomic|atomic_store_explicit<>}} (std::shared_ptr) {{mark life|since=c++11|deprecated=c++20}}<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>
 
{{ltf|cpp/atomic/atomic_thread_fence}} {{mark since c++11}}<br>
{{ltf|cpp/atomic/atomic_wait|atomic_wait<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/atomic/atomic_wait}} {{mark since c++20}}<br>
{{ltf|cpp/atomic/atomic_wait|atomic_wait_explicit<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/atomic/atomic_wait|atomic_wait_explicit}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/ratio|atto}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|atto}} {{mark since c++11}}<br>
  
 
===B===
 
===B===
{{ltt|cpp/iterator/back_insert_iterator|back_insert_iterator<>}}<br>
+
{{ltp|cpp/iterator/back_insert_iterator}}<br>
{{ltf|cpp/iterator/back_inserter|back_inserter<>}}<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>
Line 231: Line 236:
 
{{ltt|cpp/types/bad_cast}}<br>
 
{{ltt|cpp/types/bad_cast}}<br>
 
{{ltt|cpp/error/bad_exception}}<br>
 
{{ltt|cpp/error/bad_exception}}<br>
{{ltt|cpp/utility/expected/bad_expected_access|bad_expected_access<>}} {{mark since c++23}}<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>
Line 237: Line 242:
 
{{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>
{{ltt|cpp/thread/barrier|barrier<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/thread/barrier}} {{mark since c++20}}<br>
{{ltt|cpp/types/common_reference|basic_common_reference<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/common_reference|basic_common_reference}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/basic_const_iterator|basic_const_iterator<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/iterator/basic_const_iterator}} {{mark since c++23}}<br>
{{ltt|cpp/io/basic_filebuf|basic_filebuf<>}}<br>
+
{{ltp|cpp/io/basic_filebuf}}<br>
{{ltt|cpp/utility/format/basic_format_arg|basic_format_arg<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_arg}} {{mark since c++20}}<br>
{{ltt|cpp/utility/format/basic_format_args|basic_format_args<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_args}} {{mark since c++20}}<br>
{{ltt|cpp/utility/format/basic_format_context|basic_format_context<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_context}} {{mark since c++20}}<br>
{{ltt|cpp/utility/format/basic_format_parse_context|basic_format_parse_context<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_parse_context}} {{mark since c++20}}<br>
{{ltt|cpp/utility/format/basic_format_string|basic_format_string<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_string}} {{mark since c++20}}<br>
{{ltt|cpp/io/basic_fstream|basic_fstream<>}}<br>
+
{{ltp|cpp/io/basic_fstream}}<br>
{{ltt|cpp/io/basic_ifstream|basic_ifstream<>}}<br>
+
{{ltp|cpp/io/basic_ifstream}}<br>
{{ltt|cpp/io/basic_istream|basic_istream<>}}<br>
+
{{ltp|cpp/io/basic_istream}}<br>
{{ltt|cpp/io/basic_ios|basic_ios<>}}<br>
+
{{ltp|cpp/io/basic_ios}}<br>
{{ltt|cpp/io/basic_iostream|basic_iostream<>}}<br>
+
{{ltp|cpp/io/basic_iostream}}<br>
{{ltt|cpp/io/basic_ispanstream|basic_ispanstream<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/io/basic_ispanstream}} {{mark since c++23}}<br>
{{ltt|cpp/io/basic_istringstream|basic_istringstream<>}}<br>
+
{{ltp|cpp/io/basic_istringstream}}<br>
{{ltt|cpp/io/basic_ofstream|basic_ofstream<>}}<br>
+
{{ltp|cpp/io/basic_ofstream}}<br>
{{ltt|cpp/io/basic_ostream|basic_ostream<>}}<br>
+
{{ltp|cpp/io/basic_ostream}}<br>
{{ltt|cpp/io/basic_ospanstream|basic_ospanstream<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/io/basic_ospanstream}} {{mark since c++23}}<br>
{{ltt|cpp/io/basic_ostringstream|basic_ostringstream<>}}<br>
+
{{ltp|cpp/io/basic_ostringstream}}<br>
{{ltt|cpp/io/basic_osyncstream|basic_osyncstream<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/io/basic_osyncstream}} {{mark since c++20}}<br>
{{ltt|cpp/regex/basic_regex|basic_regex<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/basic_regex}} {{mark since c++11}}<br>
{{ltt|cpp/io/basic_spanbuf|basic_spanbuf<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/io/basic_spanbuf}} {{mark since c++23}}<br>
{{ltt|cpp/io/basic_spanstream|basic_spanstream<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/io/basic_spanstream}} {{mark since c++23}}<br>
{{ltt|cpp/utility/basic_stacktrace|basic_stacktrace<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/utility/basic_stacktrace}} {{mark since c++23}}<br>
{{ltt|cpp/io/basic_streambuf|basic_streambuf<>}}<br>
+
{{ltp|cpp/io/basic_streambuf}}<br>
{{ltt|cpp/string/basic_string|basic_string<>}}<br>
+
{{ltp|cpp/string/basic_string}}<br>
{{ltt|cpp/string/basic_string_view|basic_string_view<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/string/basic_string_view}} {{mark since c++17}}<br>
{{ltt|cpp/io/basic_stringbuf|basic_stringbuf<>}}<br>
+
{{ltp|cpp/io/basic_stringbuf}}<br>
{{ltt|cpp/io/basic_stringstream|basic_stringstream<>}}<br>
+
{{ltp|cpp/io/basic_stringstream}}<br>
{{ltt|cpp/io/basic_syncbuf|basic_syncbuf<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/io/basic_syncbuf}} {{mark since c++20}}<br>
{{ltf|cpp/iterator/begin|begin<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/iterator/begin}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/bernoulli_distribution|bernoulli_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/bernoulli_distribution}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/special_functions/beta}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/beta}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/beta|betaf}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/beta|betaf}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/beta|betal}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/beta|betal}} {{mark since c++17}}<br>
 
{{ltt|cpp/types/floating-point|bfloat16_t}} {{mark since c++23}}<br>
 
{{ltt|cpp/types/floating-point|bfloat16_t}} {{mark since c++23}}<br>
{{ltt|cpp/iterator/bidirectional_iterator|bidirectional_iterator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/bidirectional_iterator}} {{mark since c++20}}<br>
 
{{ltt|cpp/iterator/iterator_tags|bidirectional_iterator_tag}}<br>
 
{{ltt|cpp/iterator/iterator_tags|bidirectional_iterator_tag}}<br>
{{ltf|cpp/algorithm/binary_search|binary_search<>}}<br>
+
{{ltpf|cpp/algorithm/binary_search}}<br>
 
{{ltt|cpp/thread/counting_semaphore|binary_semaphore}} {{mark since c++20}}<br>
 
{{ltt|cpp/thread/counting_semaphore|binary_semaphore}} {{mark since c++20}}<br>
{{ltf|cpp/utility/functional/bind|bind<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/functional/bind}} {{mark since c++11}}<br>
{{ltf|cpp/utility/functional/bind_front|bind_back<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/utility/functional/bind_front|bind_back}} {{mark since c++23}}<br>
{{ltf|cpp/utility/functional/bind_front|bind_front<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/functional/bind_front}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/binomial_distribution|binomial_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/binomial_distribution}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/bit_and|bit_and<>}}<br>
+
{{ltp|cpp/utility/functional/bit_and}}<br>
{{ltf|cpp/numeric/bit_cast|bit_cast<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/bit_cast}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/bit_ceil|bit_ceil<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/bit_ceil}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/bit_floor|bit_floor<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/bit_floor}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/bit_not|bit_not<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/utility/functional/bit_not}} {{mark since c++14}}<br>
{{ltt|cpp/utility/functional/bit_or|bit_or<>}}<br>
+
{{ltp|cpp/utility/functional/bit_or}}<br>
{{ltf|cpp/numeric/bit_width|bit_width<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/bit_width}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/bit_xor|bit_xor<>}}<br>
+
{{ltp|cpp/utility/functional/bit_xor}}<br>
{{ltt|cpp/utility/bitset|bitset<>}}<br>
+
{{ltp|cpp/utility/bitset}}<br>
{{ltt|cpp/types/integral_constant|bool_constant<>}} {{mark since c++17}}<br>
+
{{ltf|cpp/utility/breakpoint}} {{mark since c++26}}<br>
 +
{{ltf|cpp/utility/breakpoint_if_debugging}} {{mark since c++26}}<br>
 +
{{ltp|cpp/types/integral_constant|bool_constant}} {{mark since c++17}}<br>
 
{{ltf|cpp/io/manip/boolalpha}}<br>
 
{{ltf|cpp/io/manip/boolalpha}}<br>
{{ltt|cpp/utility/functional/boyer_moore_horspool_searcher|boyer_moore_horspool_searcher<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/functional/boyer_moore_horspool_searcher}} {{mark since c++17}}<br>
{{ltt|cpp/utility/functional/boyer_moore_searcher|boyer_moore_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/algorithm/bsearch}}<br>
 
{{ltf|cpp/string/multibyte/btowc}}<br>
 
{{ltf|cpp/string/multibyte/btowc}}<br>
 
{{ltt|cpp/types/byte}} {{mark since c++17}}<br>
 
{{ltt|cpp/types/byte}} {{mark since c++17}}<br>
{{ltf|cpp/numeric/byteswap|byteswap<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/numeric/byteswap}} {{mark since c++23}}<br>
  
 
===C===
 
===C===
Line 304: Line 311:
 
{{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>
{{ltf|cpp/thread/call_once|call_once<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/thread/call_once}} {{mark since c++11}}<br>
 
{{ltf|cpp/memory/c/calloc}}<br>
 
{{ltf|cpp/memory/c/calloc}}<br>
{{ltt|cpp/numeric/random/cauchy_distribution|cauchy_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/cauchy_distribution}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/begin|cbegin<>}} {{mark since c++14}}<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>
Line 314: Line 321:
 
{{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>
{{ltf|cpp/iterator/end|cend<>}} {{mark since c++14}}<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>
{{ltt|cpp/string/char_traits|char_traits<>}}<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>
{{ltt|cpp/numeric/random/chi_squared_distribution|chi_squared_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/chi_squared_distribution}} {{mark since c++11}}<br>
&#x25B6; {{rlt|chrono}} {{mark since c++11}}<br>
+
{{rlt|chrono}} {{mark since c++11}}<br>
&#x25B6; {{rlt|chrono_literals}} {{mark since c++14}}<br>
+
{{rlt|chrono_literals}} {{mark since c++14}}<br>
 
{{ltt|cpp/io/cin}}<br>
 
{{ltt|cpp/io/cin}}<br>
{{ltf|cpp/algorithm/clamp|clamp<>}} {{mark since c++17}}<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>
Line 329: Line 336:
 
{{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>
{{ltf|cpp/utility/intcmp|cmp_equal<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/intcmp|cmp_equal}} {{mark since c++20}}<br>
{{ltf|cpp/utility/intcmp|cmp_greater<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/intcmp|cmp_greater}} {{mark since c++20}}<br>
{{ltf|cpp/utility/intcmp|cmp_greater_equal<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/intcmp|cmp_greater_equal}} {{mark since c++20}}<br>
{{ltf|cpp/utility/intcmp|cmp_less<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/intcmp|cmp_less}} {{mark since c++20}}<br>
{{ltf|cpp/utility/intcmp|cmp_less_equal<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/intcmp|cmp_less_equal}} {{mark since c++20}}<br>
{{ltf|cpp/utility/intcmp|cmp_not_equal<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/intcmp|cmp_not_equal}} {{mark since c++20}}<br>
{{ltt|cpp/locale/codecvt|codecvt<>}}<br>
+
{{ltp|cpp/locale/codecvt}}<br>
 
{{ltt|cpp/locale/codecvt_base}}<br>
 
{{ltt|cpp/locale/codecvt_base}}<br>
{{ltt|cpp/locale/codecvt_byname|codecvt_byname<>}}<br>
+
{{ltp|cpp/locale/codecvt_byname}}<br>
{{ltt|cpp/locale/codecvt_mode}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltp|cpp/locale/collate}}<br>
{{ltt|cpp/locale/codecvt_utf16|codecvt_utf16<>}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltp|cpp/locale/collate_byname}}<br>
{{ltt|cpp/locale/codecvt_utf8|codecvt_utf8<>}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltp|cpp/utility/compare/common_comparison_category}} {{mark since c++20}}<br>
{{ltt|cpp/locale/codecvt_utf8_utf16|codecvt_utf8_utf16<>}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltp|cpp/utility/compare/common_comparison_category|common_comparison_category_t}} {{mark since c++20}}<br>
{{ltt|cpp/locale/collate|collate<>}}<br>
+
{{ltp|cpp/iterator/common_iterator}} {{mark since c++20}}<br>
{{ltt|cpp/locale/collate_byname|collate_byname<>}}<br>
+
{{ltp|cpp/types/common_reference}} {{mark since c++20}}<br>
{{ltt|cpp/utility/compare/common_comparison_category|common_comparison_category<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/common_reference|common_reference_t}} {{mark since c++20}}<br>
{{ltt|cpp/utility/compare/common_comparison_category|common_comparison_category_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/common_reference_with}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/common_iterator|common_iterator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/common_type}} {{mark since c++11}}<br>
{{ltt|cpp/types/common_reference|common_reference<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/common_type|common_type_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/common_reference|common_reference_t<>}} {{mark since c++20}}<br>
+
{{ltt|cpp/concepts/common_reference_with|common_reference_with<>}} {{mark since c++20}}<br>
+
{{ltt|cpp/types/common_type|common_type<>}} {{mark since c++11}}<br>
+
{{ltt|cpp/types/common_type|common_type_t<>}} {{mark since c++14}}<br>
+
 
{{ltt|cpp/concepts/common_with|common_with}} {{mark since c++20}}<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}} {{mark since c++17}}<br>
Line 365: Line 368:
 
{{ltt|cpp/utility/compare/compare_strong_order_fallback}} {{mark since c++20}}<br>
 
{{ltt|cpp/utility/compare/compare_strong_order_fallback}} {{mark since c++20}}<br>
 
{{ltt|cpp/utility/compare/compare_three_way}} {{mark since c++20}}<br>
 
{{ltt|cpp/utility/compare/compare_three_way}} {{mark since c++20}}<br>
{{ltt|cpp/utility/compare/compare_three_way_result|compare_three_way_result<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/compare/compare_three_way_result}} {{mark since c++20}}<br>
{{ltt|cpp/utility/compare/compare_three_way_result|compare_three_way_result_t<>}} {{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_weak_order_fallback}} {{mark since c++20}}<br>
 
{{ltt|cpp/utility/compare/compare_weak_order_fallback}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/complex|complex<>}}<br>
+
{{ltp|cpp/numeric/complex}}<br>
&#x25B6; {{rlt|complex_literals}} {{mark since c++14}}<br>
+
{{rlt|complex_literals}} {{mark since c++14}}<br>
{{ltt|cpp/types/conditional|conditional<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/conditional}} {{mark since c++11}}<br>
{{ltt|cpp/types/conditional|conditional_t<>}} {{mark since c++14}}<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}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/condition_variable_any}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/condition_variable_any}} {{mark since c++11}}<br>
{{ltt|cpp/types/conjunction|conjunction<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/conjunction}} {{mark since c++17}}<br>
{{ltt|cpp/types/conjunction|conjunction_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/conjunction|conjunction_v}} {{mark since c++17}}<br>
{{ltf|cpp/numeric/complex/conj|conj<>}}<br>
+
{{ltpf|cpp/numeric/complex/conj}}<br>
{{ltt|cpp/iterator/const_iterator|const_iterator<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/iterator/const_iterator}} {{mark since c++23}}<br>
{{ltf|cpp/memory/shared_ptr/pointer_cast|const_pointer_cast<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/shared_ptr/pointer_cast|const_pointer_cast}} {{mark since c++11}}<br>
{{ltt|cpp/iterator/const_sentinel|const_sentinel<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/iterator/const_sentinel}} {{mark since c++23}}<br>
{{ltf|cpp/memory/construct_at|construct_at<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/memory/construct_at}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/constructible_from|constructible_from<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/constructible_from}} {{mark since c++20}}<br>
{{ltt|cpp/locale/codecvt_mode|consume_header}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltp|cpp/iterator/contiguous_iterator}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/contiguous_iterator|contiguous_iterator<>}} {{mark since c++20}}<br>
+
 
{{ltt|cpp/iterator/iterator_tags|contiguous_iterator_tag}} {{mark since c++20}}<br>
 
{{ltt|cpp/iterator/iterator_tags|contiguous_iterator_tag}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/convertible_to|convertible_to}} {{mark since c++20}}<br>
+
{{ltt|cpp/concepts/convertible_to}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/copy|copy<>}}<br>
+
{{ltpf|cpp/algorithm/copy}}<br>
{{ltf|cpp/algorithm/copy_backward|copy_backward<>}}<br>
+
{{ltpf|cpp/algorithm/copy_backward}}<br>
 
{{ltt|cpp/concepts/copy_constructible|copy_constructible}} {{mark since c++20}}<br>
 
{{ltt|cpp/concepts/copy_constructible|copy_constructible}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/copy|copy_if<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/copy|copy_if}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/copy_n|copy_n<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/copy_n}} {{mark since c++11}}<br>
{{ltt|cpp/concepts/copyable|copyable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/copyable}} {{mark since c++20}}<br>
 +
{{ltp|cpp/utility/functional/copyable_function}} {{mark since c++26}}<br>
 
{{ltf|cpp/numeric/math/copysign}} {{mark since c++11}}<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|copysignf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/copysign|copysignl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/copysign|copysignl}} {{mark since c++11}}<br>
{{ltt|cpp/coroutine/coroutine_handle|coroutine_handle<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/coroutine/coroutine_handle}} {{mark since c++20}}<br>
{{ltt|cpp/coroutine/coroutine_traits|coroutine_traits<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/coroutine/coroutine_traits}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/cos}}<br>
 
{{ltf|cpp/numeric/math/cos}}<br>
{{ltf|cpp/numeric/complex/cos|cos<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/cos}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/cos|cos<>}} (std::valarray)<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|cosf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/cosh}}<br>
 
{{ltf|cpp/numeric/math/cosh}}<br>
{{ltf|cpp/numeric/complex/cosh|cosh<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/cosh}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/cosh|cosh<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/cosh}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/cosh|coshf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/cosh|coshf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/cosh|coshl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/cosh|coshl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/cos|cosl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/cos|cosl}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/count|count<>}}<br>
+
{{ltpf|cpp/algorithm/count}}<br>
{{ltf|cpp/algorithm/count_if|count_if<>}}<br>
+
{{ltpf|cpp/algorithm/count|count_if}}<br>
{{ltt|cpp/iterator/counted_iterator|counted_iterator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/counted_iterator}} {{mark since c++20}}<br>
{{ltt|cpp/thread/counting_semaphore|counting_semaphore<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/thread/counting_semaphore}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/countl_one|countl_one<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/countl_one}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/countl_zero|countl_zero<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/countl_zero}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/countr_one|countr_one<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/countr_one}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/countr_zero|countr_zero<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/countr_zero}} {{mark since c++20}}<br>
 
{{ltt|cpp/io/cout}}<br>
 
{{ltt|cpp/io/cout}}<br>
{{ltf|cpp/iterator/rbegin|crbegin<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/iterator/rbegin|crbegin}} {{mark since c++14}}<br>
{{ltf|cpp/utility/functional/ref|cref<>}} {{mark since c++11}}<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/regex/regex_iterator|cregex_iterator}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/regex_token_iterator|cregex_token_iterator}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/regex_token_iterator|cregex_token_iterator}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/rend|crend<>}} {{mark since c++14}}<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/sub_match|csub_match}} {{mark since c++11}}<br>
 
{{ltf|cpp/chrono/c/ctime}}<br>
 
{{ltf|cpp/chrono/c/ctime}}<br>
{{ltt|cpp/locale/ctype|ctype<>}}<br>
+
{{ltp|cpp/locale/ctype}}<br>
{{ltt|cpp/locale/ctype|ctype<>}} (char)<br>
+
 
{{ltt|cpp/locale/ctype_base}}<br>
 
{{ltt|cpp/locale/ctype_base}}<br>
{{ltt|cpp/locale/ctype_byname|ctype_byname<>}}<br>
+
{{ltp|cpp/locale/ctype_byname}}<br>
 
{{ltf|cpp/error/current_exception}} {{mark since c++11}}<br>
 
{{ltf|cpp/error/current_exception}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/cv_status}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/cv_status}} {{mark since c++11}}<br>
Line 443: Line 445:
  
 
===D===
 
===D===
{{ltf|cpp/iterator/data|data<>}} {{mark since c++17}}<br>
+
{{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>
{{ltt|cpp/types/decay|decay<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/decay}} {{mark since c++11}}<br>
{{ltt|cpp/types/decay|decay_t<>}} {{mark since c++14}}<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>
{{ltf|cpp/utility/declval|declval<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/declval}} {{mark since c++11}}<br>
{{ltt|cpp/container/mdspan/default_accessor|default_accessor<>}} {{mark since c++23}}<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>
{{ltt|cpp/concepts/default_initializable|default_initializable<>}} {{mark since c++20}}<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>
{{ltt|cpp/utility/functional/default_searcher|default_searcher<>}} {{mark since c++17}}<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>
Line 463: Line 465:
 
{{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>
{{ltt|cpp/container/deque|deque<>}}<br>
+
{{ltp|cpp/container/deque}}<br>
{{ltt|cpp/concepts/derived_from|derived_from<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/derived_from}} {{mark since c++20}}<br>
{{ltf|cpp/memory/destroy|destroy<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/destroy}} {{mark since c++17}}<br>
{{ltf|cpp/memory/destroy_at|destroy_at<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/destroy_at}} {{mark since c++17}}<br>
{{ltf|cpp/memory/destroy_n|destroy_n<>}} {{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>
<!-- {{ltt|cpp/container/mdspan/dextents|dextents<>}} {{mark since c++23}}<br> -->
+
{{ltp|cpp/container/mdspan/extents|dextents}} {{mark since c++23}}<br>
 
{{ltf|cpp/chrono/c/difftime}}<br>
 
{{ltf|cpp/chrono/c/difftime}}<br>
{{ltt|cpp/iterator/sized_sentinel_for|disable_sized_sentinel_for<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/container/mdspan/extents|dims}} {{mark since c++26}}<br>
{{ltt|cpp/numeric/random/discrete_distribution|discrete_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/iterator/sized_sentinel_for|disable_sized_sentinel_for}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/discard_block_engine|discard_block_engine<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/discrete_distribution}} {{mark since c++11}}<br>
{{ltt|cpp/types/disjunction|disjunction<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/random/discard_block_engine}} {{mark since c++11}}<br>
{{ltt|cpp/types/disjunction|disjunction_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/disjunction}} {{mark since c++17}}<br>
{{ltf|cpp/iterator/distance|distance<>}}<br>
+
{{ltp|cpp/types/disjunction|disjunction_v}} {{mark since c++17}}<br>
 +
{{ltpf|cpp/iterator/distance}}<br>
 
{{ltf|cpp/numeric/math/div}}<br>
 
{{ltf|cpp/numeric/math/div}}<br>
 +
{{ltpf|cpp/numeric/div_sat}} {{mark since c++26}}<br>
 
{{ltt|cpp/numeric/math/div|div_t}}<br>
 
{{ltt|cpp/numeric/math/div|div_t}}<br>
{{ltt|cpp/utility/functional/divides|divides<>}}<br>
+
{{ltp|cpp/utility/functional/divides}}<br>
 
{{ltt|cpp/error/domain_error}}<br>
 
{{ltt|cpp/error/domain_error}}<br>
 
{{ltt|cpp/numeric/math|double_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/numeric/math|double_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/container/span/dynamic_extent}} {{mark since c++20}}<br>
 
{{ltt|cpp/container/span/dynamic_extent}} {{mark since c++20}}<br>
{{ltf|cpp/memory/shared_ptr/pointer_cast|dynamic_pointer_cast<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/shared_ptr/pointer_cast|dynamic_pointer_cast}} {{mark since c++11}}<br>
  
 
===E===
 
===E===
Line 497: Line 501:
 
{{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>
{{ltf|cpp/io/manip/emit_on_flush|emit_on_flush<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/io/manip/emit_on_flush}} {{mark since c++20}}<br>
{{ltf|cpp/iterator/empty|empty<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/iterator/empty}} {{mark since c++17}}<br>
{{ltt|cpp/types/enable_if|enable_if<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/enable_if}} {{mark since c++11}}<br>
{{ltt|cpp/types/enable_if|enable_if_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/enable_if|enable_if_t}} {{mark since c++14}}<br>
{{ltt|cpp/memory/enable_shared_from_this|enable_shared_from_this<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/memory/enable_shared_from_this}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/end|end<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/format/enable_nonlocking_formatter_optimization}} {{mark since c++23}}<br>
 +
{{ltpf|cpp/iterator/end}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/endian}} {{mark since c++20}}<br>
 
{{ltt|cpp/types/endian}} {{mark since c++20}}<br>
{{ltf|cpp/io/manip/endl|endl<>}}<br>
+
{{ltpf|cpp/io/manip/endl}}<br>
{{ltf|cpp/io/manip/ends|ends<>}}<br>
+
{{ltpf|cpp/io/manip/ends}}<br>
{{ltf|cpp/algorithm/equal|equal<>}}<br>
+
{{ltpf|cpp/algorithm/equal}}<br>
{{ltf|cpp/algorithm/equal_range|equal_range<>}}<br>
+
{{ltpf|cpp/algorithm/equal_range}}<br>
{{ltt|cpp/utility/functional/equal_to|equal_to<>}}<br>
+
{{ltp|cpp/utility/functional/equal_to}}<br>
{{ltt|cpp/concepts/equality_comparable|equality_comparable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/equality_comparable}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/equality_comparable|equality_comparable_with<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/equality_comparable|equality_comparable_with}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/equivalence_relation|equivalence_relation<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/equivalence_relation}} {{mark since c++20}}<br>
{{ltf|cpp/string/basic_string/erase2|erase<>}} (std::basic_string) {{mark since c++20}}<br/>
+
{{ltpf|cpp/string/basic_string/erase2|erase}} ({{tt|std::basic_string}}) {{mark since c++20}}<br>
{{ltf|cpp/container/deque/erase2|erase<>}} (std::deque) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/deque/erase2|erase}} ({{tt|std::deque}}) {{mark since c++20}}<br>
{{ltf|cpp/container/forward_list/erase2|erase<>}} (std::forward_list) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/forward_list/erase2|erase}} ({{tt|std::forward_list}}) {{mark since c++20}}<br>
{{ltf|cpp/container/list/erase2|erase<>}} (std::list) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/inplace_vector/erase2|erase}} ({{tt|std::inplace_vector}}) {{mark since c++26}}<br>
{{ltf|cpp/container/vector/erase2|erase<>}} (std::vector) {{mark since c++20}}<br>
+
{{ltpf|cpp/container/list/erase2|erase}} ({{tt|std::list}}) {{mark since c++20}}<br>
{{ltf|cpp/string/basic_string/erase2|erase_if<>}} (std::basic_string) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/vector/erase2|erase}} ({{tt|std::vector}}) {{mark since c++20}}<br>
{{ltf|cpp/container/deque/erase2|erase_if<>}} (std::deque) {{mark since c++20}}<br/>
+
{{ltpf|cpp/string/basic_string/erase2|erase_if}} ({{tt|std::basic_string}}) {{mark since c++20}}<br>
{{ltf|cpp/container/flat_map/erase_if|erase_if<>}} (std::flat_map) {{mark since c++23}}<br/>
+
{{ltpf|cpp/container/deque/erase2|erase_if}} ({{tt|std::deque}}) {{mark since c++20}}<br>
{{ltf|cpp/container/flat_multimap/erase_if|erase_if<>}} (std::flat_multimap) {{mark since c++23}}<br/>
+
{{ltpf|cpp/container/flat_map/erase_if|erase_if}} ({{tt|std::flat_map}}) {{mark since c++23}}<br>
{{ltf|cpp/container/flat_multiset/erase_if|erase_if<>}} (std::flat_multiset) {{mark since c++23}}<br/>
+
{{ltpf|cpp/container/flat_multimap/erase_if}} ({{tt|std::flat_multimap}}) {{mark since c++23}}<br>
{{ltf|cpp/container/flat_set/erase_if|erase_if<>}} (std::flat_set) {{mark since c++23}}<br/>
+
{{ltpf|cpp/container/flat_multiset/erase_if}} ({{tt|std::flat_multiset}}) {{mark since c++23}}<br>
{{ltf|cpp/container/forward_list/erase2|erase_if<>}} (std::forward_list) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/flat_set/erase_if}} ({{tt|std::flat_set}}) {{mark since c++23}}<br>
{{ltf|cpp/container/list/erase2|erase_if<>}} (std::list) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/forward_list/erase2|erase_if}} ({{tt|std::forward_list}}) {{mark since c++20}}<br>
{{ltf|cpp/container/map/erase_if|erase_if<>}} (std::map) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/inplace_vector/erase2|erase_if}} ({{tt|std::inplace_vector}}) {{mark since c++26}}<br>
{{ltf|cpp/container/multimap/erase_if|erase_if<>}} (std::multimap) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/list/erase2|erase_if}} ({{tt|std::list}}) {{mark since c++20}}<br>
{{ltf|cpp/container/multiset/erase_if|erase_if<>}} (std::multiset) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/map/erase_if}} ({{tt|std::map}}) {{mark since c++20}}<br>
{{ltf|cpp/container/set/erase_if|erase_if<>}} (std::set) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/multimap/erase_if}} ({{tt|std::multimap}}) {{mark since c++20}}<br>
{{ltf|cpp/container/unordered_map/erase_if|erase_if<>}} (std::unordered_map) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/multiset/erase_if}} ({{tt|std::multiset}}) {{mark since c++20}}<br>
{{ltf|cpp/container/unordered_multimap/erase_if|erase_if<>}} (std::unordered_multimap) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/set/erase_if}} ({{tt|std::set}}) {{mark since c++20}}<br>
{{ltf|cpp/container/unordered_multiset/erase_if|erase_if<>}} (std::unordered_multiset) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/unordered_map/erase_if}} ({{tt|std::unordered_map}}) {{mark since c++20}}<br>
{{ltf|cpp/container/unordered_set/erase_if|erase_if<>}} (std::unordered_set) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/unordered_multimap/erase_if}} ({{tt|std::unordered_multimap}}) {{mark since c++20}}<br>
{{ltf|cpp/container/vector/erase2|erase_if<>}} (std::vector) {{mark since c++20}}<br/>
+
{{ltpf|cpp/container/unordered_multiset/erase_if}} ({{tt|std::unordered_multiset}}) {{mark since c++20}}<br>
 +
{{ltpf|cpp/container/unordered_set/erase_if}} ({{tt|std::unordered_set}}) {{mark since c++20}}<br>
 +
{{ltpf|cpp/container/vector/erase2|erase_if}} ({{tt|std::vector}}) {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/erf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/erf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/erfc}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/erfc}} {{mark since c++11}}<br>
Line 544: Line 551:
 
{{ltt|cpp/error/error_code}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/error_code}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/error_condition}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/error_condition}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio|exa}} {{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}}<br>
 
{{ltt|cpp/error/exception_ptr}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/exception_ptr}} {{mark since c++11}}<br>
{{ltf|cpp/utility/exchange|exchange<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/utility/exchange}} {{mark since c++14}}<br>
{{ltf|cpp/algorithm/exclusive_scan|exclusive_scan<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/exclusive_scan}} {{mark since c++17}}<br>
&#x25B6; {{rlt|execution}} {{mark since c++17}}<br>
+
{{rlt|execution}} {{mark since c++17}}<br>
 
{{ltf|cpp/utility/program/exit}}<br>
 
{{ltf|cpp/utility/program/exit}}<br>
 
{{ltf|cpp/numeric/math/exp}}<br>
 
{{ltf|cpp/numeric/math/exp}}<br>
{{ltf|cpp/numeric/complex/exp|exp<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/exp}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/exp|exp<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/exp}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/exp2}} {{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/math/exp2|exp2f}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/exp2|exp2l}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/exp2|exp2l}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/exp|expf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/exp|expf}} {{mark since c++11}}<br>
{{ltt|cpp/utility/expected|expected<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/utility/expected}} {{mark since c++23}}<br>
 
{{ltf|cpp/numeric/special_functions/expint}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/expint}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/expint|expintf}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/expint|expintf}} {{mark since c++17}}<br>
Line 566: Line 573:
 
{{ltf|cpp/numeric/math/expm1|expm1f}} {{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>
 
{{ltf|cpp/numeric/math/expm1|expm1l}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/exponential_distribution|exponential_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/exponential_distribution}} {{mark since c++11}}<br>
{{ltt|cpp/types/extent|extent<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/extent}} {{mark since c++11}}<br>
{{ltt|cpp/types/extent|extent_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/extent|extent_v}} {{mark since c++17}}<br>
{{ltt|cpp/container/mdspan/extents|extents<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/container/mdspan/extents}} {{mark since c++23}}<br>
{{ltt|cpp/numeric/random/extreme_value_distribution|extreme_value_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/extreme_value_distribution}} {{mark since c++11}}<br>
  
 
===F===
 
===F===
Line 586: Line 593:
 
{{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>
Line 605: Line 612:
 
{{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>
&#x25B6; {{rlt|filesystem}} {{mark since c++17}}<br>
+
{{rlt|filesystem}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/fill|fill<>}}<br>
+
{{ltpf|cpp/algorithm/fill}}<br>
{{ltf|cpp/algorithm/fill_n|fill_n<>}}<br>
+
{{ltpf|cpp/algorithm/fill_n}}<br>
{{ltf|cpp/algorithm/find|find<>}}<br>
+
{{ltpf|cpp/algorithm/find}}<br>
{{ltf|cpp/algorithm/find_end|find_end<>}}<br>
+
{{ltpf|cpp/algorithm/find_end}}<br>
{{ltf|cpp/algorithm/find_first_of|find_first_of<>}}<br>
+
{{ltpf|cpp/algorithm/find_first_of}}<br>
{{ltf|cpp/algorithm/find_if|find_if<>}}<br>
+
{{ltpf|cpp/algorithm/find|find_if}}<br>
{{ltf|cpp/algorithm/find_if_not|find_if_not<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/find|find_if_not}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/fisher_f_distribution|fisher_f_distribution<>}} {{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>
{{ltt|cpp/container/flat_map|flat_map<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/container/flat_map}} {{mark since c++23}}<br>
{{ltt|cpp/container/flat_multimap|flat_multimap<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/container/flat_multimap}} {{mark since c++23}}<br>
{{ltt|cpp/container/flat_multiset|flat_multiset<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/container/flat_multiset}} {{mark since c++23}}<br>
{{ltt|cpp/container/flat_set|flat_set<>}} {{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>
Line 626: Line 633:
 
{{ltt|cpp/types/floating-point|float64_t}} {{mark since c++23}}<br>
 
{{ltt|cpp/types/floating-point|float64_t}} {{mark since c++23}}<br>
 
{{ltt|cpp/types/floating-point|float128_t}} {{mark since c++23}}<br>
 
{{ltt|cpp/types/floating-point|float128_t}} {{mark since c++23}}<br>
{{ltt|cpp/concepts/floating_point|floating_point<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/floating_point}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/floor}}<br>
 
{{ltf|cpp/numeric/math/floor}}<br>
 
{{ltf|cpp/numeric/math/floor|floorf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/floor|floorf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/floor|floorl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/floor|floorl}} {{mark since c++11}}<br>
{{ltf|cpp/io/manip/flush|flush<>}}<br>
+
{{ltpf|cpp/io/manip/flush}}<br>
{{ltf|cpp/io/manip/flush_emit|flush_emit<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/io/manip/flush_emit}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/fma}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/fma}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/fma|fmaf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/fma|fmaf}} {{mark since c++11}}<br>
Line 645: Line 652:
 
{{ltf|cpp/numeric/math/fmod|fmodl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/fmod|fmodl}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/c/fopen}}<br>
 
{{ltf|cpp/io/c/fopen}}<br>
{{ltf|cpp/algorithm/for_each|for_each<>}}<br>
+
{{ltpf|cpp/algorithm/for_each}}<br>
{{ltf|cpp/algorithm/for_each_n|for_each_n<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/for_each_n}} {{mark since c++17}}<br>
{{ltf|cpp/utility/format/format|format<>}} {{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_args|format_args}} {{mark since c++20}}<br>
 
{{ltt|cpp/utility/format/basic_format_context|format_context}} {{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>
 
{{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>
 
{{ltt|cpp/utility/format/basic_format_parse_context|format_parse_context}} {{mark since c++20}}<br>
{{ltt|cpp/utility/format/basic_format_string|format_string<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_string|format_string}} {{mark since c++20}}<br>
{{ltf|cpp/utility/format/format_to|format_to<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/format/format_to}} {{mark since c++20}}<br>
{{ltf|cpp/utility/format/format_to_n|format_to_n<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/format/format_to_n}} {{mark since c++20}}<br>
{{ltt|cpp/utility/format/format_to_n|format_to_n_result<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/format_to_n|format_to_n_result}} {{mark since c++20}}<br>
{{ltf|cpp/utility/format/formatted_size|formatted_size<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/formattable}} {{mark since c++23}}<br>
{{ltt|cpp/utility/format/formatter|formatter<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/format/formatted_size}} {{mark since c++20}}<br>
{{ltf|cpp/utility/forward|forward<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/format/formatter}} {{mark since c++20}}<br>
{{ltf|cpp/utility/tuple/forward_as_tuple|forward_as_tuple<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/forward}} {{mark since c++11}}<br>
{{ltt|cpp/iterator/forward_iterator|forward_iterator<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/tuple/forward_as_tuple}} {{mark since c++11}}<br>
 +
{{ltp|cpp/iterator/forward_iterator}} {{mark since c++20}}<br>
 
{{ltt|cpp/iterator/iterator_tags|forward_iterator_tag}}<br>
 
{{ltt|cpp/iterator/iterator_tags|forward_iterator_tag}}<br>
{{ltf|cpp/utility/forward_like|forward_like<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/utility/forward_like}} {{mark since c++23}}<br>
{{ltt|cpp/container/forward_list|forward_list<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/container/forward_list}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/fpclassify}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/fpclassify}} {{mark since c++11}}<br>
{{ltt|cpp/io/fpos|fpos<>}}<br>
+
{{ltp|cpp/io/fpos}}<br>
 
{{ltt|cpp/io/c/fpos_t}}<br>
 
{{ltt|cpp/io/c/fpos_t}}<br>
 
{{ltf|cpp/io/c/fprintf}}<br>
 
{{ltf|cpp/io/c/fprintf}}<br>
Line 682: Line 691:
 
{{ltt|cpp/ranges/from_range}} {{mark since c++23}}<br>
 
{{ltt|cpp/ranges/from_range}} {{mark since c++23}}<br>
 
{{ltt|cpp/ranges/from_range|from_range_t}} {{mark since c++23}}<br>
 
{{ltt|cpp/ranges/from_range|from_range_t}} {{mark since c++23}}<br>
{{ltt|cpp/iterator/front_insert_iterator|front_insert_iterator<>}}<br>
+
{{ltp|cpp/iterator/front_insert_iterator}}<br>
{{ltf|cpp/iterator/front_inserter|front_inserter<>}}<br>
+
{{ltpf|cpp/iterator/front_inserter}}<br>
 
{{ltf|cpp/io/c/fscanf}}<br>
 
{{ltf|cpp/io/c/fscanf}}<br>
 
{{ltf|cpp/io/c/fseek}}<br>
 
{{ltf|cpp/io/c/fseek}}<br>
Line 689: Line 698:
 
{{ltt|cpp/io/basic_fstream|fstream}}<br>
 
{{ltt|cpp/io/basic_fstream|fstream}}<br>
 
{{ltf|cpp/io/c/ftell}}<br>
 
{{ltf|cpp/io/c/ftell}}<br>
{{ltt|cpp/utility/functional/function|function<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/functional/function}} {{mark since c++11}}<br>
{{ltt|cpp/thread/future|future<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/functional/function_ref}} {{mark since c++26}}<br>
 +
{{ltp|cpp/thread/future}} {{mark since c++11}}<br>
 
{{ltf|cpp/thread/future_category}} {{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_errc}} {{mark since c++11}}<br>
Line 701: Line 711:
  
 
===G===
 
===G===
{{ltt|cpp/numeric/random/gamma_distribution|gamma_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/gamma_distribution}} {{mark since c++11}}<br>
{{ltf|cpp/numeric/gcd|gcd<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/numeric/gcd}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/generate|generate<>}}<br>
+
{{ltpf|cpp/algorithm/generate}}<br>
{{ltt|cpp/numeric/random/generate_canonical|generate_canonical<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/generate_canonical}} {{mark since c++11}}<br>
{{ltt|cpp/locale/codecvt_mode|generate_header}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltpf|cpp/algorithm/generate_n}}<br>
{{ltf|cpp/algorithm/generate_n|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>
{{ltt|cpp/numeric/random/geometric_distribution|geometric_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/geometric_distribution}} {{mark since c++11}}<br>
{{ltf|cpp/container/array/get|get<>}} (std::array) {{mark since c++11}}<br>
+
{{ltpf|cpp/container/array/get}} ({{tt|std::array}}) {{mark since c++11}}<br>
{{ltf|cpp/utility/pair/get|get<>}} (std::pair) {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/pair/get}} ({{tt|std::pair}}) {{mark since c++11}}<br>
{{ltf|cpp/ranges/subrange/get|get<>}} (std::ranges::subrange) {{mark since c++20}}<br>
+
{{ltpf|cpp/ranges/subrange/get}} ({{tt|std::ranges::subrange}}) {{mark since c++20}}<br>
{{ltf|cpp/utility/tuple/get|get<>}} (std::tuple) {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/tuple/get}} ({{tt|std::tuple}}) {{mark since c++11}}<br>
{{ltf|cpp/utility/variant/get|get<>}} (std::variant) {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/variant/get}} ({{tt|std::variant}}) {{mark since c++17}}<br>
{{ltf|cpp/memory/shared_ptr/get_deleter|get_deleter<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/shared_ptr/get_deleter}} {{mark since c++11}}<br>
{{ltf|cpp/utility/variant/get_if|get_if<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/variant/get_if}} {{mark since c++17}}<br>
{{ltf|cpp/io/manip/get_money|get_money<>}} {{mark since c++11}}<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>
{{ltf|cpp/io/manip/get_time|get_time<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/io/manip/get_time}} {{mark since c++11}}<br>
{{ltf|cpp/string/basic_string/getline|getline<>}}<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>
Line 726: Line 736:
 
{{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>
{{ltt|cpp/utility/functional/greater|greater<>}}<br>
+
{{ltp|cpp/utility/functional/greater}}<br>
{{ltt|cpp/utility/functional/greater_equal|greater_equal<>}}<br>
+
{{ltp|cpp/utility/functional/greater_equal}}<br>
 
{{ltt|cpp/numeric/valarray/gslice}}<br>
 
{{ltt|cpp/numeric/valarray/gslice}}<br>
{{ltt|cpp/numeric/valarray/gslice_array|gslice_array<>}}<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>
{{ltf|cpp/locale/has_facet|has_facet<>}}<br>
+
{{ltpf|cpp/locale/has_facet}}<br>
{{ltf|cpp/numeric/has_single_bit|has_single_bit<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/has_single_bit}} {{mark since c++20}}<br>
{{ltt|cpp/types/has_unique_object_representations|has_unique_object_representations<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/has_unique_object_representations}} {{mark since c++17}}<br>
{{ltt|cpp/types/has_unique_object_representations|has_unique_object_representations_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/has_unique_object_representations|has_unique_object_representations_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/has_virtual_destructor|has_virtual_destructor<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/has_virtual_destructor}} {{mark since c++11}}<br>
{{ltt|cpp/types/has_virtual_destructor|has_virtual_destructor_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/has_virtual_destructor|has_virtual_destructor_v}} {{mark since c++17}}<br>
{{ltt|cpp/utility/hash|hash<>}} {{mark since c++11}}<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>
 +
{{ltp|cpp/thread/hazard_pointer_obj_base}} {{mark since c++26}}<br>
 +
{{ltt|cpp/numeric/ratio/ratio|hecto}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/special_functions/hermite}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/hermite}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/hermite|hermitef}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/hermite|hermitef}} {{mark since c++17}}<br>
Line 749: Line 761:
 
{{ltf|cpp/io/manip/hex}}<br>
 
{{ltf|cpp/io/manip/hex}}<br>
 
{{ltf|cpp/io/manip/fixed|hexfloat}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/manip/fixed|hexfloat}} {{mark since c++11}}<br>
{{ltf|cpp/utility/variant/holds_alternative|holds_alternative<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/variant/holds_alternative}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/math/hypot}} {{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|hypotf}} {{mark since c++11}}<br>
Line 761: Line 773:
 
{{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>
{{ltf|cpp/numeric/complex/imag2|imag<>}}<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>
{{ltt|cpp/utility/in_place|in_place_index<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/in_place|in_place_index}} {{mark since c++17}}<br>
{{ltt|cpp/utility/in_place|in_place_index_t<>}} {{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>
{{ltt|cpp/utility/in_place|in_place_type<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/in_place|in_place_type}} {{mark since c++17}}<br>
{{ltt|cpp/utility/in_place|in_place_type_t<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/in_place|in_place_type_t}} {{mark since c++17}}<br>
{{ltf|cpp/utility/in_range|in_range<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/in_range}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/includes|includes<>}}<br>
+
{{ltpf|cpp/algorithm/includes}}<br>
{{ltf|cpp/algorithm/inclusive_scan|inclusive_scan<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/inclusive_scan}} {{mark since c++17}}<br>
{{ltt|cpp/iterator/incrementable|incrementable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/incrementable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/incrementable_traits|incrementable_traits<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/incrementable_traits}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/independent_bits_engine|independent_bits_engine<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/independent_bits_engine}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/valarray/indirect_array|indirect_array<>}}<br>
+
{{ltp|cpp/utility/integer_sequence|index_sequence}} {{mark since c++14}}<br>
{{ltt|cpp/iterator/indirect_binary_predicate|indirect_binary_predicate<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/integer_sequence|index_sequence_for}} {{mark since c++14}}<br>
{{ltt|cpp/iterator/indirect_equivalence_relation|indirect_equivalence_relation<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/numeric/valarray/indirect_array}}<br>
{{ltt|cpp/iterator/indirect_result_t|indirect_result_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirect_binary_predicate}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirect_strict_weak_order|indirect_strict_weak_order<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirect_equivalence_relation}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirect_unary_predicate|indirect_unary_predicate<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirect_result_t}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_comparable|indirectly_comparable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirect_strict_weak_order}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_copyable|indirectly_copyable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirect_unary_predicate}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_copyable_storable|indirectly_copyable_storable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_comparable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_movable|indirectly_movable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_copyable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_movable_storable|indirectly_movable_storable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_copyable_storable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_readable|indirectly_readable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_movable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_readable_traits|indirectly_readable_traits<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_movable_storable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_unary_invocable|indirectly_regular_unary_invocable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_readable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_swappable|indirectly_swappable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_readable_traits}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_unary_invocable|indirectly_unary_invocable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_unary_invocable|indirectly_regular_unary_invocable}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/indirectly_writable|indirectly_writable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/indirectly_swappable}} {{mark since c++20}}<br>
{{ltt|cpp/utility/initializer_list|initializer_list<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/iterator/indirectly_unary_invocable}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/inner_product|inner_product<>}}<br>
+
{{ltp|cpp/iterator/indirectly_writable}} {{mark since c++20}}<br>
{{ltf|cpp/memory/inout_ptr_t/inout_ptr|inout_ptr<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/utility/initializer_list}} {{mark since c++11}}<br>
{{ltt|cpp/memory/inout_ptr_t|inout_ptr_t<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/algorithm/inner_product}}<br>
{{ltf|cpp/algorithm/inplace_merge|inplace_merge<>}}<br>
+
{{ltpf|cpp/memory/inout_ptr_t/inout_ptr}} {{mark since c++23}}<br>
{{ltt|cpp/iterator/input_iterator|input_iterator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/memory/inout_ptr_t}} {{mark since c++23}}<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/iterator/iterator_tags|input_iterator_tag}}<br>
{{ltt|cpp/iterator/input_or_output_iterator|input_or_output_iterator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/input_or_output_iterator}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/insert_iterator|insert_iterator<>}}<br>
+
{{ltp|cpp/iterator/insert_iterator}}<br>
{{ltf|cpp/iterator/inserter|inserter<>}}<br>
+
{{ltpf|cpp/iterator/inserter}}<br>
 
{{ltt|cpp/types/integer|int_fast16_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/integer|int_fast16_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/integer|int_fast32_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/integer|int_fast32_t}} {{mark since c++11}}<br>
Line 816: Line 831:
 
{{ltt|cpp/types/integer|int64_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>
 
{{ltt|cpp/types/integer|int8_t}} {{mark since c++11}}<br>
{{ltt|cpp/utility/integer_sequence|integer_sequence<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/utility/integer_sequence}} {{mark since c++14}}<br>
{{ltt|cpp/concepts/integral|integral<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/integral}} {{mark since c++20}}<br>
{{ltt|cpp/types/integral_constant|integral_constant<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/integral_constant}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/manip/left|internal}}<br>
 
{{ltf|cpp/io/manip/left|internal}}<br>
 
{{ltt|cpp/types/integer|intmax_t}} {{mark since c++11}}<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/types/integer|intptr_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/invalid_argument}}<br>
 
{{ltt|cpp/error/invalid_argument}}<br>
{{ltt|cpp/concepts/invocable|invocable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/invocable}} {{mark since c++20}}<br>
{{ltf|cpp/utility/functional/invoke|invoke<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/functional/invoke}} {{mark since c++17}}<br>
{{ltf|cpp/utility/functional/invoke|invoke_r<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/utility/functional/invoke|invoke_r}} {{mark since c++23}}<br>
{{ltt|cpp/types/result_of|invoke_result<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/result_of|invoke_result}} {{mark since c++17}}<br>
{{ltt|cpp/types/result_of|invoke_result_t<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/result_of|invoke_result_t}} {{mark since c++17}}<br>
 
{{ltt|cpp/io/io_errc}} {{mark since c++11}}<br>
 
{{ltt|cpp/io/io_errc}} {{mark since c++11}}<br>
 
{{ltt|cpp/io/basic_ios|ios}}<br>
 
{{ltt|cpp/io/basic_ios|ios}}<br>
Line 833: Line 848:
 
{{ltt|cpp/io/basic_iostream|iostream}}<br>
 
{{ltt|cpp/io/basic_iostream|iostream}}<br>
 
{{ltt|cpp/io/iostream_category}} {{mark since c++11}}<br>
 
{{ltt|cpp/io/iostream_category}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/iota|iota<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/iota}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_abstract|is_abstract<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_abstract}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_abstract|is_abstract_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_abstract|is_abstract_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_aggregate|is_aggregate<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_aggregate}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_aggregate|is_aggregate_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_aggregate|is_aggregate_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_arithmetic|is_arithmetic<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_arithmetic}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_arithmetic|is_arithmetic_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_arithmetic|is_arithmetic_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_array|is_array<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_array}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_array|is_array_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_array|is_array_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_assignable|is_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_assignable|is_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_assignable|is_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_base_of|is_base_of<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_base_of}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_base_of|is_base_of_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_base_of|is_base_of_v}} {{mark since c++17}}<br>
{{ltt|cpp/utility/functional/is_bind_expression|is_bind_expression<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/functional/is_bind_expression}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/is_bind_expression|is_bind_expression_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/functional/is_bind_expression|is_bind_expression_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_bounded_array|is_bounded_array<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_bounded_array}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_bounded_array|is_bounded_array_v<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_bounded_array|is_bounded_array_v}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_class|is_class<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_class}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_class|is_class_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_class|is_class_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_compound|is_compound<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_compound}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_compound|is_compound_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_compound|is_compound_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_const|is_const<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_const}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_const|is_const_v<>}} {{mark since c++17}}<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>
 
{{ltf|cpp/types/is_constant_evaluated}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_constructible|is_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_constructible|is_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_constructible|is_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_convertible|is_convertible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_convertible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_convertible|is_convertible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_convertible|is_convertible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_copy_assignable|is_copy_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_copy_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_copy_assignable|is_copy_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_copy_assignable|is_copy_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_copy_constructible|is_copy_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_copy_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_copy_constructible|is_copy_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_copy_constructible|is_copy_constructible_v}} {{mark since c++17}}<br>
{{ltf|cpp/types/is_corresponding_member|is_corresponding_member<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/types/is_corresponding_member}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_default_constructible|is_default_constructible<>}} {{mark since c++11}}<br>
+
{{ltf|cpp/utility/is_debugger_present}} {{mark since c++26}}<br>
{{ltt|cpp/types/is_default_constructible|is_default_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_default_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_destructible|is_destructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_default_constructible|is_default_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_destructible|is_destructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_destructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_empty|is_empty<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_destructible|is_destructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_empty|is_empty_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_empty}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_enum|is_enum<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_empty|is_empty_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_enum|is_enum_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_enum}} {{mark since c++11}}<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>
 
{{ltf|cpp/utility/compare/named_comparison_functions|is_eq}} {{mark since c++20}}<br>
{{ltf|cpp/error/error_code/is_error_code_enum|is_error_code_enum<>}} {{mark since c++11}}<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}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/error_condition/is_error_condition_enum|is_error_condition_enum_v}} {{mark since c++17}}<br>
 
{{ltt|cpp/error/error_condition/is_error_condition_enum|is_error_condition_enum_v}} {{mark since c++17}}<br>
{{ltt|cpp/algorithm/is_execution_policy|is_execution_policy<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/algorithm/is_execution_policy}} {{mark since c++17}}<br>
{{ltt|cpp/algorithm/is_execution_policy|is_execution_policy_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/algorithm/is_execution_policy|is_execution_policy_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_final|is_final<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/is_final}} {{mark since c++14}}<br>
{{ltt|cpp/types/is_final|is_final_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_final|is_final_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_floating_point|is_floating_point<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_floating_point}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_floating_point|is_floating_point_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_floating_point|is_floating_point_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_function|is_function<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_function}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_function|is_function_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_function|is_function_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_fundamental|is_fundamental<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_fundamental}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_fundamental|is_fundamental_v<>}} {{mark since c++17}}<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_gt}} {{mark since c++20}}<br>
 
{{ltf|cpp/utility/compare/named_comparison_functions|is_gteq}} {{mark since c++20}}<br>
 
{{ltf|cpp/utility/compare/named_comparison_functions|is_gteq}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/is_heap|is_heap<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/is_heap}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/is_heap_until|is_heap_until<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/is_heap_until}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_integral|is_integral<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_implicit_lifetime}} {{mark since c++23}}<br>
{{ltt|cpp/types/is_integral|is_integral_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_integral}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_invocable|is_invocable<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_integral|is_integral_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_invocable_r<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_invocable_r_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable|is_invocable_r}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_invocable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable|is_invocable_r_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_layout_compatible|is_layout_compatible<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_invocable|is_invocable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_layout_compatible|is_layout_compatible_v<>}} {{mark since c++20}}<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_lt}} {{mark since c++20}}<br>
 
{{ltf|cpp/utility/compare/named_comparison_functions|is_lteq}} {{mark since c++20}}<br>
 
{{ltf|cpp/utility/compare/named_comparison_functions|is_lteq}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_lvalue_reference|is_lvalue_reference<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_lvalue_reference}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_lvalue_reference|is_lvalue_reference_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_lvalue_reference|is_lvalue_reference_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_member_function_pointer|is_member_function_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_member_function_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_member_function_pointer|is_member_function_pointer_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_member_function_pointer|is_member_function_pointer_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_member_object_pointer|is_member_object_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_member_object_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_member_object_pointer|is_member_object_pointer_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_member_object_pointer|is_member_object_pointer_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_member_pointer|is_member_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_member_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_member_pointer|is_member_pointer_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_member_pointer|is_member_pointer_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_move_assignable|is_move_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_move_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_move_assignable|is_move_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_move_assignable|is_move_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_move_constructible|is_move_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_move_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_move_constructible|is_move_constructible_v<>}} {{mark since c++17}}<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>
 
{{ltf|cpp/utility/compare/named_comparison_functions|is_neq}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_assignable|is_nothrow_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_assignable|is_nothrow_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_assignable|is_nothrow_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_assignable|is_nothrow_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_constructible|is_nothrow_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_constructible|is_nothrow_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_constructible|is_nothrow_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_constructible|is_nothrow_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_convertible|is_nothrow_convertible<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_convertible|is_nothrow_convertible}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_convertible|is_nothrow_convertible_v<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_convertible|is_nothrow_convertible_v}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_copy_assignable|is_nothrow_copy_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_copy_assignable|is_nothrow_copy_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_copy_assignable|is_nothrow_copy_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_copy_assignable|is_nothrow_copy_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_copy_constructible|is_nothrow_copy_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_copy_constructible|is_nothrow_copy_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_copy_constructible|is_nothrow_copy_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_copy_constructible|is_nothrow_copy_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_default_constructible|is_nothrow_default_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_default_constructible|is_nothrow_default_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_default_constructible|is_nothrow_default_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_default_constructible|is_nothrow_default_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_destructible|is_nothrow_destructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_destructible|is_nothrow_destructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_destructible|is_nothrow_destructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_destructible|is_nothrow_destructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_nothrow_invocable<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable|is_nothrow_invocable}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_nothrow_invocable_r<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable|is_nothrow_invocable_r}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_nothrow_invocable_r_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable|is_nothrow_invocable_r_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_invocable|is_nothrow_invocable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_invocable|is_nothrow_invocable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_move_assignable|is_nothrow_move_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_move_assignable|is_nothrow_move_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_move_assignable|is_nothrow_move_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_move_assignable|is_nothrow_move_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_move_constructible|is_nothrow_move_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_move_constructible|is_nothrow_move_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_move_constructible|is_nothrow_move_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_move_constructible|is_nothrow_move_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_nothrow_swappable<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_nothrow_swappable}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_nothrow_swappable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_nothrow_swappable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_nothrow_swappable_with<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_nothrow_swappable_with}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_nothrow_swappable_with_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_nothrow_swappable_with_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_null_pointer|is_null_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_null_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_null_pointer|is_null_pointer_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_null_pointer|is_null_pointer_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_object|is_object<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_object}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_object|is_object_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_object|is_object_v}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/is_partitioned|is_partitioned<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/is_partitioned}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/is_permutation|is_permutation<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/is_permutation}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/is_placeholder|is_placeholder<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/functional/is_placeholder}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/is_placeholder|is_placeholder_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/functional/is_placeholder|is_placeholder_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_pod|is_pod<>}} {{mark life|since=c++11|deprecated=c++20}}<br>
+
{{ltp|cpp/types/is_pod}} {{mark life|since=c++11|deprecated=c++20}}<br>
{{ltt|cpp/types/is_pod|is_pod_v<>}} {{mark life|since=c++17|deprecated=c++20}}<br>
+
{{ltp|cpp/types/is_pod|is_pod_v}} {{mark life|since=c++17|deprecated=c++20}}<br>
{{ltt|cpp/types/is_pointer|is_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_pointer|is_pointer_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_pointer|is_pointer_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_pointer_interconvertible_base_of|is_pointer_interconvertible_base_of<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_pointer_interconvertible_base_of}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_pointer_interconvertible_base_of|is_pointer_interconvertible_base_of_v<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_pointer_interconvertible_base_of|is_pointer_interconvertible_base_of_v}} {{mark since c++20}}<br>
{{ltf|cpp/types/is_pointer_interconvertible_with_class|is_pointer_interconvertible_with_class<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/types/is_pointer_interconvertible_with_class}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_polymorphic|is_polymorphic<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_polymorphic}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_polymorphic|is_polymorphic_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_polymorphic|is_polymorphic_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_reference|is_reference<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_reference}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_reference|is_reference_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_reference|is_reference_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_rvalue_reference|is_rvalue_reference<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_rvalue_reference}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_rvalue_reference|is_rvalue_reference_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_rvalue_reference|is_rvalue_reference_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_same|is_same<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_same}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_same|is_same_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_same|is_same_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_scalar|is_scalar<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_scalar}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_scalar|is_scalar_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_scalar|is_scalar_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_scoped_enum|is_scoped_enum<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/types/is_scoped_enum}} {{mark since c++23}}<br>
{{ltt|cpp/types/is_scoped_enum|is_scoped_enum_v<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/types/is_scoped_enum|is_scoped_enum_v}} {{mark since c++23}}<br>
{{ltt|cpp/types/is_signed|is_signed<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_signed}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_signed|is_signed_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_signed|is_signed_v}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/is_sorted|is_sorted<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/is_sorted}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/is_sorted_until|is_sorted_until<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/is_sorted_until}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_standard_layout|is_standard_layout<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_standard_layout}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_standard_layout|is_standard_layout_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_standard_layout|is_standard_layout_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_swappable<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_swappable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_swappable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_swappable_with<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_swappable_with}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_swappable|is_swappable_with_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_swappable|is_swappable_with_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_trivial|is_trivial<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_trivial}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_trivial|is_trivial_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_trivial|is_trivial_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_assignable|is_trivially_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_assignable|is_trivially_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_assignable|is_trivially_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_assignable|is_trivially_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_constructible|is_trivially_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_constructible|is_trivially_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_constructible|is_trivially_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_constructible|is_trivially_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_trivially_copyable|is_trivially_copyable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_trivially_copyable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_trivially_copyable|is_trivially_copyable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_trivially_copyable|is_trivially_copyable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_copy_assignable|is_trivially_copy_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_copy_assignable|is_trivially_copy_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_copy_assignable|is_trivially_copy_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_copy_assignable|is_trivially_copy_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_copy_constructible|is_trivially_copy_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_copy_constructible|is_trivially_copy_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_copy_constructible|is_trivially_copy_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_copy_constructible|is_trivially_copy_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_default_constructible|is_trivially_default_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_default_constructible|is_trivially_default_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_default_constructible|is_trivially_default_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_default_constructible|is_trivially_default_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_destructible|is_trivially_destructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_destructible|is_trivially_destructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_destructible|is_trivially_destructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_destructible|is_trivially_destructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_move_assignable|is_trivially_move_assignable<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_move_assignable|is_trivially_move_assignable}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_move_assignable|is_trivially_move_assignable_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_move_assignable|is_trivially_move_assignable_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_move_constructible|is_trivially_move_constructible<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_move_constructible|is_trivially_move_constructible}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_move_constructible|is_trivially_move_constructible_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_move_constructible|is_trivially_move_constructible_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_unbounded_array|is_unbounded_array<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_unbounded_array}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_unbounded_array|is_unbounded_array_v<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/is_unbounded_array|is_unbounded_array_v}} {{mark since c++20}}<br>
{{ltt|cpp/types/is_union|is_union<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_union}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_union|is_union_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_union|is_union_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_unsigned|is_unsigned<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_unsigned}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_unsigned|is_unsigned_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_unsigned|is_unsigned_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/is_void|is_void<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_virtual_base_of}} {{mark since c++26}}<br>
{{ltt|cpp/types/is_void|is_void_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_virtual_base_of|is_virtual_base_of_v}} {{mark since c++26}}<br>
{{ltt|cpp/types/is_volatile|is_volatile<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/is_void}} {{mark since c++11}}<br>
{{ltt|cpp/types/is_volatile|is_volatile_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/is_void|is_void_v}} {{mark since c++17}}<br>
 +
{{ltp|cpp/types/is_volatile}} {{mark since c++11}}<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/isalnum}}<br>
 
{{ltf|cpp/string/byte/isalnum}}<br>
{{ltf|cpp/locale/isalnum|isalnum<>}} (locale)<br>
+
{{ltpf|cpp/locale/isalnum}} (locale)<br>
 
{{ltf|cpp/string/byte/isalpha}}<br>
 
{{ltf|cpp/string/byte/isalpha}}<br>
{{ltf|cpp/locale/isalpha|isalpha<>}} (locale)<br>
+
{{ltpf|cpp/locale/isalpha}} (locale)<br>
 
{{ltf|cpp/string/byte/isblank}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/isblank}} {{mark since c++11}}<br>
{{ltf|cpp/locale/isblank|isblank<>}} (locale) {{mark since c++11}}<br>
+
{{ltpf|cpp/locale/isblank}} (locale) {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/iscntrl}}<br>
 
{{ltf|cpp/string/byte/iscntrl}}<br>
{{ltf|cpp/locale/iscntrl|iscntrl<>}} (locale)<br>
+
{{ltpf|cpp/locale/iscntrl}} (locale)<br>
 
{{ltf|cpp/string/byte/isdigit}}<br>
 
{{ltf|cpp/string/byte/isdigit}}<br>
{{ltf|cpp/locale/isdigit|isdigit<>}} (locale)<br>
+
{{ltpf|cpp/locale/isdigit}} (locale)<br>
 
{{ltf|cpp/numeric/math/isfinite}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isfinite}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/isgraph}}<br>
 
{{ltf|cpp/string/byte/isgraph}}<br>
{{ltf|cpp/locale/isgraph|isgraph<>}} (locale)<br>
+
{{ltpf|cpp/locale/isgraph}} (locale)<br>
 
{{ltf|cpp/numeric/math/isgreater}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isgreater}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isgreaterequal}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isgreaterequal}} {{mark since c++11}}<br>
Line 1,028: Line 1,048:
 
{{ltf|cpp/numeric/math/islessgreater}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/islessgreater}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/islower}}<br>
 
{{ltf|cpp/string/byte/islower}}<br>
{{ltf|cpp/locale/islower|islower<>}} (locale)<br>
+
{{ltpf|cpp/locale/islower}} (locale)<br>
 
{{ltf|cpp/numeric/math/isnan}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isnan}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isnormal}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isnormal}} {{mark since c++11}}<br>
 
{{ltt|cpp/io/basic_ispanstream|ispanstream}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_ispanstream|ispanstream}} {{mark since c++23}}<br>
 
{{ltf|cpp/string/byte/isprint}}<br>
 
{{ltf|cpp/string/byte/isprint}}<br>
{{ltf|cpp/locale/isprint|isprint<>}} (locale)<br>
+
{{ltpf|cpp/locale/isprint}} (locale)<br>
 
{{ltf|cpp/string/byte/ispunct}}<br>
 
{{ltf|cpp/string/byte/ispunct}}<br>
{{ltf|cpp/locale/ispunct|ispunct<>}} (locale)<br>
+
{{ltpf|cpp/locale/ispunct}} (locale)<br>
 
{{ltf|cpp/string/byte/isspace}}<br>
 
{{ltf|cpp/string/byte/isspace}}<br>
{{ltf|cpp/locale/isspace|isspace<>}} (locale)<br>
+
{{ltpf|cpp/locale/isspace}} (locale)<br>
 
{{ltt|cpp/io/basic_istream|istream}}<br>
 
{{ltt|cpp/io/basic_istream|istream}}<br>
{{ltt|cpp/iterator/istreambuf_iterator|istreambuf_iterator<>}}<br>
+
{{ltp|cpp/iterator/istreambuf_iterator}}<br>
{{ltt|cpp/iterator/istream_iterator|istream_iterator<>}}<br>
+
{{ltp|cpp/iterator/istream_iterator}}<br>
 
{{ltt|cpp/io/basic_istringstream|istringstream}}<br>
 
{{ltt|cpp/io/basic_istringstream|istringstream}}<br>
 
{{ltt|cpp/io/istrstream}} {{mark deprecated c++98}}<br>
 
{{ltt|cpp/io/istrstream}} {{mark deprecated c++98}}<br>
 
{{ltf|cpp/numeric/math/isunordered}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/isunordered}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/isupper}}<br>
 
{{ltf|cpp/string/byte/isupper}}<br>
{{ltf|cpp/locale/isupper|isupper<>}} (locale)<br>
+
{{ltpf|cpp/locale/isupper}} (locale)<br>
 
{{ltf|cpp/string/wide/iswalnum}}<br>
 
{{ltf|cpp/string/wide/iswalnum}}<br>
 
{{ltf|cpp/string/wide/iswalpha}}<br>
 
{{ltf|cpp/string/wide/iswalpha}}<br>
Line 1,060: Line 1,080:
 
{{ltf|cpp/string/wide/iswxdigit}}<br>
 
{{ltf|cpp/string/wide/iswxdigit}}<br>
 
{{ltf|cpp/string/byte/isxdigit}}<br>
 
{{ltf|cpp/string/byte/isxdigit}}<br>
{{ltf|cpp/locale/isxdigit|isxdigit<>}} (locale)<br>
+
{{ltpf|cpp/locale/isxdigit}} (locale)<br>
{{ltt|cpp/iterator/iter_t|iter_common_reference_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/iter_t|iter_common_reference_t}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/iter_t|iter_const_reference_t<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/iterator/iter_t|iter_const_reference_t}} {{mark since c++23}}<br>
{{ltt|cpp/iterator/iter_t|iter_difference_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/iter_t|iter_difference_t}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/iter_t|iter_reference_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/iter_t|iter_reference_t}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/iter_t|iter_rvalue_reference_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/iter_t|iter_rvalue_reference_t}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/iter_swap|iter_swap<>}}<br>
+
{{ltpf|cpp/algorithm/iter_swap}}<br>
{{ltt|cpp/iterator/iter_t|iter_value_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/iter_t|iter_value_t}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/iterator|iterator<>}} {{mark deprecated c++17}}<br>
+
{{ltp|cpp/iterator/iterator}} {{mark deprecated c++17}}<br>
{{ltt|cpp/iterator/iterator_traits|iterator_traits<>}}<br>
+
{{ltp|cpp/iterator/iterator_traits}}<br>
  
 
===J===
 
===J===
Line 1,076: Line 1,096:
  
 
===K===
 
===K===
{{ltf|cpp/atomic/kill_dependency|kill_dependency<>}} {{mark since c++11}}<br>
+
{{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===
Line 1,085: Line 1,105:
 
{{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/latch|latch}} {{mark since c++20}}<br>
+
{{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>
{{ltf|cpp/utility/launder|launder<>}} {{mark since c++17}}<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>
 +
{{ltp|cpp/container/mdspan/layout_left_padded}} {{mark since c++26}}<br>
 
{{ltt|cpp/container/mdspan/layout_right}} {{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/container/mdspan/layout_stride}} {{mark since c++23}}<br>
 
{{ltt|cpp/container/mdspan/layout_stride}} {{mark since c++23}}<br>
{{ltf|cpp/numeric/lcm|lcm<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/numeric/lcm}} {{mark since c++17}}<br>
 
{{ltt|cpp/locale/lconv}}<br>
 
{{ltt|cpp/locale/lconv}}<br>
 
{{ltf|cpp/numeric/math/ldexp}}<br>
 
{{ltf|cpp/numeric/math/ldexp}}<br>
Line 1,104: Line 1,126:
 
{{ltt|cpp/error/length_error}}<br>
 
{{ltt|cpp/error/length_error}}<br>
 
{{ltf|cpp/numeric/lerp}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/lerp}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/less|less<>}}<br>
+
{{ltp|cpp/utility/functional/less}}<br>
{{ltt|cpp/utility/functional/less_equal|less_equal<>}}<br>
+
{{ltp|cpp/utility/functional/less_equal}}<br>
{{ltf|cpp/algorithm/lexicographical_compare|lexicographical_compare<>}}<br>
+
{{ltpf|cpp/algorithm/lexicographical_compare}}<br>
{{ltf|cpp/algorithm/lexicographical_compare_three_way|lexicographical_compare_three_way<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/algorithm/lexicographical_compare_three_way}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/lgamma}} {{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|lgammaf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/lgamma|lgammal}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/lgamma|lgammal}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/linear_congruential_engine|linear_congruential_engine<>}} {{mark since c++11}}<br>
+
{{rlt|linalg}} {{mark since c++26}}<br>
{{ltt|cpp/container/list|list<>}}<br>
+
{{ltp|cpp/numeric/random/linear_congruential_engine}} {{mark since c++11}}<br>
&#x25B6; {{rlt|literals}} {{mark since c++14}}<br>
+
{{ltp|cpp/container/list}}<br>
{{ltt|cpp/locale/codecvt_mode|little_endian}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{rlt|literals}} {{mark since c++14}}<br>
 
{{ltf|cpp/numeric/math/abs|llabs}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/abs|llabs}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/div|lldiv}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/div|lldiv}} {{mark since c++11}}<br>
Line 1,127: Line 1,149:
 
{{ltf|cpp/locale/localeconv}}<br>
 
{{ltf|cpp/locale/localeconv}}<br>
 
{{ltf|cpp/chrono/c/localtime}}<br>
 
{{ltf|cpp/chrono/c/localtime}}<br>
{{ltf|cpp/thread/lock|lock<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/thread/lock}} {{mark since c++11}}<br>
{{ltt|cpp/thread/lock_guard|lock_guard<>}} {{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/log}}<br>
{{ltf|cpp/numeric/complex/log|log<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/log}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/log|log<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/log}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/log10}}<br>
 
{{ltf|cpp/numeric/math/log10}}<br>
{{ltf|cpp/numeric/complex/log10|log10<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/log10}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/log10|log10<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/log10}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/log10|log10f}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/log10|log10f}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/log10|log10l}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/log10|log10l}} {{mark since c++11}}<br>
Line 1,148: Line 1,170:
 
{{ltf|cpp/numeric/math/log|logf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/log|logf}} {{mark since c++11}}<br>
 
{{ltt|cpp/error/logic_error}}<br>
 
{{ltt|cpp/error/logic_error}}<br>
{{ltt|cpp/utility/functional/logical_and|logical_and<>}}<br>
+
{{ltp|cpp/utility/functional/logical_and}}<br>
{{ltt|cpp/utility/functional/logical_not|logical_not<>}}<br>
+
{{ltp|cpp/utility/functional/logical_not}}<br>
{{ltt|cpp/utility/functional/logical_or|logical_or<>}}<br>
+
{{ltp|cpp/utility/functional/logical_or}}<br>
 
{{ltf|cpp/numeric/math/log|logl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/log|logl}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/lognormal_distribution|lognormal_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/lognormal_distribution}} {{mark since c++11}}<br>
 
{{ltf|cpp/utility/program/longjmp}}<br>
 
{{ltf|cpp/utility/program/longjmp}}<br>
{{ltf|cpp/algorithm/lower_bound|lower_bound<>}}<br>
+
{{ltpf|cpp/algorithm/lower_bound}}<br>
 
{{ltf|cpp/numeric/math/rint|lrint}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/rint|lrint}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/rint|lrintf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/rint|lrintf}} {{mark since c++11}}<br>
Line 1,163: Line 1,185:
  
 
===M===
 
===M===
{{ltf|cpp/utility/any/make_any|make_any<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/any/make_any}} {{mark since c++17}}<br>
{{ltf|cpp/iterator/make_const_iterator|make_const_iterator<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/iterator/make_const_iterator}} {{mark since c++23}}<br>
{{ltf|cpp/iterator/make_const_sentinel|make_const_sentinel<>}} {{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>
{{ltf|cpp/error/make_exception_ptr|make_exception_ptr<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/error/make_exception_ptr}} {{mark since c++11}}<br>
{{ltf|cpp/utility/format/make_format_args|make_format_args<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/utility/format/make_format_args}} {{mark since c++20}}<br>
{{ltf|cpp/utility/make_from_tuple|make_from_tuple<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/make_from_tuple}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/make_heap|make_heap<>}}<br>
+
{{ltf|cpp/thread/make_hazard_pointer}} {{mark since c++26}}<br>
{{ltf|cpp/iterator/make_move_iterator|make_move_iterator<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/make_heap}}<br>
{{ltf|cpp/memory/make_obj_using_allocator|make_obj_using_allocator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/integer_sequence|make_index_sequence}} {{mark since c++14}}<br>
{{ltf|cpp/utility/optional/make_optional|make_optional<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/integer_sequence|make_integer_sequence}} {{mark since c++14}}<br>
{{ltt|cpp/utility/pair/make_pair|make_pair<>}}<br>
+
{{ltpf|cpp/iterator/make_move_iterator}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/make_reverse_iterator|make_reverse_iterator<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/memory/make_obj_using_allocator}} {{mark since c++20}}<br>
{{ltf|cpp/memory/shared_ptr/make_shared|make_shared<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/optional/make_optional}} {{mark since c++17}}<br>
{{ltf|cpp/memory/shared_ptr/make_shared|make_shared_for_overwrite<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/pair/make_pair}}<br>
{{ltt|cpp/types/make_signed|make_signed<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/iterator/make_reverse_iterator}} {{mark since c++14}}<br>
{{ltt|cpp/types/make_signed|make_signed_t<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/memory/shared_ptr/make_shared}} {{mark since c++11}}<br>
{{ltf|cpp/utility/tuple/make_tuple|make_tuple<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/shared_ptr/make_shared|make_shared_for_overwrite}} {{mark since c++20}}<br>
{{ltf|cpp/memory/unique_ptr/make_unique|make_unique<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/make_signed}} {{mark since c++11}}<br>
{{ltf|cpp/memory/unique_ptr/make_unique|make_unique_for_overwrite<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/make_signed|make_signed_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/make_unsigned|make_unsigned<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/tuple/make_tuple}} {{mark since c++11}}<br>
{{ltt|cpp/types/make_unsigned|make_unsigned_t<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/memory/unique_ptr/make_unique}} {{mark since c++14}}<br>
{{ltf|cpp/utility/format/make_format_args|make_wformat_args<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/memory/unique_ptr/make_unique|make_unique_for_overwrite}} {{mark since c++20}}<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>
 
{{ltf|cpp/memory/c/malloc}}<br>
{{ltt|cpp/container/map|map<>}}<br>
+
{{ltp|cpp/container/map}}<br>
{{ltt|cpp/numeric/valarray/mask_array|mask_array<>}}<br>
+
{{ltp|cpp/numeric/valarray/mask_array}}<br>
{{ltt|cpp/regex/match_results|match_results<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/match_results}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/max|max<>}}<br>
+
{{ltpf|cpp/algorithm/max}}<br>
 
{{ltt|cpp/types/max_align_t}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/max_align_t}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/max_element|max_element<>}}<br>
+
{{ltpf|cpp/algorithm/max_element}}<br>
 
{{ltf|cpp/string/multibyte/mblen}}<br>
 
{{ltf|cpp/string/multibyte/mblen}}<br>
 
{{ltf|cpp/string/multibyte/mbrlen}}<br>
 
{{ltf|cpp/string/multibyte/mbrlen}}<br>
Line 1,207: Line 1,232:
 
{{ltf|cpp/string/multibyte/mbstowcs}}<br>
 
{{ltf|cpp/string/multibyte/mbstowcs}}<br>
 
{{ltf|cpp/string/multibyte/mbtowc}}<br>
 
{{ltf|cpp/string/multibyte/mbtowc}}<br>
{{ltt|cpp/container/mdspan|mdspan<>}} {{mark since c++23}}<br/>
+
{{ltp|cpp/container/mdspan}} {{mark since c++23}}<br>
{{ltt|cpp/numeric/ratio|mega}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|mega}} {{mark since c++11}}<br>
{{ltf|cpp/utility/functional/mem_fn|mem_fn<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/functional/mem_fn}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/memchr}}<br>
 
{{ltf|cpp/string/byte/memchr}}<br>
 
{{ltf|cpp/string/byte/memcmp}}<br>
 
{{ltf|cpp/string/byte/memcmp}}<br>
Line 1,222: Line 1,247:
 
{{ltt|cpp/atomic/memory_order|memory_order_seq_cst}} {{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>
 
{{ltf|cpp/string/byte/memset}}<br>
{{ltf|cpp/algorithm/merge|merge<>}}<br>
+
{{ltpf|cpp/algorithm/merge}}<br>
{{ltt|cpp/iterator/mergeable|mergeable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/mergeable}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/mersenne_twister_engine|mersenne_twister_engine<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/mersenne_twister_engine}} {{mark since c++11}}<br>
{{ltt|cpp/locale/messages|messages<>}}<br>
+
{{ltp|cpp/locale/messages}}<br>
 
{{ltt|cpp/locale/messages_base}}<br>
 
{{ltt|cpp/locale/messages_base}}<br>
{{ltt|cpp/locale/messages_byname|messages_byname<>}}<br>
+
{{ltp|cpp/locale/messages_byname}}<br>
{{ltt|cpp/numeric/ratio|micro}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|micro}} {{mark since c++11}}<br>
{{ltf|cpp/numeric/midpoint|midpoint<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/midpoint}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/ratio|milli}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|milli}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/min|min<>}}<br>
+
{{ltpf|cpp/algorithm/min}}<br>
{{ltf|cpp/algorithm/min_element|min_element<>}}<br>
+
{{ltpf|cpp/algorithm/min_element}}<br>
{{ltf|cpp/algorithm/minmax|minmax<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/minmax}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/minmax_element|minmax_element<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/minmax_element}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random|minstd_rand}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/random/linear_congruential_engine|minstd_rand}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random|minstd_rand0}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/random/linear_congruential_engine|minstd_rand0}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/minus|minus<>}}<br>
+
{{ltp|cpp/utility/functional/minus}}<br>
{{ltf|cpp/algorithm/mismatch|mismatch<>}}<br>
+
{{ltpf|cpp/algorithm/mismatch}}<br>
 
{{ltf|cpp/chrono/c/mktime}}<br>
 
{{ltf|cpp/chrono/c/mktime}}<br>
 
{{ltf|cpp/numeric/math/modf}}<br>
 
{{ltf|cpp/numeric/math/modf}}<br>
 
{{ltf|cpp/numeric/math/modf|modff}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/modf|modff}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/modf|modfl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/modf|modfl}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/modulus|modulus<>}}<br>
+
{{ltp|cpp/utility/functional/modulus}}<br>
 
{{ltt|cpp/locale/money_base}}<br>
 
{{ltt|cpp/locale/money_base}}<br>
{{ltt|cpp/locale/money_get|money_get<>}}<br>
+
{{ltp|cpp/locale/money_get}}<br>
{{ltt|cpp/locale/moneypunct|moneypunct<>}}<br>
+
{{ltp|cpp/locale/moneypunct}}<br>
{{ltt|cpp/locale/moneypunct_byname|moneypunct_byname<>}}<br>
+
{{ltp|cpp/locale/moneypunct_byname}}<br>
{{ltt|cpp/locale/money_put|money_put<>}}<br>
+
{{ltp|cpp/locale/money_put}}<br>
 
{{ltt|cpp/utility/variant/monostate}} {{mark since c++17}}<br>
 
{{ltt|cpp/utility/variant/monostate}} {{mark since c++17}}<br>
{{ltt|cpp/concepts/movable|movable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/movable}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/move|move<>}} (algorithm) {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/move}} (algorithm) {{mark since c++11}}<br>
{{ltf|cpp/utility/move|move<>}} (utility) {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/move}} (utility) {{mark since c++11}}<br>
{{ltf|cpp/algorithm/move_backward|move_backward<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/move_backward}} {{mark since c++11}}<br>
{{ltt|cpp/concepts/move_constructible|move_constructible<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/move_constructible}} {{mark since c++20}}<br>
{{ltf|cpp/utility/move_if_noexcept|move_if_noexcept<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/move_if_noexcept}} {{mark since c++11}}<br>
{{ltt|cpp/iterator/move_iterator|move_iterator<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/iterator/move_iterator}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/move_only_function|move_only_function<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/utility/functional/move_only_function}} {{mark since c++23}}<br>
{{ltt|cpp/iterator/move_sentinel|move_sentinel<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/move_sentinel}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random|mt19937}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/random/mersenne_twister_engine|mt19937}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random|mt19937_64}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/random/mersenne_twister_engine|mt19937_64}} {{mark since c++11}}<br>
{{ltt|cpp/container/multimap|multimap<>}}<br>
+
{{ltpf|cpp/numeric/mul_sat}} {{mark since c++26}}<br>
{{ltt|cpp/utility/functional/multiplies|multiplies<>}}<br>
+
{{ltp|cpp/container/multimap}}<br>
{{ltt|cpp/container/multiset|multiset<>}}<br>
+
{{ltp|cpp/utility/functional/multiplies}}<br>
 +
{{ltp|cpp/container/multiset}}<br>
 
{{ltt|cpp/thread/mutex}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/mutex}} {{mark since c++11}}<br>
  
Line 1,270: Line 1,296:
 
{{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>
{{ltt|cpp/utility/functional/negate|negate<>}}<br>
+
{{ltp|cpp/utility/functional/negate}}<br>
{{ltt|cpp/types/negation|negation<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/negation}} {{mark since c++17}}<br>
{{ltt|cpp/types/negation|negation_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/types/negation|negation_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/random/negative_binomial_distribution|negative_binomial_distribution<>}} {{mark since c++11}}<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>
{{ltf|cpp/iterator/next|next<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/iterator/next}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/next_permutation|next_permutation<>}}<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>
Line 1,288: Line 1,314:
 
{{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>
{{ltf|cpp/io/manip/emit_on_flush|noemit_on_flush<>}} {{mark since c++20}}<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>
{{ltf|cpp/algorithm/all_any_none_of|none_of<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/all_any_none_of|none_of}} {{mark since c++11}}<br>
 +
{{ltt|cpp/utility/nontype}} {{mark since c++26}}<br>
 +
{{ltt|cpp/utility/nontype|nontype_t}} {{mark since c++26}}<br>
 
{{ltf|cpp/coroutine/noop_coroutine}} {{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/coroutine_handle|noop_coroutine_handle}} {{mark since c++20}}<br>
 
{{ltt|cpp/coroutine/noop_coroutine_promise}} {{mark since c++20}}<br>
 
{{ltt|cpp/coroutine/noop_coroutine_promise}} {{mark since c++20}}<br>
{{ltf|cpp/numeric/complex/norm|norm<>}}<br>
+
{{ltpf|cpp/numeric/complex/norm}}<br>
{{ltt|cpp/numeric/random/normal_distribution|normal_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/normal_distribution}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/manip/showbase|noshowbase}}<br>
 
{{ltf|cpp/io/manip/showbase|noshowbase}}<br>
 
{{ltf|cpp/io/manip/showpoint|noshowpoint}}<br>
 
{{ltf|cpp/io/manip/showpoint|noshowpoint}}<br>
Line 1,302: Line 1,330:
 
{{ltt|cpp/thread/stop_source/nostopstate}} {{mark since c++20}}<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/thread/stop_source/nostopstate_t}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/not_equal_to|not_equal_to<>}}<br>
+
{{ltp|cpp/utility/functional/not_equal_to}}<br>
{{ltf|cpp/utility/functional/not_fn|not_fn<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/functional/not_fn}} {{mark since c++17}}<br>
 
{{ltt|cpp/memory/new/nothrow}}<br>
 
{{ltt|cpp/memory/new/nothrow}}<br>
 
{{ltt|cpp/memory/new/nothrow_t}}<br>
 
{{ltt|cpp/memory/new/nothrow_t}}<br>
Line 1,309: Line 1,337:
 
{{ltf|cpp/io/manip/unitbuf|nounitbuf}}<br>
 
{{ltf|cpp/io/manip/unitbuf|nounitbuf}}<br>
 
{{ltf|cpp/io/manip/uppercase|nouppercase}}<br>
 
{{ltf|cpp/io/manip/uppercase|nouppercase}}<br>
{{ltf|cpp/algorithm/nth_element|nth_element<>}}<br>
+
{{ltpf|cpp/algorithm/nth_element}}<br>
 
{{ltt|cpp/utility/optional/nullopt}} {{mark since c++17}}<br>
 
{{ltt|cpp/utility/optional/nullopt}} {{mark since c++17}}<br>
 
{{ltt|cpp/utility/optional/nullopt_t}} {{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>
 
{{ltt|cpp/types/nullptr_t}} {{mark since c++11}}<br>
{{ltt|cpp/types/numeric_limits|numeric_limits<>}}<br>
+
{{ltp|cpp/types/numeric_limits}}<br>
{{ltt|cpp/locale/num_get|num_get<>}}<br>
+
{{ltp|cpp/locale/num_get}}<br>
&#x25B6; {{rlt|numbers}} {{mark since c++20}}<br>
+
{{rlt|numbers}} {{mark since c++20}}<br>
{{ltt|cpp/locale/numpunct|numpunct<>}}<br>
+
{{ltp|cpp/locale/numpunct}}<br>
{{ltt|cpp/locale/numpunct_byname|numpunct_byname<>}}<br>
+
{{ltp|cpp/locale/numpunct_byname}}<br>
{{ltt|cpp/locale/num_put|num_put<>}}<br>
+
{{ltp|cpp/locale/num_put}}<br>
  
 
===O===
 
===O===
Line 1,324: Line 1,352:
 
{{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>
{{ltt|cpp/utility/optional|optional<>}} {{mark since c++17}}<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>
{{ltt|cpp/iterator/ostreambuf_iterator|ostreambuf_iterator<>}}<br>
+
{{ltp|cpp/iterator/ostreambuf_iterator}}<br>
{{ltt|cpp/iterator/ostream_iterator|ostream_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>
{{ltf|cpp/memory/out_ptr_t/out_ptr|out_ptr<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/memory/out_ptr_t/out_ptr}} {{mark since c++23}}<br>
{{ltt|cpp/memory/out_ptr_t|out_ptr_t<>}} {{mark since c++23}}<br>
+
{{ltp|cpp/memory/out_ptr_t}} {{mark since c++23}}<br>
{{ltt|cpp/iterator/output_iterator|output_iterator<>}} {{mark since c++20}}<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>
{{ltt|cpp/memory/owner_less|owner_less<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/memory/owner_less}} {{mark since c++11}}<br>
  
 
===P===
 
===P===
{{ltt|cpp/thread/packaged_task|packaged_task<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/thread/packaged_task}} {{mark since c++11}}<br>
{{ltt|cpp/utility/pair|pair<>}}<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>
{{ltf|cpp/algorithm/partial_sort|partial_sort<>}}<br>
+
{{ltpf|cpp/algorithm/partial_sort}}<br>
{{ltf|cpp/algorithm/partial_sort_copy|partial_sort_copy<>}}<br>
+
{{ltpf|cpp/algorithm/partial_sort_copy}}<br>
{{ltf|cpp/algorithm/partial_sum|partial_sum<>}}<br>
+
{{ltpf|cpp/algorithm/partial_sum}}<br>
{{ltf|cpp/algorithm/partition|partition<>}}<br>
+
{{ltpf|cpp/algorithm/partition}}<br>
{{ltf|cpp/algorithm/partition_copy|partition_copy<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/partition_copy}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/partition_point|partition_point<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/partition_point}} {{mark since c++11}}<br>
{{ltt|cpp/iterator/permutable|permutable<>}} {{mark since c++20}}<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>
{{ltt|cpp/numeric/random/piecewise_constant_distribution|piecewise_constant_distribution<>}} {{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>
{{ltt|cpp/numeric/random/piecewise_linear_distribution|piecewise_linear_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/piecewise_linear_distribution}} {{mark since c++11}}<br>
&#x25B6; {{rlt|placeholders}} {{mark since c++11}}<br>
+
{{rlt|placeholders}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/plus|plus<>}}<br>
+
{{ltp|cpp/utility/functional/plus}}<br>
&#x25B6; {{rlt|pmr}} {{mark since c++17}}<br>
+
{{rlt|pmr}} {{mark since c++17}}<br>
{{ltt|cpp/memory/pointer_traits|pointer_traits<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/memory/pointer_traits}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/poisson_distribution|poisson_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/poisson_distribution}} {{mark since c++11}}<br>
{{ltf|cpp/numeric/complex/polar|polar<>}}<br>
+
{{ltpf|cpp/numeric/complex/polar}}<br>
{{ltf|cpp/algorithm/pop_heap|pop_heap<>}}<br>
+
{{ltpf|cpp/algorithm/pop_heap}}<br>
{{ltf|cpp/numeric/popcount|popcount<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/numeric/popcount}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/pow}}<br>
 
{{ltf|cpp/numeric/math/pow}}<br>
{{ltf|cpp/numeric/complex/pow|pow<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/pow}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/pow|pow<>}} (std::valarray)<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>
{{ltt|cpp/concepts/predicate|predicate<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/predicate}} {{mark since c++20}}<br>
{{ltf|cpp/iterator/prev|prev<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/iterator/prev}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/prev_permutation|prev_permutation<>}}<br>
+
{{ltpf|cpp/algorithm/prev_permutation}}<br>
{{ltf|cpp/io/print|print<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/io/print}} {{mark since c++23}}<br>
 
{{ltf|cpp/io/c/fprintf|printf}}<br>
 
{{ltf|cpp/io/c/fprintf|printf}}<br>
{{ltf|cpp/io/println|println<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/io/println}} {{mark since c++23}}<br>
{{ltt|cpp/container/priority_queue|priority_queue<>}}<br>
+
{{ltp|cpp/container/priority_queue}}<br>
{{ltf|cpp/numeric/complex/proj|proj<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/numeric/complex/proj}} {{mark since c++11}}<br>
{{ltt|cpp/iterator/projected|projected<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/projected}} {{mark since c++20}}<br>
{{ltt|cpp/thread/promise|promise<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/thread/promise}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/ptrdiff_t}}<br>
 
{{ltt|cpp/types/ptrdiff_t}}<br>
{{ltf|cpp/algorithm/push_heap|push_heap<>}}<br>
+
{{ltpf|cpp/algorithm/push_heap}}<br>
{{ltf|cpp/io/manip/put_money|put_money<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/io/manip/put_money}} {{mark since c++11}}<br>
{{ltf|cpp/io/manip/put_time|put_time<>}} {{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>
Line 1,394: Line 1,422:
 
===Q===
 
===Q===
 
{{ltf|cpp/algorithm/qsort}}<br>
 
{{ltf|cpp/algorithm/qsort}}<br>
{{ltt|cpp/container/queue|queue<>}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|quecto}} {{mark since c++26}}<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>
 
{{ltf|cpp/utility/program/quick_exit}} {{mark since c++11}}<br>
{{ltf|cpp/io/manip/quoted|quoted<>}} {{mark since c++14}}<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>
{{ltt|cpp/iterator/random_access_iterator|random_access_iterator<>}} {{mark since c++20}}<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>
&#x25B6; {{rlt|ranges}} {{mark since c++20}}<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/types/rank|rank<>}} {{mark since c++11}}<br>
+
{{ltt|cpp/numeric/random/discard_block_engine|ranlux48}} {{mark since c++11}}<br>
{{ltt|cpp/types/rank|rank_v<>}} {{mark since c++17}}<br>
+
{{ltt|cpp/numeric/random/subtract_with_carry_engine|ranlux48_base}} {{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>
 
{{ltt|cpp/numeric/ratio}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_add|ratio_add<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_add}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_divide|ratio_divide<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_divide}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_equal|ratio_equal<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_equal}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_equal|ratio_equal_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_equal|ratio_equal_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/ratio/ratio_greater|ratio_greater<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_greater}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_greater_equal|ratio_greater_equal<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_greater_equal}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_greater_equal|ratio_greater_equal_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_greater_equal|ratio_greater_equal_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/ratio/ratio_greater|ratio_greater_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_greater|ratio_greater_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/ratio/ratio_less|ratio_less<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_less}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_less_equal|ratio_less_equal<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_less_equal}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_less_equal|ratio_less_equal_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_less_equal|ratio_less_equal_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/ratio/ratio_less|ratio_less_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_less|ratio_less_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/ratio/ratio_multiply|ratio_multiply<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_multiply}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_not_equal|ratio_not_equal<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_not_equal}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/ratio/ratio_not_equal|ratio_not_equal_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_not_equal|ratio_not_equal_v}} {{mark since c++17}}<br>
{{ltt|cpp/numeric/ratio/ratio_subtract|ratio_subtract<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/ratio/ratio_subtract}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/rbegin|rbegin<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/iterator/rbegin}} {{mark since c++14}}<br>
{{ltf|cpp/numeric/complex/real2|real<>}}<br>
+
{{ltf|cpp/thread/rcu_barrier}} {{mark since c++26}}<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>
 +
{{ltpf|cpp/thread/rcu_retire}} {{mark since c++26}}<br>
 +
{{ltpf|cpp/numeric/complex/real2|real}}<br>
 
{{ltf|cpp/memory/c/realloc}}<br>
 
{{ltf|cpp/memory/c/realloc}}<br>
 
{{ltt|cpp/thread/recursive_mutex}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/recursive_mutex}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/recursive_timed_mutex}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/recursive_timed_mutex}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/reduce|reduce<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/reduce}} {{mark since c++17}}<br>
{{ltf|cpp/utility/functional/ref|ref<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/functional/ref}} {{mark since c++11}}<br>
{{ltt|cpp/utility/functional/reference_wrapper|reference_wrapper<>}} {{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>
 
{{ltt|cpp/regex/basic_regex|regex}} {{mark since c++11}}<br>
&#x25B6; {{rlt|regex_constants}} {{mark since c++11}}<br>
+
{{rlt|regex_constants}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/regex_error}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/regex_error}} {{mark since c++11}}<br>
{{ltt|cpp/regex/regex_iterator|regex_iterator<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/regex_iterator}} {{mark since c++11}}<br>
{{ltt|cpp/regex/regex_match|regex_match<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/regex_match}} {{mark since c++11}}<br>
{{ltt|cpp/regex/regex_replace|regex_replace<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/regex_replace}} {{mark since c++11}}<br>
{{ltt|cpp/regex/regex_search|regex_search<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/regex_search}} {{mark since c++11}}<br>
{{ltt|cpp/regex/regex_token_iterator|regex_token_iterator<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/regex_token_iterator}} {{mark since c++11}}<br>
{{ltt|cpp/regex/regex_traits|regex_traits<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/regex_traits}} {{mark since c++11}}<br>
{{ltt|cpp/concepts/regular|regular<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/regular}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/invocable|regular_invocable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/invocable|regular_invocable}} {{mark since c++20}}<br>
{{ltf|cpp/memory/shared_ptr/pointer_cast|reinterpret_pointer_cast<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/shared_ptr/pointer_cast|reinterpret_pointer_cast}} {{mark since c++11}}<br>
&#x25B6; {{rlt|rel_ops}} {{mark deprecated c++20}}<br>
+
{{rlt|rel_ops}} {{mark deprecated c++20}}<br>
{{ltt|cpp/concepts/relation|relation<>}} {{mark since 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}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/remainder|remainderf}} {{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/numeric/math/remainder|remainderl}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/c/remove}}<br>
 
{{ltf|cpp/io/c/remove}}<br>
{{ltf|cpp/algorithm/remove|remove<>}} (algorithm)<br>
+
{{ltpf|cpp/algorithm/remove}} (algorithm)<br>
{{ltf|cpp/algorithm/remove|remove_if<>}}<br>
+
{{ltpf|cpp/algorithm/remove|remove_if}}<br>
{{ltt|cpp/types/remove_all_extents|remove_all_extents<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_all_extents}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_all_extents|remove_all_extents_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_all_extents|remove_all_extents_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/remove_cv|remove_const<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_cv|remove_const}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_cv|remove_const_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_cv|remove_const_t}} {{mark since c++14}}<br>
{{ltf|cpp/algorithm/remove_copy|remove_copy<>}}<br>
+
{{ltpf|cpp/algorithm/remove_copy}}<br>
{{ltf|cpp/algorithm/remove_copy|remove_copy_if<>}}<br>
+
{{ltpf|cpp/algorithm/remove_copy|remove_copy_if}}<br>
{{ltt|cpp/types/remove_cv|remove_cv<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_cv}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_cv|remove_cv_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_cv|remove_cv_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/remove_cvref|remove_cvref<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/remove_cvref}} {{mark since c++20}}<br>
{{ltt|cpp/types/remove_cvref|remove_cvref_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/remove_cvref|remove_cvref_t}} {{mark since c++20}}<br>
{{ltt|cpp/types/remove_extent|remove_extent<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_extent}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_extent|remove_extent_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_extent|remove_extent_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/remove_pointer|remove_pointer<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_pointer}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_pointer|remove_pointer_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_pointer|remove_pointer_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/remove_reference|remove_reference<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_reference}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_reference|remove_reference_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_reference|remove_reference_t}} {{mark since c++14}}<br>
{{ltt|cpp/types/remove_cv|remove_volatile<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/remove_cv|remove_volatile}} {{mark since c++11}}<br>
{{ltt|cpp/types/remove_cv|remove_volatile_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/types/remove_cv|remove_volatile_t}} {{mark since c++14}}<br>
 
{{ltf|cpp/numeric/math/remquo}} {{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|remquof}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/remquo|remquol}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/remquo|remquol}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/rend|rend<>}} {{mark since c++14}}<br>
+
{{ltpf|cpp/iterator/rend}} {{mark since c++14}}<br>
 
{{ltf|cpp/io/c/rename}}<br>
 
{{ltf|cpp/io/c/rename}}<br>
{{ltf|cpp/algorithm/replace|replace<>}}<br>
+
{{ltpf|cpp/algorithm/replace}}<br>
{{ltf|cpp/algorithm/replace_copy|replace_copy<>}}<br>
+
{{ltpf|cpp/algorithm/replace_copy}}<br>
{{ltf|cpp/algorithm/replace_copy_if|replace_copy_if<>}}<br>
+
{{ltpf|cpp/algorithm/replace_copy|replace_copy_if}}<br>
{{ltf|cpp/algorithm/replace|replace_if<>}}<br>
+
{{ltpf|cpp/algorithm/replace|replace_if}}<br>
 
{{ltf|cpp/io/manip/resetiosflags}}<br>
 
{{ltf|cpp/io/manip/resetiosflags}}<br>
 
{{ltf|cpp/error/rethrow_exception|rethrow_exception}} {{mark since c++11}}<br>
 
{{ltf|cpp/error/rethrow_exception|rethrow_exception}} {{mark since c++11}}<br>
{{ltf|cpp/error/rethrow_if_nested|rethrow_if_nested<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/error/rethrow_if_nested}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/reverse|reverse<>}}<br>
+
{{ltpf|cpp/algorithm/reverse}}<br>
{{ltf|cpp/algorithm/reverse_copy|reverse_copy<>}}<br>
+
{{ltpf|cpp/algorithm/reverse_copy}}<br>
{{ltt|cpp/iterator/reverse_iterator|reverse_iterator<>}}<br>
+
{{ltp|cpp/iterator/reverse_iterator}}<br>
 
{{ltf|cpp/io/c/rewind}}<br>
 
{{ltf|cpp/io/c/rewind}}<br>
 
{{ltf|cpp/numeric/special_functions/riemann_zeta}} {{mark since c++17}}<br>
 
{{ltf|cpp/numeric/special_functions/riemann_zeta}} {{mark since c++17}}<br>
Line 1,498: Line 1,538:
 
{{ltf|cpp/numeric/math/rint|rintf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/rint|rintf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/rint|rintl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/rint|rintl}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/rotate|rotate<>}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|ronna}} {{mark since c++26}}<br>
{{ltf|cpp/algorithm/rotate_copy|rotate_copy<>}}<br>
+
{{ltt|cpp/numeric/ratio/ratio|ronto}} {{mark since c++26}}<br>
{{ltf|cpp/numeric/rotl|rotl<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/algorithm/rotate}}<br>
{{ltf|cpp/numeric/rotr|rotr<>}} {{mark since c++20}}<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}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/round|roundf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/round|roundf}} {{mark since c++11}}<br>
Line 1,511: Line 1,553:
 
{{ltt|cpp/types/numeric_limits/float_round_style|round_toward_zero}}<br>
 
{{ltt|cpp/types/numeric_limits/float_round_style|round_toward_zero}}<br>
 
{{ltt|cpp/error/runtime_error}}<br>
 
{{ltt|cpp/error/runtime_error}}<br>
 +
{{ltf|cpp/utility/format/runtime_format}} {{mark since c++26}}<br>
  
 
===S===
 
===S===
{{ltt|cpp/concepts/same_as|same_as<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/same_as}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/sample|sample<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/sample}} {{mark since c++17}}<br>
 +
{{ltpf|cpp/numeric/saturate_cast}} {{mark since c++26}}<br>
 
{{ltf|cpp/numeric/math/scalbn|scalbln}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/scalbn|scalbln}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/scalbn|scalblnf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/scalbn|scalblnf}} {{mark since c++11}}<br>
Line 1,523: Line 1,567:
 
{{ltf|cpp/io/c/fscanf|scanf}}<br>
 
{{ltf|cpp/io/c/fscanf|scanf}}<br>
 
{{ltf|cpp/io/manip/fixed|scientific}}<br>
 
{{ltf|cpp/io/manip/fixed|scientific}}<br>
{{ltt|cpp/memory/scoped_allocator_adaptor|scoped_allocator_adaptor<>}} {{mark since c++11}}<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>
 
{{ltt|cpp/thread/scoped_lock}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/search|search<>}}<br>
+
{{ltpf|cpp/algorithm/search}}<br>
{{ltf|cpp/algorithm/search_n|search_n<>}}<br>
+
{{ltpf|cpp/algorithm/search_n}}<br>
 
{{ltt|cpp/numeric/random/seed_seq}} {{mark since c++11}}<br>
 
{{ltt|cpp/numeric/random/seed_seq}} {{mark since c++11}}<br>
{{ltt|cpp/concepts/semiregular|semiregular<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/semiregular}} {{mark since c++20}}<br>
{{ltt|cpp/iterator/sentinel_for|sentinel_for<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/sentinel_for}} {{mark since c++20}}<br>
{{ltt|cpp/container/set|set<>}}<br>
+
{{ltp|cpp/container/set}}<br>
{{ltf|cpp/algorithm/set_difference|set_difference<>}}<br>
+
{{ltpf|cpp/algorithm/set_difference}}<br>
{{ltf|cpp/algorithm/set_intersection|set_intersection<>}}<br>
+
{{ltpf|cpp/algorithm/set_intersection}}<br>
 
{{ltf|cpp/memory/new/set_new_handler}}<br>
 
{{ltf|cpp/memory/new/set_new_handler}}<br>
{{ltf|cpp/algorithm/set_symmetric_difference|set_symmetric_difference<>}}<br>
+
{{ltpf|cpp/algorithm/set_symmetric_difference}}<br>
 
{{ltf|cpp/error/set_terminate}}<br>
 
{{ltf|cpp/error/set_terminate}}<br>
{{ltf|cpp/algorithm/set_union|set_union<>}}<br>
+
{{ltpf|cpp/algorithm/set_union}}<br>
 
{{ltf|cpp/io/manip/setbase}}<br>
 
{{ltf|cpp/io/manip/setbase}}<br>
 
{{ltf|cpp/io/c/setbuf}}<br>
 
{{ltf|cpp/io/c/setbuf}}<br>
{{ltf|cpp/io/manip/setfill|setfill<>}}<br>
+
{{ltpf|cpp/io/manip/setfill}}<br>
 
{{ltf|cpp/io/manip/setiosflags}}<br>
 
{{ltf|cpp/io/manip/setiosflags}}<br>
 
{{ltf|cpp/locale/setlocale}}<br>
 
{{ltf|cpp/locale/setlocale}}<br>
Line 1,545: Line 1,589:
 
{{ltf|cpp/io/c/setvbuf}}<br>
 
{{ltf|cpp/io/c/setvbuf}}<br>
 
{{ltf|cpp/io/manip/setw}}<br>
 
{{ltf|cpp/io/manip/setw}}<br>
{{ltt|cpp/thread/shared_future|shared_future<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/thread/shared_future}} {{mark since c++11}}<br>
{{ltt|cpp/thread/shared_lock|shared_lock<>}} {{mark since c++14}}<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_mutex}} {{mark since c++17}}<br>
{{ltt|cpp/memory/shared_ptr|shared_ptr<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/memory/shared_ptr}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/shared_timed_mutex}} {{mark since c++14}}<br>
 
{{ltt|cpp/thread/shared_timed_mutex}} {{mark since c++14}}<br>
{{ltf|cpp/algorithm/shift|shift_left<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/algorithm/shift|shift_left}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/shift|shift_right<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/algorithm/shift|shift_right}} {{mark since c++20}}<br>
 
{{ltf|cpp/io/manip/showbase}}<br>
 
{{ltf|cpp/io/manip/showbase}}<br>
 
{{ltf|cpp/io/manip/showpoint}}<br>
 
{{ltf|cpp/io/manip/showpoint}}<br>
 
{{ltf|cpp/io/manip/showpos}}<br>
 
{{ltf|cpp/io/manip/showpos}}<br>
{{ltf|cpp/algorithm/random_shuffle|shuffle<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/algorithm/random_shuffle|shuffle}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/shuffle_order_engine|shuffle_order_engine<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/shuffle_order_engine}} {{mark since c++11}}<br>
 
{{ltt|cpp/utility/program/sig_atomic_t}}<br>
 
{{ltt|cpp/utility/program/sig_atomic_t}}<br>
 
{{ltf|cpp/utility/program/signal}}<br>
 
{{ltf|cpp/utility/program/signal}}<br>
 
{{ltf|cpp/numeric/math/signbit}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/signbit}} {{mark since c++11}}<br>
{{ltt|cpp/concepts/signed_integral|signed_integral<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/signed_integral}} {{mark since c++20}}<br>
 
{{ltf|cpp/numeric/math/sin}}<br>
 
{{ltf|cpp/numeric/math/sin}}<br>
{{ltf|cpp/numeric/complex/sin|sin<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/sin}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/sin|sin<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/sin}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/sin|sinf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sin|sinf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sinh}}<br>
 
{{ltf|cpp/numeric/math/sinh}}<br>
{{ltf|cpp/numeric/complex/sinh|sinh<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/sinh}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/sinh|sinh<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/sinh}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/sinh|sinhf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sinh|sinhf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sinh|sinhl}} {{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>
 
{{ltf|cpp/numeric/math/sin|sinl}} {{mark since c++11}}<br>
{{ltf|cpp/iterator/size|size<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/iterator/size}} {{mark since c++17}}<br>
 
{{ltt|cpp/types/size_t}}<br>
 
{{ltt|cpp/types/size_t}}<br>
{{ltt|cpp/iterator/sized_sentinel_for|sized_sentinel_for<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/sized_sentinel_for}} {{mark since c++20}}<br>
 
{{ltf|cpp/io/manip/skipws}}<br>
 
{{ltf|cpp/io/manip/skipws}}<br>
 
{{ltt|cpp/numeric/valarray/slice}}<br>
 
{{ltt|cpp/numeric/valarray/slice}}<br>
{{ltt|cpp/numeric/valarray/slice_array|slice_array<>}}<br>
+
{{ltp|cpp/numeric/valarray/slice_array}}<br>
 
{{ltt|cpp/regex/match_results|smatch}} {{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>
 
{{ltf|cpp/io/c/fprintf|snprintf}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/sort|sort<>}}<br>
+
{{ltpf|cpp/algorithm/sort}}<br>
{{ltf|cpp/algorithm/sort_heap|sort_heap<>}}<br>
+
{{ltpf|cpp/algorithm/sort_heap}}<br>
{{ltt|cpp/iterator/sortable|sortable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/sortable}} {{mark since c++20}}<br>
 
{{ltt|cpp/container/sorted_equivalent}} {{mark since c++23}}<br>
 
{{ltt|cpp/container/sorted_equivalent}} {{mark since c++23}}<br>
 
{{ltt|cpp/container/sorted_equivalent|sorted_equivalent_t}} {{mark since c++23}}<br>
 
{{ltt|cpp/container/sorted_equivalent|sorted_equivalent_t}} {{mark since c++23}}<br>
Line 1,587: Line 1,631:
 
{{ltt|cpp/container/sorted_unique|sorted_unique_t}} {{mark since c++23}}<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/utility/source_location}} {{mark since c++20}}<br>
{{ltt|cpp/container/span|span<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/container/span}} {{mark since c++20}}<br>
 
{{ltt|cpp/io/basic_spanbuf|spanbuf}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_spanbuf|spanbuf}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_spanstream|spanstream}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_spanstream|spanstream}} {{mark since c++23}}<br>
Line 1,601: Line 1,645:
 
{{ltf|cpp/io/c/fprintf|sprintf}}<br>
 
{{ltf|cpp/io/c/fprintf|sprintf}}<br>
 
{{ltf|cpp/numeric/math/sqrt}}<br>
 
{{ltf|cpp/numeric/math/sqrt}}<br>
{{ltf|cpp/numeric/complex/sqrt|sqrt<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/sqrt}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/sqrt|sqrt<>}} (std::valarray)<br>
+
{{ltpf|cpp/numeric/valarray/sqrt}} ({{tt|std::valarray}})<br>
 
{{ltf|cpp/numeric/math/sqrt|sqrtf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sqrt|sqrtf}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sqrt|sqrtl}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/sqrt|sqrtl}} {{mark since c++11}}<br>
Line 1,609: Line 1,653:
 
{{ltt|cpp/regex/regex_token_iterator|sregex_token_iterator}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/regex_token_iterator|sregex_token_iterator}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/c/fscanf|sscanf}}<br>
 
{{ltf|cpp/io/c/fscanf|sscanf}}<br>
{{ltf|cpp/iterator/size|ssize<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/iterator/size|ssize}} {{mark since c++20}}<br>
 
{{ltt|cpp/regex/sub_match|ssub_match}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/sub_match|ssub_match}} {{mark since c++11}}<br>
{{ltf|cpp/algorithm/stable_partition|stable_partition<>}}<br>
+
{{ltpf|cpp/algorithm/stable_partition}}<br>
{{ltf|cpp/algorithm/stable_sort|stable_sort<>}}<br>
+
{{ltpf|cpp/algorithm/stable_sort}}<br>
{{ltt|cpp/container/stack|stack<>}}<br>
+
{{ltp|cpp/container/stack}}<br>
 
{{ltt|cpp/utility/basic_stacktrace|stacktrace}} {{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>
 
{{ltt|cpp/utility/stacktrace_entry}} {{mark since c++23}}<br>
{{ltf|cpp/memory/shared_ptr/pointer_cast|static_pointer_cast<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/start_lifetime_as}} {{mark since c++23}}<br>
 +
{{ltpf|cpp/memory/shared_ptr/pointer_cast|static_pointer_cast}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stof|stod}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stof|stod}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stof}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stof}} {{mark since c++11}}<br>
Line 1,625: Line 1,670:
 
{{ltf|cpp/string/basic_string/stoul}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stoul}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stoul|stoull}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/stoul|stoull}} {{mark since c++11}}<br>
{{ltt|cpp/thread/stop_callback|stop_callback<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/thread/stop_callback}} {{mark since c++20}}<br>
 
{{ltt|cpp/thread/stop_source}} {{mark since c++20}}<br>
 
{{ltt|cpp/thread/stop_source}} {{mark since c++20}}<br>
 
{{ltt|cpp/thread/stop_token}} {{mark since c++20}}<br>
 
{{ltt|cpp/thread/stop_token}} {{mark since c++20}}<br>
Line 1,640: Line 1,685:
 
{{ltf|cpp/string/byte/strerror}}<br>
 
{{ltf|cpp/string/byte/strerror}}<br>
 
{{ltf|cpp/chrono/c/strftime}}<br>
 
{{ltf|cpp/chrono/c/strftime}}<br>
{{ltt|cpp/concepts/strict_weak_order|strict_weak_order<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/strict_weak_order}} {{mark since c++20}}<br>
 +
{{ltp|cpp/container/mdspan/strided_slice}} {{mark since c++26}}<br>
 
{{ltt|cpp/string/basic_string|string}}<br>
 
{{ltt|cpp/string/basic_string|string}}<br>
&#x25B6; {{rlt|string_literals}} {{mark since c++14}}<br>
+
{{rlt|string_literals}} {{mark since c++14}}<br>
 
{{ltt|cpp/string/basic_string_view|string_view}} {{mark since c++17}}<br>
 
{{ltt|cpp/string/basic_string_view|string_view}} {{mark since c++17}}<br>
&#x25B6; {{rlt|string_view_literals}} {{mark since c++17}}<br>
+
{{rlt|string_view_literals}} {{mark since c++17}}<br>
 
{{ltt|cpp/io/basic_stringbuf|stringbuf}}<br>
 
{{ltt|cpp/io/basic_stringbuf|stringbuf}}<br>
 
{{ltt|cpp/io/basic_stringstream|stringstream}}<br>
 
{{ltt|cpp/io/basic_stringstream|stringstream}}<br>
Line 1,671: Line 1,717:
 
{{ltf|cpp/string/byte/strxfrm}}<br>
 
{{ltf|cpp/string/byte/strxfrm}}<br>
 
{{ltt|cpp/io/basic_syncbuf|syncbuf}} {{mark since c++20}}<br>
 
{{ltt|cpp/io/basic_syncbuf|syncbuf}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/student_t_distribution|student_t_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/student_t_distribution}} {{mark since c++11}}<br>
{{ltt|cpp/regex/sub_match|sub_match<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/regex/sub_match}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/subtract_with_carry_engine|subtract_with_carry_engine<>}} {{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>
 +
{{ltp|cpp/numeric/random/subtract_with_carry_engine}} {{mark since c++11}}<br>
 
{{ltt|cpp/coroutine/suspend_always}} {{mark since c++20}}<br>
 
{{ltt|cpp/coroutine/suspend_always}} {{mark since c++20}}<br>
 
{{ltt|cpp/coroutine/suspend_never}} {{mark since c++20}}<br>
 
{{ltt|cpp/coroutine/suspend_never}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/swap|swap<>}}<br>
+
{{ltpf|cpp/algorithm/swap}}<br>
{{ltf|cpp/algorithm/swap_ranges|swap_ranges<>}}<br>
+
{{ltpf|cpp/algorithm/swap_ranges}}<br>
{{ltt|cpp/concepts/swappable|swappable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/swappable}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/swappable|swappable_with<>}} {{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/fwprintf|swprintf}}<br>
 
{{ltf|cpp/io/c/fwscanf|swscanf}}<br>
 
{{ltf|cpp/io/c/fwscanf|swscanf}}<br>
Line 1,688: Line 1,738:
 
===T===
 
===T===
 
{{ltf|cpp/numeric/math/tan}}<br>
 
{{ltf|cpp/numeric/math/tan}}<br>
{{ltf|cpp/numeric/complex/tan|tan<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/tan}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/tan|tan<>}} (std::valarray)<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>
{{ltf|cpp/numeric/complex/tanh|tanh<>}} (std::complex)<br>
+
{{ltpf|cpp/numeric/complex/tanh}} ({{tt|std::complex}})<br>
{{ltf|cpp/numeric/valarray/tanh|tanh<>}} (std::valarray)<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>
 +
{{ltt|cpp/locale/text_encoding}} {{mark since c++26}}<br>
 
{{ltf|cpp/numeric/math/tgamma}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/tgamma}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/tgamma|tgammaf}} {{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>
 
{{ltf|cpp/numeric/math/tgamma|tgammal}} {{mark since c++11}}<br>
&#x25B6; {{rlt|this_thread}}<br>
+
{{rlt|this_thread}}<br>
 
{{ltt|cpp/thread/thread}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/thread}} {{mark since c++11}}<br>
{{ltt|cpp/utility/compare/three_way_comparable|three_way_comparable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/compare/three_way_comparable}} {{mark since c++20}}<br>
{{ltt|cpp/utility/compare/three_way_comparable|three_way_comparable_with<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/compare/three_way_comparable|three_way_comparable_with}} {{mark since c++20}}<br>
{{ltf|cpp/error/throw_with_nested|throw_with_nested<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/error/throw_with_nested}} {{mark since c++11}}<br>
{{ltf|cpp/utility/tuple/tie|tie<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/tuple/tie}} {{mark since c++11}}<br>
 
{{ltf|cpp/chrono/c/time}}<br>
 
{{ltf|cpp/chrono/c/time}}<br>
 
{{ltt|cpp/locale/time_base}}<br>
 
{{ltt|cpp/locale/time_base}}<br>
{{ltt|cpp/locale/time_get|time_get<>}}<br>
+
{{ltp|cpp/locale/time_get}}<br>
{{ltt|cpp/locale/time_get_byname|time_get_byname<>}}<br>
+
{{ltp|cpp/locale/time_get_byname}}<br>
{{ltt|cpp/locale/time_put|time_put<>}}<br>
+
{{ltp|cpp/locale/time_put}}<br>
{{ltt|cpp/locale/time_put_byname|time_put_byname<>}}<br>
+
{{ltp|cpp/locale/time_put_byname}}<br>
{{ltt|cpp/chrono/c|time_t}}<br>
+
{{ltt|cpp/chrono/c/time_t}}<br>
 
{{ltt|cpp/thread/timed_mutex}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/timed_mutex}} {{mark since c++11}}<br>
 
{{ltt|cpp/chrono/c/timespec}} {{mark since c++17}}<br>
 
{{ltt|cpp/chrono/c/timespec}} {{mark since c++17}}<br>
Line 1,723: Line 1,774:
 
{{ltf|cpp/io/c/tmpfile}}<br>
 
{{ltf|cpp/io/c/tmpfile}}<br>
 
{{ltf|cpp/io/c/tmpnam}}<br>
 
{{ltf|cpp/io/c/tmpnam}}<br>
{{ltf|cpp/memory/to_address|to_address<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/memory/to_address}} {{mark since c++20}}<br>
{{ltf|cpp/container/array/to_array|to_array<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/container/array/to_array}} {{mark since c++20}}<br>
 
{{ltf|cpp/utility/to_chars}} {{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>
 
{{ltt|cpp/utility/to_chars|to_chars_result}} {{mark since c++17}}<br>
{{ltf|cpp/types/byte|to_integer<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/types/byte|to_integer}} {{mark since c++17}}<br>
 
{{ltf|cpp/string/basic_string/to_string}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/to_string}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/to_wstring}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/basic_string/to_wstring}} {{mark since c++11}}<br>
 
{{ltf|cpp/string/byte/tolower}}<br>
 
{{ltf|cpp/string/byte/tolower}}<br>
{{ltf|cpp/locale/tolower|tolower<>}} (locale)<br>
+
{{ltpf|cpp/locale/tolower}} (locale)<br>
{{ltt|cpp/concepts/totally_ordered|totally_ordered<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/totally_ordered}} {{mark since c++20}}<br>
{{ltt|cpp/concepts/totally_ordered|totally_ordered_with<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/totally_ordered|totally_ordered_with}} {{mark since c++20}}<br>
 
{{ltf|cpp/string/byte/toupper}}<br>
 
{{ltf|cpp/string/byte/toupper}}<br>
{{ltf|cpp/locale/toupper|toupper<>}} (locale)<br>
+
{{ltpf|cpp/locale/toupper}} (locale)<br>
{{ltf|cpp/utility/to_underlying|to_underlying<>}} {{mark since c++23}}<br>
+
{{ltpf|cpp/utility/to_underlying}} {{mark since c++23}}<br>
 
{{ltf|cpp/string/wide/towctrans}}<br>
 
{{ltf|cpp/string/wide/towctrans}}<br>
 
{{ltf|cpp/string/wide/towlower}}<br>
 
{{ltf|cpp/string/wide/towlower}}<br>
 
{{ltf|cpp/string/wide/towupper}}<br>
 
{{ltf|cpp/string/wide/towupper}}<br>
{{ltf|cpp/algorithm/transform|transform<>}}<br>
+
{{ltpf|cpp/algorithm/transform}}<br>
{{ltf|cpp/algorithm/transform_exclusive_scan|transform_exclusive_scan<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/transform_exclusive_scan}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/transform_inclusive_scan|transform_inclusive_scan<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/transform_inclusive_scan}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/transform_reduce|transform_reduce<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/algorithm/transform_reduce}} {{mark since c++17}}<br>
 
{{ltt|cpp/types/integral_constant|true_type}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/integral_constant|true_type}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/trunc}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/trunc}} {{mark since c++11}}<br>
 
{{ltf|cpp/numeric/math/trunc|truncf}} {{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>
 
{{ltf|cpp/numeric/math/trunc|truncl}} {{mark since c++11}}<br>
{{ltf|cpp/thread/try_lock|try_lock<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/thread/try_lock}} {{mark since c++11}}<br>
 
{{ltt|cpp/thread/lock_tag|try_to_lock}} {{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>
 
{{ltt|cpp/thread/lock_tag_t|try_to_lock_t}} {{mark since c++11}}<br>
{{ltt|cpp/utility/tuple|tuple<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/tuple}} {{mark since c++11}}<br>
{{ltf|cpp/utility/tuple/tuple_cat|tuple_cat<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/utility/tuple/tuple_cat}} {{mark since c++11}}<br>
{{ltt|cpp/utility/tuple_element|tuple_element<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/tuple_element}} {{mark since c++11}}<br>
{{ltt|cpp/utility/tuple_element|tuple_element_t<>}} {{mark since c++14}}<br>
+
{{ltp|cpp/utility/tuple_element|tuple_element_t}} {{mark since c++14}}<br>
{{ltt|cpp/utility/tuple_size|tuple_size<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/utility/tuple_size}} {{mark since c++11}}<br>
{{ltt|cpp/utility/tuple_size|tuple_size_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/tuple_size|tuple_size_v}} {{mark since c++17}}<br>
{{ltt|cpp/types/type_identity|type_identity<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/type_identity}} {{mark since c++20}}<br>
{{ltt|cpp/types/type_identity|type_identity_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/types/type_identity|type_identity_t}} {{mark since c++20}}<br>
 
{{ltt|cpp/types/type_index}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/type_index}} {{mark since c++11}}<br>
 
{{ltt|cpp/types/type_info}}<br>
 
{{ltt|cpp/types/type_info}}<br>
Line 1,788: Line 1,839:
 
{{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>
{{ltt|cpp/types/underlying_type|underlying_type<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/types/underlying_type}} {{mark since c++11}}<br>
{{ltt|cpp/types/underlying_type|underlying_type_t<>}} {{mark since c++14}}<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>
{{ltt|cpp/utility/expected/unexpected|unexpected<>}} {{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>
{{ltt|cpp/numeric/random/uniform_int_distribution|uniform_int_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/uniform_int_distribution}} {{mark since c++11}}<br>
{{ltt|cpp/numeric/random/uniform_random_bit_generator|uniform_random_bit_generator<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/numeric/random/uniform_random_bit_generator}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/uniform_real_distribution|uniform_real_distribution<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/numeric/random/uniform_real_distribution}} {{mark since c++11}}<br>
{{ltf|cpp/memory/uninitialized_construct_using_allocator|uninitialized_construct_using_allocator<>}} {{mark since c++20}}<br>
+
{{ltpf|cpp/memory/uninitialized_construct_using_allocator}} {{mark since c++20}}<br>
{{ltf|cpp/memory/uninitialized_copy|uninitialized_copy<>}}<br>
+
{{ltpf|cpp/memory/uninitialized_copy}}<br>
{{ltf|cpp/memory/uninitialized_copy_n|uninitialized_copy_n<>}} {{mark since c++11}}<br>
+
{{ltpf|cpp/memory/uninitialized_copy_n}} {{mark since c++11}}<br>
{{ltf|cpp/memory/uninitialized_default_construct|uninitialized_default_construct<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/uninitialized_default_construct}} {{mark since c++17}}<br>
{{ltf|cpp/memory/uninitialized_default_construct_n|uninitialized_default_construct_n<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/uninitialized_default_construct_n}} {{mark since c++17}}<br>
{{ltf|cpp/memory/uninitialized_fill|uninitialized_fill<>}}<br>
+
{{ltpf|cpp/memory/uninitialized_fill}}<br>
{{ltf|cpp/memory/uninitialized_fill_n|uninitialized_fill_n<>}}<br>
+
{{ltpf|cpp/memory/uninitialized_fill_n}}<br>
{{ltf|cpp/memory/uninitialized_move|uninitialized_move<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/uninitialized_move}} {{mark since c++17}}<br>
{{ltf|cpp/memory/uninitialized_move_n|uninitialized_move_n<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/uninitialized_move_n}} {{mark since c++17}}<br>
{{ltf|cpp/memory/uninitialized_value_construct|uninitialized_value_construct<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/uninitialized_value_construct}} {{mark since c++17}}<br>
{{ltf|cpp/memory/uninitialized_value_construct_n|uninitialized_value_construct_n<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/memory/uninitialized_value_construct_n}} {{mark since c++17}}<br>
{{ltf|cpp/algorithm/unique|unique<>}}<br>
+
{{ltpf|cpp/algorithm/unique}}<br>
{{ltf|cpp/algorithm/unique_copy|unique_copy<>}}<br>
+
{{ltpf|cpp/algorithm/unique_copy}}<br>
{{ltt|cpp/thread/unique_lock|unique_lock<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/thread/unique_lock}} {{mark since c++11}}<br>
{{ltt|cpp/memory/unique_ptr|unique_ptr<>}} {{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>
{{ltt|cpp/container/unordered_map|unordered_map<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/container/unordered_map}} {{mark since c++11}}<br>
{{ltt|cpp/container/unordered_multimap|unordered_multimap<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/container/unordered_multimap}} {{mark since c++11}}<br>
{{ltt|cpp/container/unordered_multiset|unordered_multiset<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/container/unordered_multiset}} {{mark since c++11}}<br>
{{ltt|cpp/container/unordered_set|unordered_set<>}} {{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>
{{ltt|cpp/concepts/unsigned_integral|unsigned_integral<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/concepts/unsigned_integral}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/unwrap_reference|unwrap_ref_decay<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/functional/unwrap_reference|unwrap_ref_decay}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/unwrap_reference|unwrap_ref_decay_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/functional/unwrap_reference|unwrap_ref_decay_t}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/unwrap_reference|unwrap_reference<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/functional/unwrap_reference|unwrap_reference}} {{mark since c++20}}<br>
{{ltt|cpp/utility/functional/unwrap_reference|unwrap_reference_t<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/functional/unwrap_reference|unwrap_reference_t}} {{mark since c++20}}<br>
{{ltf|cpp/algorithm/upper_bound|upper_bound<>}}<br>
+
{{ltpf|cpp/algorithm/upper_bound}}<br>
 
{{ltf|cpp/io/manip/uppercase}}<br>
 
{{ltf|cpp/io/manip/uppercase}}<br>
{{ltf|cpp/locale/use_facet|use_facet<>}}<br>
+
{{ltpf|cpp/locale/use_facet}}<br>
{{ltt|cpp/memory/uses_allocator|uses_allocator<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/memory/uses_allocator}} {{mark since c++11}}<br>
{{ltt|cpp/memory/uses_allocator|uses_allocator_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/memory/uses_allocator|uses_allocator_v}} {{mark since c++17}}<br>
{{ltf|cpp/memory/uses_allocator_construction_args|uses_allocator_construction_args<>}} {{mark since c++20}}<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>
{{ltt|cpp/numeric/valarray|valarray<>}}<br>
+
{{ltp|cpp/numeric/valarray}}<br>
{{ltt|cpp/utility/variant|variant<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/variant}} {{mark since c++17}}<br>
{{ltt|cpp/utility/variant/variant_alternative|variant_alternative<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/variant/variant_alternative}} {{mark since c++17}}<br>
{{ltt|cpp/utility/variant/variant_alternative|variant_alternative_t<>}} {{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>
{{ltt|cpp/utility/variant/variant_size|variant_size<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/variant/variant_size}} {{mark since c++17}}<br>
{{ltt|cpp/utility/variant/variant_size|variant_size_v<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/utility/variant/variant_size|variant_size_v}} {{mark since c++17}}<br>
{{ltt|cpp/container/vector|vector<>}}<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>
{{ltf|cpp/utility/format/vformat_to|vformat_to<>}} {{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>
&#x25B6; {{rlt|views}} {{mark since c++20}}<br>
+
{{rlt|views}} {{mark since c++20}}<br>
{{ltf|cpp/utility/variant/visit|visit<>}} {{mark since c++17}}<br>
+
{{ltpf|cpp/utility/variant/visit}} {{mark since c++17}}<br>
{{ltf|cpp/utility/format/visit_format_arg|visit_format_arg<>}} {{mark since c++20}}<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_nonunicode|vprint_nonunicode_buffered}} {{mark since c++23}}<br>
 
{{ltf|cpp/io/vprint_unicode}} {{mark since c++23}}<br>
 
{{ltf|cpp/io/vprint_unicode}} {{mark since c++23}}<br>
 +
{{ltf|cpp/io/vprint_unicode|vprint_unicode_buffered}} {{mark since c++23}}<br>
 
{{ltf|cpp/io/c/vfprintf|vprintf}}<br>
 
{{ltf|cpp/io/c/vfprintf|vprintf}}<br>
 
{{ltf|cpp/io/c/vfscanf|vscanf}} {{mark since c++11}}<br>
 
{{ltf|cpp/io/c/vfscanf|vscanf}} {{mark since c++11}}<br>
Line 1,866: Line 1,919:
  
 
===W===
 
===W===
{{ltt|cpp/locale/wbuffer_convert|wbuffer_convert<>}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{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>
Line 1,912: Line 1,965:
 
{{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>
{{ltt|cpp/memory/weak_ptr|weak_ptr<>}} {{mark since c++11}}<br>
+
{{ltp|cpp/memory/weak_ptr}} {{mark since c++11}}<br>
{{ltt|cpp/iterator/weakly_incrementable|weakly_incrementable<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/iterator/weakly_incrementable}} {{mark since c++20}}<br>
{{ltt|cpp/numeric/random/weibull_distribution|weibull_distribution<>}} {{mark since c++11}}<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/utility/format/basic_format_string|wformat_string<>}} {{mark since c++20}}<br>
+
{{ltp|cpp/utility/format/basic_format_string|wformat_string}} {{mark since c++20}}<br>
 
{{ltt|cpp/io/basic_fstream|wfstream}}<br>
 
{{ltt|cpp/io/basic_fstream|wfstream}}<br>
 
{{ltt|cpp/io/basic_ifstream|wifstream}}<br>
 
{{ltt|cpp/io/basic_ifstream|wifstream}}<br>
Line 1,937: Line 1,990:
 
{{ltt|cpp/io/basic_ostream|wostream}}<br>
 
{{ltt|cpp/io/basic_ostream|wostream}}<br>
 
{{ltt|cpp/io/basic_osyncstream|wosyncstream}} {{mark since c++20}}<br>
 
{{ltt|cpp/io/basic_osyncstream|wosyncstream}} {{mark since c++20}}<br>
{{ltf|cpp/io/manip/ws|ws<>}}<br>
+
{{ltpf|cpp/io/manip/ws}}<br>
 
{{ltt|cpp/io/basic_spanbuf|wspanbuf}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_spanbuf|wspanbuf}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_spanstream|wspanstream}} {{mark since c++23}}<br>
 
{{ltt|cpp/io/basic_spanstream|wspanstream}} {{mark since c++23}}<br>
Line 1,951: Line 2,004:
 
{{ltt|cpp/regex/sub_match|wssub_match}} {{mark since c++11}}<br>
 
{{ltt|cpp/regex/sub_match|wssub_match}} {{mark since c++11}}<br>
 
{{ltt|cpp/string/basic_string|wstring}}<br>
 
{{ltt|cpp/string/basic_string|wstring}}<br>
{{ltt|cpp/locale/wstring_convert|wstring_convert<>}} {{mark life|since=c++11|deprecated=c++17}}<br>
+
{{ltp|cpp/locale/wstring_convert}} {{mark life|since=c++11|deprecated=c++17}}<br>
{{ltt|cpp/string/basic_string_view|wstring_view<>}} {{mark since c++17}}<br>
+
{{ltp|cpp/string/basic_string_view|wstring_view}} {{mark since c++17}}<br>
 
{{ltt|cpp/io/basic_stringbuf|wstringbuf}}<br>
 
{{ltt|cpp/io/basic_stringbuf|wstringbuf}}<br>
 
{{ltt|cpp/io/basic_stringstream|wstringstream}}<br>
 
{{ltt|cpp/io/basic_stringstream|wstringstream}}<br>
Line 1,960: Line 2,013:
  
 
===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===

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


[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

jmp_buf
jthread (since C++20)

[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