命名空间
变体
操作

std 符号索引

来自 cppreference.cn
< cpp


此页面列出了命名空间 std 中可用的所有标准库符号。符号书写格式如下:

  • 函数名称带 ()
  • 模板使用 <>

来自 std 子命名空间(例如 chrono)的符号不在此处列出,但命名空间名称(前缀为图标 ▶)是相应页面的链接。

宏符号仅用于展示的符号从标准库中移除的符号在单独的页面中列出。

目录

[编辑]
_ 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


[编辑]

[编辑] _ (下划线)

_Exit() (C++11 起)

[编辑] A

abs() (int)
abs() (float)
abs<>() (std::complex)
abs<>() (std::valarray)
acos()
acos<>() (std::complex) (C++11 起)
acos<>() (std::valarray)
acosf() (C++11 起)
acosh() (C++11 起)
acosh<>() (std::complex) (C++11 起)
acoshf() (C++11 起)
acoshl() (C++11 起)
acosl() (C++11 起)
accumulate<>()
add_const<> (C++11 起)
add_const_t<> (C++14 起)
add_cv<> (C++11 起)
add_cv_t<> (C++14 起)
add_pointer<> (C++11 起)
add_pointer_t<> (C++14 起)
add_lvalue_reference<> (C++11 起)
add_lvalue_reference_t<> (C++14 起)
add_rvalue_reference<> (C++11 起)
add_rvalue_reference_t<> (C++14 起)
add_sat<>() (C++26 起)
add_volatile<> (C++11 起)
add_volatile_t<> (C++14 起)
addressof<> (C++11 起)
adjacent_difference<>
adjacent_find<>
adopt_lock (C++11 起)
adopt_lock_t (C++11 起)
advance<>()
align() (C++11 起)
align_val_t (C++17 起)
aligned_alloc() (C++17 起)
aligned_storage<> (C++11 起)
aligned_storage_t<> (C++14 起)
aligned_union<> (C++11 起)
aligned_union_t<> (C++14 起)
alignment_of<> (C++11 起)
alignment_of_v<> (C++17 起)
all_of<>() (C++11 起)
allocate_shared<>() (C++11 起)
allocate_shared_for_overwrite<>() (C++20 起)
allocation_result<> (C++23 起)
allocator<>
allocator_arg (C++11 起)
allocator_arg_t (C++11 起)
allocator_traits<> (C++11 起)
any (C++17 起)
any_cast<>() (C++17 起)
any_of<>() (C++11 起)
apply<>() (C++17 起)
arg<>()
array<> (C++11 起)
as_bytes<>() (C++20 起)
as_const<>() (C++17 起)
as_writable_bytes<>() (C++20 起)
asctime()
asin()
asin<>() (std::complex) (C++11 起)
asin<>() (std::valarray)
asinf() (C++11 起)
asinh() (C++11 起)
asinh<>() (std::complex) (C++11 起)
asinhf() (C++11 起)
asinhl() (C++11 起)
asinl() (C++11 起)
assignable_from<> (C++20 起)
assoc_laguerre() (C++17 起)
assoc_laguerref() (C++17 起)
assoc_laguerrel() (C++17 起)
assoc_legendre() (C++17 起)
assoc_legendref() (C++17 起)
assoc_legendrel() (C++17 起)
assume_aligned<>() (C++20 起)
async<>() (C++11 起)
at_quick_exit() (C++11 起)
atan()
atan<>() (std::complex) (C++11 起)
atan<>() (std::valarray)
atan2()
atan2<>() (std::valarray)
atan2f() (C++11 起)
atan2l() (C++11 起)
atanf() (C++11 起)
atanh() (C++11 起)
atanh<>() (std::complex) (C++11 起)
atanhf() (C++11 起)
atanhl() (C++11 起)
atanl() (C++11 起)
atexit()
atof()
atoi()
atol()
atoll() (C++11 起)

atomic<> (C++11 起)

atomic<> 完全特化和类型别名
atomic_bool (C++11 起)
atomic_char (C++11 起)
atomic_char16_t (C++11 起)
atomic_char32_t (C++11 起)
atomic_char8_t (C++20 起)
atomic_int (C++11 起)
atomic_int8_t (C++11 起)
atomic_int16_t (C++11 起)
atomic_int32_t (C++11 起)
atomic_int64_t (C++11 起)
atomic_int_fast8_t (C++11 起)
atomic_int_fast16_t (C++11 起)
atomic_int_fast32_t (C++11 起)
atomic_int_fast64_t (C++11 起)
atomic_int_least8_t (C++11 起)
atomic_int_least16_t (C++11 起)
atomic_int_least32_t (C++11 起)
atomic_int_least64_t (C++11 起)
atomic_intmax_t (C++11 起)
atomic_intptr_t (C++11 起)
atomic_llong (C++11 起)
atomic_long (C++11 起)
atomic_ptrdiff_t (C++11 起)
atomic_schar (C++11 起)
atomic_short (C++11 起)
atomic_signed_lock_free (C++20 起)
atomic_size_t (C++11 起)
atomic_uchar (C++11 起)
atomic_uint (C++11 起)
atomic_uint8_t (C++11 起)
atomic_uint16_t (C++11 起)
atomic_uint32_t (C++11 起)
atomic_uint64_t (C++11 起)
atomic_uint_fast8_t (C++11 起)
atomic_uint_fast16_t (C++11 起)
atomic_uint_fast32_t (C++11 起)
atomic_uint_fast64_t (C++11 起)
atomic_uint_least8_t (C++11 起)
atomic_uint_least16_t (C++11 起)
atomic_uint_least32_t (C++11 起)
atomic_uint_least64_t (C++11 起)
atomic_uintmax_t (C++11 起)
atomic_uintptr_t (C++11 起)
atomic_ullong (C++11 起)
atomic_ulong (C++11 起)
atomic_unsigned_lock_free (C++20 起)
atomic_ushort (C++11 起)
atomic_wchar_t (C++11 起)

atomic_compare_exchange_strong<>() (C++11 起)
atomic_compare_exchange_strong<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_compare_exchange_strong_explicit<>() (C++11 起)
atomic_compare_exchange_strong_explicit<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_compare_exchange_weak<>() (C++11 起)
atomic_compare_exchange_weak<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_compare_exchange_weak_explicit<>() (C++11 起)
atomic_compare_exchange_weak_explicit<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_exchange<>() (C++11 起)
atomic_exchange<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_exchange_explicit<>() (C++11 起)
atomic_exchange_explicit<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_fetch_add<>() (C++11 起)
atomic_fetch_add_explicit<>() (C++11 起)
atomic_fetch_and<>() (C++11 起)
atomic_fetch_and_explicit<>() (C++11 起)
atomic_fetch_max<>() (C++26 起)
atomic_fetch_max_explicit<>() (C++26 起)
atomic_fetch_min<>() (C++26 起)
atomic_fetch_min_explicit<>() (C++26 起)
atomic_fetch_or<>() (C++11 起)
atomic_fetch_or_explicit<>() (C++11 起)
atomic_fetch_sub<>() (C++11 起)
atomic_fetch_sub_explicit<>() (C++11 起)
atomic_fetch_xor<>() (C++11 起)
atomic_fetch_xor_explicit<>() (C++11 起)
atomic_flag (C++11 起)
atomic_flag_clear() (C++11 起)
atomic_flag_clear_explicit() (C++11 起)
atomic_flag_notify_all() (C++20 起)
atomic_flag_notify_one() (C++20 起)
atomic_flag_test() (C++20 起)
atomic_flag_test_explicit() (C++20 起)
atomic_flag_test_and_set() (C++11 起)
atomic_flag_test_and_set_explicit() (C++11 起)
atomic_flag_wait() (C++20 起)
atomic_flag_wait_explicit() (C++20 起)
atomic_init<>() (C++11 起)(C++20 起已弃用)
atomic_is_lock_free<>() (C++11 起)
atomic_is_lock_free<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_load<>() (C++11 起)
atomic_load<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_load_explicit<>() (C++11 起)
atomic_load_explicit<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_notify_all<>() (C++20 起)
atomic_notify_one<>() (C++20 起)
atomic_ref<> (C++20 起)
atomic_signal_fence() (C++11 起)
atomic_store<>() (C++11 起)
atomic_store<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_store_explicit<>() (C++11 起)
atomic_store_explicit<>() (std::shared_ptr) (C++11 起)(C++20 起已弃用)
atomic_thread_fence() (C++11 起)
atomic_wait<>() (C++20 起)
atomic_wait_explicit<>() (C++20 起)
atto (C++11 起)

[编辑] B

