Namespaces
Variants
Views
Actions

MediaWiki talk:Geshi-keyword-list-cpp

From cppreference.com

Contents

 [hide

[edit] Adding exposition-only names

Exposition-only names are added at the top of the list. Everything else goes to the bottom of the list.

Every item in the list results in a unique class attribute, sequentially numbered, starting at kw100; adding exposition-only names at the top reduces the likelihood of the class changing as things are added and removed.

After adding an exposition-only name, test syntax highlighting and inspect the generated HTML to figure out the right class (or just count from the top), then edit MediaWiki:Common.css to add a CSS rule that italicizes it.


[edit] Links to material that was processed

The identifier packs from this page that were already handled can be found here: MediaWiki_talk:Geshi-keyword-list-cpp/Archive_1.


[edit] New 2024-08-29 portion of symbols for Geshi-keyword-list-cpp

Below (under the cut) is a drop-in replacement for Geshi-keyword-list-cpp with new C++23/26 symbols, including std::linalg (C++26) etc. --Space Mission (talk) 08:04, 9 September 2024 (PDT)

[edit] Notes
1) Added more ids on C++23/26.
2) Some links (~7) have been updated following the recent split of the cpp/ranges/iterator_t page into three parts:
3) The line std::get => cpp/utility/variant/get has been removed because it produces wrong links for non-std::variant types, e.g. std::tuple<int, float> t(42); std::get<0>(t);.
4) These items were regrouped (so, no worrying):
5) The obsolete "/ranges-ranges-placeholder/" paths (in ~ 10 places) were replaced with just "/ranges/". The explanation for "/ranges-ranges-placeholder/" can be found at e.g. https://en.cppreference.com/w/cpp/ranges-ranges-placeholder/cdata . Maybe the redirecting JavaScript mentioned in that page can also be simplified.
 [Expand↓ An updated Geshi-keyword-list-cpp (drop-in replacement) ↓
container-compatible-range => cpp/ranges/to
boolean-testable => cpp/concepts/boolean-testable
no-throw-forward-iterator => cpp/memory/ranges/nothrow_concepts
no-throw-forward-range => cpp/memory/ranges/nothrow_concepts
no-throw-input-iterator => cpp/memory/ranges/nothrow_concepts
no-throw-input-range => cpp/memory/ranges/nothrow_concepts
no-throw-sentinel-for => cpp/memory/ranges/nothrow_concepts
std::size_t => cpp/types/size_t
std::ptrdiff_t => cpp/types/ptrdiff_t
std::nullptr_t => cpp/types/nullptr_t
NULL => cpp/types/NULL
std::max_align_t => cpp/types/max_align_t
offsetof => cpp/types/offsetof
std::int8_t => cpp/types/integer
std::int16_t => cpp/types/integer
std::int32_t => cpp/types/integer
std::int64_t => cpp/types/integer
std::int_fast8_t => cpp/types/integer
std::int_fast16_t => cpp/types/integer
std::int_fast32_t => cpp/types/integer
std::int_fast64_t => cpp/types/integer
std::int_least8_t => cpp/types/integer
std::int_least16_t => cpp/types/integer
std::int_least32_t => cpp/types/integer
std::int_least64_t => cpp/types/integer
std::intmax_t => cpp/types/integer
std::intptr_t => cpp/types/integer
std::uint8_t => cpp/types/integer
std::uint16_t => cpp/types/integer
std::uint32_t => cpp/types/integer
std::uint64_t => cpp/types/integer
std::uint_fast8_t => cpp/types/integer
std::uint_fast16_t => cpp/types/integer
std::uint_fast32_t => cpp/types/integer
std::uint_fast64_t => cpp/types/integer
std::uint_least8_t => cpp/types/integer
std::uint_least16_t => cpp/types/integer
std::uint_least32_t => cpp/types/integer
std::uint_least64_t => cpp/types/integer
std::uintmax_t => cpp/types/integer
std::uintptr_t => cpp/types/integer
INT8_MIN => cpp/types/integer
INT16_MIN => cpp/types/integer
INT32_MIN => cpp/types/integer
INT64_MIN => cpp/types/integer
INT_FAST8_MIN => cpp/types/integer
INT_FAST16_MIN => cpp/types/integer
INT_FAST32_MIN => cpp/types/integer
INT_FAST64_MIN => cpp/types/integer
INT_LEAST8_MIN => cpp/types/integer
INT_LEAST16_MIN => cpp/types/integer
INT_LEAST32_MIN => cpp/types/integer
INT_LEAST64_MIN => cpp/types/integer
INTPTR_MIN => cpp/types/integer
INTMAX_MIN => cpp/types/integer
INT8_MAX => cpp/types/integer
INT16_MAX => cpp/types/integer
INT32_MAX => cpp/types/integer
INT64_MAX => cpp/types/integer
INT_FAST8_MAX => cpp/types/integer
INT_FAST16_MAX => cpp/types/integer
INT_FAST32_MAX => cpp/types/integer
INT_FAST64_MAX => cpp/types/integer
INT_LEAST8_MAX => cpp/types/integer
INT_LEAST16_MAX => cpp/types/integer
INT_LEAST32_MAX => cpp/types/integer
INT_LEAST64_MAX => cpp/types/integer
INTPTR_MAX => cpp/types/integer
INTMAX_MAX => cpp/types/integer
UINT8_MAX => cpp/types/integer
UINT16_MAX => cpp/types/integer
UINT32_MAX => cpp/types/integer
UINT64_MAX => cpp/types/integer
UINT_FAST8_MAX => cpp/types/integer
UINT_FAST16_MAX => cpp/types/integer
UINT_FAST32_MAX => cpp/types/integer
UINT_FAST64_MAX => cpp/types/integer
UINT_LEAST8_MAX => cpp/types/integer
UINT_LEAST16_MAX => cpp/types/integer
UINT_LEAST32_MAX => cpp/types/integer
UINT_LEAST64_MAX => cpp/types/integer
UINTPTR_MAX => cpp/types/integer
UINTMAX_MAX => cpp/types/integer
PRId8 => cpp/types/integer
PRId16 => cpp/types/integer
PRId32 => cpp/types/integer
PRId64 => cpp/types/integer
PRIdLEAST8 => cpp/types/integer
PRIdLEAST16 => cpp/types/integer
PRIdLEAST32 => cpp/types/integer
PRIdLEAST64 => cpp/types/integer
PRIdFAST8 => cpp/types/integer
PRIdFAST16 => cpp/types/integer
PRIdFAST32 => cpp/types/integer
PRIdFAST64 => cpp/types/integer
PRIdMAX => cpp/types/integer
PRIdPTR  => cpp/types/integer
PRIi8 => cpp/types/integer
PRIi16 => cpp/types/integer
PRIi32 => cpp/types/integer
PRIi64 => cpp/types/integer
PRIiLEAST8 => cpp/types/integer
PRIiLEAST16 => cpp/types/integer
PRIiLEAST32 => cpp/types/integer
PRIiLEAST64 => cpp/types/integer
PRIiFAST8 => cpp/types/integer
PRIiFAST16 => cpp/types/integer
PRIiFAST32 => cpp/types/integer
PRIiFAST64 => cpp/types/integer
PRIiMAX => cpp/types/integer
PRIiPTR  => cpp/types/integer
PRIu8 => cpp/types/integer
PRIu16 => cpp/types/integer
PRIu32 => cpp/types/integer
PRIu64 => cpp/types/integer
PRIuLEAST8 => cpp/types/integer
PRIuLEAST16 => cpp/types/integer
PRIuLEAST32 => cpp/types/integer
PRIuLEAST64 => cpp/types/integer
PRIuFAST8 => cpp/types/integer
PRIuFAST16 => cpp/types/integer
PRIuFAST32 => cpp/types/integer
PRIuFAST64 => cpp/types/integer
PRIuMAX => cpp/types/integer
PRIuPTR  => cpp/types/integer
PRIo8 => cpp/types/integer
PRIo16 => cpp/types/integer
PRIo32 => cpp/types/integer
PRIo64 => cpp/types/integer
PRIoLEAST8 => cpp/types/integer
PRIoLEAST16 => cpp/types/integer
PRIoLEAST32 => cpp/types/integer
PRIoLEAST64 => cpp/types/integer
PRIoFAST8 => cpp/types/integer
PRIoFAST16 => cpp/types/integer
PRIoFAST32 => cpp/types/integer
PRIoFAST64 => cpp/types/integer
PRIoMAX => cpp/types/integer
PRIoPTR  => cpp/types/integer
PRIx8 => cpp/types/integer
PRIx16 => cpp/types/integer
PRIx32 => cpp/types/integer
PRIx64 => cpp/types/integer
PRIxLEAST8 => cpp/types/integer
PRIxLEAST16 => cpp/types/integer
PRIxLEAST32 => cpp/types/integer
PRIxLEAST64 => cpp/types/integer
PRIxFAST8 => cpp/types/integer
PRIxFAST16 => cpp/types/integer
PRIxFAST32 => cpp/types/integer
PRIxFAST64 => cpp/types/integer
PRIxMAX => cpp/types/integer
PRIxPTR  => cpp/types/integer
PRIX8 => cpp/types/integer
PRIX16 => cpp/types/integer
PRIX32 => cpp/types/integer
PRIX64 => cpp/types/integer
PRIXLEAST8 => cpp/types/integer
PRIXLEAST16 => cpp/types/integer
PRIXLEAST32 => cpp/types/integer
PRIXLEAST64 => cpp/types/integer
PRIXFAST8 => cpp/types/integer
PRIXFAST16 => cpp/types/integer
PRIXFAST32 => cpp/types/integer
PRIXFAST64 => cpp/types/integer
PRIXMAX => cpp/types/integer
PRIXPTR  => cpp/types/integer
SCNd8 => cpp/types/integer
SCNd16 => cpp/types/integer
SCNd32 => cpp/types/integer
SCNd64 => cpp/types/integer
SCNdLEAST8 => cpp/types/integer
SCNdLEAST16 => cpp/types/integer
SCNdLEAST32 => cpp/types/integer
SCNdLEAST64 => cpp/types/integer
SCNdFAST8 => cpp/types/integer
SCNdFAST16 => cpp/types/integer
SCNdFAST32 => cpp/types/integer
SCNdFAST64 => cpp/types/integer
SCNdMAX => cpp/types/integer
SCNdPTR  => cpp/types/integer
SCNi8 => cpp/types/integer
SCNi16 => cpp/types/integer
SCNi32 => cpp/types/integer
SCNi64 => cpp/types/integer
SCNiLEAST8 => cpp/types/integer
SCNiLEAST16 => cpp/types/integer
SCNiLEAST32 => cpp/types/integer
SCNiLEAST64 => cpp/types/integer
SCNiFAST8 => cpp/types/integer
SCNiFAST16 => cpp/types/integer
SCNiFAST32 => cpp/types/integer
SCNiFAST64 => cpp/types/integer
SCNiMAX => cpp/types/integer
SCNiPTR  => cpp/types/integer
SCNu8 => cpp/types/integer
SCNu16 => cpp/types/integer
SCNu32 => cpp/types/integer
SCNu64 => cpp/types/integer
SCNuLEAST8 => cpp/types/integer
SCNuLEAST16 => cpp/types/integer
SCNuLEAST32 => cpp/types/integer
SCNuLEAST64 => cpp/types/integer
SCNuFAST8 => cpp/types/integer
SCNuFAST16 => cpp/types/integer
SCNuFAST32 => cpp/types/integer
SCNuFAST64 => cpp/types/integer
SCNuMAX => cpp/types/integer
SCNuPTR  => cpp/types/integer
SCNo8 => cpp/types/integer
SCNo16 => cpp/types/integer
SCNo32 => cpp/types/integer
SCNo64 => cpp/types/integer
SCNoLEAST8 => cpp/types/integer
SCNoLEAST16 => cpp/types/integer
SCNoLEAST32 => cpp/types/integer
SCNoLEAST64 => cpp/types/integer
SCNoFAST8 => cpp/types/integer
SCNoFAST16 => cpp/types/integer
SCNoFAST32 => cpp/types/integer
SCNoFAST64 => cpp/types/integer
SCNoMAX => cpp/types/integer
SCNoPTR  => cpp/types/integer
SCNx8 => cpp/types/integer
SCNx16 => cpp/types/integer
SCNx32 => cpp/types/integer
SCNx64 => cpp/types/integer
SCNxLEAST8 => cpp/types/integer
SCNxLEAST16 => cpp/types/integer
SCNxLEAST32 => cpp/types/integer
SCNxLEAST64 => cpp/types/integer
SCNxFAST8 => cpp/types/integer
SCNxFAST16 => cpp/types/integer
SCNxFAST32 => cpp/types/integer
SCNxFAST64 => cpp/types/integer
SCNxMAX => cpp/types/integer
SCNxPTR  => cpp/types/integer
SCNX8 => cpp/types/integer
SCNX16 => cpp/types/integer
SCNX32 => cpp/types/integer
SCNX64 => cpp/types/integer
SCNXLEAST8 => cpp/types/integer
SCNXLEAST16 => cpp/types/integer
SCNXLEAST32 => cpp/types/integer
SCNXLEAST64 => cpp/types/integer
SCNXFAST8 => cpp/types/integer
SCNXFAST16 => cpp/types/integer
SCNXFAST32 => cpp/types/integer
SCNXFAST64 => cpp/types/integer
SCNXMAX => cpp/types/integer
SCNXPTR => cpp/types/integer
std::numeric_limits => cpp/types/numeric_limits
std::numeric_limits::is_specialized => cpp/types/numeric_limits/is_specialized
std::numeric_limits::is_signed => cpp/types/numeric_limits/is_signed
std::numeric_limits::is_integer => cpp/types/numeric_limits/is_integer
std::numeric_limits::is_exact => cpp/types/numeric_limits/is_exact
std::numeric_limits::has_infinity => cpp/types/numeric_limits/has_infinity
std::numeric_limits::has_quiet_NaN => cpp/types/numeric_limits/has_quiet_NaN
std::numeric_limits::has_signaling_NaN => cpp/types/numeric_limits/has_signaling_NaN
std::numeric_limits::has_denorm => cpp/types/numeric_limits/has_denorm
std::numeric_limits::has_denorm_loss => cpp/types/numeric_limits/has_denorm_loss
std::numeric_limits::round_style => cpp/types/numeric_limits/round_style
std::numeric_limits::is_iec559 => cpp/types/numeric_limits/is_iec559
std::numeric_limits::is_bounded => cpp/types/numeric_limits/is_bounded
std::numeric_limits::is_modulo => cpp/types/numeric_limits/is_modulo
std::numeric_limits::digits => cpp/types/numeric_limits/digits
std::numeric_limits::digits10 => cpp/types/numeric_limits/digits10
std::numeric_limits::max_digits10 => cpp/types/numeric_limits/max_digits10
std::numeric_limits::radix => cpp/types/numeric_limits/radix
std::numeric_limits::min_exponent => cpp/types/numeric_limits/min_exponent
std::numeric_limits::min_exponent10 => cpp/types/numeric_limits/min_exponent10
std::numeric_limits::max_exponent => cpp/types/numeric_limits/max_exponent
std::numeric_limits::max_exponent10 => cpp/types/numeric_limits/max_exponent10
std::numeric_limits::traps => cpp/types/numeric_limits/traps
std::numeric_limits::tinyness_before => cpp/types/numeric_limits/tinyness_before
std::float_round_style => cpp/types/numeric_limits/float_round_style
std::round_indeterminate => cpp/types/numeric_limits/float_round_style
std::round_toward_zero => cpp/types/numeric_limits/float_round_style
std::round_to_nearest => cpp/types/numeric_limits/float_round_style
std::round_toward_infinity => cpp/types/numeric_limits/float_round_style
std::round_toward_neg_infinity => cpp/types/numeric_limits/float_round_style
std::float_denorm_style => cpp/types/numeric_limits/float_denorm_style
std::denorm_indeterminate => cpp/types/numeric_limits/float_denorm_style
std::denorm_absent => cpp/types/numeric_limits/float_denorm_style
std::denorm_present => cpp/types/numeric_limits/float_denorm_style
PTRDIFF_MIN => cpp/types/climits
PTRDIFF_MAX => cpp/types/climits
SIZE_MAX => cpp/types/climits
SIG_ATOMIC_MIN => cpp/types/climits
SIG_ATOMIC_MAX => cpp/types/climits
WCHAR_MIN => cpp/types/climits
WCHAR_MAX => cpp/types/climits
WINT_MIN => cpp/types/climits
WINT_MAX => cpp/types/climits
CHAR_BIT => cpp/types/climits
MB_LEN_MAX => cpp/types/climits
CHAR_MIN => cpp/types/climits
CHAR_MAX => cpp/types/climits
SCHAR_MIN => cpp/types/climits
SHRT_MIN => cpp/types/climits
INT_MIN => cpp/types/climits
LONG_MIN => cpp/types/climits
LLONG_MIN => cpp/types/climits
SCHAR_MAX => cpp/types/climits
SHRT_MAX => cpp/types/climits
INT_MAX => cpp/types/climits
LONG_MAX => cpp/types/climits
LLONG_MAX => cpp/types/climits
UCHAR_MAX => cpp/types/climits
USHRT_MAX => cpp/types/climits
UINT_MAX => cpp/types/climits
ULONG_MAX => cpp/types/climits
ULLONG_MAX => cpp/types/climits
FLT_RADIX => cpp/types/climits
DECIMAL_DIG => cpp/types/climits
FLT_DECIMAL_DIG => cpp/types/climits
DBL_DECIMAL_DIG => cpp/types/climits
LDBL_DECIMAL_DIG => cpp/types/climits
FLT_MIN => cpp/types/climits
DBL_MIN => cpp/types/climits
LDBL_MIN => cpp/types/climits
FLT_TRUE_MIN => cpp/types/climits
DBL_TRUE_MIN => cpp/types/climits
LDBL_TRUE_MIN => cpp/types/climits
FLT_MAX => cpp/types/climits
DBL_MAX => cpp/types/climits
LDBL_MAX => cpp/types/climits
FLT_EPSILON => cpp/types/climits
DBL_EPSILON => cpp/types/climits
LDBL_EPSILON => cpp/types/climits
FLT_DIG => cpp/types/climits
DBL_DIG => cpp/types/climits
LDBL_DIG => cpp/types/climits
FLT_MANT_DIG => cpp/types/climits
DBL_MANT_DIG => cpp/types/climits
LDBL_MANT_DIG => cpp/types/climits
FLT_MIN_EXP => cpp/types/climits
DBL_MIN_EXP => cpp/types/climits
LDBL_MIN_EXP => cpp/types/climits
FLT_MIN_10_EXP => cpp/types/climits
DBL_MIN_10_EXP => cpp/types/climits
LDBL_MIN_10_EXP => cpp/types/climits
FLT_MAX_EXP => cpp/types/climits
DBL_MAX_EXP => cpp/types/climits
LDBL_MAX_EXP => cpp/types/climits
FLT_MAX_10_EXP => cpp/types/climits
DBL_MAX_10_EXP => cpp/types/climits
LDBL_MAX_10_EXP => cpp/types/climits
FLT_ROUNDS => cpp/types/climits/FLT_ROUNDS
FLT_EVAL_METHOD => cpp/types/climits/FLT_EVAL_METHOD
FLT_HAS_SUBNORM => cpp/types/climits
DBL_HAS_SUBNORM => cpp/types/climits
LDBL_HAS_SUBNORM => cpp/types/climits
std::type_info => cpp/types/type_info
std::type_index => cpp/types/type_index
std::bad_typeid => cpp/types/bad_typeid
std::bad_cast => cpp/types/bad_cast
std::is_void => cpp/types/is_void
std::is_void_v => cpp/types/is_void
std::is_null_pointer => cpp/types/is_null_pointer
std::is_null_pointer_v => cpp/types/is_null_pointer
std::is_final => cpp/types/is_final
std::is_final_v => cpp/types/is_final
std::is_integral => cpp/types/is_integral
std::is_integral_v => cpp/types/is_integral
std::is_floating_point => cpp/types/is_floating_point
std::is_floating_point_v => cpp/types/is_floating_point
std::is_array => cpp/types/is_array
std::is_array_v => cpp/types/is_array
std::is_pointer => cpp/types/is_pointer
std::is_pointer_v => cpp/types/is_pointer
std::is_lvalue_reference => cpp/types/is_lvalue_reference
std::is_lvalue_reference_v => cpp/types/is_lvalue_reference
std::is_rvalue_reference => cpp/types/is_rvalue_reference
std::is_rvalue_reference_v => cpp/types/is_rvalue_reference
std::is_member_object_pointer => cpp/types/is_member_object_pointer
std::is_member_object_pointer_v => cpp/types/is_member_object_pointer
std::is_member_function_pointer => cpp/types/is_member_function_pointer
std::is_member_function_pointer_v => cpp/types/is_member_function_pointer
std::is_enum => cpp/types/is_enum
std::is_enum_v => cpp/types/is_enum
std::is_union => cpp/types/is_union
std::is_union_v => cpp/types/is_union
std::is_class => cpp/types/is_class
std::is_class_v => cpp/types/is_class
std::is_function => cpp/types/is_function
std::is_function_v => cpp/types/is_function
std::is_reference => cpp/types/is_reference
std::is_reference_v => cpp/types/is_reference
std::is_arithmetic => cpp/types/is_arithmetic
std::is_arithmetic_v => cpp/types/is_arithmetic
std::is_fundamental => cpp/types/is_fundamental
std::is_fundamental_v => cpp/types/is_fundamental
std::is_object => cpp/types/is_object
std::is_object_v => cpp/types/is_object
std::is_scalar => cpp/types/is_scalar
std::is_scalar_v => cpp/types/is_scalar
std::is_compound => cpp/types/is_compound
std::is_compound_v => cpp/types/is_compound
std::is_member_pointer => cpp/types/is_member_pointer
std::is_member_pointer_v => cpp/types/is_member_pointer
std::is_const => cpp/types/is_const
std::is_const_v => cpp/types/is_const
std::is_volatile => cpp/types/is_volatile
std::is_volatile_v => cpp/types/is_volatile
std::is_trivial => cpp/types/is_trivial
std::is_trivial_v => cpp/types/is_trivial
std::is_trivially_copyable => cpp/types/is_trivially_copyable
std::is_trivially_copyable_v => cpp/types/is_trivially_copyable
std::is_standard_layout => cpp/types/is_standard_layout
std::is_standard_layout_v => cpp/types/is_standard_layout
std::is_pod => cpp/types/is_pod
std::is_pod_v => cpp/types/is_pod
std::is_literal_type => cpp/types/is_literal_type
std::is_literal_type_v => cpp/types/is_literal_type
std::is_empty => cpp/types/is_empty
std::is_empty_v => cpp/types/is_empty
std::is_polymorphic => cpp/types/is_polymorphic
std::is_polymorphic_v => cpp/types/is_polymorphic
std::is_abstract => cpp/types/is_abstract
std::is_abstract_v => cpp/types/is_abstract
std::has_unique_object_representations => cpp/types/has_unique_object_representations
std::has_unique_object_representations_v => cpp/types/has_unique_object_representations
std::is_signed => cpp/types/is_signed
std::is_signed_v => cpp/types/is_signed
std::is_unsigned => cpp/types/is_unsigned
std::is_unsigned_v => cpp/types/is_unsigned
std::is_constructible => cpp/types/is_constructible
std::is_constructible_v => cpp/types/is_constructible
std::is_trivially_constructible => cpp/types/is_constructible
std::is_trivially_constructible_v => cpp/types/is_constructible
std::is_nothrow_constructible => cpp/types/is_constructible
std::is_nothrow_constructible_v => cpp/types/is_constructible
std::is_default_constructible => cpp/types/is_default_constructible
std::is_default_constructible_v => cpp/types/is_default_constructible
std::is_trivially_default_constructible => cpp/types/is_default_constructible
std::is_trivially_default_constructible_v => cpp/types/is_default_constructible
std::is_nothrow_default_constructible => cpp/types/is_default_constructible
std::is_nothrow_default_constructible_v => cpp/types/is_default_constructible
std::is_copy_constructible => cpp/types/is_copy_constructible
std::is_copy_constructible_v => cpp/types/is_copy_constructible
std::is_trivially_copy_constructible => cpp/types/is_copy_constructible
std::is_trivially_copy_constructible_v => cpp/types/is_copy_constructible
std::is_nothrow_copy_constructible => cpp/types/is_copy_constructible
std::is_nothrow_copy_constructible_v => cpp/types/is_copy_constructible
std::is_move_constructible => cpp/types/is_move_constructible
std::is_move_constructible_v => cpp/types/is_move_constructible
std::is_trivially_move_constructible => cpp/types/is_move_constructible
std::is_trivially_move_constructible_v => cpp/types/is_move_constructible
std::is_nothrow_move_constructible => cpp/types/is_move_constructible
std::is_nothrow_move_constructible_v => cpp/types/is_move_constructible
std::is_assignable => cpp/types/is_assignable
std::is_assignable_v => cpp/types/is_assignable
std::is_trivially_assignable => cpp/types/is_assignable
std::is_trivially_assignable_v => cpp/types/is_assignable
std::is_nothrow_assignable => cpp/types/is_assignable
std::is_nothrow_assignable_v => cpp/types/is_assignable
std::is_copy_assignable => cpp/types/is_copy_assignable
std::is_copy_assignable_v => cpp/types/is_copy_assignable
std::is_trivially_copy_assignable => cpp/types/is_copy_assignable
std::is_trivially_copy_assignable_v => cpp/types/is_copy_assignable
std::is_nothrow_copy_assignable => cpp/types/is_copy_assignable
std::is_nothrow_copy_assignable_v => cpp/types/is_copy_assignable
std::is_move_assignable => cpp/types/is_move_assignable
std::is_move_assignable_v => cpp/types/is_move_assignable
std::is_trivially_move_assignable => cpp/types/is_move_assignable
std::is_trivially_move_assignable_v => cpp/types/is_move_assignable
std::is_nothrow_move_assignable => cpp/types/is_move_assignable
std::is_nothrow_move_assignable_v => cpp/types/is_move_assignable
std::is_destructible => cpp/types/is_destructible
std::is_destructible_v => cpp/types/is_destructible
std::is_trivially_destructible => cpp/types/is_destructible
std::is_trivially_destructible_v => cpp/types/is_destructible
std::is_nothrow_destructible => cpp/types/is_destructible
std::is_nothrow_destructible_v => cpp/types/is_destructible
std::is_swappable => cpp/types/is_swappable
std::is_swappable_v => cpp/types/is_swappable
std::is_swappable_with => cpp/types/is_swappable
std::is_swappable_with_v => cpp/types/is_swappable
std::is_nothrow_swappable => cpp/types/is_swappable
std::is_nothrow_swappable_v => cpp/types/is_swappable
std::is_nothrow_swappable_with => cpp/types/is_swappable
std::is_nothrow_swappable_with_v => cpp/types/is_swappable
std::has_virtual_destructor => cpp/types/has_virtual_destructor
std::has_virtual_destructor_v => cpp/types/has_virtual_destructor
std::alignment_of => cpp/types/alignment_of
std::alignment_of_v => cpp/types/alignment_of
std::rank => cpp/types/rank
std::rank_v => cpp/types/rank
std::extent => cpp/types/extent
std::extent_v => cpp/types/extent
std::is_same => cpp/types/is_same
std::is_same_v => cpp/types/is_same
std::is_base_of => cpp/types/is_base_of
std::is_base_of_v => cpp/types/is_base_of
std::is_virtual_base_of_v => cpp/types/is_virtual_base_of
std::is_virtual_base_of => cpp/types/is_virtual_base_of
std::is_convertible => cpp/types/is_convertible
std::is_convertible_v => cpp/types/is_convertible
std::remove_cv => cpp/types/remove_cv
std::remove_const => cpp/types/remove_cv
std::remove_volatile => cpp/types/remove_cv
std::remove_cv_t => cpp/types/remove_cv
std::remove_const_t => cpp/types/remove_cv
std::remove_volatile_t => cpp/types/remove_cv
std::add_cv => cpp/types/add_cv
std::add_const => cpp/types/add_cv
std::add_volatile => cpp/types/add_cv
std::add_cv_t => cpp/types/add_cv
std::add_const_t => cpp/types/add_cv
std::add_volatile_t => cpp/types/add_cv
std::remove_reference => cpp/types/remove_reference
std::remove_reference_t => cpp/types/remove_reference
std::add_lvalue_reference => cpp/types/add_reference
std::add_lvalue_reference_t => cpp/types/add_reference
std::add_rvalue_reference => cpp/types/add_reference
std::add_rvalue_reference_t => cpp/types/add_reference
std::remove_pointer => cpp/types/remove_pointer
std::remove_pointer_t => cpp/types/remove_pointer
std::add_pointer => cpp/types/add_pointer
std::add_pointer_t => cpp/types/add_pointer
std::make_signed => cpp/types/make_signed
std::make_signed_t => cpp/types/make_signed
std::make_unsigned => cpp/types/make_unsigned
std::make_unsigned_t => cpp/types/make_unsigned
std::remove_extent => cpp/types/remove_extent
std::remove_extent_t => cpp/types/remove_extent
std::remove_all_extents => cpp/types/remove_all_extents
std::remove_all_extents_t => cpp/types/remove_all_extents
std::aligned_storage => cpp/types/aligned_storage
std::aligned_storage_t => cpp/types/aligned_storage
std::aligned_union => cpp/types/aligned_union
std::aligned_union_t => cpp/types/aligned_union
std::decay => cpp/types/decay
std::decay_t => cpp/types/decay
std::enable_if => cpp/types/enable_if
std::enable_if_t => cpp/types/enable_if
std::void_t => cpp/types/void_t
std::conditional => cpp/types/conditional
std::conditional_t => cpp/types/conditional
std::common_type => cpp/types/common_type
std::common_type_t => cpp/types/common_type
std::underlying_type => cpp/types/underlying_type
std::underlying_type_t => cpp/types/underlying_type
std::result_of => cpp/types/result_of
std::result_of_t => cpp/types/result_of
std::conjunction => cpp/types/conjunction
std::conjunction_v => cpp/types/conjunction
std::disjunction => cpp/types/disjunction
std::disjunction_v => cpp/types/disjunction
std::negation => cpp/types/negation
std::negation_v => cpp/types/negation
std::integral_constant => cpp/types/integral_constant
std::bool_constant => cpp/types/integral_constant
std::true_type => cpp/types/integral_constant
std::false_type => cpp/types/integral_constant
std::iterator_traits => cpp/iterator/iterator_traits
std::input_iterator_tag => cpp/iterator/iterator_tags
std::output_iterator_tag => cpp/iterator/iterator_tags
std::forward_iterator_tag => cpp/iterator/iterator_tags
std::bidirectional_iterator_tag => cpp/iterator/iterator_tags
std::random_access_iterator_tag => cpp/iterator/iterator_tags
std::iterator => cpp/iterator/iterator
std::reverse_iterator => cpp/iterator/reverse_iterator
std::move_iterator => cpp/iterator/move_iterator
std::back_insert_iterator => cpp/iterator/back_insert_iterator
std::front_insert_iterator => cpp/iterator/front_insert_iterator
std::insert_iterator => cpp/iterator/insert_iterator
std::make_reverse_iterator => cpp/iterator/make_reverse_iterator
std::make_move_iterator => cpp/iterator/make_move_iterator
std::back_inserter => cpp/iterator/back_inserter
std::front_inserter => cpp/iterator/front_inserter
std::inserter => cpp/iterator/inserter
std::istream_iterator => cpp/iterator/istream_iterator
std::istreambuf_iterator => cpp/iterator/istreambuf_iterator
std::ostream_iterator => cpp/iterator/ostream_iterator
std::ostreambuf_iterator => cpp/iterator/ostreambuf_iterator
std::advance => cpp/iterator/advance
std::distance => cpp/iterator/distance
std::next => cpp/iterator/next
std::prev => cpp/iterator/prev
std::begin => cpp/iterator/begin
std::cbegin => cpp/iterator/begin
std::rbegin => cpp/iterator/rbegin
std::crbegin => cpp/iterator/rbegin
std::end => cpp/iterator/end
std::cend => cpp/iterator/end
std::rend => cpp/iterator/rend
std::crend => cpp/iterator/rend
std::size => cpp/iterator/size
std::empty => cpp/iterator/empty
std::data => cpp/iterator/data
operator new => cpp/memory/new/operator_new
operator new[] => cpp/memory/new/operator_new
operator delete => cpp/memory/new/operator_delete
operator delete[] => cpp/memory/new/operator_delete
std::get_new_handler => cpp/memory/new/get_new_handler
std::set_new_handler => cpp/memory/new/set_new_handler
std::bad_alloc => cpp/memory/new/bad_alloc
std::bad_array_new_length => cpp/memory/new/bad_array_new_length
std::nothrow_t => cpp/memory/new/nothrow_t
std::align_val_t => cpp/memory/new/align_val_t
std::new_handler => cpp/memory/new/new_handler
std::nothrow => cpp/memory/new/nothrow
std::allocator => cpp/memory/allocator
std::allocator_traits => cpp/memory/allocator_traits
std::allocator_arg_t => cpp/memory/allocator_arg_t
std::allocator_arg => cpp/memory/allocator_arg
std::uses_allocator => cpp/memory/uses_allocator
std::uses_allocator_v => cpp/memory/uses_allocator
std::scoped_allocator_adaptor => cpp/memory/scoped_allocator_adaptor
std::pmr::polymorphic_allocator => cpp/memory/polymorphic_allocator
std::pmr::memory_resource => cpp/memory/memory_resource
std::pmr::pool_options => cpp/memory/pool_options
std::pmr::synchronized_pool_resource => cpp/memory/synchronized_pool_resource
std::pmr::unsynchronized_pool_resource => cpp/memory/unsynchronized_pool_resource
std::pmr::monotonic_buffer_resource => cpp/memory/monotonic_buffer_resource
std::pmr::new_delete_resource => cpp/memory/new_delete_resource
std::pmr::null_memory_resource => cpp/memory/null_memory_resource
std::pmr::get_default_resource => cpp/memory/get_default_resource
std::pmr::set_default_resource => cpp/memory/set_default_resource
std::uninitialized_copy => cpp/memory/uninitialized_copy
std::uninitialized_copy_n => cpp/memory/uninitialized_copy_n
std::uninitialized_fill => cpp/memory/uninitialized_fill
std::uninitialized_fill_n => cpp/memory/uninitialized_fill_n
std::uninitialized_move => cpp/memory/uninitialized_move
std::uninitialized_move_n => cpp/memory/uninitialized_move_n
std::uninitialized_default_construct => cpp/memory/uninitialized_default_construct
std::uninitialized_default_construct_n => cpp/memory/uninitialized_default_construct_n
std::uninitialized_value_construct => cpp/memory/uninitialized_value_construct
std::uninitialized_value_construct_n => cpp/memory/uninitialized_value_construct_n
std::destroy => cpp/memory/destroy
std::destroy_at => cpp/memory/destroy_at
std::destroy_n => cpp/memory/destroy_n
std::raw_storage_iterator => cpp/memory/raw_storage_iterator
std::get_temporary_buffer => cpp/memory/get_temporary_buffer
std::return_temporary_buffer => cpp/memory/return_temporary_buffer
std::unique_ptr => cpp/memory/unique_ptr
std::shared_ptr => cpp/memory/shared_ptr
std::make_unique => cpp/memory/unique_ptr/make_unique
std::make_shared => cpp/memory/shared_ptr/make_shared
std::allocate_shared => cpp/memory/shared_ptr/allocate_shared
std::static_pointer_cast => cpp/memory/shared_ptr/pointer_cast
std::dynamic_pointer_cast => cpp/memory/shared_ptr/pointer_cast
std::const_pointer_cast => cpp/memory/shared_ptr/pointer_cast
std::weak_ptr => cpp/memory/weak_ptr
std::auto_ptr => cpp/memory/auto_ptr
std::owner_less => cpp/memory/owner_less
std::enable_shared_from_this => cpp/memory/enable_shared_from_this
std::bad_weak_ptr => cpp/memory/bad_weak_ptr
std::default_delete => cpp/memory/default_delete
std::declare_reachable => cpp/memory/gc/declare_reachable
std::undeclare_reachable => cpp/memory/gc/undeclare_reachable
std::declare_no_pointers => cpp/memory/gc/declare_no_pointers
std::undeclare_no_pointers => cpp/memory/gc/undeclare_no_pointers
std::pointer_safety => cpp/memory/gc/pointer_safety
std::pointer_safety::relaxed => cpp/memory/gc/pointer_safety
std::pointer_safety::preferred => cpp/memory/gc/pointer_safety
std::pointer_safety::strict => cpp/memory/gc/pointer_safety
std::get_pointer_safety => cpp/memory/gc/get_pointer_safety
std::pointer_traits => cpp/memory/pointer_traits
std::addressof => cpp/memory/addressof
std::align => cpp/memory/align
std::malloc => cpp/memory/c/malloc
std::aligned_alloc => cpp/memory/c/aligned_alloc
std::calloc => cpp/memory/c/calloc
std::realloc => cpp/memory/c/realloc
std::free => cpp/memory/c/free
std::exception => cpp/error/exception
std::logic_error => cpp/error/logic_error
std::domain_error => cpp/error/domain_error
std::length_error => cpp/error/length_error
std::out_of_range => cpp/error/out_of_range
std::invalid_argument => cpp/error/invalid_argument
std::runtime_error => cpp/error/runtime_error
std::range_error => cpp/error/range_error
std::overflow_error => cpp/error/overflow_error
std::underflow_error => cpp/error/underflow_error
assert => cpp/error/assert
std::uncaught_exception => cpp/error/uncaught_exception
std::exception_ptr => cpp/error/exception_ptr
std::make_exception_ptr => cpp/error/make_exception_ptr
std::current_exception => cpp/error/current_exception
std::rethrow_exception => cpp/error/rethrow_exception
std::nested_exception => cpp/error/nested_exception
std::throw_with_nested => cpp/error/throw_with_nested
std::rethrow_if_nested => cpp/error/rethrow_if_nested
std::terminate => cpp/error/terminate
std::terminate_handler => cpp/error/terminate_handler
std::get_terminate => cpp/error/get_terminate
std::set_terminate => cpp/error/set_terminate
std::unexpected => cpp/utility/expected/unexpected
std::bad_exception => cpp/error/bad_exception
std::unexpected_handler => cpp/error/unexpected_handler
std::get_unexpected => cpp/error/get_unexpected
std::set_unexpected => cpp/error/set_unexpected
errno => cpp/error/errno
E2BIG => cpp/error/errno_macros
EACCESS => cpp/error/errno_macros
EADDRINUSE => cpp/error/errno_macros
EADDRNOTAVAIL => cpp/error/errno_macros
EAFNOSUPPORT => cpp/error/errno_macros
EAGAIN => cpp/error/errno_macros
EALREADY => cpp/error/errno_macros
EBADF => cpp/error/errno_macros
EBADMSG => cpp/error/errno_macros
EBUSY => cpp/error/errno_macros
ECANCELED => cpp/error/errno_macros
ECHILD => cpp/error/errno_macros
ECONNABORTED => cpp/error/errno_macros
ECONNREFUSED => cpp/error/errno_macros
ECONNRESET => cpp/error/errno_macros
EDEADLK => cpp/error/errno_macros
EDESTADDRREQ => cpp/error/errno_macros
EDOM => cpp/error/errno_macros
EEXIST => cpp/error/errno_macros
EFAULT => cpp/error/errno_macros
EFBIG => cpp/error/errno_macros
EHOSTUNREACH => cpp/error/errno_macros
EIDRM => cpp/error/errno_macros
EILSEQ => cpp/error/errno_macros
EINPROGRESS => cpp/error/errno_macros
EINTR => cpp/error/errno_macros
EINVAL => cpp/error/errno_macros
EIO => cpp/error/errno_macros
EISCONN => cpp/error/errno_macros
EISDIR => cpp/error/errno_macros
ELOOP => cpp/error/errno_macros
EMFILE => cpp/error/errno_macros
EMLINK => cpp/error/errno_macros
EMSGSIZE => cpp/error/errno_macros
ENAMETOOLONG => cpp/error/errno_macros
ENETDOWN => cpp/error/errno_macros
ENETRESET => cpp/error/errno_macros
ENETUNREACH => cpp/error/errno_macros
ENFILE => cpp/error/errno_macros
ENOBUFS => cpp/error/errno_macros
ENODATA => cpp/error/errno_macros
ENODEV => cpp/error/errno_macros
ENOENT => cpp/error/errno_macros
ENOEXEC => cpp/error/errno_macros
ENOLCK => cpp/error/errno_macros
ENOLINK => cpp/error/errno_macros
ENOMEM => cpp/error/errno_macros
ENOMSG => cpp/error/errno_macros
ENOPROTOOPT => cpp/error/errno_macros
ENOSPC => cpp/error/errno_macros
ENOSR => cpp/error/errno_macros
ENOSTR => cpp/error/errno_macros
ENOSYS => cpp/error/errno_macros
ENOTCONN => cpp/error/errno_macros
ENOTDIR => cpp/error/errno_macros
ENOTEMPTY => cpp/error/errno_macros
ENOTRECOVERABLE => cpp/error/errno_macros
ENOTSOCK => cpp/error/errno_macros
ENOTSUP => cpp/error/errno_macros
ENOTTY => cpp/error/errno_macros
ENXIO => cpp/error/errno_macros
EOPNOTSUPP => cpp/error/errno_macros
EOVERFLOW => cpp/error/errno_macros
EOWNERDEAD => cpp/error/errno_macros
EPERM => cpp/error/errno_macros
EPIPE => cpp/error/errno_macros
EPROTO => cpp/error/errno_macros
EPROTONOSUPPORT => cpp/error/errno_macros
EPROTOTYPE => cpp/error/errno_macros
ERANGE => cpp/error/errno_macros
EROFS => cpp/error/errno_macros
ESPIPE => cpp/error/errno_macros
ESRCH => cpp/error/errno_macros
ETIME => cpp/error/errno_macros
ETIMEDOUT => cpp/error/errno_macros
ETXTBSY => cpp/error/errno_macros
EWOULDBLOCK => cpp/error/errno_macros
EXDEV => cpp/error/errno_macros
std::error_category => cpp/error/error_category
std::generic_category => cpp/error/generic_category
std::system_category => cpp/error/system_category
std::error_condition => cpp/error/error_condition
std::is_error_condition_enum => cpp/error/error_condition/is_error_condition_enum
std::is_error_condition_enum_v => cpp/error/error_condition/is_error_condition_enum
std::error_code => cpp/error/error_code
std::is_error_code_enum => cpp/error/error_code/is_error_code_enum
std::is_error_code_enum_v => cpp/error/error_code/is_error_code_enum
std::errc => cpp/error/errc
std::errc::address_family_not_supported => cpp/error/errc
std::errc::address_in_use => cpp/error/errc
std::errc::address_not_available => cpp/error/errc
std::errc::already_connected => cpp/error/errc
std::errc::argument_list_too_long => cpp/error/errc
std::errc::argument_out_of_domain => cpp/error/errc
std::errc::bad_address => cpp/error/errc
std::errc::bad_file_descriptor => cpp/error/errc
std::errc::bad_message => cpp/error/errc
std::errc::broken_pipe => cpp/error/errc
std::errc::connection_aborted => cpp/error/errc
std::errc::connection_already_in_progress => cpp/error/errc
std::errc::connection_refused => cpp/error/errc
std::errc::connection_reset => cpp/error/errc
std::errc::cross_device_link => cpp/error/errc
std::errc::destination_address_required => cpp/error/errc
std::errc::device_or_resource_busy => cpp/error/errc
std::errc::directory_not_empty => cpp/error/errc
std::errc::executable_format_error => cpp/error/errc
std::errc::file_exists => cpp/error/errc
std::errc::file_too_large => cpp/error/errc
std::errc::filename_too_long => cpp/error/errc
std::errc::function_not_supported => cpp/error/errc
std::errc::host_unreachable => cpp/error/errc
std::errc::identifier_removed => cpp/error/errc
std::errc::illegal_byte_sequence => cpp/error/errc
std::errc::inappropriate_io_control_operation => cpp/error/errc
std::errc::interrupted => cpp/error/errc
std::errc::invalid_argument => cpp/error/errc
std::errc::invalid_seek => cpp/error/errc
std::errc::io_error => cpp/error/errc
std::errc::is_a_directory => cpp/error/errc
std::errc::message_size => cpp/error/errc
std::errc::network_down => cpp/error/errc
std::errc::network_reset => cpp/error/errc
std::errc::network_unreachable => cpp/error/errc
std::errc::no_buffer_space => cpp/error/errc
std::errc::no_child_process => cpp/error/errc
std::errc::no_link => cpp/error/errc
std::errc::no_lock_available => cpp/error/errc
std::errc::no_message_available => cpp/error/errc
std::errc::no_message => cpp/error/errc
std::errc::no_protocol_option => cpp/error/errc
std::errc::no_space_on_device => cpp/error/errc
std::errc::no_stream_resources => cpp/error/errc
std::errc::no_such_device_or_address => cpp/error/errc
std::errc::no_such_device => cpp/error/errc
std::errc::no_such_file_or_directory => cpp/error/errc
std::errc::no_such_process => cpp/error/errc
std::errc::not_a_directory => cpp/error/errc
std::errc::not_a_socket => cpp/error/errc
std::errc::not_a_stream => cpp/error/errc
std::errc::not_connected => cpp/error/errc
std::errc::not_enough_memory => cpp/error/errc
std::errc::not_supported => cpp/error/errc
std::errc::operation_canceled => cpp/error/errc
std::errc::operation_in_progress => cpp/error/errc
std::errc::operation_not_permitted => cpp/error/errc
std::errc::operation_not_supported => cpp/error/errc
std::errc::operation_would_block => cpp/error/errc
std::errc::owner_dead => cpp/error/errc
std::errc::permission_denied => cpp/error/errc
std::errc::protocol_error => cpp/error/errc
std::errc::protocol_not_supported => cpp/error/errc
std::errc::read_only_file_system => cpp/error/errc
std::errc::resource_deadlock_would_occur => cpp/error/errc
std::errc::resource_unavailable_try_again => cpp/error/errc
std::errc::result_out_of_range => cpp/error/errc
std::errc::state_not_recoverable => cpp/error/errc
std::errc::stream_timeout => cpp/error/errc
std::errc::text_file_busy => cpp/error/errc
std::errc::timed_out => cpp/error/errc
std::errc::too_many_files_open_in_system => cpp/error/errc
std::errc::too_many_files_open => cpp/error/errc
std::errc::too_many_links => cpp/error/errc
std::errc::too_many_symbolic_link_levels => cpp/error/errc
std::errc::value_too_large => cpp/error/errc
std::errc::wrong_protocol_type => cpp/error/errc
std::system_error => cpp/error/system_error
std::initializer_list => cpp/utility/initializer_list
va_start => cpp/utility/variadic/va_start
va_copy => cpp/utility/variadic/va_copy
va_arg => cpp/utility/variadic/va_arg
va_end => cpp/utility/variadic/va_end
va_list => cpp/utility/variadic/va_list
std::abort => cpp/utility/program/abort
std::exit => cpp/utility/program/exit
std::quick_exit => cpp/utility/program/quick_exit
std::_Exit => cpp/utility/program/_Exit
std::atexit => cpp/utility/program/atexit
std::at_quick_exit => cpp/utility/program/at_quick_exit
EXIT_SUCCESS => cpp/utility/program/EXIT_status
EXIT_FAILURE => cpp/utility/program/EXIT_status
std::system => cpp/utility/program/system
std::getenv => cpp/utility/program/getenv
std::signal => cpp/utility/program/signal
std::raise => cpp/utility/program/raise
std::sig_atomic_t => cpp/utility/program/sig_atomic_t
SIG_DFL => cpp/utility/program/SIG_strategies
SIG_IGN => cpp/utility/program/SIG_strategies
SIG_ERR => cpp/utility/program/SIG_ERR
SIGABRT => cpp/utility/program/SIG_types
SIGFPE => cpp/utility/program/SIG_types
SIGILL => cpp/utility/program/SIG_types
SIGINT => cpp/utility/program/SIG_types
SIGSEGV => cpp/utility/program/SIG_types
SIGTERM => cpp/utility/program/SIG_types
std::longjmp => cpp/utility/program/longjmp
setjmp => cpp/utility/program/setjmp
std::jmp_buf => cpp/utility/program/jmp_buf
std::chrono::time_point => cpp/chrono/time_point
std::chrono::time_point_cast => cpp/chrono/time_point/time_point_cast
std::chrono::duration => cpp/chrono/duration
std::chrono::nanoseconds => cpp/chrono/duration
std::chrono::microseconds => cpp/chrono/duration
std::chrono::milliseconds => cpp/chrono/duration
std::chrono::seconds => cpp/chrono/duration
std::chrono::minutes => cpp/chrono/duration
std::chrono::hours => cpp/chrono/duration
std::chrono::days => cpp/chrono/duration
std::chrono::weeks => cpp/chrono/duration
std::chrono::months => cpp/chrono/duration
std::chrono::years => cpp/chrono/duration
std::chrono::duration_cast => cpp/chrono/duration/duration_cast
std::chrono::treat_as_floating_point => cpp/chrono/treat_as_floating_point
std::chrono::duration_values => cpp/chrono/duration_values
std::chrono::system_clock => cpp/chrono/system_clock
std::chrono::system_clock::is_steady => cpp/chrono/system_clock
std::chrono::steady_clock => cpp/chrono/steady_clock
std::chrono::steady_clock::is_steady => cpp/chrono/steady_clock
std::chrono::high_resolution_clock => cpp/chrono/high_resolution_clock
std::chrono::high_resolution_clock::is_steady => cpp/chrono/high_resolution_clock
std::difftime => cpp/chrono/c/difftime
std::time => cpp/chrono/c/time
std::clock => cpp/chrono/c/clock
std::timespec_get => cpp/chrono/c/timespec_get
TIME_UTC => cpp/chrono/c/timespec_get
std::asctime => cpp/chrono/c/asctime
std::ctime => cpp/chrono/c/ctime
std::strftime => cpp/chrono/c/strftime
std::wcsftime => cpp/chrono/c/wcsftime
std::gmtime => cpp/chrono/c/gmtime
std::localtime => cpp/chrono/c/localtime
std::mktime => cpp/chrono/c/mktime
CLOCKS_PER_SEC => cpp/chrono/c/CLOCKS_PER_SEC
std::tm => cpp/chrono/c/tm
std::time_t => cpp/chrono/c/time_t
std::clock_t => cpp/chrono/c/clock_t
std::timespec => cpp/chrono/c/timespec
std::bitset => cpp/utility/bitset
std::bitset::reference => cpp/utility/bitset/reference
std::plus => cpp/utility/functional/plus
std::minus => cpp/utility/functional/minus
std::multiplies => cpp/utility/functional/multiplies
std::divides => cpp/utility/functional/divides
std::modulus => cpp/utility/functional/modulus
std::negate => cpp/utility/functional/negate
std::equal_to => cpp/utility/functional/equal_to
std::not_equal_to => cpp/utility/functional/not_equal_to
std::greater => cpp/utility/functional/greater
std::greater_equal => cpp/utility/functional/greater_equal
std::less => cpp/utility/functional/less
std::less_equal => cpp/utility/functional/less_equal
std::logical_and => cpp/utility/functional/logical_and
std::logical_or => cpp/utility/functional/logical_or
std::logical_not => cpp/utility/functional/logical_not
std::bit_and => cpp/utility/functional/bit_and
std::bit_or => cpp/utility/functional/bit_or
std::bit_not => cpp/utility/functional/bit_not
std::unary_negate => cpp/utility/functional/unary_negate
std::binary_negate => cpp/utility/functional/binary_negate
std::not_fn => cpp/utility/functional/not_fn
std::not1 => cpp/utility/functional/not1
std::not2 => cpp/utility/functional/not2
std::bind => cpp/utility/functional/bind
std::is_bind_expression => cpp/utility/functional/is_bind_expression
std::is_placeholder => cpp/utility/functional/is_placeholder
std::is_bind_expression_v => cpp/utility/functional/is_bind_expression
std::is_placeholder_v => cpp/utility/functional/is_placeholder
std::mem_fn => cpp/utility/functional/mem_fn
std::invoke => cpp/utility/functional/invoke
std::function => cpp/utility/functional/function
std::copyable_function => cpp/utility/functional/copyable_function
std::move_only_function => cpp/utility/functional/move_only_function
std::function_ref => cpp/utility/functional/function_ref
std::bad_function_call => cpp/utility/functional/bad_function_call
std::placeholders => cpp/utility/functional/placeholders
std::default_searcher => cpp/utility/functional/default_searcher
std::boyer_moore_searcher => cpp/utility/functional/boyer_moore_searcher
std::boyer_moore_horspool_searcher => cpp/utility/functional/boyer_moore_horspool_searcher
std::reference_wrapper => cpp/utility/functional/reference_wrapper
std::ref => cpp/utility/functional/ref
std::cref => cpp/utility/functional/ref
std::any => cpp/utility/any
std::any_cast => cpp/utility/any/any_cast
std::make_any => cpp/utility/any/make_any
std::bad_any_cast => cpp/utility/any/bad_any_cast
std::optional => cpp/utility/optional
std::make_optional => cpp/utility/optional/make_optional
std::bad_optional_access => cpp/utility/optional/bad_optional_access
std::nullopt_t => cpp/utility/optional/nullopt_t
std::nullopt => cpp/utility/optional/nullopt
std::in_place => cpp/utility/in_place
std::in_place_t => cpp/utility/in_place
std::in_place_type_t => cpp/utility/in_place
std::in_place_index_t => cpp/utility/in_place
std::in_place_type => cpp/utility/in_place
std::in_place_index => cpp/utility/in_place
std::variant => cpp/utility/variant
std::visit => cpp/utility/variant/visit
std::holds_alternative => cpp/utility/variant/holds_alternative
std::get_if => cpp/utility/variant/get_if
std::bad_variant_access => cpp/utility/variant/bad_variant_access
std::variant_npos => cpp/utility/variant/variant_npos
std::variant_size => cpp/utility/variant/variant_size
std::variant_size_v => cpp/utility/variant/variant_size
std::variant_alternative => cpp/utility/variant/variant_alternative
std::variant_alternative_t => cpp/utility/variant/variant_alternative
std::monostate => cpp/utility/variant/monostate
std::pair => cpp/utility/pair
std::make_pair => cpp/utility/pair/make_pair
std::tuple => cpp/utility/tuple
std::tuple_element => cpp/utility/tuple_element
std::tuple_element_t => cpp/utility/tuple_element
std::tuple_size => cpp/utility/tuple_size
std::tuple_size_v => cpp/utility/tuple_size
std::apply => cpp/utility/apply
std::make_from_tuple => cpp/utility/make_from_tuple
std::piecewise_construct_t => cpp/utility/piecewise_construct_t
std::piecewise_construct => cpp/utility/piecewise_construct
std::integer_sequence => cpp/utility/integer_sequence
std::index_sequence => cpp/utility/integer_sequence
std::make_integer_sequence => cpp/utility/integer_sequence
std::make_index_sequence => cpp/utility/integer_sequence
std::index_sequence_for => cpp/utility/integer_sequence
std::make_tuple => cpp/utility/tuple/make_tuple
std::tie => cpp/utility/tuple/tie
std::forward_as_tuple => cpp/utility/tuple/forward_as_tuple
std::tuple_cat => cpp/utility/tuple/tuple_cat
std::ignore => cpp/utility/tuple/ignore
std::forward => cpp/utility/forward
std::exchange => cpp/utility/exchange
std::move_if_noexcept => cpp/utility/move_if_noexcept
std::declval => cpp/utility/declval
std::as_const => cpp/utility/as_const
std::launder => cpp/utility/launder
std::rel_ops::operator!= => cpp/utility/rel_ops/operator_cmp
std::hash => cpp/utility/hash
std::unary_function => cpp/utility/functional/unary_function
std::binary_function => cpp/utility/functional/binary_function
std::atof => cpp/string/byte/atof
std::atoi => cpp/string/byte/atoi
std::atol => cpp/string/byte/atoi
std::atoll => cpp/string/byte/atoi
std::strtol => cpp/string/byte/strtol
std::strtoll => cpp/string/byte/strtol
std::strtoul => cpp/string/byte/strtoul
std::strtoull => cpp/string/byte/strtoul
std::strtof => cpp/string/byte/strtof
std::strtod => cpp/string/byte/strtof
std::strtold => cpp/string/byte/strtof
std::strtoimax => cpp/string/byte/strtoimax
std::strtoumax => cpp/string/byte/strtoimax
std::strcpy => cpp/string/byte/strcpy
std::strncpy => cpp/string/byte/strncpy
std::strcat => cpp/string/byte/strcat
std::strncat => cpp/string/byte/strncat
std::strxfrm => cpp/string/byte/strxfrm
std::strlen => cpp/string/byte/strlen
std::strcmp => cpp/string/byte/strcmp
std::strncmp => cpp/string/byte/strncmp
std::strcoll => cpp/string/byte/strcoll
std::strchr => cpp/string/byte/strchr
std::strrchr => cpp/string/byte/strrchr
std::strspn => cpp/string/byte/strspn
std::strcspn => cpp/string/byte/strcspn
std::strpbrk => cpp/string/byte/strpbrk
std::strstr => cpp/string/byte/strstr
std::strtok => cpp/string/byte/strtok
std::memchr => cpp/string/byte/memchr
std::memcmp => cpp/string/byte/memcmp
std::memset => cpp/string/byte/memset
std::memcpy => cpp/string/byte/memcpy
std::memmove => cpp/string/byte/memmove
std::strerror => cpp/string/byte/strerror
std::mblen => cpp/string/multibyte/mblen
std::mbtowc => cpp/string/multibyte/mbtowc
std::wctomb => cpp/string/multibyte/wctomb
std::mbstowcs => cpp/string/multibyte/mbstowcs
std::wcstombs => cpp/string/multibyte/wcstombs
std::mbsinit => cpp/string/multibyte/mbsinit
std::btowc => cpp/string/multibyte/btowc
std::wctob => cpp/string/multibyte/wctob
std::mbrlen => cpp/string/multibyte/mbrlen
std::mbrtowc => cpp/string/multibyte/mbrtowc
std::wcrtomb => cpp/string/multibyte/wcrtomb
std::mbsrtowcs => cpp/string/multibyte/mbsrtowcs
std::wcsrtombs => cpp/string/multibyte/wcsrtombs
std::mbrtoc16 => cpp/string/multibyte/mbrtoc16
std::c16rtomb => cpp/string/multibyte/c16rtomb
std::mbrtoc32 => cpp/string/multibyte/mbrtoc32
std::c32rtomb => cpp/string/multibyte/c32rtomb
std::mbstate_t => cpp/string/multibyte/mbstate_t
std::iswalnum => cpp/string/wide/iswalnum
std::iswalpha => cpp/string/wide/iswalpha
std::iswlower => cpp/string/wide/iswlower
std::iswupper => cpp/string/wide/iswupper
std::iswdigit => cpp/string/wide/iswdigit
std::iswxdigit => cpp/string/wide/iswxdigit
std::iswcntrl => cpp/string/wide/iswcntrl
std::iswgraph => cpp/string/wide/iswgraph
std::iswspace => cpp/string/wide/iswspace
std::iswblank => cpp/string/wide/iswblank
std::iswprint => cpp/string/wide/iswprint
std::iswpunct => cpp/string/wide/iswpunct
std::iswctype => cpp/string/wide/iswctype
std::wctype => cpp/string/wide/wctype
std::towlower => cpp/string/wide/towlower
std::towupper => cpp/string/wide/towupper
std::towctrans => cpp/string/wide/towctrans
std::wctrans => cpp/string/wide/wctrans
std::wcstof => cpp/string/wide/wcstof
std::wcstod => cpp/string/wide/wcstof
std::wcstold => cpp/string/wide/wcstof
std::wcstol => cpp/string/wide/wcstol
std::wcstoll => cpp/string/wide/wcstol
std::wcstoul => cpp/string/wide/wcstoul
std::wcstoull => cpp/string/wide/wcstoul
std::wcstoimax => cpp/string/wide/wcstoimax
std::wcstoumax => cpp/string/wide/wcstoimax
std::wcscpy => cpp/string/wide/wcscpy
std::wcsncpy => cpp/string/wide/wcsncpy
std::wcscat => cpp/string/wide/wcscat
std::wcsncat => cpp/string/wide/wcsncat
std::wcsxfrm => cpp/string/wide/wcsxfrm
std::wcslen => cpp/string/wide/wcslen
std::wcscmp => cpp/string/wide/wcscmp
std::wcsncmp => cpp/string/wide/wcsncmp
std::wcscoll => cpp/string/wide/wcscoll
std::wcschr => cpp/string/wide/wcschr
std::wcsrchr => cpp/string/wide/wcsrchr
std::wcsspn => cpp/string/wide/wcsspn
std::wcscspn => cpp/string/wide/wcscspn
std::wcspbrk => cpp/string/wide/wcspbrk
std::wcsstr => cpp/string/wide/wcsstr
std::wcstok => cpp/string/wide/wcstok
std::wmemchr => cpp/string/wide/wmemchr
std::wmemcmp => cpp/string/wide/wmemcmp
std::wmemset => cpp/string/wide/wmemset
std::wmemcpy => cpp/string/wide/wmemcpy
std::wmemmove => cpp/string/wide/wmemmove
std::basic_string => cpp/string/basic_string
std::basic_string::npos => cpp/string/basic_string/npos
std::string => cpp/string/basic_string
std::string::npos => cpp/string/basic_string/npos
std::wstring => cpp/string/basic_string
std::wstring::npos => cpp/string/basic_string/npos
std::u16string => cpp/string/basic_string
std::u16string::npos => cpp/string/basic_string/npos
std::u32string => cpp/string/basic_string
std::u32string::npos => cpp/string/basic_string/npos
std::pmr::string => cpp/string/basic_string
std::pmr::string::npos => cpp/string/basic_string/npos
std::pmr::wstring => cpp/string/basic_string
std::pmr::wstring::npos => cpp/string/basic_string/npos
std::pmr::u16string => cpp/string/basic_string
std::pmr::u16string::npos => cpp/string/basic_string/npos
std::pmr::u32string => cpp/string/basic_string
std::pmr::u32string::npos => cpp/string/basic_string/npos
std::basic_string_view => cpp/string/basic_string_view
std::basic_string_view::npos => cpp/string/basic_string_view/npos
std::string_view => cpp/string/basic_string_view
std::string_view::npos => cpp/string/basic_string_view/npos
std::wstring_view => cpp/string/basic_string_view
std::wstring_view::npos => cpp/string/basic_string_view/npos
std::u16string_view => cpp/string/basic_string_view
std::u16string_view::npos => cpp/string/basic_string_view/npos
std::u32string_view => cpp/string/basic_string_view
std::u32string_view::npos => cpp/string/basic_string_view/npos
std::getline => cpp/string/basic_string/getline
std::stoi => cpp/string/basic_string/stol
std::stol => cpp/string/basic_string/stol
std::stoll => cpp/string/basic_string/stol
std::stoul => cpp/string/basic_string/stoul
std::stoull => cpp/string/basic_string/stoul
std::stof => cpp/string/basic_string/stof
std::stod => cpp/string/basic_string/stof
std::stold => cpp/string/basic_string/stof
std::to_string => cpp/string/basic_string/to_string
std::to_wstring => cpp/string/basic_string/to_wstring
std::char_traits => cpp/string/char_traits
std::array => cpp/container/array
std::vector => cpp/container/vector
std::pmr::vector => cpp/container/vector
std::deque => cpp/container/deque
std::pmr::deque => cpp/container/deque
std::forward_list => cpp/container/forward_list
std::pmr::forward_list => cpp/container/forward_list
std::list => cpp/container/list
std::pmr::list => cpp/container/list
std::set => cpp/container/set
std::pmr::set => cpp/container/set
std::multiset => cpp/container/multiset
std::pmr::multiset => cpp/container/multiset
std::map => cpp/container/map
std::map::value_compare => cpp/container/map/value_compare
std::pmr::map => cpp/container/map
std::pmr::map::value_compare => cpp/container/map/value_compare
std::multimap => cpp/container/multimap
std::multimap::value_compare => cpp/container/multimap/value_compare
std::pmr::multimap => cpp/container/multimap
std::pmr::multimap::value_compare => cpp/container/multimap/value_compare
std::unordered_set => cpp/container/unordered_set
std::pmr::unordered_set => cpp/container/unordered_set
std::unordered_multiset => cpp/container/unordered_multiset
std::pmr::unordered_multiset => cpp/container/unordered_multiset
std::unordered_map => cpp/container/unordered_map
std::pmr::unordered_map => cpp/container/unordered_map
std::unordered_multimap => cpp/container/unordered_multimap
std::pmr::unordered_multimap => cpp/container/unordered_multimap
std::stack => cpp/container/stack
std::queue => cpp/container/queue
std::priority_queue => cpp/container/priority_queue
std::labs => cpp/numeric/math/abs
std::llabs => cpp/numeric/math/abs
std::fabs => cpp/numeric/math/fabs
std::div => cpp/numeric/math/div
std::ldiv => cpp/numeric/math/div
std::lldiv => cpp/numeric/math/div
std::imaxdiv => cpp/numeric/math/div
std::div_t => cpp/numeric/math/div
std::ldiv_t => cpp/numeric/math/div
std::lldiv_t => cpp/numeric/math/div
std::imaxdiv_t => cpp/numeric/math/div
std::fmod => cpp/numeric/math/fmod
std::remainder => cpp/numeric/math/remainder
std::remquo => cpp/numeric/math/remquo
std::fma => cpp/numeric/math/fma
std::fmax => cpp/numeric/math/fmax
std::fmin => cpp/numeric/math/fmin
std::fdim => cpp/numeric/math/fdim
std::nan => cpp/numeric/math/nan
std::nanf => cpp/numeric/math/nan
std::nanl => cpp/numeric/math/nan
std::exp => cpp/numeric/math/exp
std::exp2 => cpp/numeric/math/exp2
std::expm1 => cpp/numeric/math/expm1
std::log => cpp/numeric/math/log
std::log10 => cpp/numeric/math/log10
std::log1p => cpp/numeric/math/log1p
std::ilogb => cpp/numeric/math/ilogb
std::logb => cpp/numeric/math/logb
std::sqrt => cpp/numeric/math/sqrt
std::cbrt => cpp/numeric/math/cbrt
std::hypot => cpp/numeric/math/hypot
std::pow => cpp/numeric/math/pow
std::sin => cpp/numeric/math/sin
std::cos => cpp/numeric/math/cos
std::tan => cpp/numeric/math/tan
std::asin => cpp/numeric/math/asin
std::acos => cpp/numeric/math/acos
std::atan => cpp/numeric/math/atan
std::atan2 => cpp/numeric/math/atan2
std::sinh => cpp/numeric/math/sinh
std::cosh => cpp/numeric/math/cosh
std::tanh => cpp/numeric/math/tanh
std::asinh => cpp/numeric/math/asinh
std::acosh => cpp/numeric/math/acosh
std::atanh => cpp/numeric/math/atanh
std::erf => cpp/numeric/math/erf
std::erfc => cpp/numeric/math/erfc
std::lgamma => cpp/numeric/math/lgamma
std::tgamma => cpp/numeric/math/tgamma
std::ceil => cpp/numeric/math/ceil
std::floor => cpp/numeric/math/floor
std::trunc => cpp/numeric/math/trunc
std::round => cpp/numeric/math/round
std::lround => cpp/numeric/math/round
std::llround => cpp/numeric/math/round
std::nearbyint => cpp/numeric/math/nearbyint
std::rint => cpp/numeric/math/rint
std::lrint => cpp/numeric/math/rint
std::llrint => cpp/numeric/math/rint
std::frexp => cpp/numeric/math/frexp
std::ldexp => cpp/numeric/math/ldexp
std::modf => cpp/numeric/math/modf
std::scalbn => cpp/numeric/math/scalbn
std::scalbln => cpp/numeric/math/scalbn
std::nextafter => cpp/numeric/math/nextafter
std::nexttoward => cpp/numeric/math/nextafter
std::copysign => cpp/numeric/math/copysign
std::fpclassify => cpp/numeric/math/fpclassify
std::isfinite => cpp/numeric/math/isfinite
std::isinf => cpp/numeric/math/isinf
std::isnan => cpp/numeric/math/isnan
std::isnormal => cpp/numeric/math/isnormal
std::signbit => cpp/numeric/math/signbit
HUGE_VAL => cpp/numeric/math/HUGE_VAL
HUGE_VALF => cpp/numeric/math/HUGE_VAL
HUGE_VALL => cpp/numeric/math/HUGE_VAL
INFINITY => cpp/numeric/math/INFINITY
NAN => cpp/numeric/math/NAN
math_errhandling => cpp/numeric/math/math_errhandling
MATH_ERRNO => cpp/numeric/math/math_errhandling
MATH_ERREXCEPT => cpp/numeric/math/math_errhandling
FP_INFINITE => cpp/numeric/math/FP_categories
FP_NAN => cpp/numeric/math/FP_categories
FP_NORMAL => cpp/numeric/math/FP_categories
FP_SUBNORMAL => cpp/numeric/math/FP_categories
FP_ZERO => cpp/numeric/math/FP_categories
std::assoc_laguerre => cpp/numeric/special_functions/assoc_laguerre
std::assoc_laguerref => cpp/numeric/special_functions/assoc_laguerre
std::assoc_laguerrel => cpp/numeric/special_functions/assoc_laguerre
std::assoc_legendre => cpp/numeric/special_functions/assoc_legendre
std::assoc_legendref => cpp/numeric/special_functions/assoc_legendre
std::assoc_legendrel => cpp/numeric/special_functions/assoc_legendre
std::beta => cpp/numeric/special_functions/beta
std::betaf => cpp/numeric/special_functions/beta
std::betal => cpp/numeric/special_functions/beta
std::comp_ellint_1 => cpp/numeric/special_functions/comp_ellint_1
std::comp_ellint_1f => cpp/numeric/special_functions/comp_ellint_1
std::comp_ellint_1l => cpp/numeric/special_functions/comp_ellint_1
std::comp_ellint_2 => cpp/numeric/special_functions/comp_ellint_2
std::comp_ellint_2f => cpp/numeric/special_functions/comp_ellint_2
std::comp_ellint_2l => cpp/numeric/special_functions/comp_ellint_2
std::comp_ellint_3 => cpp/numeric/special_functions/comp_ellint_3
std::comp_ellint_3f => cpp/numeric/special_functions/comp_ellint_3
std::comp_ellint_3l => cpp/numeric/special_functions/comp_ellint_3
std::cyl_bessel_i => cpp/numeric/special_functions/cyl_bessel_i
std::cyl_bessel_if => cpp/numeric/special_functions/cyl_bessel_i
std::cyl_bessel_il => cpp/numeric/special_functions/cyl_bessel_i
std::cyl_bessel_j => cpp/numeric/special_functions/cyl_bessel_j
std::cyl_bessel_jf => cpp/numeric/special_functions/cyl_bessel_j
std::cyl_bessel_jl => cpp/numeric/special_functions/cyl_bessel_j
std::cyl_bessel_k => cpp/numeric/special_functions/cyl_bessel_k
std::cyl_bessel_kf => cpp/numeric/special_functions/cyl_bessel_k
std::cyl_bessel_kl => cpp/numeric/special_functions/cyl_bessel_k
std::cyl_neumann => cpp/numeric/special_functions/cyl_neumann
std::cyl_neumannf => cpp/numeric/special_functions/cyl_neumann
std::cyl_neumannl => cpp/numeric/special_functions/cyl_neumann
std::ellint_1 => cpp/numeric/special_functions/ellint_1
std::ellint_1f => cpp/numeric/special_functions/ellint_1
std::ellint_1l => cpp/numeric/special_functions/ellint_1
std::ellint_2 => cpp/numeric/special_functions/ellint_2
std::ellint_2f => cpp/numeric/special_functions/ellint_2
std::ellint_2l => cpp/numeric/special_functions/ellint_2
std::ellint_3 => cpp/numeric/special_functions/ellint_3
std::ellint_3f => cpp/numeric/special_functions/ellint_3
std::ellint_3l => cpp/numeric/special_functions/ellint_3
std::expint => cpp/numeric/special_functions/expint
std::expintf => cpp/numeric/special_functions/expint
std::expintl => cpp/numeric/special_functions/expint
std::hermite => cpp/numeric/special_functions/hermite
std::hermitef => cpp/numeric/special_functions/hermite
std::hermitel => cpp/numeric/special_functions/hermite
std::legendre => cpp/numeric/special_functions/legendre
std::legendref => cpp/numeric/special_functions/legendre
std::legendrel => cpp/numeric/special_functions/legendre
std::laguerre => cpp/numeric/special_functions/laguerre
std::laguerref => cpp/numeric/special_functions/laguerre
std::laguerrel => cpp/numeric/special_functions/laguerre
std::riemann_zeta => cpp/numeric/special_functions/riemann_zeta
std::riemann_zetaf => cpp/numeric/special_functions/riemann_zeta
std::riemann_zetal => cpp/numeric/special_functions/riemann_zeta
std::sph_bessel => cpp/numeric/special_functions/sph_bessel
std::sph_besself => cpp/numeric/special_functions/sph_bessel
std::sph_bessell => cpp/numeric/special_functions/sph_bessel
std::sph_legendre => cpp/numeric/special_functions/sph_legendre
std::sph_legendref => cpp/numeric/special_functions/sph_legendre
std::sph_legendrel => cpp/numeric/special_functions/sph_legendre
std::sph_neumann => cpp/numeric/special_functions/sph_neumann
std::sph_neumannf => cpp/numeric/special_functions/sph_neumann
std::sph_neumannl => cpp/numeric/special_functions/sph_neumann
std::feclearexcept => cpp/numeric/fenv/feclearexcept
std::fetestexcept => cpp/numeric/fenv/fetestexcept
std::feraiseexcept => cpp/numeric/fenv/feraiseexcept
std::fegetexceptflag => cpp/numeric/fenv/feexceptflag
std::fesetexceptflag => cpp/numeric/fenv/feexceptflag
std::fegetround => cpp/numeric/fenv/feround
std::fesetround => cpp/numeric/fenv/feround
std::fegetenv => cpp/numeric/fenv/feenv
std::fesetenv => cpp/numeric/fenv/feenv
std::feholdexcept => cpp/numeric/fenv/feholdexcept
std::feupdateenv => cpp/numeric/fenv/feupdateenv
FE_ALL_EXCEPT => cpp/numeric/fenv/FE_exceptions
FE_DIVBYZERO => cpp/numeric/fenv/FE_exceptions
FE_INEXACT => cpp/numeric/fenv/FE_exceptions
FE_INVALID => cpp/numeric/fenv/FE_exceptions
FE_OVERFLOW => cpp/numeric/fenv/FE_exceptions
FE_UNDERFLOW => cpp/numeric/fenv/FE_exceptions
FE_DOWNWARD => cpp/numeric/fenv/FE_round
FE_TONEAREST => cpp/numeric/fenv/FE_round
FE_TOWARDZERO => cpp/numeric/fenv/FE_round
FE_UPWARD => cpp/numeric/fenv/FE_round
FE_DFL_ENV => cpp/numeric/fenv/FE_DFL_ENV
std::complex => cpp/numeric/complex
std::valarray => cpp/numeric/valarray
std::slice => cpp/numeric/valarray/slice
std::gslice => cpp/numeric/valarray/gslice
std::slice_array => cpp/numeric/valarray/slice_array
std::gslice_array => cpp/numeric/valarray/gslice_array
std::mask_array => cpp/numeric/valarray/mask_array
std::indirect_array => cpp/numeric/valarray/indirect_array
std::linear_congruential_engine => cpp/numeric/random/linear_congruential_engine
std::mersenne_twister_engine => cpp/numeric/random/mersenne_twister_engine
std::subtract_with_carry_engine => cpp/numeric/random/subtract_with_carry_engine
std::discard_block_engine => cpp/numeric/random/discard_block_engine
std::independent_bits_engine => cpp/numeric/random/independent_bits_engine
std::shuffle_order_engine => cpp/numeric/random/shuffle_order_engine
std::philox_engine => cpp/numeric/random/philox_engine
std::random_device => cpp/numeric/random/random_device
std::minstd_rand0 => cpp/numeric/random/linear_congruential_engine
std::minstd_rand => cpp/numeric/random/linear_congruential_engine
std::mt19937 => cpp/numeric/random/mersenne_twister_engine
std::mt19937_64 => cpp/numeric/random/mersenne_twister_engine
std::ranlux24_base => cpp/numeric/random/subtract_with_carry_engine
std::ranlux48_base => cpp/numeric/random/subtract_with_carry_engine
std::ranlux24 => cpp/numeric/random/discard_block_engine
std::ranlux48 => cpp/numeric/random/discard_block_engine
std::knuth_b => cpp/numeric/random/shuffle_order_engine
std::philox4x32 => cpp/numeric/random/philox_engine
std::philox4x64 => cpp/numeric/random/philox_engine
std::default_random_engine => cpp/numeric/random
std::srand => cpp/numeric/random/srand
std::rand => cpp/numeric/random/rand
RAND_MAX => cpp/numeric/random/RAND_MAX
std::generate_canonical => cpp/numeric/random/generate_canonical
std::seed_seq => cpp/numeric/random/seed_seq
std::uniform_int_distribution => cpp/numeric/random/uniform_int_distribution
std::uniform_real_distribution => cpp/numeric/random/uniform_real_distribution
std::bernoulli_distribution => cpp/numeric/random/bernoulli_distribution
std::binomial_distribution => cpp/numeric/random/binomial_distribution
std::negative_binomial_distribution => cpp/numeric/random/negative_binomial_distribution
std::geometric_distribution => cpp/numeric/random/geometric_distribution
std::poisson_distribution => cpp/numeric/random/poisson_distribution
std::exponential_distribution => cpp/numeric/random/exponential_distribution
std::gamma_distribution => cpp/numeric/random/gamma_distribution
std::weibull_distribution => cpp/numeric/random/weibull_distribution
std::extreme_value_distribution => cpp/numeric/random/extreme_value_distribution
std::normal_distribution => cpp/numeric/random/normal_distribution
std::lognormal_distribution => cpp/numeric/random/lognormal_distribution
std::chi_squared_distribution => cpp/numeric/random/chi_squared_distribution
std::cauchy_distribution => cpp/numeric/random/cauchy_distribution
std::fisher_f_distribution => cpp/numeric/random/fisher_f_distribution
std::student_t_distribution => cpp/numeric/random/student_t_distribution
std::discrete_distribution => cpp/numeric/random/discrete_distribution
std::piecewise_constant_distribution => cpp/numeric/random/piecewise_constant_distribution
std::piecewise_linear_distribution => cpp/numeric/random/piecewise_linear_distribution
std::ratio => cpp/numeric/ratio/ratio
std::yocto => cpp/numeric/ratio/ratio
std::femto => cpp/numeric/ratio/ratio
std::pico => cpp/numeric/ratio/ratio
std::nano => cpp/numeric/ratio/ratio
std::micro => cpp/numeric/ratio/ratio
std::milli => cpp/numeric/ratio/ratio
std::centi => cpp/numeric/ratio/ratio
std::deci => cpp/numeric/ratio/ratio
std::deca => cpp/numeric/ratio/ratio
std::hecto => cpp/numeric/ratio/ratio
std::kilo => cpp/numeric/ratio/ratio
std::mega => cpp/numeric/ratio/ratio
std::giga => cpp/numeric/ratio/ratio
std::tera => cpp/numeric/ratio/ratio
std::peta => cpp/numeric/ratio/ratio
std::exa => cpp/numeric/ratio/ratio
std::zetta => cpp/numeric/ratio/ratio
std::yotta => cpp/numeric/ratio/ratio
std::ratio_add => cpp/numeric/ratio/ratio_add
std::ratio_subtract => cpp/numeric/ratio/ratio_subtract
std::ratio_multiply => cpp/numeric/ratio/ratio_multiply
std::ratio_divide => cpp/numeric/ratio/ratio_divide
std::ratio_equal => cpp/numeric/ratio/ratio_equal
std::ratio_equal_v => cpp/numeric/ratio/ratio_equal
std::ratio_not_equal => cpp/numeric/ratio/ratio_not_equal
std::ratio_not_equal_v => cpp/numeric/ratio/ratio_not_equal
std::ratio_less => cpp/numeric/ratio/ratio_less
std::ratio_less_v => cpp/numeric/ratio/ratio_less
std::ratio_less_equal => cpp/numeric/ratio/ratio_less_equal
std::ratio_less_equal_v => cpp/numeric/ratio/ratio_less_equal
std::ratio_greater => cpp/numeric/ratio/ratio_greater
std::ratio_greater_v => cpp/numeric/ratio/ratio_greater
std::ratio_greater_equal => cpp/numeric/ratio/ratio_greater_equal
std::ratio_greater_equal_v => cpp/numeric/ratio/ratio_greater_equal
std::countl_zero => cpp/numeric/countl_zero
std::execution::sequenced_policy => cpp/algorithm/execution_policy_tag_t
std::execution::parallel_policy => cpp/algorithm/execution_policy_tag_t
std::execution::parallel_unsequenced_policy => cpp/algorithm/execution_policy_tag_t
std::execution::seq => cpp/algorithm/execution_policy_tag
std::execution::par => cpp/algorithm/execution_policy_tag
std::execution::par_unseq => cpp/algorithm/execution_policy_tag
std::is_execution_policy => cpp/algorithm/is_execution_policy
std::is_execution_policy_v => cpp/algorithm/is_execution_policy
std::all_of => cpp/algorithm/all_any_none_of
std::any_of => cpp/algorithm/all_any_none_of
std::none_of => cpp/algorithm/all_any_none_of
std::for_each => cpp/algorithm/for_each
std::for_each_n => cpp/algorithm/for_each_n
std::count => cpp/algorithm/count
std::count_if => cpp/algorithm/count
std::mismatch => cpp/algorithm/mismatch
std::equal => cpp/algorithm/equal
std::find => cpp/algorithm/find
std::find_if => cpp/algorithm/find
std::find_if_not => cpp/algorithm/find
std::find_end => cpp/algorithm/find_end
std::find_first_of => cpp/algorithm/find_first_of
std::adjacent_find => cpp/algorithm/adjacent_find
std::search => cpp/algorithm/search
std::search_n => cpp/algorithm/search_n
std::copy => cpp/algorithm/copy
std::copy_if => cpp/algorithm/copy
std::copy_n => cpp/algorithm/copy_n
std::copy_backward => cpp/algorithm/copy_backward
std::move_backward => cpp/algorithm/move_backward
std::fill => cpp/algorithm/fill
std::fill_n => cpp/algorithm/fill_n
std::transform => cpp/algorithm/transform
std::generate => cpp/algorithm/generate
std::generate_n => cpp/algorithm/generate_n
std::remove_if => cpp/algorithm/remove
std::remove_copy => cpp/algorithm/remove_copy
std::remove_copy_if => cpp/algorithm/remove_copy
std::replace => cpp/algorithm/replace
std::replace_if => cpp/algorithm/replace
std::replace_copy => cpp/algorithm/replace_copy
std::replace_copy_if => cpp/algorithm/replace_copy
std::swap => cpp/algorithm/swap
std::swap_ranges => cpp/algorithm/swap_ranges
std::iter_swap => cpp/algorithm/iter_swap
std::reverse => cpp/algorithm/reverse
std::reverse_copy => cpp/algorithm/reverse_copy
std::rotate => cpp/algorithm/rotate
std::rotate_copy => cpp/algorithm/rotate_copy
std::random_shuffle => cpp/algorithm/random_shuffle
std::shuffle => cpp/algorithm/random_shuffle
std::sample => cpp/algorithm/sample
std::unique => cpp/algorithm/unique
std::unique_copy => cpp/algorithm/unique_copy
std::is_partitioned => cpp/algorithm/is_partitioned
std::partition => cpp/algorithm/partition
std::partition_copy => cpp/algorithm/partition_copy
std::stable_partition => cpp/algorithm/stable_partition
std::partition_point => cpp/algorithm/partition_point
std::is_sorted => cpp/algorithm/is_sorted
std::is_sorted_until => cpp/algorithm/is_sorted_until
std::sort => cpp/algorithm/sort
std::partial_sort => cpp/algorithm/partial_sort
std::partial_sort_copy => cpp/algorithm/partial_sort_copy
std::stable_sort => cpp/algorithm/stable_sort
std::nth_element => cpp/algorithm/nth_element
std::lower_bound => cpp/algorithm/lower_bound
std::upper_bound => cpp/algorithm/upper_bound
std::binary_search => cpp/algorithm/binary_search
std::equal_range => cpp/algorithm/equal_range
std::merge => cpp/algorithm/merge
std::inplace_merge => cpp/algorithm/inplace_merge
std::includes => cpp/algorithm/includes
std::set_difference => cpp/algorithm/set_difference
std::set_intersection => cpp/algorithm/set_intersection
std::set_symmetric_difference => cpp/algorithm/set_symmetric_difference
std::set_union => cpp/algorithm/set_union
std::is_heap => cpp/algorithm/is_heap
std::is_heap_until => cpp/algorithm/is_heap_until
std::make_heap => cpp/algorithm/make_heap
std::push_heap => cpp/algorithm/push_heap
std::pop_heap => cpp/algorithm/pop_heap
std::sort_heap => cpp/algorithm/sort_heap
std::max => cpp/algorithm/max
std::max_element => cpp/algorithm/max_element
std::min => cpp/algorithm/min
std::min_element => cpp/algorithm/min_element
std::minmax => cpp/algorithm/minmax
std::minmax_element => cpp/algorithm/minmax_element
std::clamp => cpp/algorithm/clamp
std::lexicographical_compare => cpp/algorithm/lexicographical_compare
std::is_permutation => cpp/algorithm/is_permutation
std::next_permutation => cpp/algorithm/next_permutation
std::prev_permutation => cpp/algorithm/prev_permutation
std::accumulate => cpp/algorithm/accumulate
std::inner_product => cpp/algorithm/inner_product
std::adjacent_difference => cpp/algorithm/adjacent_difference
std::partial_sum => cpp/algorithm/partial_sum
std::iota => cpp/algorithm/iota
std::reduce => cpp/algorithm/reduce
std::inclusive_scan => cpp/algorithm/inclusive_scan
std::exclusive_scan => cpp/algorithm/exclusive_scan
std::transform_reduce => cpp/algorithm/transform_reduce
std::transform_inclusive_scan => cpp/algorithm/transform_inclusive_scan
std::transform_exclusive_scan => cpp/algorithm/transform_exclusive_scan
std::gcd => cpp/numeric/gcd
std::lcm => cpp/numeric/lcm
std::add_sat => cpp/numeric/add_sat
std::div_sat => cpp/numeric/div_sat
std::mul_sat => cpp/numeric/mul_sat
std::sub_sat => cpp/numeric/sub_sat
std::saturate_cast => cpp/numeric/saturate_cast
std::qsort => cpp/algorithm/qsort
std::bsearch => cpp/algorithm/bsearch
std::basic_streambuf => cpp/io/basic_streambuf
std::basic_filebuf => cpp/io/basic_filebuf
std::basic_stringbuf => cpp/io/basic_stringbuf
std::ios_base => cpp/io/ios_base
std::ios_base::failure => cpp/io/ios_base/failure
std::ios_base::openmode => cpp/io/ios_base/openmode
std::ios_base::app => cpp/io/ios_base/openmode
std::ios_base::binary => cpp/io/ios_base/openmode
std::ios_base::in => cpp/io/ios_base/openmode
std::ios_base::out => cpp/io/ios_base/openmode
std::ios_base::trunc => cpp/io/ios_base/openmode
std::ios_base::ate => cpp/io/ios_base/openmode
std::ios_base::fmtflags => cpp/io/ios_base/fmtflags
std::ios_base::dec => cpp/io/ios_base/fmtflags
std::ios_base::oct => cpp/io/ios_base/fmtflags
std::ios_base::hex => cpp/io/ios_base/fmtflags
std::ios_base::basefield => cpp/io/ios_base/fmtflags
std::ios_base::left => cpp/io/ios_base/fmtflags
std::ios_base::right => cpp/io/ios_base/fmtflags
std::ios_base::internal => cpp/io/ios_base/fmtflags
std::ios_base::adjustfield => cpp/io/ios_base/fmtflags
std::ios_base::scientific => cpp/io/ios_base/fmtflags
std::ios_base::fixed => cpp/io/ios_base/fmtflags
std::ios_base::floatfield => cpp/io/ios_base/fmtflags
std::ios_base::boolalpha => cpp/io/ios_base/fmtflags
std::ios_base::showbase => cpp/io/ios_base/fmtflags
std::ios_base::showpoint => cpp/io/ios_base/fmtflags
std::ios_base::showpos => cpp/io/ios_base/fmtflags
std::ios_base::skipws => cpp/io/ios_base/fmtflags
std::ios_base::unitbuf => cpp/io/ios_base/fmtflags
std::ios_base::uppercase => cpp/io/ios_base/fmtflags
std::ios_base::iostate => cpp/io/ios_base/iostate
std::ios_base::goodbit => cpp/io/ios_base/iostate
std::ios_base::badbit => cpp/io/ios_base/iostate
std::ios_base::failbit => cpp/io/ios_base/iostate
std::ios_base::eofbit => cpp/io/ios_base/iostate
std::ios_base::seekdir => cpp/io/ios_base/seekdir
std::ios_base::beg => cpp/io/ios_base/seekdir
std::ios_base::cur => cpp/io/ios_base/seekdir
std::ios_base::end => cpp/io/ios_base/seekdir
std::ios_base::event => cpp/io/ios_base/event
std::ios_base::erase_event => cpp/io/ios_base/event
std::ios_base::imbue_event => cpp/io/ios_base/event
std::ios_base::copyfmt_event => cpp/io/ios_base/event
std::ios_base::event_callback => cpp/io/ios_base/event_callback
std::ios_base::Init => cpp/io/ios_base/Init
std::basic_ios => cpp/io/basic_ios
std::basic_istream => cpp/io/basic_istream
std::basic_istream::sentry => cpp/io/basic_istream/sentry
std::basic_ostream => cpp/io/basic_ostream
std::basic_ostream::sentry => cpp/io/basic_ostream/sentry
std::basic_iostream => cpp/io/basic_iostream
std::basic_ifstream => cpp/io/basic_ifstream
std::basic_ofstream => cpp/io/basic_ofstream
std::basic_fstream => cpp/io/basic_fstream
std::basic_istringstream => cpp/io/basic_istringstream
std::basic_ostringstream => cpp/io/basic_ostringstream
std::basic_stringstream => cpp/io/basic_stringstream
std::streambuf => cpp/io/basic_streambuf
std::filebuf => cpp/io/basic_filebuf
std::stringbuf => cpp/io/basic_stringbuf
std::istream => cpp/io/basic_istream
std::istream::sentry => cpp/io/basic_istream/sentry
std::ostream => cpp/io/basic_ostream
std::ostream::sentry => cpp/io/basic_ostream/sentry
std::iostream => cpp/io/basic_iostream
std::ifstream => cpp/io/basic_ifstream
std::ofstream => cpp/io/basic_ofstream
std::fstream => cpp/io/basic_fstream
std::istringstream => cpp/io/basic_istringstream
std::ostringstream => cpp/io/basic_ostringstream
std::stringstream => cpp/io/basic_stringstream
std::wstreambuf => cpp/io/basic_streambuf
std::wfilebuf => cpp/io/basic_filebuf
std::wstringbuf => cpp/io/basic_stringbuf
std::wistream => cpp/io/basic_istream
std::wistream::sentry => cpp/io/basic_istream/sentry
std::wostream => cpp/io/basic_ostream
std::wostream::sentry => cpp/io/basic_ostream/sentry
std::wiostream => cpp/io/basic_iostream
std::wifstream => cpp/io/basic_ifstream
std::wofstream => cpp/io/basic_ofstream
std::wfstream => cpp/io/basic_fstream
std::wistringstream => cpp/io/basic_istringstream
std::wostringstream => cpp/io/basic_ostringstream
std::wstringstream => cpp/io/basic_stringstream
std::strstreambuf => cpp/io/strstreambuf
std::istrstream => cpp/io/istrstream
std::ostrstream => cpp/io/ostrstream
std::strstream => cpp/io/strstream
std::cin => cpp/io/cin
std::wcin => cpp/io/cin
std::cout => cpp/io/cout
std::wcout => cpp/io/cout
std::cerr => cpp/io/cerr
std::wcerr => cpp/io/cerr
std::clog => cpp/io/clog
std::wclog => cpp/io/clog
std::boolalpha => cpp/io/manip/boolalpha
std::noboolalpha => cpp/io/manip/boolalpha
std::showbase => cpp/io/manip/showbase
std::noshowbase => cpp/io/manip/showbase
std::showpoint => cpp/io/manip/showpoint
std::noshowpoint => cpp/io/manip/showpoint
std::showpos => cpp/io/manip/showpos
std::noshowpos => cpp/io/manip/showpos
std::skipws => cpp/io/manip/skipws
std::noskipws => cpp/io/manip/skipws
std::uppercase => cpp/io/manip/uppercase
std::nouppercase => cpp/io/manip/uppercase
std::unitbuf => cpp/io/manip/unitbuf
std::nounitbuf => cpp/io/manip/unitbuf
std::internal => cpp/io/manip/left
std::left => cpp/io/manip/left
std::right => cpp/io/manip/left
std::dec => cpp/io/manip/hex
std::hex => cpp/io/manip/hex
std::oct => cpp/io/manip/hex
std::fixed => cpp/io/manip/fixed
std::scientific => cpp/io/manip/fixed
std::hexfloat => cpp/io/manip/fixed
std::defaultfloat => cpp/io/manip/fixed
std::ws => cpp/io/manip/ws
std::ends => cpp/io/manip/ends
std::flush => cpp/io/manip/flush
std::endl => cpp/io/manip/endl
std::resetiosflags => cpp/io/manip/resetiosflags
std::setiosflags => cpp/io/manip/setiosflags
std::setbase => cpp/io/manip/setbase
std::setfill => cpp/io/manip/setfill
std::setprecision => cpp/io/manip/setprecision
std::setw => cpp/io/manip/setw
std::get_money => cpp/io/manip/get_money
std::put_money => cpp/io/manip/put_money
std::get_time => cpp/io/manip/get_time
std::put_time => cpp/io/manip/put_time
std::quoted => cpp/io/manip/quoted
std::streamoff => cpp/io/streamoff
std::streamsize => cpp/io/streamsize
std::fpos => cpp/io/fpos
std::streampos => cpp/io/fpos
std::u16streampos => cpp/io/fpos
std::u32streampos => cpp/io/fpos
std::wstreampos => cpp/io/fpos
std::io_errc => cpp/io/io_errc
std::io_errc::stream => cpp/io/io_errc
std::iostream_category => cpp/io/iostream_category
std::fopen => cpp/io/c/fopen
std::freopen => cpp/io/c/freopen
std::fflush => cpp/io/c/fflush
std::fclose => cpp/io/c/fclose
std::setbuf => cpp/io/c/setbuf
std::setvbuf => cpp/io/c/setvbuf
std::fread => cpp/io/c/fread
std::fwrite => cpp/io/c/fwrite
std::fgetc => cpp/io/c/fgetc
std::getc => cpp/io/c/fgetc
std::fgets => cpp/io/c/fgets
std::fputc => cpp/io/c/fputc
std::putc => cpp/io/c/fputc
std::fputs => cpp/io/c/fputs
std::getchar => cpp/io/c/getchar
std::gets => cpp/io/c/gets
std::putchar => cpp/io/c/putchar
std::puts => cpp/io/c/puts
std::ungetc => cpp/io/c/ungetc
std::fgetwc => cpp/io/c/fgetwc
std::fgetws => cpp/io/c/fgetws
std::fputwc => cpp/io/c/fputwc
std::fputws => cpp/io/c/fputws
std::getwchar => cpp/io/c/getwchar
std::putwchar => cpp/io/c/putwchar
std::ungetwc => cpp/io/c/ungetwc
std::scanf => cpp/io/c/fscanf
std::fscanf => cpp/io/c/fscanf
std::sscanf => cpp/io/c/fscanf
std::vscanf => cpp/io/c/vfscanf
std::vfscanf => cpp/io/c/vfscanf
std::vsscanf => cpp/io/c/vfscanf
std::printf => cpp/io/c/fprintf
std::fprintf => cpp/io/c/fprintf
std::sprintf => cpp/io/c/fprintf
std::snprintf => cpp/io/c/fprintf
std::vprintf => cpp/io/c/vfprintf
std::vfprintf => cpp/io/c/vfprintf
std::vsprintf => cpp/io/c/vfprintf
std::vsnprintf => cpp/io/c/vfprintf
std::wscanf => cpp/io/c/fwscanf
std::fwscanf => cpp/io/c/fwscanf
std::swscanf => cpp/io/c/fwscanf
std::vwscanf => cpp/io/c/vfwscanf
std::vfwscanf => cpp/io/c/vfwscanf
std::vswscanf => cpp/io/c/vfwscanf
std::wprintf => cpp/io/c/fwprintf
std::fwprintf => cpp/io/c/fwprintf
std::swprintf => cpp/io/c/fwprintf
std::vwprintf => cpp/io/c/vfwprintf
std::vfwprintf => cpp/io/c/vfwprintf
std::vswprintf => cpp/io/c/vfwprintf
std::ftell => cpp/io/c/ftell
std::fgetpos => cpp/io/c/fgetpos
std::fseek => cpp/io/c/fseek
std::fsetpos => cpp/io/c/fsetpos
std::rewind => cpp/io/c/rewind
std::clearerr => cpp/io/c/clearerr
std::feof => cpp/io/c/feof
std::ferror => cpp/io/c/ferror
std::perror => cpp/io/c/perror
std::rename => cpp/io/c/rename
std::tmpfile => cpp/io/c/tmpfile
std::tmpnam => cpp/io/c/tmpnam
std::FILE => cpp/io/c/FILE
std::fpos_t => cpp/io/c/fpos_t
stdin => cpp/io/c/std_streams
stdout => cpp/io/c/std_streams
stderr => cpp/io/c/std_streams
EOF => cpp/io/c
FOPEN_MAX => cpp/io/c
FILENAME_MAX => cpp/io/c
BUFSIZ => cpp/io/c
_IOFBF => cpp/io/c
_IOLBF => cpp/io/c
_IONBF => cpp/io/c
SEEK_SET => cpp/io/c
SEEK_CUR => cpp/io/c
SEEK_END => cpp/io/c
TMP_MAX => cpp/io/c
L_tmpnam => cpp/io/c
std::locale => cpp/locale/locale
std::locale::id => cpp/locale/locale/id
std::locale::facet => cpp/locale/locale/facet
std::use_facet => cpp/locale/use_facet
std::has_facet => cpp/locale/has_facet
std::wstring_convert => cpp/locale/wstring_convert
std::wbuffer_convert => cpp/locale/wbuffer_convert
std::ctype_base => cpp/locale/ctype_base
std::ctype_base::mask => cpp/locale/ctype_base
std::ctype_base::space => cpp/locale/ctype_base
std::ctype_base::print => cpp/locale/ctype_base
std::ctype_base::cntrl => cpp/locale/ctype_base
std::ctype_base::upper => cpp/locale/ctype_base
std::ctype_base::lower => cpp/locale/ctype_base
std::ctype_base::alpha => cpp/locale/ctype_base
std::ctype_base::digit => cpp/locale/ctype_base
std::ctype_base::punct => cpp/locale/ctype_base
std::ctype_base::xdigit => cpp/locale/ctype_base
std::ctype_base::blank => cpp/locale/ctype_base
std::ctype_base::alnum => cpp/locale/ctype_base
std::ctype_base::graph => cpp/locale/ctype_base
std::codecvt_base => cpp/locale/codecvt_base
std::codecvt_base::result => cpp/locale/codecvt_base
std::codecvt_base::ok => cpp/locale/codecvt_base
std::codecvt_base::partial => cpp/locale/codecvt_base
std::codecvt_base::error => cpp/locale/codecvt_base
std::codecvt_base::noconv => cpp/locale/codecvt_base
std::messages_base => cpp/locale/messages_base
std::messages_base::catalog => cpp/locale/messages_base
std::time_base => cpp/locale/time_base
std::time_base::dateorder => cpp/locale/time_base
std::time_base::no_order => cpp/locale/time_base
std::time_base::dmy => cpp/locale/time_base
std::time_base::mdy => cpp/locale/time_base
std::time_base::ymd => cpp/locale/time_base
std::time_base::ydm => cpp/locale/time_base
std::money_base => cpp/locale/money_base
std::money_base::part => cpp/locale/money_base
std::money_base::none => cpp/locale/money_base
std::money_base::space => cpp/locale/money_base
std::money_base::symbol => cpp/locale/money_base
std::money_base::sign => cpp/locale/money_base
std::money_base::value => cpp/locale/money_base
std::money_base::pattern => cpp/locale/money_base
std::ctype => cpp/locale/ctype
std::codecvt => cpp/locale/codecvt
std::codecvt::intern_type => cpp/locale/codecvt
std::codecvt::extern_type => cpp/locale/codecvt
std::codecvt::state_type => cpp/locale/codecvt
std::collate => cpp/locale/collate
std::collate::char_type => cpp/locale/collate
std::collate::string_type => cpp/locale/collate
std::messages => cpp/locale/messages
std::messages::char_type => cpp/locale/messages
std::messages::string_type => cpp/locale/messages
std::time_get => cpp/locale/time_get
std::time_get::char_type => cpp/locale/time_get
std::time_get::iter_type => cpp/locale/time_get
std::time_put => cpp/locale/time_put
std::time_put::char_type => cpp/locale/time_put
std::time_put::iter_type => cpp/locale/time_put
std::num_get => cpp/locale/num_get
std::num_get::char_type => cpp/locale/num_get
std::num_get::iter_type => cpp/locale/num_get
std::num_put => cpp/locale/num_put
std::num_put::char_type => cpp/locale/num_put
std::num_put::iter_type => cpp/locale/num_put
std::numpunct => cpp/locale/numpunct
std::numpunct::char_type => cpp/locale/numpunct
std::numpunct::string_type => cpp/locale/numpunct
std::money_get => cpp/locale/money_get
std::money_get::char_type => cpp/locale/money_get
std::money_get::iter_type => cpp/locale/money_get
std::money_get::string_type => cpp/locale/money_get
std::money_put => cpp/locale/money_put
std::money_put::char_type => cpp/locale/money_put
std::money_put::iter_type => cpp/locale/money_put
std::money_put::string_type => cpp/locale/money_put
std::moneypunct => cpp/locale/moneypunct
std::moneypunct::char_type => cpp/locale/moneypunct
std::moneypunct::string_type => cpp/locale/moneypunct
std::ctype_byname => cpp/locale/ctype_byname
std::codecvt_byname => cpp/locale/codecvt_byname
std::messages_byname => cpp/locale/messages_byname
std::collate_byname => cpp/locale/collate_byname
std::time_get_byname => cpp/locale/time_get_byname
std::time_put_byname => cpp/locale/time_put_byname
std::numpunct_byname => cpp/locale/numpunct_byname
std::moneypunct_byname => cpp/locale/moneypunct_byname
std::codecvt_utf8 => cpp/locale/codecvt_utf8
std::codecvt_utf16 => cpp/locale/codecvt_utf16
std::codecvt_utf8_utf16 => cpp/locale/codecvt_utf8_utf16
std::codecvt_mode => cpp/locale/codecvt_mode
std::consume_header => cpp/locale/codecvt_mode
std::generate_header => cpp/locale/codecvt_mode
std::little_endian => cpp/locale/codecvt_mode
std::setlocale => cpp/locale/setlocale
std::localeconv => cpp/locale/localeconv
std::lconv => cpp/locale/lconv
LC_ALL => cpp/locale/LC_categories
LC_COLLATE => cpp/locale/LC_categories
LC_CTYPE => cpp/locale/LC_categories
LC_MONETARY => cpp/locale/LC_categories
LC_NUMERIC => cpp/locale/LC_categories
LC_TIME => cpp/locale/LC_categories
std::basic_regex => cpp/regex/basic_regex
std::regex => cpp/regex/basic_regex
std::wregex => cpp/regex/basic_regex
std::sub_match => cpp/regex/sub_match
std::csub_match => cpp/regex/sub_match
std::wcsub_match => cpp/regex/sub_match
std::ssub_match => cpp/regex/sub_match
std::wssub_match => cpp/regex/sub_match
std::match_results => cpp/regex/match_results
std::cmatch => cpp/regex/match_results
std::wcmatch => cpp/regex/match_results
std::smatch => cpp/regex/match_results
std::wsmatch => cpp/regex/match_results
std::regex_match => cpp/regex/regex_match
std::regex_search => cpp/regex/regex_search
std::regex_replace => cpp/regex/regex_replace
std::regex_iterator => cpp/regex/regex_iterator
std::cregex_iterator => cpp/regex/regex_iterator
std::wcregex_iterator => cpp/regex/regex_iterator
std::sregex_iterator => cpp/regex/regex_iterator
std::wsregex_iterator => cpp/regex/regex_iterator
std::regex_token_iterator => cpp/regex/regex_token_iterator
std::cregex_token_iterator => cpp/regex/regex_token_iterator
std::wcregex_token_iterator => cpp/regex/regex_token_iterator
std::sregex_token_iterator => cpp/regex/regex_token_iterator
std::wsregex_token_iterator => cpp/regex/regex_token_iterator
std::regex_error => cpp/regex/regex_error
std::regex_traits => cpp/regex/regex_traits
std::regex_constants::syntax_option_type => cpp/regex/syntax_option_type
std::regex_constants::icase => cpp/regex/syntax_option_type
std::regex_constants::nosubs => cpp/regex/syntax_option_type
std::regex_constants::optimize => cpp/regex/syntax_option_type
std::regex_constants::collate => cpp/regex/syntax_option_type
std::regex_constants::ECMAScript => cpp/regex/syntax_option_type
std::regex_constants::basic => cpp/regex/syntax_option_type
std::regex_constants::extended => cpp/regex/syntax_option_type
std::regex_constants::awk => cpp/regex/syntax_option_type
std::regex_constants::grep => cpp/regex/syntax_option_type
std::regex_constants::egrep => cpp/regex/syntax_option_type
std::regex_constants::match_flag_type => cpp/regex/match_flag_type
std::regex_constants::match_default => cpp/regex/match_flag_type
std::regex_constants::match_not_bol => cpp/regex/match_flag_type
std::regex_constants::match_not_eol => cpp/regex/match_flag_type
std::regex_constants::match_not_bow => cpp/regex/match_flag_type
std::regex_constants::match_not_eow => cpp/regex/match_flag_type
std::regex_constants::match_any => cpp/regex/match_flag_type
std::regex_constants::match_not_null => cpp/regex/match_flag_type
std::regex_constants::match_continuous => cpp/regex/match_flag_type
std::regex_constants::match_prev_avail => cpp/regex/match_flag_type
std::regex_constants::format_default => cpp/regex/match_flag_type
std::regex_constants::format_sed => cpp/regex/match_flag_type
std::regex_constants::format_no_copy => cpp/regex/match_flag_type
std::regex_constants::format_first_only => cpp/regex/match_flag_type
std::regex_constants::error_type => cpp/regex/error_type
std::regex_constants::error_collate => cpp/regex/error_type
std::regex_constants::error_ctype => cpp/regex/error_type
std::regex_constants::error_escape => cpp/regex/error_type
std::regex_constants::error_backref => cpp/regex/error_type
std::regex_constants::error_brack => cpp/regex/error_type
std::regex_constants::error_paren => cpp/regex/error_type
std::regex_constants::error_brace => cpp/regex/error_type
std::regex_constants::error_badbrace => cpp/regex/error_type
std::regex_constants::error_range => cpp/regex/error_type
std::regex_constants::error_space => cpp/regex/error_type
std::regex_constants::error_badrepeat => cpp/regex/error_type
std::regex_constants::error_complexity => cpp/regex/error_type
std::regex_constants::error_stack => cpp/regex/error_type
std::atomic => cpp/atomic/atomic
std::atomic_is_lock_free => cpp/atomic/atomic_is_lock_free
std::atomic_store => cpp/atomic/atomic_store
std::atomic_store_explicit => cpp/atomic/atomic_store
std::atomic_load => cpp/atomic/atomic_load
std::atomic_load_explicit => cpp/atomic/atomic_load
std::atomic_exchange => cpp/atomic/atomic_exchange
std::atomic_exchange_explicit => cpp/atomic/atomic_exchange
std::atomic_compare_exchange_weak => cpp/atomic/atomic_compare_exchange
std::atomic_compare_exchange_weak_explicit => cpp/atomic/atomic_compare_exchange
std::atomic_compare_exchange_strong => cpp/atomic/atomic_compare_exchange
std::atomic_compare_exchange_strong_explicit => cpp/atomic/atomic_compare_exchange
std::atomic_fetch_add => cpp/atomic/atomic_fetch_add
std::atomic_fetch_add_explicit => cpp/atomic/atomic_fetch_add
std::atomic_fetch_sub => cpp/atomic/atomic_fetch_sub
std::atomic_fetch_sub_explicit => cpp/atomic/atomic_fetch_sub
std::atomic_fetch_and => cpp/atomic/atomic_fetch_and
std::atomic_fetch_and_explicit => cpp/atomic/atomic_fetch_and
std::atomic_fetch_or => cpp/atomic/atomic_fetch_or
std::atomic_fetch_or_explicit => cpp/atomic/atomic_fetch_or
std::atomic_fetch_xor => cpp/atomic/atomic_fetch_xor
std::atomic_fetch_xor_explicit => cpp/atomic/atomic_fetch_xor
std::atomic_fetch_max => cpp/atomic/atomic_fetch_max
std::atomic_fetch_max_explicit => cpp/atomic/atomic_fetch_max
std::atomic_fetch_min => cpp/atomic/atomic_fetch_min
std::atomic_fetch_min_explicit => cpp/atomic/atomic_fetch_min
std::atomic_flag => cpp/atomic/atomic_flag
std::atomic_init => cpp/atomic/atomic_init
ATOMIC_VAR_INIT => cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIT => cpp/atomic/ATOMIC_FLAG_INIT
std::memory_order => cpp/atomic/memory_order
std::memory_order_relaxed => cpp/atomic/memory_order
std::memory_order_consume => cpp/atomic/memory_order
std::memory_order_acquire => cpp/atomic/memory_order
std::memory_order_release => cpp/atomic/memory_order
std::memory_order_acq_rel => cpp/atomic/memory_order
std::memory_order_seq_cst => cpp/atomic/memory_order
std::kill_dependency => cpp/atomic/kill_dependency
std::atomic_thread_fence => cpp/atomic/atomic_thread_fence
std::atomic_signal_fence => cpp/atomic/atomic_signal_fence
std::atomic_bool => cpp/atomic/atomic
std::atomic_schar => cpp/atomic/atomic
std::atomic_uchar => cpp/atomic/atomic
std::atomic_short => cpp/atomic/atomic
std::atomic_ushort => cpp/atomic/atomic
std::atomic_int => cpp/atomic/atomic
std::atomic_uint => cpp/atomic/atomic
std::atomic_long => cpp/atomic/atomic
std::atomic_ulong => cpp/atomic/atomic
std::atomic_llong => cpp/atomic/atomic
std::atomic_ullong => cpp/atomic/atomic
std::atomic_char16_t => cpp/atomic/atomic
std::atomic_char32_t => cpp/atomic/atomic
std::atomic_wchar_t => cpp/atomic/atomic
std::atomic_int8_t => cpp/atomic/atomic
std::atomic_uint8_t => cpp/atomic/atomic
std::atomic_int16_t => cpp/atomic/atomic
std::atomic_uint16_t => cpp/atomic/atomic
std::atomic_int32_t => cpp/atomic/atomic
std::atomic_uint32_t => cpp/atomic/atomic
std::atomic_int64_t => cpp/atomic/atomic
std::atomic_uint64_t => cpp/atomic/atomic
std::atomic_int_least8_t => cpp/atomic/atomic
std::atomic_uint_least8_t => cpp/atomic/atomic
std::atomic_int_least16_t => cpp/atomic/atomic
std::atomic_uint_least16_t => cpp/atomic/atomic
std::atomic_int_least32_t => cpp/atomic/atomic
std::atomic_uint_least32_t => cpp/atomic/atomic
std::atomic_int_least64_t => cpp/atomic/atomic
std::atomic_uint_least64_t => cpp/atomic/atomic
std::atomic_int_fast8_t => cpp/atomic/atomic
std::atomic_uint_fast8_t => cpp/atomic/atomic
std::atomic_int_fast16_t => cpp/atomic/atomic
std::atomic_uint_fast16_t => cpp/atomic/atomic
std::atomic_int_fast32_t => cpp/atomic/atomic
std::atomic_uint_fast32_t => cpp/atomic/atomic
std::atomic_int_fast64_t => cpp/atomic/atomic
std::atomic_uint_fast64_t => cpp/atomic/atomic
std::atomic_intptr_t => cpp/atomic/atomic
std::atomic_uintptr_t => cpp/atomic/atomic
std::atomic_size_t => cpp/atomic/atomic
std::atomic_ptrdiff_t => cpp/atomic/atomic
std::atomic_intmax_t => cpp/atomic/atomic
std::atomic_uintmax_t => cpp/atomic/atomic
std::thread => cpp/thread/thread
std::thread::id => cpp/thread/thread/id
std::this_thread::get_id => cpp/thread/get_id
std::this_thread::sleep_for => cpp/thread/sleep_for
std::this_thread::sleep_until => cpp/thread/sleep_until
std::this_thread::yield => cpp/thread/yield
std::hardware_constructive_interference_size => cpp/thread/hardware_destructive_interference_size
std::hardware_destructive_interference_size => cpp/thread/hardware_destructive_interference_size
std::mutex => cpp/thread/mutex
std::recursive_mutex => cpp/thread/recursive_mutex
std::timed_mutex => cpp/thread/timed_mutex
std::recursive_timed_mutex => cpp/thread/recursive_timed_mutex
std::shared_timed_mutex => cpp/thread/shared_timed_mutex
std::shared_mutex => cpp/thread/shared_mutex
std::defer_lock_t => cpp/thread/lock_tag_t
std::try_to_lock_t => cpp/thread/lock_tag_t
std::adopt_lock_t => cpp/thread/lock_tag_t
std::defer_lock => cpp/thread/lock_tag
std::try_to_lock => cpp/thread/lock_tag
std::adopt_lock => cpp/thread/lock_tag
std::lock_guard => cpp/thread/lock_guard
std::unique_lock => cpp/thread/unique_lock
std::shared_lock => cpp/thread/shared_lock
std::lock => cpp/thread/lock
std::try_lock => cpp/thread/try_lock
std::condition_variable => cpp/thread/condition_variable
std::condition_variable_any => cpp/thread/condition_variable_any
std::notify_all_at_thread_exit => cpp/thread/notify_all_at_thread_exit
std::once_flag => cpp/thread/once_flag
std::call_once => cpp/thread/call_once
std::cv_status => cpp/thread/cv_status
std::cv_status::no_timeout => cpp/thread/cv_status
std::cv_status::timeout => cpp/thread/cv_status
std::promise => cpp/thread/promise
std::future => cpp/thread/future
std::shared_future => cpp/thread/shared_future
std::packaged_task => cpp/thread/packaged_task
std::async => cpp/thread/async
std::launch => cpp/thread/launch
std::launch::async => cpp/thread/launch
std::launch::deferred => cpp/thread/launch
std::future_status => cpp/thread/future_status
std::future_status::ready => cpp/thread/future_status
std::future_status::timeout => cpp/thread/future_status
std::future_status::deferred => cpp/thread/future_status
std::future_error => cpp/thread/future_error
std::future_category => cpp/thread/future_category
std::future_errc => cpp/thread/future_errc
std::future_errc::broken_promise => cpp/thread/future_errc
std::future_errc::future_already_retrieved => cpp/thread/future_errc
std::future_errc::promise_already_satisfied => cpp/thread/future_errc
std::future_errc::no_state => cpp/thread/future_errc
std::filesystem::path => cpp/filesystem/path
std::filesystem::path::preferred_separator => cpp/filesystem/path
std::filesystem::u8path => cpp/filesystem/path/u8path
std::filesystem::filesystem_error => cpp/filesystem/filesystem_error
std::filesystem::directory_entry => cpp/filesystem/directory_entry
std::filesystem::directory_iterator => cpp/filesystem/directory_iterator
std::filesystem::recursive_directory_iterator => cpp/filesystem/recursive_directory_iterator
std::filesystem::file_status => cpp/filesystem/file_status
std::filesystem::space_info => cpp/filesystem/space_info
std::filesystem::file_type => cpp/filesystem/file_type
std::filesystem::file_type::none => cpp/filesystem/file_type
std::filesystem::file_type::not_found => cpp/filesystem/file_type
std::filesystem::file_type::regular => cpp/filesystem/file_type
std::filesystem::file_type::directory => cpp/filesystem/file_type
std::filesystem::file_type::symlink => cpp/filesystem/file_type
std::filesystem::file_type::block => cpp/filesystem/file_type
std::filesystem::file_type::character => cpp/filesystem/file_type
std::filesystem::file_type::fifo => cpp/filesystem/file_type
std::filesystem::file_type::socket => cpp/filesystem/file_type
std::filesystem::file_type::unknown => cpp/filesystem/file_type
std::filesystem::perms => cpp/filesystem/perms
std::filesystem::perms::none => cpp/filesystem/perms
std::filesystem::perms::owner_read => cpp/filesystem/perms
std::filesystem::perms::owner_write => cpp/filesystem/perms
std::filesystem::perms::owner_exec => cpp/filesystem/perms
std::filesystem::perms::owner_all => cpp/filesystem/perms
std::filesystem::perms::group_read => cpp/filesystem/perms
std::filesystem::perms::group_write => cpp/filesystem/perms
std::filesystem::perms::group_exec => cpp/filesystem/perms
std::filesystem::perms::group_all => cpp/filesystem/perms
std::filesystem::perms::others_read => cpp/filesystem/perms
std::filesystem::perms::others_write => cpp/filesystem/perms
std::filesystem::perms::others_exec => cpp/filesystem/perms
std::filesystem::perms::others_all => cpp/filesystem/perms
std::filesystem::perms::all => cpp/filesystem/perms
std::filesystem::perms::set_uid => cpp/filesystem/perms
std::filesystem::perms::set_gid => cpp/filesystem/perms
std::filesystem::perms::sticky_bit => cpp/filesystem/perms
std::filesystem::perms::mask => cpp/filesystem/perms
std::filesystem::perms::unknown => cpp/filesystem/perms
std::filesystem::perms::add_perms => cpp/filesystem/perms
std::filesystem::perms::remove_perms => cpp/filesystem/perms
std::filesystem::perms::resolve_symlinks => cpp/filesystem/perms
std::filesystem::copy_options => cpp/filesystem/copy_options
std::filesystem::copy_options::none => cpp/filesystem/copy_options
std::filesystem::copy_options::skip_existing => cpp/filesystem/copy_options
std::filesystem::copy_options::overwrite_existing => cpp/filesystem/copy_options
std::filesystem::copy_options::update_existing => cpp/filesystem/copy_options
std::filesystem::copy_options::recursive => cpp/filesystem/copy_options
std::filesystem::copy_options::copy_symlinks => cpp/filesystem/copy_options
std::filesystem::copy_options::skip_symlinks => cpp/filesystem/copy_options
std::filesystem::copy_options::directories_only => cpp/filesystem/copy_options
std::filesystem::copy_options::create_symlinks => cpp/filesystem/copy_options
std::filesystem::copy_options::create_hard_links => cpp/filesystem/copy_options
std::filesystem::directory_options => cpp/filesystem/directory_options
std::filesystem::directory_options::none => cpp/filesystem/directory_options
std::filesystem::directory_options::follow_directory_symlink => cpp/filesystem/directory_options
std::filesystem::directory_options::overwrite_existing => cpp/filesystem/directory_options
std::filesystem::directory_options::skip_permission_denied => cpp/filesystem/directory_options
std::filesystem::file_time_type => cpp/filesystem/file_time_type
std::filesystem::absolute => cpp/filesystem/absolute
std::filesystem::system_complete => cpp/filesystem/absolute
std::filesystem::canonical => cpp/filesystem/canonical
std::filesystem::weakly_canonical => cpp/filesystem/canonical
std::filesystem::relative => cpp/filesystem/relative
std::filesystem::proximate => cpp/filesystem/relative
std::filesystem::copy => cpp/filesystem/copy
std::filesystem::copy_file => cpp/filesystem/copy_file
std::filesystem::copy_symlink => cpp/filesystem/copy_symlink
std::filesystem::create_directory => cpp/filesystem/create_directory
std::filesystem::create_directories => cpp/filesystem/create_directory
std::filesystem::create_hard_link => cpp/filesystem/create_hard_link
std::filesystem::create_symlink => cpp/filesystem/create_symlink
std::filesystem::create_directory_symlink => cpp/filesystem/create_symlink
std::filesystem::current_path => cpp/filesystem/current_path
std::filesystem::exists => cpp/filesystem/exists
std::filesystem::equivalent => cpp/filesystem/equivalent
std::filesystem::file_size => cpp/filesystem/file_size
std::filesystem::hard_link_count => cpp/filesystem/hard_link_count
std::filesystem::last_write_time => cpp/filesystem/last_write_time
std::filesystem::permissions => cpp/filesystem/permissions
std::filesystem::read_symlink => cpp/filesystem/read_symlink
std::filesystem::remove => cpp/filesystem/remove
std::filesystem::remove_all => cpp/filesystem/remove
std::filesystem::rename => cpp/filesystem/rename
std::filesystem::resize_file => cpp/filesystem/resize_file
std::filesystem::space => cpp/filesystem/space
std::filesystem::status => cpp/filesystem/status
std::filesystem::symlink_status => cpp/filesystem/status
std::filesystem::temp_directory_path => cpp/filesystem/temp_directory_path
std::filesystem::is_block_file => cpp/filesystem/is_block_file
std::filesystem::is_character_file => cpp/filesystem/is_character_file
std::filesystem::is_directory => cpp/filesystem/is_directory
std::filesystem::is_empty => cpp/filesystem/is_empty
std::filesystem::is_fifo => cpp/filesystem/is_fifo
std::filesystem::is_other => cpp/filesystem/is_other
std::filesystem::is_regular_file => cpp/filesystem/is_regular_file
std::filesystem::is_socket => cpp/filesystem/is_socket
std::filesystem::is_symlink => cpp/filesystem/is_symlink
std::filesystem::status_known => cpp/filesystem/status_known
std::experimental::optional => cpp/experimental/optional
std::experimental::make_optional => cpp/experimental/optional/make_optional
std::experimental::any => cpp/experimental/any
std::experimental::any_cast => cpp/experimental/any/any_cast
std::experimental::pmr::memory_resource => cpp/experimental/memory_resource
std::experimental::pmr::monotonic_buffer_resource => cpp/experimental/monotonic_buffer_resource
std::experimental::pmr::synchronized_pool_resource => cpp/experimental/synchronized_pool_resource
std::experimental::pmr::unsynchronized_pool_resource => cpp/experimental/unsynchronized_pool_resource
std::experimental::pmr::polymorphic_allocator => cpp/experimental/polymorphic_allocator
std::experimental::pmr::resource_adaptor => cpp/experimental/resource_adaptor
std::experimental::pmr::new_delete_resource => cpp/experimental/new_delete_resource
std::experimental::pmr::null_memory_resource => cpp/experimental/null_memory_resource
std::experimental::pmr::get_default_resource => cpp/experimental/get_default_resource
std::experimental::pmr::set_default_resource => cpp/experimental/set_default_resource
std::experimental::sample => cpp/experimental/sample
std::experimental::search => cpp/experimental/search
std::experimental::default_searcher => cpp/experimental/default_searcher
std::experimental::make_default_searcher => cpp/experimental/default_searcher
std::experimental::boyer_moore_horspool_searcher => cpp/experimental/boyer_moore_horspool_searcher
std::experimental::make_boyer_moore_horspool_searcher => cpp/experimental/boyer_moore_horspool_searcher
std::experimental::boyer_moore_searcher => cpp/experimental/boyer_moore_searcher
std::experimental::make_boyer_moore_searcher => cpp/experimental/boyer_moore_searcher
std::experimental::apply => cpp/experimental/apply
std::experimental::erased_type => cpp/experimental/erased_type
std::experimental::invocation_type => cpp/experimental/invocation_type
std::experimental::raw_invocation_type => cpp/experimental/invocation_type
std::experimental::basic_string_view => cpp/experimental/basic_string_view
std::experimental::basic_string_view::npos => cpp/experimental/basic_string_view/npos
std::experimental::string_view => cpp/experimental/basic_string_view
std::experimental::string_view::npos => cpp/experimental/basic_string_view/npos
std::experimental::wstring_view => cpp/experimental/basic_string_view
std::experimental::wstring_view::npos => cpp/experimental/basic_string_view/npos
std::experimental::u16string_view => cpp/experimental/basic_string_view
std::experimental::u16string_view::npos => cpp/experimental/basic_string_view/npos
std::experimental::u32string_view => cpp/experimental/basic_string_view
std::experimental::u32string_view::npos => cpp/experimental/basic_string_view/npos
std::experimental::is_void_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_null_pointer_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_integral_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_floating_point_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_array_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_pointer_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_lvalue_reference_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_rvalue_reference_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_member_object_pointer_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_member_function_pointer_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_enum_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_union_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_class_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_function_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_reference_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_arithmetic_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_fundamental_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_object_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_scalar_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_compound_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_member_pointer_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_const_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_volatile_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivial_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_copyable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_standard_layout_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_pod_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_literal_type_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_empty_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_polymorphic_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_abstract_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_final_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_signed_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_unsigned_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_default_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_default_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_default_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_copy_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_copy_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_copy_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_move_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_move_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_move_constructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_copy_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_copy_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_copy_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_move_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_move_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_move_assignable_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_destructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_trivially_destructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_nothrow_destructible_v => cpp/experimental/type_trait_variable_templates
std::experimental::has_virtual_destructor_v => cpp/experimental/type_trait_variable_templates
std::experimental::alignment_of_v => cpp/experimental/type_trait_variable_templates
std::experimental::rank_v => cpp/experimental/type_trait_variable_templates
std::experimental::extent_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_same_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_base_of_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_convertible_v => cpp/experimental/type_trait_variable_templates
std::experimental::ratio_equal_v => cpp/experimental/type_trait_variable_templates
std::experimental::ratio_not_equal_v => cpp/experimental/type_trait_variable_templates
std::experimental::ratio_less_v => cpp/experimental/type_trait_variable_templates
std::experimental::ratio_less_equal_v => cpp/experimental/type_trait_variable_templates
std::experimental::ratio_greater_v => cpp/experimental/type_trait_variable_templates
std::experimental::ratio_greater_equal_v => cpp/experimental/type_trait_variable_templates
std::experimental::tuple_size_v => cpp/experimental/type_trait_variable_templates
std::experimental::treat_as_floating_point_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_error_code_enum_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_error_condition_enum_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_bind_expression_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_placeholder_v => cpp/experimental/type_trait_variable_templates
std::experimental::uses_allocator_v => cpp/experimental/type_trait_variable_templates
std::experimental::is_detected => cpp/experimental/is_detected
std::experimental::is_detected_v => cpp/experimental/is_detected
std::experimental::detected_or => cpp/experimental/is_detected
std::experimental::detected_or_t => cpp/experimental/is_detected
std::experimental::is_detected_exact => cpp/experimental/is_detected
std::experimental::is_detected_exact_v => cpp/experimental/is_detected
std::experimental::is_detected_convertible => cpp/experimental/is_detected
std::experimental::is_detected_convertible_v => cpp/experimental/is_detected
std::experimental::nonesuch => cpp/experimental/nonesuch
std::experimental::propagate_const => cpp/experimental/propagate_const
std::experimental::not_fn => cpp/experimental/not_fn
std::experimental::observer_ptr => cpp/experimental/observer_ptr
std::experimental::make_array => cpp/experimental/make_array
std::experimental::to_array => cpp/experimental/to_array
std::experimental::ostream_joiner => cpp/experimental/ostream_joiner
std::experimental::gcd => cpp/experimental/gcd
std::experimental::lcm => cpp/experimental/lcm
std::experimental::source_location => cpp/experimental/source_location
std::experimental::randint => cpp/experimental/randint
std::experimental::reseed => cpp/experimental/reseed
std::experimental::filesystem::path => cpp/experimental/fs/path
std::experimental::filesystem::filesystem_error => cpp/experimental/fs/filesystem_error
std::experimental::filesystem::directory_entry => cpp/experimental/fs/directory_entry
std::experimental::filesystem::directory_iterator => cpp/experimental/fs/directory_iterator
std::experimental::filesystem::recursive_directory_iterator => cpp/experimental/fs/recursive_directory_iterator
std::experimental::filesystem::file_status => cpp/experimental/fs/file_status
std::experimental::filesystem::space_info => cpp/experimental/fs/space_info
std::experimental::filesystem::file_type => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::none => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::not_found => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::regular => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::directory => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::symlink => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::block => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::character => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::fifo => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::socket => cpp/experimental/fs/file_type
std::experimental::filesystem::file_type::unknown => cpp/experimental/fs/file_type
std::experimental::filesystem::perms => cpp/experimental/fs/perms
std::experimental::filesystem::perms::none => cpp/experimental/fs/perms
std::experimental::filesystem::perms::owner_read => cpp/experimental/fs/perms
std::experimental::filesystem::perms::owner_write => cpp/experimental/fs/perms
std::experimental::filesystem::perms::owner_exec => cpp/experimental/fs/perms
std::experimental::filesystem::perms::owner_all => cpp/experimental/fs/perms
std::experimental::filesystem::perms::group_read => cpp/experimental/fs/perms
std::experimental::filesystem::perms::group_write => cpp/experimental/fs/perms
std::experimental::filesystem::perms::group_exec => cpp/experimental/fs/perms
std::experimental::filesystem::perms::group_all => cpp/experimental/fs/perms
std::experimental::filesystem::perms::others_read => cpp/experimental/fs/perms
std::experimental::filesystem::perms::others_write => cpp/experimental/fs/perms
std::experimental::filesystem::perms::others_exec => cpp/experimental/fs/perms
std::experimental::filesystem::perms::others_all => cpp/experimental/fs/perms
std::experimental::filesystem::perms::all => cpp/experimental/fs/perms
std::experimental::filesystem::perms::set_uid => cpp/experimental/fs/perms
std::experimental::filesystem::perms::set_gid => cpp/experimental/fs/perms
std::experimental::filesystem::perms::sticky_bit => cpp/experimental/fs/perms
std::experimental::filesystem::perms::mask => cpp/experimental/fs/perms
std::experimental::filesystem::perms::unknown => cpp/experimental/fs/perms
std::experimental::filesystem::perms::add_perms => cpp/experimental/fs/perms
std::experimental::filesystem::perms::remove_perms => cpp/experimental/fs/perms
std::experimental::filesystem::perms::resolve_symlinks => cpp/experimental/fs/perms
std::experimental::filesystem::copy_options => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::none => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::skip_existing => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::overwrite_existing => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::update_existing => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::recursive => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::copy_symlinks => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::skip_symlinks => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::directories_only => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::create_symlinks => cpp/experimental/fs/copy_options
std::experimental::filesystem::copy_options::create_hard_links => cpp/experimental/fs/copy_options
std::experimental::filesystem::directory_options => cpp/experimental/fs/directory_options
std::experimental::filesystem::directory_options::none => cpp/experimental/fs/directory_options
std::experimental::filesystem::directory_options::follow_directory_symlink => cpp/experimental/fs/directory_options
std::experimental::filesystem::directory_options::overwrite_existing => cpp/experimental/fs/directory_options
std::experimental::filesystem::directory_options::skip_permission_denied => cpp/experimental/fs/directory_options
std::experimental::filesystem::file_time_type => cpp/experimental/fs/file_time_type
std::experimental::filesystem::absolute => cpp/experimental/fs/absolute
std::experimental::filesystem::system_complete => cpp/experimental/fs/absolute
std::experimental::filesystem::canonical => cpp/experimental/fs/canonical
std::experimental::filesystem::copy => cpp/experimental/fs/copy
std::experimental::filesystem::copy_file => cpp/experimental/fs/copy_file
std::experimental::filesystem::copy_symlink => cpp/experimental/fs/copy_symlink
std::experimental::filesystem::create_directory => cpp/experimental/fs/create_directory
std::experimental::filesystem::create_directories => cpp/experimental/fs/create_directory
std::experimental::filesystem::create_hard_link => cpp/experimental/fs/create_hard_link
std::experimental::filesystem::create_symlink => cpp/experimental/fs/create_symlink
std::experimental::filesystem::create_directory_symlink => cpp/experimental/fs/create_symlink
std::experimental::filesystem::current_path => cpp/experimental/fs/current_path
std::experimental::filesystem::exists => cpp/experimental/fs/exists
std::experimental::filesystem::equivalent => cpp/experimental/fs/equivalent
std::experimental::filesystem::file_size => cpp/experimental/fs/file_size
std::experimental::filesystem::hard_link_count => cpp/experimental/fs/hard_link_count
std::experimental::filesystem::last_write_time => cpp/experimental/fs/last_write_time
std::experimental::filesystem::permissions => cpp/experimental/fs/permissions
std::experimental::filesystem::read_symlink => cpp/experimental/fs/read_symlink
std::experimental::filesystem::remove => cpp/experimental/fs/remove
std::experimental::filesystem::remove_all => cpp/experimental/fs/remove
std::experimental::filesystem::rename => cpp/experimental/fs/rename
std::experimental::filesystem::resize_file => cpp/experimental/fs/resize_file
std::experimental::filesystem::space => cpp/experimental/fs/space
std::experimental::filesystem::status => cpp/experimental/fs/status
std::experimental::filesystem::symlink_status => cpp/experimental/fs/status
std::experimental::filesystem::temp_directory_path => cpp/experimental/fs/temp_directory_path
std::experimental::filesystem::is_block_file => cpp/experimental/fs/is_block_file
std::experimental::filesystem::is_character_file => cpp/experimental/fs/is_character_file
std::experimental::filesystem::is_directory => cpp/experimental/fs/is_directory
std::experimental::filesystem::is_empty => cpp/experimental/fs/is_empty
std::experimental::filesystem::is_fifo => cpp/experimental/fs/is_fifo
std::experimental::filesystem::is_other => cpp/experimental/fs/is_other
std::experimental::filesystem::is_regular_file => cpp/experimental/fs/is_regular_file
std::experimental::filesystem::is_socket => cpp/experimental/fs/is_socket
std::experimental::filesystem::is_symlink => cpp/experimental/fs/is_symlink
std::experimental::filesystem::status_known => cpp/experimental/fs/status_known
std::chrono::ambiguous_local_time => cpp/chrono/ambiguous_local_time
std::chrono::nonexistent_local_time => cpp/chrono/nonexistent_local_time
std::chrono::zoned_traits => cpp/chrono/zoned_traits
std::chrono::choose => cpp/chrono/choose
std::chrono::parse => cpp/chrono/parse
std::chrono::current_zone => cpp/chrono/current_zone
std::chrono::locate_zone => cpp/chrono/locate_zone
std::chrono::operator/ => cpp/chrono/operator_slash
std::chrono::reload_tzdb => cpp/chrono/tzdb_functions
std::chrono::remote_version => cpp/chrono/tzdb_functions
std::chrono::get_tzdb_list => cpp/chrono/tzdb_functions
std::chrono::get_tzdb => cpp/chrono/tzdb_functions
std::chrono::last_spec => cpp/chrono/last_spec
std::chrono::last => cpp/chrono/last_spec
std::chrono::clock_cast => cpp/chrono/clock_cast
std::chrono::clock_time_conversion => cpp/chrono/clock_time_conversion
std::chrono::file_clock::to_utc => cpp/chrono/file_clock/to_from_utc
std::chrono::file_clock::from_utc => cpp/chrono/file_clock/to_from_utc
std::chrono::file_clock::to_sys => cpp/chrono/file_clock/to_from_sys
std::chrono::file_clock::from_sys => cpp/chrono/file_clock/to_from_sys
std::chrono::is_clock => cpp/chrono/is_clock
std::chrono::is_clock_v => cpp/chrono/is_clock
std::chrono::zoned_time => cpp/chrono/zoned_time
std::chrono::year_month_weekday => cpp/chrono/year_month_weekday
std::chrono::year_month_weekday_last => cpp/chrono/year_month_weekday_last
std::chrono::year_month => cpp/chrono/year_month
std::chrono::year_month_day => cpp/chrono/year_month_day
std::chrono::year_month_day_last => cpp/chrono/year_month_day_last
std::chrono::weekday => cpp/chrono/weekday
std::chrono::Monday => cpp/chrono/weekday
std::chrono::Tuesday => cpp/chrono/weekday
std::chrono::Wednesday => cpp/chrono/weekday
std::chrono::Thursday => cpp/chrono/weekday
std::chrono::Friday => cpp/chrono/weekday
std::chrono::Saturday => cpp/chrono/weekday
std::chrono::Sunday => cpp/chrono/weekday
std::chrono::weekday_last => cpp/chrono/weekday_last
std::chrono::weekday_indexed => cpp/chrono/weekday_indexed
std::chrono::utc_clock::to_sys => cpp/chrono/utc_clock/to_sys
std::chrono::utc_clock::now => cpp/chrono/utc_clock/now
std::chrono::utc_clock::from_sys => cpp/chrono/utc_clock/from_sys
std::chrono::utc_clock => cpp/chrono/utc_clock
std::chrono::utc_time => cpp/chrono/utc_clock
std::chrono::utc_seconds => cpp/chrono/utc_clock
std::chrono::tzdb::locate_zone => cpp/chrono/tzdb/locate_zone
std::chrono::tzdb::current_zone => cpp/chrono/tzdb/current_zone
std::chrono::tzdb => cpp/chrono/tzdb
std::chrono::tzdb_list => cpp/chrono/tzdb_list
std::chrono::time_zone => cpp/chrono/time_zone
std::chrono::tai_clock::to_utc => cpp/chrono/tai_clock/to_utc
std::chrono::tai_clock::now => cpp/chrono/tai_clock/now
std::chrono::tai_clock::from_utc => cpp/chrono/tai_clock/from_utc
std::chrono::tai_clock => cpp/chrono/tai_clock
std::chrono::tai_time => cpp/chrono/tai_clock
std::chrono::tai_seconds => cpp/chrono/tai_clock
std::chrono::sys_info => cpp/chrono/sys_info
std::chrono::month_weekday => cpp/chrono/month_weekday
std::chrono::month_weekday_last => cpp/chrono/month_weekday_last
std::chrono::month_day => cpp/chrono/month_day
std::chrono::month_day_last => cpp/chrono/month_day_last
std::chrono::local_info => cpp/chrono/local_info
std::chrono::link => cpp/chrono/link
std::chrono::leap => cpp/chrono/leap
std::chrono::gps_clock::to_utc => cpp/chrono/gps_clock/to_utc
std::chrono::gps_clock::now => cpp/chrono/gps_clock/now
std::chrono::gps_clock::from_utc => cpp/chrono/gps_clock/from_utc
std::chrono::gps_clock => cpp/chrono/gps_clock
std::chrono::gps_time => cpp/chrono/gps_clock
std::chrono::gps_seconds => cpp/chrono/gps_clock
std::chrono::file_clock::now => cpp/chrono/file_clock/now
std::chrono::file_clock => cpp/chrono/file_clock
std::chrono::file_time => cpp/chrono/file_clock
std::chrono::day => cpp/chrono/day
std::chrono::month => cpp/chrono/month
std::chrono::January => cpp/chrono/month
std::chrono::February => cpp/chrono/month
std::chrono::March => cpp/chrono/month
std::chrono::April => cpp/chrono/month
std::chrono::May => cpp/chrono/month
std::chrono::June => cpp/chrono/month
std::chrono::July => cpp/chrono/month
std::chrono::August => cpp/chrono/month
std::chrono::September => cpp/chrono/month
std::chrono::October => cpp/chrono/month
std::chrono::November => cpp/chrono/month
std::chrono::December => cpp/chrono/month
std::chrono::year::min => cpp/chrono/year/min
std::chrono::year::max => cpp/chrono/year/max
std::chrono::year => cpp/chrono/year
std::chrono::local_t => cpp/chrono/local_t
std::chrono::local_time => cpp/chrono/local_t
std::chrono::local_seconds => cpp/chrono/local_t
std::chrono::local_days => cpp/chrono/local_t
std::chrono::sys_time => cpp/chrono/system_clock
std::chrono::sys_seconds => cpp/chrono/system_clock
std::chrono::sys_days => cpp/chrono/system_clock
std::emit_on_flush => cpp/io/manip/emit_on_flush
std::noemit_on_flush => cpp/io/manip/emit_on_flush
std::flush_emit => cpp/io/manip/flush_emit
std::dynamic_extent => cpp/container/span/dynamic_extent
std::span => cpp/container/span
std::as_bytes => cpp/container/span/as_bytes
std::as_writable_bytes => cpp/container/span/as_bytes
std::scoped_lock => cpp/thread/scoped_lock
std::is_aggregate => cpp/types/is_aggregate
std::is_aggregate_v => cpp/types/is_aggregate
std::to_chars => cpp/utility/to_chars
std::to_chars_result => cpp/utility/to_chars
std::from_chars => cpp/utility/from_chars
std::from_chars_result => cpp/utility/from_chars
std::chars_format => cpp/utility/chars_format
std::byte => cpp/types/byte
std::remove_cvref => cpp/types/remove_cvref
std::remove_cvref_t => cpp/types/remove_cvref
std::to_address => cpp/memory/to_address
std::syncbuf => cpp/io/basic_syncbuf
std::wsyncbuf => cpp/io/basic_syncbuf
std::basic_osyncstream => cpp/io/basic_osyncstream
std::basic_syncbuf => cpp/io/basic_syncbuf
std::osyncstream => cpp/io/basic_osyncstream
std::wosyncstream => cpp/io/basic_osyncstream
std::is_eq => cpp/utility/compare/named_comparison_functions
std::is_gt => cpp/utility/compare/named_comparison_functions
std::is_gteq => cpp/utility/compare/named_comparison_functions
std::is_lt => cpp/utility/compare/named_comparison_functions
std::is_lteq => cpp/utility/compare/named_comparison_functions
std::is_neq => cpp/utility/compare/named_comparison_functions
std::partial_order => cpp/utility/compare/partial_order
std::partial_ordering => cpp/utility/compare/partial_ordering
std::strong_order => cpp/utility/compare/strong_order
std::strong_ordering => cpp/utility/compare/strong_ordering
std::weak_order => cpp/utility/compare/weak_order
std::weak_ordering => cpp/utility/compare/weak_ordering
std::common_comparison_category => cpp/utility/compare/common_comparison_category
std::common_comparison_category_t => cpp/utility/compare/common_comparison_category
std::compare_3way => cpp/algorithm/compare_3way
std::lexicographical_compare_3way => cpp/algorithm/lexicographical_compare_3way
std::shift_left => cpp/algorithm/shift
std::shift_right => cpp/algorithm/shift
std::atomic_flag_clear => cpp/atomic/atomic_flag_clear
std::atomic_flag_test_and_set => cpp/atomic/atomic_flag_test_and_set
std::atomic_ref => cpp/atomic/atomic_ref
std::chrono::high_resolution_clock::now => cpp/chrono/high_resolution_clock/now
std::chrono::steady_clock::now => cpp/chrono/steady_clock/now
std::chrono::system_clock::from_time_t => cpp/chrono/system_clock/from_time_t
std::chrono::system_clock::now => cpp/chrono/system_clock/now
std::chrono::system_clock::to_time_t => cpp/chrono/system_clock/to_time_t
projected => cpp/ranges-placeholder/iterator/projected
std::tx_exception => cpp/error/tx_exception
std::filesystem::path::format => cpp/filesystem/path/format
std::filesystem::perm_options => cpp/filesystem/perm_options
std::fwide => cpp/io/c/fwide
std::locale::classic => cpp/locale/locale/classic
std::locale::global => cpp/locale/locale/global
std::text_encoding => cpp/locale/text_encoding
std::destroying_delete_t => cpp/memory/new/destroying_delete_t
std::get_deleter => cpp/memory/shared_ptr/get_deleter
std::bit_cast => cpp/numeric/bit_cast
std::bit_ceil => cpp/numeric/bit_ceil
std::arg => cpp/numeric/complex/arg
std::conj => cpp/numeric/complex/conj
std::imag => cpp/numeric/complex/imag2
std::norm => cpp/numeric/complex/norm
std::polar => cpp/numeric/complex/polar
std::proj => cpp/numeric/complex/proj
std::real => cpp/numeric/complex/real2
std::bit_floor => cpp/numeric/bit_floor
std::has_single_bit => cpp/numeric/has_single_bit
std::bit_width => cpp/numeric/bit_width
std::isgreater => cpp/numeric/math/isgreater
std::isgreaterequal => cpp/numeric/math/isgreaterequal
std::isless => cpp/numeric/math/isless
std::islessequal => cpp/numeric/math/islessequal
std::islessgreater => cpp/numeric/math/islessgreater
std::isunordered => cpp/numeric/math/isunordered
std::log2 => cpp/numeric/math/log2
std::random_device::max => cpp/numeric/random/random_device/max
std::random_device::min => cpp/numeric/random/random_device/min
UniformRandomBitGenerator => cpp/numeric/random/UniformRandomBitGenerator
std::common_reference => cpp/types/common_reference
std::common_reference_t => cpp/types/common_reference
std::basic_common_reference => cpp/types/common_reference
std::endian => cpp/types/endian
std::is_invocable => cpp/types/is_invocable
std::is_invocable_r => cpp/types/is_invocable
std::is_invocable_v => cpp/types/is_invocable
std::is_invocable_r_v => cpp/types/is_invocable
std::type_identity => cpp/types/type_identity
std::type_identity_t => cpp/types/type_identity
std::bind1st => cpp/utility/functional/bind12
std::bind2nd => cpp/utility/functional/bind12
std::binder1st => cpp/utility/functional/binder12
std::binder2nd => cpp/utility/functional/binder12
std::identity => cpp/utility/functional/identity
std::mem_fun => cpp/utility/functional/mem_fun
std::mem_fun_ref => cpp/utility/functional/mem_fun_ref
std::mem_fun_ref_t => cpp/utility/functional/mem_fun_ref_t
std::mem_fun1_ref_t => cpp/utility/functional/mem_fun_ref_t
std::const_mem_fun_ref_t => cpp/utility/functional/mem_fun_ref_t
std::const_mem_fun1_ref_t => cpp/utility/functional/mem_fun_ref_t
std::mem_fun_t => cpp/utility/functional/mem_fun_t
std::mem_fun1_t => cpp/utility/functional/mem_fun_t
std::const_mem_fun_t => cpp/utility/functional/mem_fun_t
std::const_mem_fun1_t => cpp/utility/functional/mem_fun_t
std::pointer_to_binary_function => cpp/utility/functional/pointer_to_binary_function
std::pointer_to_unary_function => cpp/utility/functional/pointer_to_unary_function
std::ptr_fun => cpp/utility/functional/ptr_fun
std::experimental::bad_any_cast => cpp/experimental/any/bad_any_cast
std::experimental::atomic_shared_ptr => cpp/experimental/atomic_shared_ptr
std::experimental::atomic_weak_ptr => cpp/experimental/atomic_weak_ptr
std::experimental::barrier => cpp/experimental/barrier
std::experimental::conjunction => cpp/experimental/conjunction
std::experimental::conjunction_v => cpp/experimental/conjunction
std::experimental::disjunction => cpp/experimental/disjunction
std::experimental::disjunction_v => cpp/experimental/disjunction
std::experimental::parallel::seq => cpp/experimental/execution_policy_tag
std::experimental::parallel::par => cpp/experimental/execution_policy_tag
std::experimental::parallel::vec => cpp/experimental/execution_policy_tag
std::experimental::parallel::sequential_execution_policy => cpp/experimental/execution_policy_tag_t
std::experimental::parallel::parallel_execution_policy => cpp/experimental/execution_policy_tag_t
std::experimental::parallel::parallel_vector_execution_policy => cpp/experimental/execution_policy_tag_t
std::experimental::flex_barrier => cpp/experimental/flex_barrier
std::experimental::function => cpp/experimental/function
std::experimental::future => cpp/experimental/future
std::experimental::parallel::is_execution_policy => cpp/experimental/is_execution_policy
std::experimental::parallel::is_execution_policy_v => cpp/experimental/is_execution_policy
std::experimental::latch => cpp/experimental/latch
std::experimental::pmr::basic_string => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::wstring => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::u16string => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::u32string => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::vector => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::deque => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::forward_list => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::list => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::map => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::multimap => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::set => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::multiset => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::unordered_map => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::unordered_multimap => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::unordered_set => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::unordered_multiset => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::match_results => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::cmatch => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::smatch => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::wcmatch => cpp/experimental/lib_extensions/pmr_container
std::experimental::pmr::wsmatch => cpp/experimental/lib_extensions/pmr_container
std::experimental::make_exceptional_future => cpp/experimental/make_exceptional_future
std::experimental::make_ready_future => cpp/experimental/make_ready_future
std::experimental::negation => cpp/experimental/negation
std::experimental::negation_v => cpp/experimental/negation
std::experimental::null_memory_resource => cpp/experimental/null_memory_resource
std::experimental::make_observer => cpp/experimental/observer_ptr/make_observer
std::experimental::bad_optional_access => cpp/experimental/optional/bad_optional_access
std::experimental::in_place => cpp/experimental/optional/in_place
std::experimental::in_place_t => cpp/experimental/optional/in_place_t
std::experimental::nullopt => cpp/experimental/optional/nullopt
std::experimental::nullopt_t => cpp/experimental/optional/nullopt_t
std::experimental::make_ostream_joiner => cpp/experimental/ostream_joiner/make_ostream_joiner
std::experimental::packaged_task => cpp/experimental/packaged_task
std::experimental::pmr::pool_options => cpp/experimental/pool_options
std::experimental::promise => cpp/experimental/promise
std::experimental::get_underlying => cpp/experimental/propagate_const/get_underlying
std::experimental::parallel::reduce => cpp/experimental/reduce
std::experimental::shared_future => cpp/experimental/shared_future
std::experimental::shared_ptr => cpp/experimental/shared_ptr
std::experimental::static_pointer_cast => cpp/experimental/shared_ptr/pointer_cast
std::experimental::dynamic_pointer_cast => cpp/experimental/shared_ptr/pointer_cast
std::experimental::const_pointer_cast => cpp/experimental/shared_ptr/pointer_cast
std::experimental::reinterpret_pointer_cast => cpp/experimental/shared_ptr/pointer_cast
std::experimental::shuffle => cpp/experimental/shuffle
std::experimental::parallel::transform_reduce => cpp/experimental/transform_reduce
std::experimental::void_t => cpp/experimental/void_t
std::experimental::weak_ptr => cpp/experimental/weak_ptr
std::experimental::when_all => cpp/experimental/when_all
std::experimental::when_any => cpp/experimental/when_any
tag::in => cpp/experimental/ranges/algorithm/tags
tag::in1 => cpp/experimental/ranges/algorithm/tags
tag::in2 => cpp/experimental/ranges/algorithm/tags
tag::out => cpp/experimental/ranges/algorithm/tags
tag::out1 => cpp/experimental/ranges/algorithm/tags
tag::out2 => cpp/experimental/ranges/algorithm/tags
tag::fun => cpp/experimental/ranges/algorithm/tags
tag::min => cpp/experimental/ranges/algorithm/tags
tag::max => cpp/experimental/ranges/algorithm/tags
tag::begin => cpp/experimental/ranges/algorithm/tags
tag::end => cpp/experimental/ranges/algorithm/tags
ranges::common_reference => cpp/experimental/ranges/type_traits/common_reference
ranges::common_reference_t => cpp/experimental/ranges/type_traits/common_reference
ranges::basic_common_reference => cpp/experimental/ranges/type_traits/common_reference
ranges::common_type => cpp/experimental/ranges/type_traits/common_type
ranges::common_type_t => cpp/experimental/ranges/type_traits/common_type
ranges::is_swappable => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_swappable_v => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_swappable_with => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_swappable_with_v => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_nothrow_swappable => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_nothrow_swappable_v => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_nothrow_swappable_with => cpp/experimental/ranges/type_traits/is_swappable
ranges::is_nothrow_swappable_with_v => cpp/experimental/ranges/type_traits/is_swappable
ranges::exchange => cpp/experimental/ranges/utility/exchange
ranges::make_tagged_pair => cpp/experimental/ranges/utility/make_tagged_pair
ranges::make_tagged_tuple => cpp/experimental/ranges/utility/make_tagged_tuple
ranges::tagged => cpp/experimental/ranges/utility/tagged
ranges::tagged_pair => cpp/experimental/ranges/utility/tagged_pair
ranges::tagged_tuple => cpp/experimental/ranges/utility/tagged_tuple
TaggedType => cpp/experimental/ranges/utility/TaggedType
TagSpecifier => cpp/experimental/ranges/utility/TagSpecifier
ranges::identity => cpp/experimental/ranges/functional/identity
ranges::invoke => cpp/experimental/ranges/functional/invoke
ranges::equal_to => cpp/ranges-functional-placeholder/equal_to
ranges::greater => cpp/ranges-functional-placeholder/greater
ranges::greater_equal => cpp/ranges-functional-placeholder/greater_equal
ranges::less => cpp/ranges-functional-placeholder/less
ranges::less_equal => cpp/ranges-functional-placeholder/less_equal
ranges::not_equal_to => cpp/ranges-functional-placeholder/not_equal_to
ranges::all_of => cpp/ranges-algorithm-placeholder/all_any_none_of
ranges::any_of => cpp/ranges-algorithm-placeholder/all_any_none_of
ranges::none_of => cpp/ranges-algorithm-placeholder/all_any_none_of
ranges::copy => cpp/ranges-algorithm-placeholder/copy
ranges::copy_if => cpp/ranges-algorithm-placeholder/copy
ranges::sort => cpp/ranges-algorithm-placeholder/sort
ranges::dangling => cpp/ranges-dangling-placeholder/dangling
ranges::safe_iterator_t => cpp/experimental/ranges/iterator/dangling
ranges::borrowed_iterator_t => cpp/ranges/borrowed_iterator_t
ranges::swap => cpp/ranges-utility-placeholder/swap
std::indirectly_readable => cpp/iterator/indirectly_readable
std::indirectly_writable => cpp/iterator/indirectly_writable
std::weakly_incrementable => cpp/iterator/weakly_incrementable
std::incrementable => cpp/iterator/incrementable
std::input_or_output_iterator => cpp/iterator/input_or_output_iterator
std::sentinel_for => cpp/iterator/sentinel_for
std::sized_sentinel_for => cpp/iterator/sized_sentinel_for
std::input_iterator => cpp/iterator/input_iterator
std::output_iterator => cpp/iterator/output_iterator
std::forward_iterator => cpp/iterator/forward_iterator
std::bidirectional_iterator => cpp/iterator/bidirectional_iterator
std::random_access_iterator => cpp/iterator/random_access_iterator
std::contiguous_iterator => cpp/iterator/contiguous_iterator
std::incrementable_traits => cpp/iterator/incrementable_traits
std::indirectly_readable_traits => cpp/iterator/indirectly_readable_traits
std::iter_value_t => cpp/iterator/iter_t
std::iter_reference_t => cpp/iterator/iter_t
std::iter_rvalue_reference_t => cpp/iterator/iter_t
std::iter_difference_t => cpp/iterator/iter_t
std::iter_common_reference_t => cpp/iterator/iter_t
std::move_sentinel => cpp/iterator/move_sentinel
std::default_sentinel_t => cpp/iterator/default_sentinel_t
std::default_sentinel => cpp/iterator/default_sentinel_t
std::unreachable_sentinel_t => cpp/iterator/unreachable_sentinel_t
std::unreachable_sentinel => cpp/iterator/unreachable_sentinel_t
ranges::begin => cpp/ranges/begin
ranges::cbegin => cpp/ranges/cbegin
ranges::end => cpp/ranges/end
ranges::cend => cpp/ranges/cend
ranges::crbegin => cpp/ranges/crbegin
ranges::crend => cpp/ranges/crend
ranges::data => cpp/ranges/data
ranges::cdata => cpp/ranges/cdata
ranges::iterator_t => cpp/ranges/iterator_t
ranges::sentinel_t => cpp/ranges/iterator_t
ranges::range_difference_t => cpp/ranges/range_size_t
ranges::range_size_t => cpp/ranges/range_size_t
ranges::range_value_t => cpp/ranges/range_size_t
ranges::range_reference_t => cpp/ranges/range_reference_t
ranges::range_rvalue_reference_t => cpp/ranges/range_reference_t
ranges::borrowed_subrange_t => cpp/ranges/borrowed_iterator_t
ranges::range => cpp/ranges/range
ranges::borrowed_range => cpp/ranges/borrowed_range
ranges::sized_range => cpp/ranges/sized_range
ranges::view => cpp/ranges/view
ranges::input_range => cpp/ranges/input_range
ranges::output_range => cpp/ranges/output_range
ranges::forward_range => cpp/ranges/forward_range
ranges::bidirectional_range => cpp/ranges/bidirectional_range
ranges::random_access_range => cpp/ranges/random_access_range
ranges::contiguous_range => cpp/ranges/contiguous_range
ranges::common_range => cpp/ranges/common_range
ranges::viewable_range => cpp/ranges/viewable_range
ranges::subrange => cpp/ranges/subrange
ranges::empty_view => cpp/ranges/empty_view
views::empty => cpp/ranges/empty_view
ranges::iota_view => cpp/ranges/iota_view
views::iota => cpp/ranges/iota_view
views::counted => cpp/ranges/counted_view
views::all_t => cpp/ranges/all_view
views::all => cpp/ranges/all_view
ranges::ref_view => cpp/ranges/ref_view
ranges::filter_view => cpp/ranges/filter_view
views::filter => cpp/ranges/filter_view
ranges::transform_view => cpp/ranges/transform_view
views::transform => cpp/ranges/transform_view
ranges::take_view => cpp/ranges/take_view
views::take => cpp/ranges/take_view
ranges::take_while_view => cpp/ranges/take_while_view
views::take_while => cpp/ranges/take_while_view
ranges::drop_view => cpp/ranges/drop_view
views::drop => cpp/ranges/drop_view
ranges::drop_while_view => cpp/ranges/drop_while_view
views::drop_while => cpp/ranges/drop_while_view
ranges::reverse_view => cpp/ranges/reverse_view
views::reverse => cpp/ranges/reverse_view
std::same_as => cpp/concepts/same_as
std::derived_from => cpp/concepts/derived_from
std::convertible_to => cpp/concepts/convertible_to
std::common_reference_with => cpp/concepts/common_reference_with
std::common_with => cpp/concepts/common_with
std::integral => cpp/concepts/integral
std::signed_integral => cpp/concepts/signed_integral
std::unsigned_integral => cpp/concepts/unsigned_integral
std::floating_point => cpp/concepts/floating_point
std::assignable_from => cpp/concepts/assignable_from
std::swappable => cpp/concepts/swappable
std::swappable_with => cpp/concepts/swappable
std::destructible => cpp/concepts/destructible
std::constructible_from => cpp/concepts/constructible_from
std::default_initializable => cpp/concepts/default_initializable
std::move_constructible => cpp/concepts/move_constructible
std::copy_constructible => cpp/concepts/copy_constructible
std::equality_comparable => cpp/concepts/equality_comparable
std::equality_comparable_with => cpp/concepts/equality_comparable
std::totally_ordered => cpp/concepts/totally_ordered
std::totally_ordered_with => cpp/concepts/totally_ordered
std::movable => cpp/concepts/movable
std::copyable => cpp/concepts/copyable
std::semiregular => cpp/concepts/semiregular
std::regular => cpp/concepts/regular
std::invocable => cpp/concepts/invocable
std::regular_invocable => cpp/concepts/invocable
std::predicate => cpp/concepts/predicate
std::relation => cpp/concepts/relation
std::equivalence_relation => cpp/concepts/equivalence_relation
std::strict_weak_order => cpp/concepts/strict_weak_order
ranges::adjacent_find => cpp/algorithm/ranges/adjacent_find
ranges::binary_search => cpp/algorithm/ranges/binary_search
ranges::binary_transform_result => cpp/algorithm/ranges/transform
ranges::clamp => cpp/algorithm/ranges/clamp
ranges::construct_at => cpp/memory/ranges/construct_at
ranges::copy_backward => cpp/algorithm/ranges/copy_backward
ranges::copy_backward_result => cpp/algorithm/ranges/copy_backward
ranges::copy_if_result => cpp/algorithm/ranges/copy
ranges::copy_n => cpp/algorithm/ranges/copy_n
ranges::copy_n_result => cpp/algorithm/ranges/copy_n
ranges::copy_result => cpp/algorithm/ranges/copy
ranges::count => cpp/algorithm/ranges/count
ranges::count_if => cpp/algorithm/ranges/count
ranges::destroy_at => cpp/memory/ranges/destroy_at
ranges::destroy => cpp/memory/ranges/destroy
ranges::destroy_n => cpp/memory/ranges/destroy_n
ranges::equal => cpp/algorithm/ranges/equal
ranges::equal_range => cpp/algorithm/ranges/equal_range
ranges::fill => cpp/algorithm/ranges/fill
ranges::fill_n => cpp/algorithm/ranges/fill_n
ranges::find => cpp/algorithm/ranges/find
ranges::find_end => cpp/algorithm/ranges/find_end
ranges::find_first_of => cpp/algorithm/ranges/find_first_of
ranges::find_if => cpp/algorithm/ranges/find
ranges::find_if_not => cpp/algorithm/ranges/find
ranges::for_each => cpp/algorithm/ranges/for_each
ranges::for_each_n => cpp/algorithm/ranges/for_each_n
ranges::for_each_n_result => cpp/algorithm/ranges/for_each_n
ranges::for_each_result => cpp/algorithm/ranges/for_each
ranges::generate => cpp/algorithm/ranges/generate
ranges::generate_n => cpp/algorithm/ranges/generate_n
ranges::includes => cpp/algorithm/ranges/includes
ranges::inplace_merge => cpp/algorithm/ranges/inplace_merge
ranges::is_heap => cpp/algorithm/ranges/is_heap
ranges::is_heap_until => cpp/algorithm/ranges/is_heap_until
ranges::is_partitioned => cpp/algorithm/ranges/is_partitioned
ranges::is_permutation => cpp/algorithm/ranges/is_permutation
ranges::is_sorted => cpp/algorithm/ranges/is_sorted
ranges::is_sorted_until => cpp/algorithm/ranges/is_sorted_until
ranges::lexicographical_compare => cpp/algorithm/ranges/lexicographical_compare
ranges::lower_bound => cpp/algorithm/ranges/lower_bound
ranges::make_heap => cpp/algorithm/ranges/make_heap
ranges::max => cpp/algorithm/ranges/max
ranges::max_element => cpp/algorithm/ranges/max_element
ranges::merge => cpp/algorithm/ranges/merge
ranges::merge_result => cpp/algorithm/ranges/merge
ranges::min => cpp/algorithm/ranges/min
ranges::min_element => cpp/algorithm/ranges/min_element
ranges::minmax => cpp/algorithm/ranges/minmax
ranges::minmax_element => cpp/algorithm/ranges/minmax_element
ranges::minmax_element_result => cpp/algorithm/ranges/minmax_element
ranges::minmax_result => cpp/algorithm/ranges/minmax
ranges::mismatch => cpp/algorithm/ranges/mismatch
ranges::mismatch_result => cpp/algorithm/ranges/mismatch
ranges::move_backward => cpp/algorithm/ranges/move_backward
ranges::move_backward_result => cpp/algorithm/ranges/move_backward
ranges::move => cpp/algorithm/ranges/move
ranges::move_result => cpp/algorithm/ranges/move
ranges::next_permutation => cpp/algorithm/ranges/next_permutation
ranges::next_permutation_result => cpp/algorithm/ranges/next_permutation
ranges::nth_element => cpp/algorithm/ranges/nth_element
ranges::partial_sort_copy => cpp/algorithm/ranges/partial_sort_copy
ranges::partial_sort_copy_result => cpp/algorithm/ranges/partial_sort_copy
ranges::partial_sort => cpp/algorithm/ranges/partial_sort
ranges::partition_copy => cpp/algorithm/ranges/partition_copy
ranges::partition_copy_result => cpp/algorithm/ranges/partition_copy
ranges::partition => cpp/algorithm/ranges/partition
ranges::partition_point => cpp/algorithm/ranges/partition_point
ranges::pop_heap => cpp/algorithm/ranges/pop_heap
ranges::prev_permutation => cpp/algorithm/ranges/prev_permutation
ranges::prev_permutation_result => cpp/algorithm/ranges/prev_permutation
ranges::push_heap => cpp/algorithm/ranges/push_heap
ranges::remove_copy => cpp/algorithm/ranges/remove_copy
ranges::remove_copy_if => cpp/algorithm/ranges/remove_copy
ranges::remove_copy_if_result => cpp/algorithm/ranges/remove_copy
ranges::remove_copy_result => cpp/algorithm/ranges/remove_copy
ranges::remove => cpp/algorithm/ranges/remove
ranges::remove_if => cpp/algorithm/ranges/remove
ranges::replace_copy => cpp/algorithm/ranges/replace_copy
ranges::replace_copy_if => cpp/algorithm/ranges/replace_copy
ranges::replace_copy_if_result => cpp/algorithm/ranges/replace_copy
ranges::replace_copy_result => cpp/algorithm/ranges/replace_copy
ranges::replace => cpp/algorithm/ranges/replace
ranges::replace_if => cpp/algorithm/ranges/replace
ranges::reverse_copy => cpp/algorithm/ranges/reverse_copy
ranges::reverse_copy_result => cpp/algorithm/ranges/reverse_copy
ranges::reverse => cpp/algorithm/ranges/reverse
ranges::rotate_copy => cpp/algorithm/ranges/rotate_copy
ranges::rotate_copy_result => cpp/algorithm/ranges/rotate_copy
ranges::rotate => cpp/algorithm/ranges/rotate
ranges::sample => cpp/algorithm/ranges/sample
ranges::search => cpp/algorithm/ranges/search
ranges::search_n => cpp/algorithm/ranges/search_n
ranges::set_difference => cpp/algorithm/ranges/set_difference
ranges::set_difference_result => cpp/algorithm/ranges/set_difference
ranges::set_intersection => cpp/algorithm/ranges/set_intersection
ranges::set_intersection_result => cpp/algorithm/ranges/set_intersection
ranges::set_symmetric_difference => cpp/algorithm/ranges/set_symmetric_difference
ranges::set_symmetric_difference_result => cpp/algorithm/ranges/set_symmetric_difference
ranges::set_union => cpp/algorithm/ranges/set_union
ranges::set_union_result => cpp/algorithm/ranges/set_union
ranges::shuffle => cpp/algorithm/ranges/shuffle
ranges::sort_heap => cpp/algorithm/ranges/sort_heap
ranges::stable_partition => cpp/algorithm/ranges/stable_partition
ranges::stable_sort => cpp/algorithm/ranges/stable_sort
ranges::swap_ranges => cpp/algorithm/ranges/swap_ranges
ranges::swap_ranges_result => cpp/algorithm/ranges/swap_ranges
ranges::transform => cpp/algorithm/ranges/transform
ranges::unary_transform_result => cpp/algorithm/ranges/transform
ranges::uninitialized_copy => cpp/memory/ranges/uninitialized_copy
ranges::uninitialized_copy_n => cpp/memory/ranges/uninitialized_copy_n
ranges::uninitialized_copy_n_result => cpp/memory/ranges/uninitialized_copy_n
ranges::uninitialized_copy_result => cpp/memory/ranges/uninitialized_copy
ranges::uninitialized_default_construct => cpp/memory/ranges/uninitialized_default_construct
ranges::uninitialized_default_construct_n => cpp/memory/ranges/uninitialized_default_construct_n
ranges::uninitialized_fill => cpp/memory/ranges/uninitialized_fill
ranges::uninitialized_fill_n => cpp/memory/ranges/uninitialized_fill_n
ranges::uninitialized_move => cpp/memory/ranges/uninitialized_move
ranges::uninitialized_move_n => cpp/memory/ranges/uninitialized_move_n
ranges::uninitialized_move_n_result => cpp/memory/ranges/uninitialized_move_n
ranges::uninitialized_move_result => cpp/memory/ranges/uninitialized_move
ranges::uninitialized_value_construct => cpp/memory/ranges/uninitialized_value_construct
ranges::uninitialized_value_construct_n => cpp/memory/ranges/uninitialized_value_construct_n
ranges::unique_copy => cpp/algorithm/ranges/unique_copy
ranges::unique_copy_result => cpp/algorithm/ranges/unique_copy
ranges::unique => cpp/algorithm/ranges/unique
ranges::upper_bound => cpp/algorithm/ranges/upper_bound
ranges::in_found_result => cpp/algorithm/ranges/return_types/in_found_result
ranges::in_fun_result => cpp/algorithm/ranges/return_types/in_fun_result
ranges::in_in_out_result => cpp/algorithm/ranges/return_types/in_in_out_result
ranges::in_in_result => cpp/algorithm/ranges/return_types/in_in_result
ranges::in_out_out_result => cpp/algorithm/ranges/return_types/in_out_out_result
ranges::in_out_result => cpp/algorithm/ranges/return_types/in_out_result
ranges::min_max_result => cpp/algorithm/ranges/return_types/min_max_result
ranges::rbegin => cpp/ranges/rbegin
ranges::rend => cpp/ranges/rend
ranges::size => cpp/ranges/size
ranges::ssize => cpp/ranges/ssize
ranges::empty => cpp/ranges/empty
ranges::view_interface => cpp/ranges/view_interface
ranges::single_view => cpp/ranges/single_view
views::single => cpp/ranges/single_view
ranges::basic_istream_view => cpp/ranges/basic_istream_view
ranges::istream_view => cpp/ranges/basic_istream_view
ranges::join_view => cpp/ranges/join_view
views::join => cpp/ranges/join_view
ranges::split_view => cpp/ranges/split_view
views::split => cpp/ranges/split_view
ranges::common_view => cpp/ranges/common_view
views::common => cpp/ranges/common_view
ranges::elements_view => cpp/ranges/elements_view
views::elements => cpp/ranges/elements_view
ranges::keys_view => cpp/ranges/keys_view
views::keys => cpp/ranges/keys_view
ranges::values_view => cpp/ranges/values_view
views::values => cpp/ranges/values_view
std::common_iterator => cpp/iterator/common_iterator
std::counted_iterator => cpp/iterator/counted_iterator
std::indirect_binary_predicate => cpp/iterator/indirect_binary_predicate
std::indirect_equivalence_relation => cpp/iterator/indirect_equivalence_relation
std::indirectly_comparable => cpp/iterator/indirectly_comparable
std::indirectly_copyable => cpp/iterator/indirectly_copyable
std::indirectly_copyable_storable => cpp/iterator/indirectly_copyable_storable
std::indirectly_movable => cpp/iterator/indirectly_movable
std::indirectly_movable_storable => cpp/iterator/indirectly_movable_storable
std::indirectly_regular_unary_invocable => cpp/iterator/indirectly_unary_invocable
std::indirectly_swappable => cpp/iterator/indirectly_swappable
std::indirectly_unary_invocable => cpp/iterator/indirectly_unary_invocable
std::indirect_result_t => cpp/iterator/indirect_result_t
std::indirect_strict_weak_order => cpp/iterator/indirect_strict_weak_order
std::indirect_unary_predicate => cpp/iterator/indirect_unary_predicate
std::mergeable => cpp/iterator/mergeable
std::permutable => cpp/iterator/permutable
std::projected => cpp/iterator/projected
std::sortable => cpp/iterator/sortable
std::forward_range => cpp/ranges/forward_range
ranges::iter_move => cpp/iterator/ranges/iter_move
ranges::advance => cpp/iterator/ranges/advance
ranges::distance => cpp/iterator/ranges/distance
ranges::next => cpp/iterator/ranges/next
ranges::prev => cpp/iterator/ranges/prev
std::ssize => cpp/iterator/size
std::contiguous_iterator_tag => cpp/iterator/iterator_tags
std::format => cpp/utility/format/format
std::format_to => cpp/utility/format/format_to
std::format_to_n => cpp/utility/format/format_to_n
std::formatted_size => cpp/utility/format/formatted_size
std::vformat => cpp/utility/format/vformat
std::vformat_to => cpp/utility/format/vformat_to
std::basic_format_arg => cpp/utility/format/basic_format_arg
std::formatter => cpp/utility/format/formatter
std::basic_format_parse_context => cpp/utility/format/basic_format_parse_context
std::format_parse_context => cpp/utility/format/basic_format_parse_context
std::wformat_parse_context => cpp/utility/format/basic_format_parse_context
std::basic_format_context => cpp/utility/format/basic_format_context
std::format_context => cpp/utility/format/basic_format_context
std::wformat_context => cpp/utility/format/basic_format_context
std::visit_format_arg => cpp/utility/format/visit_format_arg
std::make_format_args => cpp/utility/format/make_format_args
std::make_wformat_args => cpp/utility/format/make_format_args
std::basic_format_args => cpp/utility/format/basic_format_args
std::format_args => cpp/utility/format/basic_format_args
std::wformat_args => cpp/utility/format/basic_format_args
std::format_args_t => cpp/utility/format/basic_format_args
std::format_error => cpp/utility/format/format_error
std::format_kind => cpp/utility/format/format_kind
std::formattable => cpp/utility/format/formattable
std::range_format => cpp/utility/format/range_format
std::range_formatter => cpp/utility/format/range_formatter
std::runtime_format => cpp/utility/format/runtime_format
std::three_way_comparable => cpp/utility/compare/three_way_comparable
std::three_way_comparable_with => cpp/utility/compare/three_way_comparable
std::compare_three_way => cpp/utility/compare/compare_three_way
std::compare_three_way_result => cpp/utility/compare/compare_three_way_result
std::compare_strong_order_fallback => cpp/utility/compare/compare_strong_order_fallback
std::compare_weak_order_fallback => cpp/utility/compare/compare_weak_order_fallback
std::compare_partial_order_fallback => cpp/utility/compare/compare_partial_order_fallback
std::cmp_equal => cpp/utility/intcmp
std::cmp_not_equal => cpp/utility/intcmp
std::cmp_less => cpp/utility/intcmp
std::cmp_greater => cpp/utility/intcmp
std::cmp_less_equal => cpp/utility/intcmp
std::cmp_greater_equal => cpp/utility/intcmp
std::in_range => cpp/utility/in_range
std::uniform_random_bit_generator => cpp/numeric/random/uniform_random_bit_generator
std::assume_aligned => cpp/memory/assume_aligned
std::allocate_shared_for_overwrite => cpp/memory/shared_ptr/allocate_shared
std::atomic_char8_t => cpp/atomic/atomic
std::atomic_signed_lock_free => cpp/atomic/atomic
std::atomic_unsigned_lock_free => cpp/atomic/atomic
std::atomic_flag_notify_all => cpp/atomic/atomic_flag_notify_all
std::atomic_flag_notify_one => cpp/atomic/atomic_flag_notify_one
std::atomic_flag_test => cpp/atomic/atomic_flag_test
std::atomic_flag_test_explicit => cpp/atomic/atomic_flag_test
std::atomic_flag_wait => cpp/atomic/atomic_flag_wait
std::atomic_flag_wait_explicit => cpp/atomic/atomic_flag_wait
std::atomic_notify_all => cpp/atomic/atomic_notify_all
std::atomic_notify_one => cpp/atomic/atomic_notify_one
std::atomic_wait => cpp/atomic/atomic_wait
std::atomic_wait_explicit => cpp/atomic/atomic_wait
std::barrier => cpp/thread/barrier
std::binary_semaphore => cpp/thread/counting_semaphore
std::bind_front => cpp/utility/functional/bind_front
std::c8rtomb => cpp/string/multibyte/c8rtomb
std::compare_three_way_result_t => cpp/utility/compare/compare_three_way_result
std::construct_at => cpp/memory/construct_at
std::coroutine_handle => cpp/coroutine/coroutine_handle
std::coroutine_traits => cpp/coroutine/coroutine_traits
std::counting_semaphore => cpp/thread/counting_semaphore
std::countl_one => cpp/numeric/countl_one
std::countr_one => cpp/numeric/countr_one
std::countr_zero => cpp/numeric/countr_zero
std::destroying_delete => cpp/memory/new/destroying_delete_t
std::disable_sized_sentinel_for => cpp/iterator/sized_sentinel_for
std::erase => cpp/container/vector/erase2
std::erase_if => cpp/container/vector/erase2
std::format_to_n_result => cpp/utility/format/format_to_n
std::invoke_result => cpp/types/result_of
std::invoke_result_t => cpp/types/result_of
std::is_bounded_array => cpp/types/is_bounded_array
std::is_bounded_array_v => cpp/types/is_bounded_array
std::is_constant_evaluated => cpp/types/is_constant_evaluated
std::is_corresponding_member => cpp/types/is_corresponding_member
std::is_layout_compatible => cpp/types/is_layout_compatible
std::is_layout_compatible_v => cpp/types/is_layout_compatible
std::is_nothrow_convertible => cpp/types/is_convertible
std::is_nothrow_convertible_v => cpp/types/is_convertible
std::is_nothrow_invocable => cpp/types/is_invocable
std::is_nothrow_invocable_r => cpp/types/is_invocable
std::is_nothrow_invocable_v => cpp/types/is_invocable
std::is_nothrow_invocable_r_v => cpp/types/is_invocable
std::is_pointer_interconvertible_base_of => cpp/types/is_pointer_interconvertible_base_of
std::is_pointer_interconvertible_base_of_v => cpp/types/is_pointer_interconvertible_base_of
std::is_pointer_interconvertible_with_class => cpp/types/is_pointer_interconvertible_with_class
std::is_unbounded_array => cpp/types/is_unbounded_array
std::is_unbounded_array_v => cpp/types/is_unbounded_array
std::jthread => cpp/thread/jthread
std::latch => cpp/thread/latch
std::lerp => cpp/numeric/lerp
std::lexicographical_compare_three_way => cpp/algorithm/lexicographical_compare_three_way
std::make_obj_using_allocator => cpp/memory/make_obj_using_allocator
std::make_shared_for_overwrite => cpp/memory/shared_ptr/make_shared
std::make_unique_for_overwrite => cpp/memory/unique_ptr/make_unique
std::mbrtoc8 => cpp/string/multibyte/mbrtoc8
std::midpoint => cpp/numeric/midpoint
std::noop_coroutine => cpp/coroutine/noop_coroutine
std::noop_coroutine_handle => cpp/coroutine/coroutine_handle
std::noop_coroutine_promise => cpp/coroutine/noop_coroutine_promise
std::nostopstate => cpp/thread/stop_source/nostopstate
std::nostopstate_t => cpp/thread/stop_source/nostopstate_t
std::polymorphic_allocator => cpp/memory/polymorphic_allocator
std::popcount => cpp/numeric/popcount
std::rotl => cpp/numeric/rotl
std::rotr => cpp/numeric/rotr
std::stop_callback => cpp/thread/stop_callback
std::stop_source => cpp/thread/stop_source
std::stop_token => cpp/thread/stop_token
std::hazard_pointer => cpp/thread/hazard_pointer
std::hazard_pointer_obj_base => cpp/thread/hazard_pointer_obj_base
std::make_hazard_pointer => cpp/thread/make_hazard_pointer
std::rcu_barrier => cpp/thread/rcu_barrier
std::rcu_default_domain => cpp/thread/rcu_default_domain
std::rcu_domain => cpp/thread/rcu_domain
std::rcu_obj_base => cpp/thread/rcu_obj_base
std::rcu_retire => cpp/thread/rcu_retire
std::rcu_synchronize => cpp/thread/rcu_synchronize
std::suspend_always => cpp/coroutine/suspend_always
std::suspend_never => cpp/coroutine/suspend_never
std::to_array => cpp/container/array/to_array
std::to_integer => cpp/types/byte
std::u8streampos => cpp/io/fpos
std::u8string => cpp/string/basic_string
std::u8string_view => cpp/string/basic_string_view
std::uncaught_exceptions => cpp/error/uncaught_exception
std::uninitialized_construct_using_allocator => cpp/memory/uninitialized_construct_using_allocator
std::unwrap_ref_decay => cpp/utility/functional/unwrap_reference
std::unwrap_ref_decay_t => cpp/utility/functional/unwrap_reference
std::unwrap_reference => cpp/utility/functional/unwrap_reference
std::unwrap_reference_t => cpp/utility/functional/unwrap_reference
std::uses_allocator_construction_args => cpp/memory/uses_allocator_construction_args
ranges::disable_sized_range => cpp/ranges/sized_range
ranges::enable_borrowed_range => cpp/ranges/borrowed_range
ranges::enable_view => cpp/ranges/view
ranges::iter_swap => cpp/iterator/ranges/iter_swap
ranges::view_base => cpp/ranges/view
std::chrono::abs => cpp/chrono/duration/abs
std::chrono::ceil => cpp/chrono/duration/ceil
std::chrono::file_seconds => cpp/chrono/file_clock
std::chrono::floor => cpp/chrono/duration/floor
std::chrono::from_stream => cpp/chrono/day/from_stream
std::chrono::get_leap_second_info => cpp/chrono/utc_clock/get_leap_second_info
std::chrono::hh_mm_ss => cpp/chrono/hh_mm_ss
std::chrono::is_am => cpp/chrono/hour_fun
std::chrono::is_pm => cpp/chrono/hour_fun
std::chrono::leap_second => cpp/chrono/leap_second
std::chrono::leap_second_info => cpp/chrono/utc_clock/leap_second_info
std::chrono::local_time_format => cpp/chrono/local_t/formatter
std::chrono::make12 => cpp/chrono/hour_fun
std::chrono::make24 => cpp/chrono/hour_fun
std::chrono::round => cpp/chrono/duration/round
std::chrono::time_zone_link => cpp/chrono/time_zone_link
std::pmr::basic_string => cpp/string/basic_string
std::pmr::u8string => cpp/string/basic_string
std::numbers::e => cpp/numeric/constants
std::numbers::e_v => cpp/numeric/constants
std::numbers::egamma => cpp/numeric/constants
std::numbers::egamma_v => cpp/numeric/constants
std::numbers::inv_pi => cpp/numeric/constants
std::numbers::inv_pi_v => cpp/numeric/constants
std::numbers::inv_sqrt3 => cpp/numeric/constants
std::numbers::inv_sqrt3_v => cpp/numeric/constants
std::numbers::inv_sqrtpi => cpp/numeric/constants
std::numbers::inv_sqrtpi_v => cpp/numeric/constants
std::numbers::ln10 => cpp/numeric/constants
std::numbers::ln10_v => cpp/numeric/constants
std::numbers::ln2 => cpp/numeric/constants
std::numbers::ln2_v => cpp/numeric/constants
std::numbers::log10e => cpp/numeric/constants
std::numbers::log10e_v => cpp/numeric/constants
std::numbers::log2e => cpp/numeric/constants
std::numbers::log2e_v => cpp/numeric/constants
std::numbers::phi => cpp/numeric/constants
std::numbers::phi_v => cpp/numeric/constants
std::numbers::pi => cpp/numeric/constants
std::numbers::pi_v => cpp/numeric/constants
std::numbers::sqrt2 => cpp/numeric/constants
std::numbers::sqrt2_v => cpp/numeric/constants
std::numbers::sqrt3 => cpp/numeric/constants
std::numbers::sqrt3_v => cpp/numeric/constants
std::execution::unseq => cpp/algorithm/execution_policy_tag
std::execution::unsequenced_policy => cpp/algorithm/execution_policy_tag_t
std::regex_constants::multiline => cpp/regex/syntax_option_type
std::atomic_char => cpp/atomic/atomic
std::atomic_flag_clear_explicit => cpp/atomic/atomic_flag_clear
std::atomic_flag_test_and_set_explicit => cpp/atomic/atomic_flag_test_and_set
std::chrono::treat_as_floating_point_v => cpp/chrono/treat_as_floating_point
std::chrono::zoned_seconds => cpp/chrono/zoned_time
std::flat_map => cpp/container/flat_map
std::flat_multimap => cpp/container/flat_multimap
std::flat_multiset => cpp/container/flat_multiset
std::flat_set => cpp/container/flat_set
std::inplace_vector => cpp/container/inplace_vector
std::mdspan => cpp/container/mdspan
std::default_accessor => cpp/container/mdspan/default_accessor
std::dextents => cpp/container/mdspan/extents
std::extents => cpp/container/mdspan/extents
std::layout_left => cpp/container/mdspan/layout_left
std::layout_right => cpp/container/mdspan/layout_right
std::layout_stride => cpp/container/mdspan/layout_stride
std::submdspan_extents => cpp/container/mdspan/submdspan_extents
std::submdspan_mapping_result => cpp/container/mdspan/submdspan_mapping_result
std::submdspan => cpp/container/mdspan/submdspan
std::layout_left_padded => cpp/container/mdspan/layout_left_padded
std::layout_right_padded => cpp/container/mdspan/layout_right_padded
std::strided_slice => cpp/container/mdspan/strided_slice
std::dims => cpp/container/mdspan/extents
std::sorted_equivalent => cpp/container/sorted_equivalent
std::sorted_equivalent_t => cpp/container/sorted_equivalent
std::sorted_unique => cpp/container/sorted_unique
std::sorted_unique_t => cpp/container/sorted_unique
std::generator => cpp/coroutine/generator
std::make_error_code => cpp/error/errc/make_error_code
std::make_error_condition => cpp/error/errc/make_error_condition
std::ios => cpp/io/basic_ios
std::wios => cpp/io/basic_ios
std::basic_ispanstream => cpp/io/basic_ispanstream
std::ispanstream => cpp/io/basic_ispanstream
std::wispanstream => cpp/io/basic_ispanstream
std::basic_ospanstream => cpp/io/basic_ospanstream
std::ospanstream => cpp/io/basic_ospanstream
std::wospanstream => cpp/io/basic_ospanstream
std::basic_spanbuf => cpp/io/basic_spanbuf
std::spanbuf => cpp/io/basic_spanbuf
std::wspanbuf => cpp/io/basic_spanbuf
std::basic_spanstream => cpp/io/basic_spanstream
std::spanstream => cpp/io/basic_spanstream
std::wspanstream => cpp/io/basic_spanstream
std::getwc => cpp/io/c/fgetwc
std::putwc => cpp/io/c/fputwc
std::print => cpp/io/print
std::println => cpp/io/println
std::vprint_nonunicode => cpp/io/vprint_nonunicode
std::vprint_unicode => cpp/io/vprint_unicode
std::basic_const_iterator => cpp/iterator/basic_const_iterator
std::const_iterator => cpp/iterator/const_iterator
std::const_sentinel => cpp/iterator/const_sentinel
std::iter_const_reference_t => cpp/iterator/iter_t
std::make_const_iterator => cpp/iterator/make_const_iterator
std::make_const_sentinel => cpp/iterator/make_const_sentinel
std::allocation_result => cpp/memory/allocation_result
std::inout_ptr_t => cpp/memory/inout_ptr_t
std::inout_ptr => cpp/memory/inout_ptr_t/inout_ptr
std::out_ptr_t => cpp/memory/out_ptr_t
std::out_ptr => cpp/memory/out_ptr_t/out_ptr
std::reinterpret_pointer_cast => cpp/memory/shared_ptr/pointer_cast
std::start_lifetime_as => cpp/memory/start_lifetime_as
std::byteswap => cpp/numeric/byteswap
std::fenv_t => cpp/numeric/fenv
std::fexcept_t => cpp/numeric/fenv
std::double_t => cpp/numeric/math
std::float_t => cpp/numeric/math
std::imaxabs => cpp/numeric/math/abs
std::acosf => cpp/numeric/math/acos
std::acosl => cpp/numeric/math/acos
std::acoshf => cpp/numeric/math/acosh
std::acoshl => cpp/numeric/math/acosh
std::asinf => cpp/numeric/math/asin
std::asinl => cpp/numeric/math/asin
std::asinhf => cpp/numeric/math/asinh
std::asinhl => cpp/numeric/math/asinh
std::atanf => cpp/numeric/math/atan
std::atanl => cpp/numeric/math/atan
std::atan2f => cpp/numeric/math/atan2
std::atan2l => cpp/numeric/math/atan2
std::atanhf => cpp/numeric/math/atanh
std::atanhl => cpp/numeric/math/atanh
std::cbrtf => cpp/numeric/math/cbrt
std::cbrtl => cpp/numeric/math/cbrt
std::ceilf => cpp/numeric/math/ceil
std::ceill => cpp/numeric/math/ceil
std::copysignf => cpp/numeric/math/copysign
std::copysignl => cpp/numeric/math/copysign
std::cosf => cpp/numeric/math/cos
std::cosl => cpp/numeric/math/cos
std::coshf => cpp/numeric/math/cosh
std::coshl => cpp/numeric/math/cosh
std::erff => cpp/numeric/math/erf
std::erfl => cpp/numeric/math/erf
std::erfcf => cpp/numeric/math/erfc
std::erfcl => cpp/numeric/math/erfc
std::expf => cpp/numeric/math/exp
std::expl => cpp/numeric/math/exp
std::exp2f => cpp/numeric/math/exp2
std::exp2l => cpp/numeric/math/exp2
std::expm1f => cpp/numeric/math/expm1
std::expm1l => cpp/numeric/math/expm1
std::fabsf => cpp/numeric/math/fabs
std::fabsl => cpp/numeric/math/fabs
std::fdimf => cpp/numeric/math/fdim
std::fdiml => cpp/numeric/math/fdim
std::floorf => cpp/numeric/math/floor
std::floorl => cpp/numeric/math/floor
std::fmaf => cpp/numeric/math/fma
std::fmal => cpp/numeric/math/fma
std::fmaxf => cpp/numeric/math/fmax
std::fmaxl => cpp/numeric/math/fmax
std::fminf => cpp/numeric/math/fmin
std::fminl => cpp/numeric/math/fmin
std::fmodf => cpp/numeric/math/fmod
std::fmodl => cpp/numeric/math/fmod
std::frexpf => cpp/numeric/math/frexp
std::frexpl => cpp/numeric/math/frexp
std::hypotf => cpp/numeric/math/hypot
std::hypotl => cpp/numeric/math/hypot
std::ilogbf => cpp/numeric/math/ilogb
std::ilogbl => cpp/numeric/math/ilogb
std::ldexpf => cpp/numeric/math/ldexp
std::ldexpl => cpp/numeric/math/ldexp
std::lgammaf => cpp/numeric/math/lgamma
std::lgammal => cpp/numeric/math/lgamma
std::logf => cpp/numeric/math/log
std::logl => cpp/numeric/math/log
std::log10f => cpp/numeric/math/log10
std::log10l => cpp/numeric/math/log10
std::log1pf => cpp/numeric/math/log1p
std::log1pl => cpp/numeric/math/log1p
std::log2f => cpp/numeric/math/log2
std::log2l => cpp/numeric/math/log2
std::logbf => cpp/numeric/math/logb
std::logbl => cpp/numeric/math/logb
std::modff => cpp/numeric/math/modf
std::modfl => cpp/numeric/math/modf
std::nearbyintf => cpp/numeric/math/nearbyint
std::nearbyintl => cpp/numeric/math/nearbyint
std::nextafterf => cpp/numeric/math/nextafter
std::nextafterl => cpp/numeric/math/nextafter
std::nexttowardf => cpp/numeric/math/nextafter
std::nexttowardl => cpp/numeric/math/nextafter
std::powf => cpp/numeric/math/pow
std::powl => cpp/numeric/math/pow
std::remainderf => cpp/numeric/math/remainder
std::remainderl => cpp/numeric/math/remainder
std::remquof => cpp/numeric/math/remquo
std::remquol => cpp/numeric/math/remquo
std::llrintf => cpp/numeric/math/rint
std::llrintl => cpp/numeric/math/rint
std::lrintf => cpp/numeric/math/rint
std::lrintl => cpp/numeric/math/rint
std::rintf => cpp/numeric/math/rint
std::rintl => cpp/numeric/math/rint
std::llroundf => cpp/numeric/math/round
std::llroundl => cpp/numeric/math/round
std::lroundf => cpp/numeric/math/round
std::lroundl => cpp/numeric/math/round
std::roundf => cpp/numeric/math/round
std::roundl => cpp/numeric/math/round
std::scalblnf => cpp/numeric/math/scalbn
std::scalblnl => cpp/numeric/math/scalbn
std::scalbnf => cpp/numeric/math/scalbn
std::scalbnl => cpp/numeric/math/scalbn
std::sinf => cpp/numeric/math/sin
std::sinl => cpp/numeric/math/sin
std::sinhf => cpp/numeric/math/sinh
std::sinhl => cpp/numeric/math/sinh
std::sqrtf => cpp/numeric/math/sqrt
std::sqrtl => cpp/numeric/math/sqrt
std::tanf => cpp/numeric/math/tan
std::tanl => cpp/numeric/math/tan
std::tanhf => cpp/numeric/math/tanh
std::tanhl => cpp/numeric/math/tanh
std::tgammaf => cpp/numeric/math/tgamma
std::tgammal => cpp/numeric/math/tgamma
std::truncf => cpp/numeric/math/trunc
std::truncl => cpp/numeric/math/trunc
std::atto => cpp/numeric/ratio/ratio
std::quecto => cpp/numeric/ratio/ratio
std::quetta => cpp/numeric/ratio/ratio
std::ronna => cpp/numeric/ratio/ratio
std::ronto => cpp/numeric/ratio/ratio
std::zepto => cpp/numeric/ratio/ratio
linalg::add => cpp/numeric/linalg/add
linalg::apply_givens_rotation => cpp/numeric/linalg/apply_givens_rotation
linalg::column_major => cpp/numeric/linalg/column_major
linalg::column_major_t => cpp/numeric/linalg/column_major_t
linalg::conjugate_transposed => cpp/numeric/linalg/conjugate_transposed
linalg::conjugated => cpp/numeric/linalg/conjugated
linalg::conjugated_accessor => cpp/numeric/linalg/conjugated_accessor
linalg::copy => cpp/numeric/linalg/copy
linalg::dot => cpp/numeric/linalg/dot
linalg::dotc => cpp/numeric/linalg/dotc
linalg::explicit_diagonal => cpp/numeric/linalg/explicit_diagonal
linalg::explicit_diagonal_t => cpp/numeric/linalg/explicit_diagonal_t
linalg::hermitian_matrix_product => cpp/numeric/linalg/hermitian_matrix_product
linalg::hermitian_matrix_rank_1_update => cpp/numeric/linalg/hermitian_matrix_rank_1_update
linalg::hermitian_matrix_rank_2_update => cpp/numeric/linalg/hermitian_matrix_rank_2_update
linalg::hermitian_matrix_rank_2k_update => cpp/numeric/linalg/hermitian_matrix_rank_2k_update
linalg::hermitian_matrix_rank_k_update => cpp/numeric/linalg/hermitian_matrix_rank_k_update
linalg::hermitian_matrix_vector_product => cpp/numeric/linalg/hermitian_matrix_vector_product
linalg::implicit_unit_diagonal => cpp/numeric/linalg/implicit_unit_diagonal
linalg::implicit_unit_diagonal_t => cpp/numeric/linalg/implicit_unit_diagonal_t
linalg::layout_blas_packed => cpp/numeric/linalg/layout_blas_packed
linalg::layout_transpose => cpp/numeric/linalg/layout_transpose
linalg::lower_triangle => cpp/numeric/linalg/lower_triangle
linalg::lower_triangle_t => cpp/numeric/linalg/lower_triangle_t
linalg::matrix_frob_norm => cpp/numeric/linalg/matrix_frob_norm
linalg::matrix_inf_norm => cpp/numeric/linalg/matrix_inf_norm
linalg::matrix_one_norm => cpp/numeric/linalg/matrix_one_norm
linalg::matrix_product => cpp/numeric/linalg/matrix_product
linalg::matrix_rank_1_update => cpp/numeric/linalg/matrix_rank_1_update
linalg::matrix_rank_1_update_c => cpp/numeric/linalg/matrix_rank_1_update_c
linalg::matrix_vector_product => cpp/numeric/linalg/matrix_vector_product
linalg::row_major => cpp/numeric/linalg/row_major
linalg::row_major_t => cpp/numeric/linalg/row_major_t
linalg::scale => cpp/numeric/linalg/scale
linalg::scaled => cpp/numeric/linalg/scaled
linalg::scaled_accessor => cpp/numeric/linalg/scaled_accessor
linalg::setup_givens_rotation => cpp/numeric/linalg/setup_givens_rotation
linalg::setup_givens_rotation_result => cpp/numeric/linalg/setup_givens_rotation_result
linalg::sum_of_squares_result => cpp/numeric/linalg/sum_of_squares_result
linalg::swap_elements => cpp/numeric/linalg/swap_elements
linalg::symmetric_matrix_product => cpp/numeric/linalg/symmetric_matrix_product
linalg::symmetric_matrix_rank_1_update => cpp/numeric/linalg/symmetric_matrix_rank_1_update
linalg::symmetric_matrix_rank_2_update => cpp/numeric/linalg/symmetric_matrix_rank_2_update
linalg::symmetric_matrix_rank_2k_update => cpp/numeric/linalg/symmetric_matrix_rank_2k_update
linalg::symmetric_matrix_rank_k_update => cpp/numeric/linalg/symmetric_matrix_rank_k_update
linalg::symmetric_matrix_vector_product => cpp/numeric/linalg/symmetric_matrix_vector_product
linalg::transposed => cpp/numeric/linalg/transposed
linalg::triangular_matrix_left_product => cpp/numeric/linalg/triangular_matrix_left_product
linalg::triangular_matrix_matrix_left_solve => cpp/numeric/linalg/triangular_matrix_matrix_left_solve
linalg::triangular_matrix_matrix_right_solve => cpp/numeric/linalg/triangular_matrix_matrix_right_solve
linalg::triangular_matrix_product => cpp/numeric/linalg/triangular_matrix_product
linalg::triangular_matrix_right_product => cpp/numeric/linalg/triangular_matrix_right_product
linalg::triangular_matrix_vector_product => cpp/numeric/linalg/triangular_matrix_vector_product
linalg::triangular_matrix_vector_solve => cpp/numeric/linalg/triangular_matrix_vector_solve
linalg::upper_triangle => cpp/numeric/linalg/upper_triangle
linalg::upper_triangle_t => cpp/numeric/linalg/upper_triangle_t
linalg::vector_abs_sum => cpp/numeric/linalg/vector_abs_sum
linalg::vector_idx_abs_max => cpp/numeric/linalg/vector_idx_abs_max
linalg::vector_sum_of_squares => cpp/numeric/linalg/vector_sum_of_squares
linalg::vector_two_norm => cpp/numeric/linalg/vector_two_norm
std::from_range => cpp/ranges/from_range
std::from_range_t => cpp/ranges/from_range
std::isalnum => cpp/string/byte/isalnum
std::isalpha => cpp/string/byte/isalpha
std::isblank => cpp/string/byte/isblank
std::iscntrl => cpp/string/byte/iscntrl
std::isdigit => cpp/string/byte/isdigit
std::isgraph => cpp/string/byte/isgraph
std::islower => cpp/string/byte/islower
std::isprint => cpp/string/byte/isprint
std::ispunct => cpp/string/byte/ispunct
std::isspace => cpp/string/byte/isspace
std::isupper => cpp/string/byte/isupper
std::isxdigit => cpp/string/byte/isxdigit
std::tolower => cpp/string/byte/tolower
std::toupper => cpp/string/byte/toupper
std::wctrans_t => cpp/string/wide
std::wctype_t => cpp/string/wide
std::wint_t => cpp/string/wide
std::bfloat16_t => cpp/types/floating-point
std::float128_t => cpp/types/floating-point
std::float16_t => cpp/types/floating-point
std::float32_t => cpp/types/floating-point
std::float64_t => cpp/types/floating-point
std::is_implicit_lifetime => cpp/types/is_implicit_lifetime
std::is_scoped_enum => cpp/types/is_scoped_enum
std::is_scoped_enum_v => cpp/types/is_scoped_enum
std::is_within_lifetime => cpp/types/is_within_lifetime
std::reference_constructs_from_temporary => cpp/types/reference_constructs_from_temporary
std::reference_converts_from_temporary => cpp/types/reference_converts_from_temporary
std::basic_stacktrace => cpp/utility/basic_stacktrace
std::stacktrace_entry => cpp/utility/stacktrace_entry
std::source_location => cpp/utility/source_location
std::stacktrace => cpp/utility/basic_stacktrace
std::expected => cpp/utility/expected
std::breakpoint => cpp/utility/breakpoint
std::breakpoint_if_debugging => cpp/utility/breakpoint_if_debugging
std::is_debugger_present => cpp/utility/is_debugger_present
std::bad_expected_access => cpp/utility/expected/bad_expected_access
std::unexpect => cpp/utility/expected/unexpect_t
std::unexpect_t => cpp/utility/expected/unexpect_t
std::basic_format_string => cpp/utility/format/basic_format_string
std::format_string => cpp/utility/format/basic_format_string
std::wformat_string => cpp/utility/format/basic_format_string
std::forward_like => cpp/utility/forward_like
std::bind_back => cpp/utility/functional/bind_front
std::bit_xor => cpp/utility/functional/bit_xor
std::invoke_r => cpp/utility/functional/invoke
std::to_underlying => cpp/utility/to_underlying
std::unreachable => cpp/utility/unreachable
std::va_list => cpp/utility/variadic/va_list
std::nontype => cpp/utility/nontype
std::nontype_t => cpp/utility/nontype
ranges::contains => cpp/algorithm/ranges/contains
ranges::contains_subrange => cpp/algorithm/ranges/contains
ranges::ends_with => cpp/algorithm/ranges/ends_with
ranges::find_last => cpp/algorithm/ranges/find_last
ranges::find_last_if => cpp/algorithm/ranges/find_last
ranges::find_last_if_not => cpp/algorithm/ranges/find_last
ranges::fold_left => cpp/algorithm/ranges/fold_left
ranges::fold_left_first => cpp/algorithm/ranges/fold_left_first
ranges::fold_left_first_with_iter => cpp/algorithm/ranges/fold_left_first_with_iter
ranges::fold_left_with_iter => cpp/algorithm/ranges/fold_left_with_iter
ranges::fold_right => cpp/algorithm/ranges/fold_right
ranges::fold_right_last => cpp/algorithm/ranges/fold_right_last
ranges::iota => cpp/algorithm/ranges/iota
ranges::iota_result => cpp/algorithm/ranges/iota
ranges::in_value_result => cpp/algorithm/ranges/return_types/in_value_result
ranges::out_value_result => cpp/algorithm/ranges/return_types/out_value_result
ranges::shift_left => cpp/algorithm/ranges/shift
ranges::shift_right => cpp/algorithm/ranges/shift
ranges::starts_with => cpp/algorithm/ranges/starts_with
ranges::adjacent_transform_view => cpp/ranges/adjacent_transform_view
views::adjacent_transform => cpp/ranges/adjacent_transform_view
views::pairwise_transform => cpp/ranges/adjacent_transform_view
ranges::adjacent_view => cpp/ranges/adjacent_view
views::adjacent => cpp/ranges/adjacent_view
views::pairwise => cpp/ranges/adjacent_view
ranges::as_const_view => cpp/ranges/as_const_view
views::as_const => cpp/ranges/as_const_view
ranges::as_rvalue_view => cpp/ranges/as_rvalue_view
views::as_rvalue => cpp/ranges/as_rvalue_view
ranges::wistream_view => cpp/ranges/basic_istream_view
views::istream => cpp/ranges/basic_istream_view
ranges::cartesian_product_view => cpp/ranges/cartesian_product_view
views::cartesian_product => cpp/ranges/cartesian_product_view
ranges::chunk_by_view => cpp/ranges/chunk_by_view
views::chunk_by => cpp/ranges/chunk_by_view
ranges::chunk_view => cpp/ranges/chunk_view
views::chunk => cpp/ranges/chunk_view
ranges::constant_range => cpp/ranges/constant_range
ranges::const_iterator_t => cpp/ranges/iterator_t
ranges::range_const_reference_t => cpp/ranges/range_reference_t
ranges::const_sentinel_t => cpp/ranges/iterator_t
ranges::range_common_reference_t => cpp/ranges/range_reference_t
ranges::join_with_view => cpp/ranges/join_with_view
views::join_with => cpp/ranges/join_with_view
ranges::lazy_split_view => cpp/ranges/lazy_split_view
views::lazy_split => cpp/ranges/lazy_split_view
ranges::owning_view => cpp/ranges/owning_view
ranges::range_adaptor_closure => cpp/ranges/range_adaptor_closure
ranges::repeat_view => cpp/ranges/repeat_view
views::repeat => cpp/ranges/repeat_view
ranges::slide_view => cpp/ranges/slide_view
views::slide => cpp/ranges/slide_view
ranges::stride_view => cpp/ranges/stride_view
views::stride => cpp/ranges/stride_view
ranges::get => cpp/ranges/subrange/get
ranges::subrange_kind => cpp/ranges/subrange_kind
ranges::to => cpp/ranges/to
ranges::zip_transform_view => cpp/ranges/zip_transform_view
views::zip_transform => cpp/ranges/zip_transform_view
ranges::zip_view => cpp/ranges/zip_view
views::zip => cpp/ranges/zip_view
ranges::concat_view => cpp/ranges/concat_view
views::concat => cpp/ranges/concat_view

--Space Mission (talk) 17:11, 29 August 2024 (PDT)

 Done --Cubbi (talk) 10:36, 9 September 2024 (PDT)