Пространства имён
Варианты
Действия

std Список терминов

Материал из cppreference.com
< cpp

C++


Эта страница пытается перечислить все символы, доступные в Стандартной библиотеке в пространстве имен 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_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_at_least<>() (начиная с C++23)
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<> full specializations and typedefs:
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_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_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_filebuf<>
basic_format_arg<> (начиная с C++20)
basic_format_args<> (начиная с C++20)
basic_format_context<> (начиная с C++20)
basic_format_parse_context<> (начиная с 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) (iterator)
bernoulli_distribution<> (начиная с C++11)
beta() (начиная с C++17)
betaf() (начиная с C++17)
betal() (начиная с C++17)
bidirectional_iterator<> (начиная с C++20)
bidirectional_iterator_tag
binary_search<>()
binary_semaphore (начиная с C++20)
bind<>() (начиная с C++11)
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<>
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<>
codecvt_mode (начиная с C++11)(устарело в C++17)
codecvt_utf16<> (начиная с C++11)(устарело в C++17)
codecvt_utf8<> (начиная с C++11)(устарело в C++17)
codecvt_utf8_utf16<> (начиная с C++11)(устарело в C++17)
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<>()
construct_at<>() (начиная с C++20)
constructible_from<> (начиная с C++20)
consume_header (начиная с C++11)(устарело в C++17)
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)
copysign() (начиная с C++11)
copysignf() (начиная с C++11)
copysignl() (начиная с C++11)
const_pointer_cast<>() (начиная с 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<> (char)
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_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)
destructble (начиная с C++20)
difftime()
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_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)
end<>() (начиная с C++11) (iterator)
endian (начиная с C++20)
endl<>()
ends<>()
equal<>()
equal_range<>()
equal_to<>
equality_comparable<> (начиная с C++20)
equality_comparable_with<> (начиная с C++20)
equivalence_relation<> (начиная с C++20)
erase<>() (начиная с C++20)
erase_if<>() (начиная с 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)
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)
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()
float_denorm_style
float_round_style
float_t (начиная с C++11)
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_parse_context (начиная с C++20)
format_to<>() (начиная с C++20)
format_to_n<>() (начиная с C++20)
format_to_n_result<> (начиная с C++20)
formatted_size<>() (начиная с C++20)
formatter<> (начиная с C++20)
forward<>() (начиная с C++11)
forward_as_tuple<>() (начиная с C++11)
forward_iterator<> (начиная с C++20)
forward_iterator_tag
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)
front_insert_iterator<>
front_inserter<>()
fscanf()
fseek()
fsetpos()
fstream
ftell()
function<> (начиная с C++11)
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_header (начиная с C++11)(устарело в C++17)
generate_n<>()
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)
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)
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<>()
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_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_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_void<> (начиная с C++11)
is_void_v<> (начиная с C++17)
is_volatile<> (начиная с C++11)
is_volatile_v<> (начиная с C++17)
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
istrstream (устарело в C++98)
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_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)
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)
linear_congruential_engine<> (начиная с C++11)
list<>
literals (начиная с C++14)
little_endian (начиная с C++11)(устарело в C++17)
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_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_heap<>()
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()
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<>() (algorithm) (начиная с C++11)
move<>() (utility) (начиная с 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)
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)
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
ostrstream (устарело в C++98)
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)
polymorphic_allocator<> (начиная с C++17)
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<>()
printf()
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()
queue<>
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
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)
real<>()
realloc()
recursive_mutex (начиная с C++11)
recursive_timed_mutex (начиная с C++11)
reduce<>() (начиная с C++17)
ref<>() (начиная с C++11)
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<>() (algorithm)
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)
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

[править] S

same_as<> (начиная с C++20)
sample<>() (начиная с C++17)
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)
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)
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)
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()
strstream (устарело в C++98)
strstreambuf (устарело в C++98)
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)
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
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<> (std::array) (начиная с C++11)
tuple_element<> (std::pair) (начиная с C++11)
tuple_element<> (std::ranges::subrange) (начиная с C++20)
tuple_element<> (std::tuple) (начиная с C++11)
tuple_element_t<> (начиная с C++14)
tuple_size<> (начиная с C++11)
tuple_size<> (std::array) (начиная с C++11)
tuple_size<> (std::pair) (начиная с C++11)
tuple_size<> (std::ranges::subrange) (начиная с C++20)
tuple_size<> (std::tuple) (начиная с 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)
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_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)
vprintf()
vscanf() (начиная с C++11)
vsnprintf() (начиная с C++11)
vsprintf()
vsscanf() (начиная с C++11)
vswprintf()
vswscanf() (начиная с C++11)
vwprintf()
vwscanf() (начиная с C++11)

[править] 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)
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)

[править] X

[править] Y

yocto (начиная с C++11)
yotta (начиная с C++11)

[править] Z

zepto (начиная с C++11)
zetta (начиная с C++11)

[править] Смотри также

Документация C по Symbol Index