back_insert_iterator<>
back_inserter<>
bad_alloc
bad_any_cast (C++17 起)
bad_array_new_length (C++11 起)
bad_cast
bad_exception
bad_expected_access<> (C++23 起)
bad_function_call (C++11 起)
bad_optional_access (C++17 起)
bad_typeid
bad_variant_access (C++17 起)
bad_weak_ptr (C++11 起)
barrier<> (C++20 起)
basic_common_reference<> (C++20 起)
basic_const_iterator<> (C++23 起)
basic_filebuf<>
basic_format_arg<> (C++20 起)
basic_format_args<> (C++20 起)
basic_format_context<> (C++20 起)
basic_format_parse_context<> (C++20 起)
basic_format_string<> (C++20 起)
basic_fstream<>
basic_ifstream<>
basic_istream<>
basic_ios<>
basic_iostream<>
basic_ispanstream<> (从 C++23 开始)
basic_istringstream<>
basic_ofstream<>
basic_ostream<>
basic_ospanstream<> (从 C++23 开始)
basic_ostringstream<>
basic_osyncstream<> (从 C++20 开始)
basic_regex<> (从 C++11 开始)
basic_spanbuf<> (从 C++23 开始)
basic_spanstream<> (从 C++23 开始)
basic_stacktrace<> (从 C++23 开始)
basic_streambuf<>
basic_string<>
basic_string_view<> (从 C++17 开始)
basic_stringbuf<>
basic_stringstream<>
basic_syncbuf<> (从 C++20 开始)
begin<>() (从 C++11 开始)
bernoulli_distribution<> (从 C++11 开始)
beta() (从 C++17 开始)
betaf() (从 C++17 开始)
betal() (从 C++17 开始)
bfloat16_t (从 C++23 开始)
bidirectional_iterator<> (从 C++20 开始)
bidirectional_iterator_tag
binary_search<>()
binary_semaphore (从 C++20 开始)
bind<>() (从 C++11 开始)
bind_back<>() (从 C++23 开始)
bind_front<>() (从 C++20 开始)
binomial_distribution<> (从 C++11 开始)
bit_and<>
bit_cast<>() (从 C++20 开始)
bit_ceil<>() (从 C++20 开始)
bit_floor<>() (从 C++20 开始)
bit_not<> (从 C++14 开始)
bit_or<>
bit_width<>() (从 C++20 开始)
bit_xor<>
bitset<>
breakpoint() (从 C++26 开始)
breakpoint_if_debugging() (从 C++26 开始)
bool_constant<> (从 C++17 开始)
boolalpha()
boyer_moore_horspool_searcher<> (从 C++17 开始)
boyer_moore_searcher<> (从 C++17 开始)
bsearch()
btowc()
byte (从 C++17 开始)
byteswap<>() (从 C++23 开始)

[编辑] C

c16rtomb() (从 C++11 开始)
c32rtomb() (从 C++11 开始)
c8rtomb() (从 C++20 开始)
call_once<>() (从 C++11 开始)
calloc()
cauchy_distribution<> (从 C++11 开始)
cbegin<>() (从 C++14 开始)
cbrt() (从 C++11 开始)
cbrtf() (从 C++11 开始)
cbrtl() (从 C++11 开始)
ceil()
ceilf() (从 C++11 开始)
ceill() (从 C++11 开始)
cend<>() (从 C++14 开始)
centi (从 C++11 开始)
cerr
char_traits<>
chars_format (从 C++17 开始)
chi_squared_distribution<> (从 C++11 开始)
chrono (从 C++11 开始)
chrono_literals (从 C++14 开始)
cin
clamp<>() (从 C++17 开始)
clearerr()
clock()
clock_t
clog
cmatch (从 C++11 开始)
cmp_equal<>() (从 C++20 开始)
cmp_greater<>() (从 C++20 开始)
cmp_greater_equal<>() (从 C++20 开始)
cmp_less<>() (从 C++20 开始)
cmp_less_equal<>() (从 C++20 开始)
cmp_not_equal<>() (从 C++20 开始)
codecvt<>
codecvt_base
codecvt_byname<>
collate<>
collate_byname<>
common_comparison_category<> (从 C++20 开始)
common_comparison_category_t<> (从 C++20 开始)
common_iterator<> (从 C++20 开始)
common_reference<> (从 C++20 开始)
common_reference_t<> (从 C++20 开始)
common_reference_with<> (从 C++20 开始)
common_type<> (从 C++11 开始)
common_type_t<> (从 C++14 开始)
common_with (从 C++20 开始)
comp_ellint_1() (从 C++17 开始)
comp_ellint_1f() (从 C++17 开始)
comp_ellint_1l() (从 C++17 开始)
comp_ellint_2() (从 C++17 开始)
comp_ellint_2f() (从 C++17 开始)
comp_ellint_2l() (从 C++17 开始)
comp_ellint_3() (从 C++17 开始)
comp_ellint_3f() (从 C++17 开始)
comp_ellint_3l() (从 C++17 开始)
compare_partial_order_fallback (从 C++20 开始)
compare_strong_order_fallback (从 C++20 开始)
compare_three_way (从 C++20 开始)
compare_three_way_result<> (从 C++20 开始)
compare_three_way_result_t<> (从 C++20 开始)
compare_weak_order_fallback (从 C++20 开始)
complex<>
complex_literals (从 C++14 开始)
conditional<> (从 C++11 开始)
conditional_t<> (从 C++14 开始)
condition_variable (从 C++11 开始)
condition_variable_any (从 C++11 开始)
conjunction<> (从 C++17 开始)
conjunction_v<> (从 C++17 开始)
conj<>()
const_iterator<> (从 C++23 开始)
const_pointer_cast<>() (从 C++11 开始)
const_sentinel<> (从 C++23 开始)
construct_at<>() (从 C++20 开始)
constructible_from<> (从 C++20 开始)
contiguous_iterator<> (从 C++20 开始)
contiguous_iterator_tag (从 C++20 开始)
convertible_to (从 C++20 开始)
copy<>()
copy_backward<>()
copy_constructible (从 C++20 开始)
copy_if<>() (从 C++11 开始)
copy_n<>() (从 C++11 开始)
copyable<> (从 C++20 开始)
copyable_function<> (从 C++26 开始)
copysign() (从 C++11 开始)
copysignf() (从 C++11 开始)
copysignl() (从 C++11 开始)
coroutine_handle<> (从 C++20 开始)
coroutine_traits<> (从 C++20 开始)
cos()
cos<>() (std::complex)
cos<>() (std::valarray)
cosf() (从 C++11 开始)
cosh()
cosh<>() (std::complex)
cosh<>() (std::valarray)
coshf() (从 C++11 开始)
coshl() (从 C++11 开始)
cosl() (从 C++11 开始)
count<>()
count_if<>()
counted_iterator<> (从 C++20 开始)
counting_semaphore<> (从 C++20 开始)
countl_one<>() (从 C++20 开始)
countl_zero<>() (从 C++20 开始)
countr_one<>() (从 C++20 开始)
countr_zero<>() (从 C++20 开始)
cout
crbegin<>() (从 C++14 开始)
cref<>() (从 C++11 开始)
cregex_iterator (从 C++11 开始)
cregex_token_iterator (从 C++11 开始)
crend<>() (从 C++14 开始)
csub_match (从 C++11 开始)
ctime()
ctype<>
ctype_base
ctype_byname<>
current_exception() (从 C++11 开始)
cv_status (从 C++11 开始)
cyl_bessel_i() (从 C++17 开始)
cyl_bessel_if() (从 C++17 开始)
cyl_bessel_il() (从 C++17 开始)
cyl_bessel_j() (从 C++17 开始)
cyl_bessel_jf() (从 C++17 开始)
cyl_bessel_jl() (从 C++17 开始)
cyl_bessel_k() (从 C++17 开始)
cyl_bessel_kf() (从 C++17 开始)
cyl_bessel_kl() (从 C++17 开始)
cyl_neumann() (从 C++17 开始)
cyl_neumannf() (从 C++17 开始)
cyl_neumannl() (从 C++17 开始)

[编辑] D

data<>() (从 C++17 开始)
dec()
deca (从 C++11 开始)
decay<> (从 C++11 开始)
decay_t<> (从 C++14 开始)
deci (从 C++11 开始)
declval<>() (从 C++11 开始)
default_accessor<> (从 C++23 开始)
default_delete (从 C++11 开始)
default_initializable<> (从 C++20 开始)
default_random_engine (从 C++11 开始)
default_searcher<> (从 C++17 开始)
default_sentinel (从 C++20 开始)
default_sentinel_t (从 C++20 开始)
defaultfloat() (从 C++11 开始)
defer_lock (从 C++11 开始)
defer_lock_t (从 C++11 开始)
denorm_absent
denorm_indeterminate
denorm_present
deque<>
derived_from<> (从 C++20 开始)
destroy<>() (从 C++17 开始)
destroy_at<>() (从 C++17 开始)
destroy_n<>() (从 C++17 开始)
destroying_delete (从 C++20 开始)
destroying_delete_t (从 C++20 开始)
destructible (从 C++20 开始)
dextents<> (从 C++23 开始)
difftime()
dims<> (从 C++26 开始)
disable_sized_sentinel_for<> (从 C++20 开始)
discrete_distribution<> (从 C++11 开始)
discard_block_engine<> (从 C++11 开始)
disjunction<> (从 C++17 开始)
disjunction_v<> (从 C++17 开始)
distance<>()
div()
div_sat<>() (从 C++26 开始)
div_t
divides<>
domain_error
double_t (从 C++11 开始)
dynamic_extent (从 C++20 开始)
dynamic_pointer_cast<>() (从 C++11 开始)

