Namespaces
Variants

std Symbol Index

From cppreference.net


이 페이지는 표준 라이브러리 의 네임스페이스 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

abort()
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<> 전체 특수화 및 typedef:
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_k() (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 이후)
엑사 (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 <> (C++26 이후)
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_sufficiently_aligned<>() (C++26부터)
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<>() (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 이후)
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_equal (C++26 이후)
owner_hash (C++26 이후)
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<>()
polymorphic <> (C++26 이후)
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<>() (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 이후)
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 이후)
테라 (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 이후)

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 이후)

X

Y

yocto (C++11 이후)
yotta (C++11 이후)

Z

zepto (C++11 이후)
zetta (C++11 이후)

참고 항목

C 문서 심볼 인덱스