[编辑] E

ellint_1() (从 C++17 开始)
ellint_1f() (从 C++17 开始)
ellint_1l() (从 C++17 开始)
ellint_2() (从 C++17 开始)
ellint_2f() (从 C++17 开始)
ellint_2l() (从 C++17 开始)
ellint_3() (从 C++17 开始)
ellint_3f() (从 C++17 开始)
ellint_3l() (从 C++17 开始)
emit_on_flush<>() (从 C++20 开始)
empty<>() (从 C++17 开始)
enable_if<> (从 C++11 开始)
enable_if_t<> (从 C++14 开始)
enable_shared_from_this<> (从 C++11 开始)
enable_nonlocking_formatter_optimization<> (从 C++23 开始)
end<>() (从 C++11 开始)
endian (从 C++20 开始)
endl<>()
ends<>()
equal<>()
equal_range<>()
equal_to<>
equality_comparable<> (从 C++20 开始)
equality_comparable_with<> (从 C++20 开始)
equivalence_relation<> (从 C++20 开始)
erase<>() (std::basic_string) (从 C++20 开始)
erase<>() (std::deque) (从 C++20 开始)
erase<>() (std::forward_list) (从 C++20 开始)
erase<>() (std::inplace_vector) (从 C++26 开始)
erase<>() (std::list) (从 C++20 开始)
erase<>() (std::vector) (从 C++20 开始)
erase_if<>() (std::basic_string) (从 C++20 开始)
erase_if<>() (std::deque) (从 C++20 开始)
erase_if<>() (std::flat_map) (从 C++23 开始)
erase_if<>() (std::flat_multimap) (从 C++23 开始)
erase_if<>() (std::flat_multiset) (从 C++23 开始)
erase_if<>() (std::flat_set) (从 C++23 开始)
erase_if<>() (std::forward_list) (从 C++20 开始)
erase_if<>() (std::inplace_vector) (从 C++26 开始)
erase_if<>() (std::list) (从 C++20 开始)
erase_if<>() (std::map) (从 C++20 开始)
erase_if<>() (std::multimap) (从 C++20 开始)
erase_if<>() (std::multiset) (从 C++20 开始)
erase_if<>() (std::set) (从 C++20 开始)
erase_if<>() (std::unordered_map) (从 C++20 开始)
erase_if<>() (std::unordered_multimap) (从 C++20 开始)
erase_if<>() (std::unordered_multiset) (从 C++20 开始)
erase_if<>() (std::unordered_set) (从 C++20 开始)
erase_if<>() (std::vector) (从 C++20 开始)
erf() (从 C++11 开始)
erfc() (从 C++11 开始)
erfcf() (从 C++11 开始)
erfcl() (从 C++11 开始)
erff() (从 C++11 开始)
erfl() (从 C++11 开始)
errc (从 C++11 开始)
error_category (从 C++11 开始)
error_code (从 C++11 开始)
error_condition (从 C++11 开始)
exa (从 C++11 开始)
exception
exception_ptr (从 C++11 开始)
exchange<>() (从 C++14 开始)
exclusive_scan<>() (从 C++17 开始)
execution (从 C++17 开始)
exit()
exp()
exp<>() (std::complex)
exp<>() (std::valarray)
exp2() (从 C++11 开始)
exp2f() (从 C++11 开始)
exp2l() (从 C++11 开始)
expf() (从 C++11 开始)
expected<> (从 C++23 开始)
expint() (从 C++17 开始)
expintf() (从 C++17 开始)
expintl() (从 C++17 开始)
expl() (从 C++11 开始)
expm1() (从 C++11 开始)
expm1f() (从 C++11 开始)
expm1l() (从 C++11 开始)
exponential_distribution<> (从 C++11 开始)
extent<> (从 C++11 开始)
extent_v<> (从 C++17 开始)
extents<> (从 C++23 开始)
extreme_value_distribution<> (从 C++11 开始)

[编辑] F

fabs()
fabsf() (从 C++11 开始)
fabsl() (从 C++11 开始)
false_type (从 C++11 开始)
fclose()
fdim() (从 C++11 开始)
fdimf() (从 C++11 开始)
fdiml() (从 C++11 开始)
feclearexcept() (从 C++11 开始)
fegetenv() (从 C++11 开始)
fegetexceptflag() (从 C++11 开始)
fegetround() (从 C++11 开始)
feholdexcept() (从 C++11 开始)
femto (从 C++11 开始)
fenv_t (从 C++11 开始)
feof()
feraiseexcept() (从 C++11 开始)
ferror()
fesetenv() (从 C++11 开始)
fesetexceptflag() (从 C++11 开始)
fesetround() (从 C++11 开始)
fetestexcept() (从 C++11 开始)
feupdateenv() (从 C++11 开始)
fexcept_t (从 C++11 开始)
fflush()
fgetc()
fgetpos()
fgets()
fgetwc()
fgetws()
FILE
filebuf
filesystem (从 C++17 开始)
fill<>()
fill_n<>()
find<>()
find_end<>()
find_first_of<>()
find_if<>()
find_if_not<>() (从 C++11 开始)
fisher_f_distribution<> (从 C++11 开始)
fixed()
flat_map<> (从 C++23 开始)
flat_multimap<> (从 C++23 开始)
flat_multiset<> (从 C++23 开始)
flat_set<> (从 C++23 开始)
float_denorm_style
float_round_style
float_t (从 C++11 开始)
float16_t (从 C++23 开始)
float32_t (从 C++23 开始)
float64_t (从 C++23 开始)
float128_t (从 C++23 开始)
floating_point<> (从 C++20 开始)
floor()
floorf() (从 C++11 开始)
floorl() (从 C++11 开始)
flush<>()
flush_emit<>() (从 C++20 开始)
fma() (从 C++11 开始)
fmaf() (从 C++11 开始)
fmal() (从 C++11 开始)
fmax() (从 C++11 开始)
fmaxf() (从 C++11 开始)
fmaxl() (从 C++11 开始)
fmin() (从 C++11 开始)
fminf() (从 C++11 开始)
fminl() (从 C++11 开始)
fmod()
fmodf() (从 C++11 开始)
fmodl() (从 C++11 开始)
fopen()
for_each<>()
for_each_n<>() (从 C++17 开始)
format<>() (从 C++20 开始)
format_args (从 C++20 开始)
format_context (从 C++20 开始)
format_error() (从 C++20 开始)
format_kind<> (从 C++23 开始)
format_parse_context (从 C++20 开始)
format_string<> (从 C++20 开始)
format_to<>() (从 C++20 开始)
format_to_n<>() (从 C++20 开始)
format_to_n_result<> (从 C++20 开始)
formattable<> (从 C++23 开始)
formatted_size<>() (从 C++20 开始)
formatter<> (从 C++20 开始)
forward<>() (从 C++11 开始)
forward_as_tuple<>() (从 C++11 开始)
forward_iterator<> (从 C++20 开始)
forward_iterator_tag
forward_like<>() (从 C++23 开始)
forward_list<> (从 C++11 开始)
fpclassify() (从 C++11 开始)
fpos<>
fpos_t
fprintf()
fputc()
fputs()
fputwc()
fputws()
fread()
free()
freopen()
frexp()
frexpf() (从 C++11 开始)
frexpl() (从 C++11 开始)
from_chars() (从 C++17 开始)
from_chars_result (从 C++17 开始)
from_range (从 C++23 开始)
from_range_t (从 C++23 开始)
front_insert_iterator<>
front_inserter<>()
fscanf()
fseek()
fsetpos()
fstream
ftell()
function<> (从 C++11 开始)
function_ref<> (从 C++26 开始)
future<> (从 C++11 开始)
future_category() (从 C++11 开始)
future_errc (从 C++11 开始)
future_error (从 C++11 开始)
future_status (从 C++11 开始)
fwide()
fwprintf()
fwrite()
fwscanf()

[编辑] G

gamma_distribution<> (从 C++11 开始)
gcd<>() (从 C++17 开始)
generate<>()
generate_canonical<> (从 C++11 开始)
generate_n<>()
generator<> (从 C++23 开始)
generic_category() (从 C++11 开始)
geometric_distribution<> (从 C++11 开始)
get<>() (std::array) (从 C++11 开始)
get<>() (std::pair) (从 C++11 开始)
get<>() (std::ranges::subrange) (从 C++20 开始)
get<>() (std::tuple) (从 C++11 开始)
get<>() (std::variant) (从 C++17 开始)
get_deleter<>() (从 C++11 开始)
get_if<>() (从 C++17 开始)
get_money<>() (从 C++11 开始)
get_new_handler() (从 C++11 开始)
get_terminate() (从 C++11 开始)
get_time<>() (从 C++11 开始)
getline<>()
getc()
getchar()
getenv()
getwc()
getwchar()
giga (从 C++11 开始)
gmtime()
greater<>
greater_equal<>
gslice
gslice_array<>

[编辑] H

hardware_constructive_interference_size (从 C++17 开始)
hardware_destructive_interference_size (从 C++17 开始)
has_facet<>()
has_single_bit<>() (从 C++20 开始)
has_unique_object_representations<> (从 C++17 开始)
has_unique_object_representations_v<> (从 C++17 开始)
has_virtual_destructor<> (从 C++11 开始)
has_virtual_destructor_v<> (从 C++17 开始)
hash<> (从 C++11 开始)
hazard_pointer (从 C++26 开始)
hazard_pointer_obj_base<> (从 C++26 开始)
hecto (从 C++11 开始)
hermite() (从 C++17 开始)
hermitef() (从 C++17 开始)
hermitel() (从 C++17 开始)
hex()
hexfloat() (从 C++11 开始)
holds_alternative<>() (从 C++17 开始)
hypot() (从 C++11 开始)
hypotf() (从 C++11 开始)
hypotl() (从 C++11 开始)

[编辑] I

identity (从 C++20 开始)
ifstream
ignore (从 C++11 开始)
ilogb() (从 C++11 开始)
ilogbf() (从 C++11 开始)
ilogbl() (从 C++11 开始)
imag<>()
imaxabs() (从 C++11 开始)
imaxdiv() (从 C++11 开始)
imaxdiv_t (从 C++11 开始)
in_place (从 C++17 开始)
in_place_index<> (从 C++17 开始)
in_place_index_t<> (从 C++17 开始)
in_place_t (从 C++17 开始)
in_place_type<> (从 C++17 开始)
in_place_type_t<> (从 C++17 开始)
in_range<>() (从 C++20 开始)
includes<>()
inclusive_scan<>() (从 C++17 开始)
incrementable<> (从 C++20 开始)
incrementable_traits<> (从 C++20 开始)
independent_bits_engine<> (从 C++11 开始)
index_sequence<> (从 C++14 开始)
index_sequence_for<> (从 C++14 开始)
indirect_array<>
indirect_binary_predicate<> (从 C++20 开始)
indirect_equivalence_relation<> (从 C++20 开始)
indirect_result_t<> (从 C++20 开始)
indirect_strict_weak_order<> (从 C++20 开始)
indirect_unary_predicate<> (从 C++20 开始)
indirectly_comparable<> (从 C++20 开始)
indirectly_copyable<> (从 C++20 开始)
indirectly_copyable_storable<> (从 C++20 开始)
indirectly_movable<> (从 C++20 开始)
indirectly_movable_storable<> (从 C++20 开始)
indirectly_readable<> (自 C++20 起)
indirectly_readable_traits<> (自 C++20 起)
indirectly_regular_unary_invocable<> (自 C++20 起)
indirectly_swappable<> (自 C++20 起)
indirectly_unary_invocable<> (自 C++20 起)
indirectly_writable<> (自 C++20 起)
initializer_list<> (自 C++11 起)
inner_product<>()
inout_ptr<>() (自 C++23 起)
inout_ptr_t<> (自 C++23 起)
inplace_merge<>()
inplace_vector<> (自 C++26 起)
input_iterator<> (自 C++20 起)
input_iterator_tag
input_or_output_iterator<> (自 C++20 起)
insert_iterator<>
inserter<>()
int_fast16_t (自 C++11 起)
int_fast32_t (自 C++11 起)
int_fast64_t (自 C++11 起)
int_fast8_t (自 C++11 起)
int_least16_t (自 C++11 起)
int_least32_t (自 C++11 起)
int_least64_t (自 C++11 起)
int_least8_t (自 C++11 起)
int16_t (自 C++11 起)
int32_t (自 C++11 起)
int64_t (自 C++11 起)
int8_t (自 C++11 起)
integer_sequence<> (自 C++14 起)
integral<> (自 C++20 起)
integral_constant<> (自 C++11 起)
internal()
intmax_t (自 C++11 起)
intptr_t (自 C++11 起)
invalid_argument
invocable<> (自 C++20 起)
invoke<>() (自 C++17 起)
invoke_r<>() (自 C++23 起)
invoke_result<> (自 C++17 起)
invoke_result_t<> (自 C++17 起)
io_errc (自 C++11 起)
ios
ios_base
iostream
iostream_category (自 C++11 起)
iota<>() (自 C++11 起)
is_abstract<> (自 C++11 起)
is_abstract_v<> (自 C++17 起)
is_aggregate<> (自 C++17 起)
is_aggregate_v<> (自 C++17 起)
is_arithmetic<> (自 C++11 起)
is_arithmetic_v<> (自 C++17 起)
is_array<> (自 C++11 起)
is_array_v<> (自 C++17 起)
is_assignable<> (自 C++11 起)
is_assignable_v<> (自 C++17 起)
is_base_of<> (自 C++11 起)
is_base_of_v<> (自 C++17 起)
is_bind_expression<> (自 C++11 起)
is_bind_expression_v<> (自 C++17 起)
is_bounded_array<> (自 C++20 起)
is_bounded_array_v<> (自 C++20 起)
is_class<> (自 C++11 起)
is_class_v<> (自 C++17 起)
is_compound<> (自 C++11 起)
is_compound_v<> (自 C++17 起)
is_const<> (自 C++11 起)
is_const_v<> (自 C++17 起)
is_constant_evaluated() (自 C++20 起)
is_constructible<> (自 C++11 起)
is_constructible_v<> (自 C++17 起)
is_convertible<> (自 C++11 起)
is_convertible_v<> (自 C++17 起)
is_copy_assignable<> (自 C++11 起)
is_copy_assignable_v<> (自 C++17 起)
is_copy_constructible<> (自 C++11 起)
is_copy_constructible_v<> (自 C++17 起)
is_corresponding_member<>() (自 C++20 起)
is_debugger_present() (自 C++26 起)
is_default_constructible<> (自 C++11 起)
is_default_constructible_v<> (自 C++17 起)
is_destructible<> (自 C++11 起)
is_destructible_v<> (自 C++17 起)
is_empty<> (自 C++11 起)
is_empty_v<> (自 C++17 起)
is_enum<> (自 C++11 起)
is_enum_v<> (自 C++17 起)
is_eq() (自 C++20 起)
is_error_code_enum<>() (自 C++11 起)
is_error_condition_enum (自 C++11 起)
is_error_condition_enum_v (自 C++17 起)
is_execution_policy<> (自 C++17 起)
is_execution_policy_v<> (自 C++17 起)
is_final<> (自 C++14 起)
is_final_v<> (自 C++17 起)
is_floating_point<> (自 C++11 起)
is_floating_point_v<> (自 C++17 起)
is_function<> (自 C++11 起)
is_function_v<> (自 C++17 起)
is_fundamental<> (自 C++11 起)
is_fundamental_v<> (自 C++17 起)
is_gt() (自 C++20 起)
is_gteq() (自 C++20 起)
is_heap<>() (自 C++11 起)
is_heap_until<>() (自 C++11 起)
is_implicit_lifetime<> (自 C++23 起)
is_integral<> (自 C++11 起)
is_integral_v<> (自 C++17 起)
is_invocable<> (自 C++17 起)
is_invocable_r<> (自 C++17 起)
is_invocable_r_v<> (自 C++17 起)
is_invocable_v<> (自 C++17 起)
is_layout_compatible<> (自 C++20 起)
is_layout_compatible_v<> (自 C++20 起)
is_lt() (自 C++20 起)
is_lteq() (自 C++20 起)
is_lvalue_reference<> (自 C++11 起)
is_lvalue_reference_v<> (自 C++17 起)
is_member_function_pointer<> (自 C++11 起)
is_member_function_pointer_v<> (自 C++17 起)
is_member_object_pointer<> (自 C++11 起)
is_member_object_pointer_v<> (自 C++17 起)
is_member_pointer<> (自 C++11 起)
is_member_pointer_v<> (自 C++17 起)
is_move_assignable<> (自 C++11 起)
is_move_assignable_v<> (自 C++17 起)
is_move_constructible<> (自 C++11 起)
is_move_constructible_v<> (自 C++17 起)
is_neq() (自 C++20 起)
is_nothrow_assignable<> (自 C++11 起)
is_nothrow_assignable_v<> (自 C++17 起)
is_nothrow_constructible<> (自 C++11 起)
is_nothrow_constructible_v<> (自 C++17 起)
is_nothrow_convertible<> (自 C++20 起)
is_nothrow_convertible_v<> (自 C++20 起)
is_nothrow_copy_assignable<> (自 C++11 起)
is_nothrow_copy_assignable_v<> (自 C++17 起)
is_nothrow_copy_constructible<> (自 C++11 起)
is_nothrow_copy_constructible_v<> (自 C++17 起)
is_nothrow_default_constructible<> (自 C++11 起)
is_nothrow_default_constructible_v<> (自 C++17 起)
is_nothrow_destructible<> (自 C++11 起)
is_nothrow_destructible_v<> (自 C++17 起)
is_nothrow_invocable<> (自 C++17 起)
is_nothrow_invocable_r<> (自 C++17 起)
is_nothrow_invocable_r_v<> (自 C++17 起)
is_nothrow_invocable_v<> (自 C++17 起)
is_nothrow_move_assignable<> (自 C++11 起)
is_nothrow_move_assignable_v<> (自 C++17 起)
is_nothrow_move_constructible<> (自 C++11 起)
is_nothrow_move_constructible_v<> (自 C++17 起)
is_nothrow_swappable<> (自 C++17 起)
is_nothrow_swappable_v<> (自 C++17 起)
is_nothrow_swappable_with<> (自 C++17 起)
is_nothrow_swappable_with_v<> (自 C++17 起)
is_null_pointer<> (自 C++11 起)
is_null_pointer_v<> (自 C++17 起)
is_object<> (自 C++11 起)
is_object_v<> (自 C++17 起)
is_partitioned<>() (自 C++11 起)
is_permutation<>() (自 C++11 起)
is_placeholder<> (自 C++11 起)
is_placeholder_v<> (自 C++17 起)
is_pod<> (自 C++11 起)(在 C++20 中弃用)
is_pod_v<> (自 C++17 起)(在 C++20 中弃用)
is_pointer<> (自 C++11 起)
is_pointer_v<> (自 C++17 起)
is_pointer_interconvertible_base_of<> (自 C++20 起)
is_pointer_interconvertible_base_of_v<> (自 C++20 起)
is_pointer_interconvertible_with_class<>() (自 C++20 起)
is_polymorphic<> (自 C++11 起)
is_polymorphic_v<> (自 C++17 起)
is_reference<> (自 C++11 起)
is_reference_v<> (自 C++17 起)
is_rvalue_reference<> (自 C++11 起)
is_rvalue_reference_v<> (自 C++17 起)
is_same<> (自 C++11 起)
is_same_v<> (自 C++17 起)
is_scalar<> (自 C++11 起)
is_scalar_v<> (自 C++17 起)
is_scoped_enum<> (自 C++23 起)
is_scoped_enum_v<> (自 C++23 起)
is_signed<> (自 C++11 起)
is_signed_v<> (自 C++17 起)
is_sorted<>() (自 C++11 起)
is_sorted_until<>() (自 C++11 起)
is_standard_layout<> (自 C++11 起)
is_standard_layout_v<> (自 C++17 起)
is_swappable<> (自 C++17 起)
is_swappable_v<> (自 C++17 起)
is_swappable_with<> (自 C++17 起)
is_swappable_with_v<> (自 C++17 起)
is_trivial<> (自 C++11 起)
is_trivial_v<> (自 C++17 起)
is_trivially_assignable<> (自 C++11 起)
is_trivially_assignable_v<> (自 C++17 起)
is_trivially_constructible<> (自 C++11 起)
is_trivially_constructible_v<> (自 C++17 起)
is_trivially_copyable<> (自 C++11 起)
is_trivially_copyable_v<> (自 C++17 起)
is_trivially_copy_assignable<> (自 C++11 起)
is_trivially_copy_assignable_v<> (自 C++17 起)
is_trivially_copy_constructible<> (自 C++11 起)
is_trivially_copy_constructible_v<> (自 C++17 起)
is_trivially_default_constructible<> (自 C++11 起)
is_trivially_default_constructible_v<> (自 C++17 起)
is_trivially_destructible<> (自 C++11 起)
is_trivially_destructible_v<> (自 C++17 起)
is_trivially_move_assignable<> (自 C++11 起)
is_trivially_move_assignable_v<> (自 C++17 起)
is_trivially_move_constructible<> (自 C++11 起)
is_trivially_move_constructible_v<> (自 C++17 起)
is_unbounded_array<> (自 C++20 起)
is_unbounded_array_v<> (自 C++20 起)
is_union<> (自 C++11 起)
is_union_v<> (自 C++17 起)
is_unsigned<> (自 C++11 起)
is_unsigned_v<> (自 C++17 起)
is_virtual_base_of<> (自 C++26 起)
is_virtual_base_of_v<> (自 C++26 起)
is_void<> (自 C++11 起)
is_void_v<> (自 C++17 起)
is_volatile<> (自 C++11 起)
is_volatile_v<> (自 C++17 起)
is_within_lifetime<> (自 C++26 起)
isalnum()
isalnum<>() (locale)
isalpha()
isalpha<>() (locale)
isblank() (自 C++11 起)
isblank<>() (locale) (自 C++11 起)
iscntrl()
iscntrl<>() (locale)
isdigit()
isdigit<>() (locale)
isfinite() (自 C++11 起)
isgraph()
isgraph<>() (locale)
isgreater() (自 C++11 起)
isgreaterequal() (自 C++11 起)
isinf() (自 C++11 起)
isless() (自 C++11 起)
islessequal() (自 C++11 起)
islessgreater() (自 C++11 起)
islower()
islower<>() (locale)
isnan() (自 C++11 起)
isnormal() (自 C++11 起)
ispanstream (自 C++23 起)
isprint()
isprint<>() (locale)
ispunct()
ispunct<>() (locale)
isspace()
isspace<>() (locale)
istream
istreambuf_iterator<>
istream_iterator<>
istringstream
isunordered() (自 C++11 起)
isupper()
isupper<>() (locale)
iswalnum()
iswalpha()
iswblank() (自 C++11 起)
iswcntrl()
iswctype()
iswdigit()
iswgraph()
iswlower()
iswprint()
iswpunct()
iswspace()
iswupper()
iswxdigit()
isxdigit()
isxdigit<>() (locale)
iter_common_reference_t<> (自 C++20 起)
iter_const_reference_t<> (自 C++23 起)
iter_difference_t<> (自 C++20 起)
iter_reference_t<> (自 C++20 起)
iter_rvalue_reference_t<> (自 C++20 起)
iter_swap<>()
iter_value_t<> (自 C++20 起)
iterator<> (在 C++17 中已弃用)
iterator_traits<>

[编辑] J

jmp_buf
jthread (自 C++20 起)

[编辑] K

kill_dependency<>() (自 C++11 起)
kilo (自 C++11 起)
knuth_b (自 C++11 起)

[编辑] L

labs()
laguerre() (自 C++17 起)
laguerref() (自 C++17 起)
laguerrel() (自 C++17 起)
latch (自 C++20 起)
launch (自 C++11 起)
launder<>() (自 C++17 起)
layout_left (自 C++23 起)
layout_left_padded<> (自 C++26 起)
layout_right (自 C++23 起)
layout_right_padded<> (自 C++26 起)
layout_stride (自 C++23 起)
lcm<>() (自 C++17 起)
lconv
ldexp()
ldexpf() (自 C++11 起)
ldexpl() (自 C++11 起)
ldiv()
ldiv_t
left()
legendre() (自 C++17 起)
legendref() (自 C++17 起)
legendrel() (自 C++17 起)
length_error
lerp() (自 C++20 起)
less<>
less_equal<>
lexicographical_compare<>()
lexicographical_compare_three_way<>() (自 C++20 起)
lgamma() (自 C++11 起)
lgammaf() (自 C++11 起)
lgammal() (自 C++11 起)
linalg (自 C++26 起)
linear_congruential_engine<> (自 C++11 起)
list<>
literals (自 C++14 起)
llabs() (自 C++11 起)
lldiv() (自 C++11 起)
lldiv_t (自 C++11 起)
llrint() (自 C++11 起)
llrintf() (自 C++11 起)
llrintl() (自 C++11 起)
llround() (自 C++11 起)
llroundf() (自 C++11 起)
llroundl() (自 C++11 起)
locale
localeconv()
localtime()
lock<>() (自 C++11 起)
lock_guard<> (自 C++11 起)
log()
log<>() (std::complex)
log<>() (std::valarray)
log10()
log10<>() (std::complex)
log10<>() (std::valarray)
log10f() (自 C++11 起)
log10l() (自 C++11 起)
log1p() (自 C++11 起)
log1pf() (自 C++11 起)
log1pl() (自 C++11 起)
log2() (自 C++11 起)
log2f() (自 C++11 起)
log2l() (自 C++11 起)
logb() (自 C++11 起)
logbf() (自 C++11 起)
logbl() (自 C++11 起)
logf() (自 C++11 起)
logic_error
logical_and<>
logical_not<>
logical_or<>
logl() (自 C++11 起)
lognormal_distribution<> (自 C++11 起)
longjmp()
lower_bound<>()
lrint() (自 C++11 起)
lrintf() (自 C++11 起)
lrintl() (自 C++11 起)
lround() (自 C++11 起)
lroundf() (自 C++11 起)
lroundl() (自 C++11 起)

[编辑] M

make_any<>() (自 C++17 起)
make_const_iterator<>() (自 C++23 起)
make_const_sentinel<>() (自 C++23 起)
make_error_code (std::errc) (自 C++11 起)
make_error_code (std::io_errc) (自 C++11 起)
make_error_condition (std::errc) (自 C++11 起)
make_error_condition (std::io_errc) (自 C++11 起)
make_exception_ptr<>() (自 C++11 起)
make_format_args<>() (自 C++20 起)
make_from_tuple<>() (自 C++17 起)
make_hazard_pointer() (自 C++26 起)
make_heap<>()
make_index_sequence<> (自 C++14 起)
make_integer_sequence<> (自 C++14 起)
make_move_iterator<>() (自 C++11 起)
make_obj_using_allocator<>() (自 C++20 起)
make_optional<>() (自 C++17 起)
make_pair<>
make_reverse_iterator<>() (自 C++14 起)
make_shared<>() (自 C++11 起)
make_shared_for_overwrite<>() (自 C++20 起)
make_signed<> (自 C++11 起)
make_signed_t<> (自 C++14 起)
make_tuple<>() (自 C++11 起)
make_unique<>() (自 C++14 起)
make_unique_for_overwrite<>() (自 C++20 起)
make_unsigned<> (自 C++11 起)
make_unsigned_t<> (自 C++14 起)
make_wformat_args<>() (自 C++20 起)
malloc()
map<>
mask_array<>
match_results<> (自 C++11 起)
max<>()
max_align_t (自 C++11 起)
max_element<>()
mblen()
mbrlen()
mbrtoc16() (自 C++11 起)
mbrtoc32() (自 C++11 起)
mbrtoc8() (自 C++20 起)
mbrtowc()
mbsinit()
mbsrtowcs()
mbstate_t
mbstowcs()
mbtowc()
mdspan<> (自 C++23 起)
mega (自 C++11 起)
mem_fn<>() (自 C++11 起)
memchr()
memcmp()
memcpy()
memmove()
memory_order (自 C++11 起)
memory_order_acq_rel (自 C++11 起)
memory_order_acquire (自 C++11 起)
memory_order_consume (自 C++11 起)
memory_order_relaxed (自 C++11 起)
memory_order_release (自 C++11 起)
memory_order_seq_cst (自 C++11 起)
memset()
merge<>()
mergeable<> (自 C++20 起)
mersenne_twister_engine<> (自 C++11 起)
messages<>
messages_base
messages_byname<>
micro (自 C++11 起)
midpoint<>() (自 C++20 起)
milli (自 C++11 起)
min<>()
min_element<>()
minmax<>() (自 C++11 起)
minmax_element<>() (自 C++11 起)
minstd_rand (自 C++11 起)
minstd_rand0 (自 C++11 起)
minus<>
mismatch<>()
mktime()
modf()
modff() (自 C++11 起)
modfl() (自 C++11 起)
modulus<>
money_base
money_get<>
moneypunct<>
moneypunct_byname<>
money_put<>
monostate (自 C++17 起)
movable<> (自 C++20 起)
move<>() (算法) (自 C++11 起)
move<>() (工具) (自 C++11 起)
move_backward<>() (自 C++11 起)
move_constructible<> (自 C++20 起)
move_if_noexcept<>() (自 C++11 起)
move_iterator<> (自 C++11 起)
move_only_function<> (自 C++23 起)
move_sentinel<> (自 C++20 起)
mt19937 (自 C++11 起)
mt19937_64 (自 C++11 起)
mul_sat<>() (自 C++26 起)
multimap<>
multiplies<>
multiset<>
mutex (从 C++11 开始)

[编辑] N

nan() (从 C++11 开始)
nanf() (从 C++11 开始)
nanl() (从 C++11 开始)
nano (从 C++11 开始)
nearbyint() (从 C++11 开始)
nearbyintf() (从 C++11 开始)
nearbyintl() (从 C++11 开始)
negate<>
negation<> (从 C++17 开始)
negation_v<> (从 C++17 开始)
negative_binomial_distribution<> (从 C++11 开始)
nested_exception (从 C++11 开始)
new_handler
next<>() (从 C++11 开始)
next_permutation<>()
nextafter() (从 C++11 开始)
nextafterf() (从 C++11 开始)
nextafterl() (从 C++11 开始)
nexttoward() (从 C++11 开始)
nexttowardf() (从 C++11 开始)
nexttowardl() (从 C++11 开始)
noemit_on_flush<>() (从 C++20 开始)
noboolalpha()
none_of<>() (从 C++11 开始)
nontype (从 C++26 开始)
nontype_t (从 C++26 开始)
noop_coroutine() (从 C++20 开始)
noop_coroutine_handle (从 C++20 开始)
noop_coroutine_promise (从 C++20 开始)
norm<>()
normal_distribution<> (从 C++11 开始)
noshowbase()
noshowpoint()
noshowpos()
noskipws()
nostopstate (从 C++20 开始)
nostopstate_t (从 C++20 开始)
not_equal_to<>
not_fn<>() (从 C++17 开始)
nothrow
nothrow_t
notify_all_at_thread_exit() (从 C++11 开始)
nounitbuf()
nouppercase()
nth_element<>()
nullopt (从 C++17 开始)
nullopt_t (从 C++17 开始)
nullptr_t (从 C++11 开始)
numeric_limits<>
num_get<>
numbers (从 C++20 开始)
numpunct<>
numpunct_byname<>
num_put<>

[编辑] O

oct()
once_flag (从 C++11 开始)
ofstream
optional<> (从 C++17 开始)
ospanstream (从 C++23 开始)
ostream
ostreambuf_iterator<>
ostream_iterator<>
ostringstream
osyncstream (从 C++20 开始)
out_of_range
out_ptr<>() (从 C++23 开始)
out_ptr_t<> (从 C++23 开始)
output_iterator<> (从 C++20 开始)
output_iterator_tag
overflow_error
owner_less<> (从 C++11 开始)

[编辑] P

packaged_task<> (从 C++11 开始)
pair<>
partial_order (从 C++20 开始)
partial_ordering (从 C++20 开始)
partial_sort<>()
partial_sort_copy<>()
partial_sum<>()
partition<>()
partition_copy<>() (从 C++11 开始)
partition_point<>() (从 C++11 开始)
permutable<> (从 C++20 开始)
perror()
peta (从 C++11 开始)
pico (从 C++11 开始)
piecewise_constant_distribution<> (从 C++11 开始)
piecewise_construct (从 C++11 开始)
piecewise_construct_t (从 C++11 开始)
piecewise_linear_distribution<> (从 C++11 开始)
placeholders (从 C++11 开始)
plus<>
pmr (从 C++17 开始)
pointer_traits<> (从 C++11 开始)
poisson_distribution<> (从 C++11 开始)
polar<>()
pop_heap<>()
popcount<>() (从 C++20 开始)
pow()
pow<>() (std::complex)
pow<>() (std::valarray)
powf() (从 C++11 开始)
powl() (从 C++11 开始)
predicate<> (从 C++20 开始)
prev<>() (从 C++11 开始)
prev_permutation<>()
print<>() (从 C++23 开始)
printf()
println<>() (从 C++23 开始)
priority_queue<>
proj<>() (从 C++11 开始)
projected<> (从 C++20 开始)
promise<> (从 C++11 开始)
ptrdiff_t
push_heap<>()
put_money<>() (从 C++11 开始)
put_time<>() (从 C++11 开始)
putc()
putchar()
puts()
putwc()
putwchar()

[编辑] Q

qsort()
quecto (从 C++26 开始)
queue<>
quetta (从 C++26 开始)
quick_exit() (从 C++11 开始)
quoted<>() (从 C++14 开始)

[编辑] R

raise()
rand()
random_access_iterator<> (从 C++20 开始)
random_access_iterator_tag
random_device (从 C++11 开始)
range_error
range_format (从 C++23 开始)
range_formatter<> (从 C++23 开始)
ranges (从 C++20 开始)
ranlux24 (从 C++11 开始)
ranlux24_base (从 C++11 开始)
ranlux48 (从 C++11 开始)
ranlux48_base (从 C++11 开始)
rank<> (从 C++11 开始)
rank_v<> (从 C++17 开始)
ratio (从 C++11 开始)
ratio_add<> (从 C++11 开始)
ratio_divide<> (从 C++11 开始)
ratio_equal<> (从 C++11 开始)
ratio_equal_v<> (从 C++17 开始)
ratio_greater<> (从 C++11 开始)
ratio_greater_equal<> (从 C++11 开始)
ratio_greater_equal_v<> (从 C++17 开始)
ratio_greater_v<> (从 C++17 开始)
ratio_less<> (从 C++11 开始)
ratio_less_equal<> (从 C++11 开始)
ratio_less_equal_v<> (从 C++17 开始)
ratio_less_v<> (从 C++17 开始)
ratio_multiply<> (从 C++11 开始)
ratio_not_equal<> (从 C++11 开始)
ratio_not_equal_v<> (从 C++17 开始)
ratio_subtract<> (从 C++11 开始)
rbegin<>() (从 C++14 开始)
rcu_barrier() (从 C++26 开始)
rcu_default_domain() (从 C++26 开始)
rcu_domain (从 C++26 开始)
rcu_obj_base<> (从 C++26 开始)
rcu_synchronize() (从 C++26 开始)
rcu_retire<>() (从 C++26 开始)
real<>()
realloc()
recursive_mutex (从 C++11 开始)
recursive_timed_mutex (从 C++11 开始)
reduce<>() (从 C++17 开始)
ref<>() (从 C++11 开始)
reference_constructs_from_temporary<> (从 C++23 开始)
reference_converts_from_temporary<> (从 C++23 开始)
reference_wrapper<> (从 C++11 开始)
regex (从 C++11 开始)
regex_constants (从 C++11 开始)
regex_error (从 C++11 开始)
regex_iterator<> (从 C++11 开始)
regex_match<> (从 C++11 开始)
regex_replace<> (从 C++11 开始)
regex_search<> (从 C++11 开始)
regex_token_iterator<> (从 C++11 开始)
regex_traits<> (从 C++11 开始)
regular<> (从 C++20 开始)
regular_invocable<> (从 C++20 开始)
reinterpret_pointer_cast<>() (从 C++11 开始)
rel_ops (在 C++20 中已弃用)
relation<> (从 C++20 开始)
remainder() (从 C++11 开始)
remainderf() (从 C++11 开始)
remainderl() (从 C++11 开始)
remove()
remove<>() (算法)
remove_if<>()
remove_all_extents<> (从 C++11 开始)
remove_all_extents_t<> (从 C++14 开始)
remove_const<> (从 C++11 开始)
remove_const_t<> (从 C++14 开始)
remove_copy<>()
remove_copy_if<>()
remove_cv<> (从 C++11 开始)
remove_cv_t<> (从 C++14 开始)
remove_cvref<> (从 C++20 开始)
remove_cvref_t<> (从 C++20 开始)
remove_extent<> (从 C++11 开始)
remove_extent_t<> (从 C++14 开始)
remove_pointer<> (从 C++11 开始)
remove_pointer_t<> (从 C++14 开始)
remove_reference<> (从 C++11 开始)
remove_reference_t<> (从 C++14 开始)
remove_volatile<> (从 C++11 开始)
remove_volatile_t<> (从 C++14 开始)
remquo() (从 C++11 开始)
remquof() (从 C++11 开始)
remquol() (从 C++11 开始)
rend<>() (从 C++14 开始)
rename()
replace<>()
replace_copy<>()
replace_copy_if<>()
replace_if<>()
resetiosflags()
rethrow_exception() (从 C++11 开始)
rethrow_if_nested<>() (从 C++11 开始)
reverse<>()
reverse_copy<>()
reverse_iterator<>
rewind()
riemann_zeta() (从 C++17 开始)
riemann_zetaf() (从 C++17 开始)
riemann_zetal() (从 C++17 开始)
right()
rint() (从 C++11 开始)
rintf() (从 C++11 开始)
rintl() (从 C++11 开始)
ronna (从 C++26 开始)
ronto (从 C++26 开始)
rotate<>()
rotate_copy<>()
rotl<>() (从 C++20 开始)
rotr<>() (从 C++20 开始)
round() (从 C++11 开始)
roundf() (从 C++11 开始)
roundl() (从 C++11 开始)
round_indeterminate
round_to_nearest
round_toward_infinity
round_toward_neg_infinity
round_toward_zero
runtime_error
runtime_format() (从 C++26 开始)

[编辑] S

same_as<> (从 C++20 开始)
sample<>() (从 C++17 开始)
saturate_cast<>() (从 C++26 开始)
scalbln() (从 C++11 开始)
scalblnf() (从 C++11 开始)
scalblnl() (从 C++11 开始)
scalbn() (从 C++11 开始)
scalbnf() (从 C++11 开始)
scalbnl() (从 C++11 开始)
scanf()
scientific()
scoped_allocator_adaptor<> (从 C++11 开始)
scoped_lock (从 C++17 开始)
search<>()
search_n<>()
seed_seq (从 C++11 开始)
semiregular<> (从 C++20 开始)
sentinel_for<> (从 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<> (从 C++11 开始)
shared_lock<> (从 C++14 开始)
shared_mutex (从 C++17 开始)
shared_ptr<> (从 C++11 开始)
shared_timed_mutex (从 C++14 开始)
shift_left<>() (从 C++20 开始)
shift_right<>() (从 C++20 开始)
showbase()
showpoint()
showpos()
shuffle<>() (从 C++11 开始)
shuffle_order_engine<> (从 C++11 开始)
sig_atomic_t
signal()
signbit() (从 C++11 开始)
signed_integral<> (从 C++20 开始)
sin()
sin<>() (std::complex)
sin<>() (std::valarray)
sinf() (从 C++11 开始)
sinh()
sinh<>() (std::complex)
sinh<>() (std::valarray)
sinhf() (从 C++11 开始)
sinhl() (从 C++11 开始)
sinl() (从 C++11 开始)
size<>() (从 C++17 开始)
size_t
sized_sentinel_for<> (从 C++20 开始)
skipws()
slice
slice_array<>
smatch (从 C++11 开始)
snprintf() (从 C++11 开始)
sort<>()
sort_heap<>()
sortable<> (从 C++20 开始)
sorted_equivalent (从 C++23 开始)
sorted_equivalent_t (从 C++23 开始)
sorted_unique (从 C++23 开始)
sorted_unique_t (从 C++23 开始)
source_location (从 C++20 开始)
span<> (从 C++20 开始)
spanbuf (从 C++23 开始)
spanstream (从 C++23 开始)
sph_bessel() (从 C++17 开始)
sph_besself() (从 C++17 开始)
sph_bessell() (从 C++17 开始)
sph_legendre() (从 C++17 开始)
sph_legendref() (从 C++17 开始)
sph_legendrel() (从 C++17 开始)
sph_neumann() (从 C++17 开始)
sph_neumannf() (从 C++17 开始)
sph_neumannl() (从 C++17 开始)
sprintf()
sqrt()
sqrt<>() (std::complex)
sqrt<>() (std::valarray)
sqrtf() (从 C++11 开始)
sqrtl() (从 C++11 开始)
srand()
sregex_iterator (从 C++11 开始)
sregex_token_iterator (从 C++11 开始)
sscanf()
ssize<>() (从 C++20 开始)
ssub_match (从 C++11 开始)
stable_partition<>()
stable_sort<>()
stack<>
stacktrace (从 C++23 开始)
stacktrace_entry (从 C++23 开始)
start_lifetime_as<>() (从 C++23 开始)
static_pointer_cast<>() (从 C++11 开始)
stod() (从 C++11 开始)
stof() (从 C++11 开始)
stoi() (从 C++11 开始)
stol() (从 C++11 开始)
stold() (从 C++11 开始)
stoll() (从 C++11 开始)
stoul() (从 C++11 开始)
stoull() (从 C++11 开始)
stop_callback<> (从 C++20 开始)
stop_source (从 C++20 开始)
stop_token (从 C++20 开始)
strcat()
strchr()
strcmp()
strcoll()
strcpy()
strcspn()
streambuf
streamoff
streampos
streamsize
strerror()
strftime()
strict_weak_order<> (从 C++20 开始)
strided_slice<> (从 C++26 开始)
string
string_literals (从 C++14 开始)
string_view (从 C++17 开始)
string_view_literals (从 C++17 开始)
stringbuf
stringstream
strlen()
strncat()
strncmp()
strncpy()
strong_order (从 C++20 开始)
strong_ordering (从 C++20 开始)
strpbrk()
strrchr()
strspn()
strstr()
strtod()
strtof() (从 C++11 开始)
strtoimax() (从 C++11 开始)
strtok()
strtol()
strtold()
strtoll() (从 C++11 开始)
strtoul()
strtoull() (从 C++11 开始)
strtoumax() (从 C++11 开始)
strxfrm()
syncbuf (从 C++20 开始)
student_t_distribution<> (从 C++11 开始)
sub_match<> (从 C++11 开始)
sub_sat<>() (从 C++26 开始)
submdspan<>() (从 C++26 开始)
submdspan_extents<>() (从 C++26 开始)
submdspan_mapping_result<> (从 C++26 开始)
subtract_with_carry_engine<> (从 C++11 开始)
suspend_always (从 C++20 开始)
suspend_never (从 C++20 开始)
swap<>()
swap_ranges<>()
swappable<> (从 C++20 开始)
swappable_with<> (从 C++20 开始)
swprintf()
swscanf()
system()
system_category (从 C++11 开始)
system_error (从 C++11 开始)

[编辑] T

tan()
tan<>() (std::complex)
tan<>() (std::valarray)
tan()
tanf() (从 C++11 开始)
tanh()
tanh<>() (std::complex)
tanh<>() (std::valarray)
tanhf() (从 C++11 开始)
tanhl() (从 C++11 开始)
tanl() (从 C++11 开始)
tera (从 C++11 开始)
terminate()
terminate_handler
text_encoding (从 C++26 开始)
tgamma() (从 C++11 开始)
tgammaf() (从 C++11 开始)
tgammal() (从 C++11 开始)
this_thread
thread (从 C++11 开始)
three_way_comparable<> (从 C++20 开始)
three_way_comparable_with<> (从 C++20 开始)
throw_with_nested<>() (从 C++11 开始)
tie<>() (从 C++11 开始)
time()
time_base
time_get<>
time_get_byname<>
time_put<>
time_put_byname<>
time_t
timed_mutex (从 C++11 开始)
timespec (从 C++17 开始)
timespec_get() (从 C++17 开始)
tm
tmpfile()
tmpnam()
to_address<>() (从 C++20 开始)
to_array<>() (从 C++20 开始)
to_chars() (从 C++17 开始)
to_chars_result (从 C++17 开始)
to_integer<>() (从 C++17 开始)
to_string() (从 C++11 开始)
to_wstring() (从 C++11 开始)
tolower()
tolower<>() (locale)
totally_ordered<> (从 C++20 开始)
totally_ordered_with<> (从 C++20 开始)
toupper()
toupper<>() (locale)
to_underlying<>() (从 C++23 开始)
towctrans()
towlower()
towupper()
transform<>()
transform_exclusive_scan<>() (从 C++17 开始)
transform_inclusive_scan<>() (从 C++17 开始)
transform_reduce<>() (从 C++17 开始)
true_type (从 C++11 开始)
trunc() (从 C++11 开始)
truncf() (从 C++11 开始)
truncl() (从 C++11 开始)
try_lock<>() (从 C++11 开始)
try_to_lock (从 C++11 开始)
try_to_lock_t (从 C++11 开始)
tuple<> (从 C++11 开始)
tuple_cat<>() (从 C++11 开始)
tuple_element<> (从 C++11 开始)
tuple_element_t<> (从 C++14 开始)
tuple_size<> (从 C++11 开始)
tuple_size_v<> (从 C++17 开始)
type_identity<> (从 C++20 开始)
type_identity_t<> (从 C++20 开始)
type_index (从 C++11 开始)
type_info

[编辑] U

u16streampos (从 C++11 开始)
u16string (从 C++11 开始)
u16string_view (从 C++17 开始)
u32streampos (从 C++11 开始)
u32string (从 C++11 开始)
u32string_view (从 C++17 开始)
u8streampos (从 C++20 开始)
u8string (从 C++20 开始)
u8string_view (从 C++20 开始)
uint_fast16_t (从 C++11 开始)
uint_fast32_t (从 C++11 开始)
uint_fast64_t (从 C++11 开始)
uint_fast8_t (从 C++11 开始)
uint_least16_t (从 C++11 开始)
uint_least32_t (从 C++11 开始)
uint_least64_t (从 C++11 开始)
uint_least8_t (从 C++11 开始)
uint16_t (从 C++11 开始)
uint32_t (从 C++11 开始)
uint64_t (从 C++11 开始)
uint8_t (从 C++11 开始)
uintmax_t (从 C++11 开始)
uintptr_t (从 C++11 开始)
uncaught_exceptions (从 C++17 开始)
underflow_error
underlying_type<> (从 C++11 开始)
underlying_type_t<> (从 C++14 开始)
unexpect (从 C++23 开始)
unexpect_t (从 C++23 开始)
unexpected<> (从 C++23 开始)
ungetc()
ungetwc()
uniform_int_distribution<> (从 C++11 开始)
uniform_random_bit_generator<> (从 C++20 开始)
uniform_real_distribution<> (从 C++11 开始)
uninitialized_construct_using_allocator<>() (从 C++20 开始)
uninitialized_copy<>()
uninitialized_copy_n<>() (从 C++11 开始)
uninitialized_default_construct<>() (从 C++17 开始)
uninitialized_default_construct_n<>() (从 C++17 开始)
uninitialized_fill<>()
uninitialized_fill_n<>()
uninitialized_move<>() (从 C++17 开始)
uninitialized_move_n<>() (从 C++17 开始)
uninitialized_value_construct<>() (从 C++17 开始)
uninitialized_value_construct_n<>() (从 C++17 开始)
unique<>()
unique_copy<>()
unique_lock<> (从 C++11 开始)
unique_ptr<> (从 C++11 开始)
unitbuf()
unordered_map<> (从 C++11 开始)
unordered_multimap<> (从 C++11 开始)
unordered_multiset<> (从 C++11 开始)
unordered_set<> (从 C++11 开始)
unreachable() (从 C++23 开始)
unreachable_sentinel (从 C++20 开始)
unreachable_sentinel_t (从 C++20 开始)
unsigned_integral<> (从 C++20 开始)
unwrap_ref_decay<> (从 C++20 开始)
unwrap_ref_decay_t<> (从 C++20 开始)
unwrap_reference<> (从 C++20 开始)
unwrap_reference_t<> (从 C++20 开始)
upper_bound<>()
uppercase()
use_facet<>()
uses_allocator<> (从 C++11 开始)
uses_allocator_v<> (从 C++17 开始)
uses_allocator_construction_args<>() (从 C++20 开始)

[编辑] V

va_list
valarray<>
variant<> (从 C++17 开始)
variant_alternative<> (从 C++17 开始)
variant_alternative_t<> (从 C++17 开始)
variant_npos (从 C++17 开始)
variant_size<> (从 C++17 开始)
variant_size_v<> (从 C++17 开始)
vector<>
vformat() (从 C++20 开始)
vformat_to<>() (从 C++20 开始)
vfprintf()
vfscanf() (从 C++11 开始)
vfwprintf()
vfwscanf() (从 C++11 开始)
views (从 C++20 开始)
visit<>() (从 C++17 开始)
visit_format_arg<>() (从 C++20 开始)
void_t (从 C++17 开始)
vprint_nonunicode() (从 C++23 开始)
vprint_nonunicode_buffered() (从 C++23 开始)
vprint_unicode() (从 C++23 开始)
vprint_unicode_buffered() (从 C++23 开始)
vprintf()
vscanf() (从 C++11 开始)
vsnprintf() (从 C++11 开始)
vsprintf()
vsscanf() (从 C++11 开始)
vswprintf()
vswscanf() (从 C++11 开始)
vwprintf()
vwscanf() (从 C++11 开始)

[edit] W

wbuffer_convert<> (从 C++11 开始)(在 C++17 中已弃用)
wcerr
wcin
wclog
wcmatch (从 C++11 开始)
wcout
wcregex_iterator (从 C++11 开始)
wcregex_token_iterator (从 C++11 开始)
wcrtomb()
wcscat()
wcschr()
wcscmp()
wcscoll()
wcscpy()
wcscspn()
wcsftime()
wcslen()
wcsncat()
wcsncmp()
wcsncpy()
wcspbrk()
wcsrchr()
wcsrtombs()
wcsspn()
wcsstr()
wcstod()
wcstof() (从 C++11 开始)
wcstoimax() (从 C++11 开始)
wcstok()
wcstol()
wcstold() (从 C++11 开始)
wcstoll() (从 C++11 开始)
wcstombs()
wcstoul()
wcstoull() (从 C++11 开始)
wcstoumax() (从 C++11 开始)
wcsub_match (从 C++11 开始)
wcsxfrm()
wctob()
wctomb()
wctrans()
wctrans_t
wctype()
wctype_t
weak_order (从 C++20 开始)
weak_ordering (从 C++20 开始)
weak_ptr<> (从 C++11 开始)
weakly_incrementable<> (从 C++20 开始)
weibull_distribution<> (从 C++11 开始)
wfilebuf
wformat_args (从 C++20 开始)
wformat_context (从 C++20 开始)
wformat_parse_context (从 C++20 开始)
wformat_string<> (从 C++20 开始)
wfstream
wifstream
wint_t
wios
wiostream
wispanstream (从 C++23 开始)
wistream
wistringstream
wmemchr()
wmemcmp()
wmemcpy()
wmemmove()
wmemset()
wofstream
wospanstream (从 C++23 开始)
wostream
wosyncstream (从 C++20 开始)
ws<>()
wspanbuf (从 C++23 开始)
wspanstream (从 C++23 开始)
wstreambuf
wstreampos
wostringstream
wprintf()
wregex (从 C++11 开始)
wscanf()
wsmatch (从 C++11 开始)
wsregex_iterator (从 C++11 开始)
wsregex_token_iterator (从 C++11 开始)
wssub_match (从 C++11 开始)
wstring
wstring_convert<> (从 C++11 开始)(在 C++17 中已弃用)
wstring_view<> (从 C++17 开始)
wstringbuf
wstringstream
wsyncbuf (从 C++20 开始)

[edit] X

[edit] Y

yocto (从 C++11 开始)
yotta (从 C++11 开始)

[edit] Z

zepto (从 C++11 开始)
zetta (从 C++11 开始)

[edit] 另请参阅

C 文档符号索引