mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
336 KiB
1 line
336 KiB
{"entries":[{"name":"#define directive","path":"preprocessor/replace","type":"Language"},{"name":"#error directive","path":"preprocessor/error","type":"Language"},{"name":"#include directive","path":"preprocessor/include","type":"Language"},{"name":"#line directive","path":"preprocessor/line","type":"Language"},{"name":"#pragma directive","path":"preprocessor/impl","type":"Language"},{"name":"abstract class","path":"language/abstract_class","type":"Language"},{"name":"access specifiers","path":"language/access","type":"Language"},{"name":"Address of an overloaded function","path":"language/overloaded_address","type":"Language"},{"name":"aggregate initialization","path":"language/aggregate_initialization","type":"Language"},{"name":"algorithm","path":"header/algorithm","type":"Standard library header files"},{"name":"Algorithms library","path":"algorithm","type":"Algorithm"},{"name":"alias template","path":"language/type_alias","type":"Language"},{"name":"alignas","path":"keyword/alignas","type":"Keywords"},{"name":"alignas specifier","path":"language/alignas","type":"Language"},{"name":"alignof","path":"keyword/alignof","type":"Keywords"},{"name":"alignof operator","path":"language/alignof","type":"Language"},{"name":"Allocator","path":"concept/allocator","type":"Concepts"},{"name":"AllocatorAwareContainer","path":"concept/allocatorawarecontainer","type":"Concepts"},{"name":"Alternative operator representations","path":"language/operator_alternative","type":"Language"},{"name":"and","path":"keyword/and","type":"Keywords"},{"name":"and_eq","path":"keyword/and_eq","type":"Keywords"},{"name":"any","path":"header/any","type":"Standard library header files"},{"name":"Argument-dependent lookup","path":"language/adl","type":"Language"},{"name":"Arithmetic operators","path":"language/operator_arithmetic","type":"Language"},{"name":"array","path":"header/array","type":"Standard library header files"},{"name":"Array declaration","path":"language/array","type":"Language"},{"name":"ASCII Chart","path":"language/ascii","type":"Language"},{"name":"asm","path":"keyword/asm","type":"Keywords"},{"name":"asm declaration","path":"language/asm","type":"Language"},{"name":"assert","path":"error/assert","type":"Utilities"},{"name":"Assignment operators","path":"language/operator_assignment","type":"Language"},{"name":"AssociativeContainer","path":"concept/associativecontainer","type":"Concepts"},{"name":"atomic","path":"header/atomic","type":"Standard library header files"},{"name":"Atomic operations library","path":"atomic","type":"Atomic operations"},{"name":"ATOMIC_FLAG_INIT","path":"atomic/atomic_flag_init","type":"Atomic operations"},{"name":"ATOMIC_VAR_INIT","path":"atomic/atomic_var_init","type":"Atomic operations"},{"name":"ATOMIC_xxx_LOCK_FREE","path":"atomic/atomic_is_lock_free","type":"Atomic operations"},{"name":"attribute specifier sequence(since C++11)","path":"language/attributes","type":"Language"},{"name":"auto","path":"keyword/auto","type":"Keywords"},{"name":"auto specifier","path":"language/auto","type":"Language"},{"name":"Basic concepts","path":"language/basic_concepts","type":"Language"},{"name":"BasicLockable","path":"concept/basiclockable","type":"Concepts"},{"name":"beta","path":"numeric/random/gamma_distribution/params","type":"Numerics"},{"name":"BidirectionalIterator","path":"concept/bidirectionaliterator","type":"Concepts"},{"name":"BinaryPredicate","path":"concept/binarypredicate","type":"Concepts"},{"name":"Bit field","path":"language/bit_field","type":"Language"},{"name":"bitand","path":"keyword/bitand","type":"Keywords"},{"name":"BitmaskType","path":"concept/bitmasktype","type":"Concepts"},{"name":"bitor","path":"keyword/bitor","type":"Keywords"},{"name":"bitset","path":"header/bitset","type":"Standard library header files"},{"name":"bool","path":"keyword/bool","type":"Keywords"},{"name":"Boolean literals","path":"language/bool_literal","type":"Language"},{"name":"break","path":"keyword/break","type":"Keywords"},{"name":"break statement","path":"language/break","type":"Language"},{"name":"C Date and time utilities","path":"chrono/c","type":"Utilities"},{"name":"C memory management library","path":"memory/c","type":"Utilities"},{"name":"C numeric limits interface","path":"types/climits.1","type":"Utilities"},{"name":"C++ language","path":"language.1","type":"Language"},{"name":"C-style file input/output","path":"io/c","type":"Input/output"},{"name":"Callable","path":"concept/callable","type":"Concepts"},{"name":"case","path":"keyword/case","type":"Keywords"},{"name":"cassert","path":"header/cassert","type":"Standard library header files"},{"name":"catch","path":"keyword/catch","type":"Keywords"},{"name":"cbefore_begin","path":"container/forward_list/before_begin","type":"Containers"},{"name":"ccomplex","path":"header/ccomplex","type":"Standard library header files"},{"name":"cctype","path":"header/cctype","type":"Standard library header files"},{"name":"cerrno","path":"header/cerrno","type":"Standard library header files"},{"name":"cfenv","path":"header/cfenv","type":"Standard library header files"},{"name":"cfloat","path":"header/cfloat","type":"Standard library header files"},{"name":"char","path":"keyword/char","type":"Keywords"},{"name":"char16_t","path":"keyword/char16_t","type":"Keywords"},{"name":"char32_t","path":"keyword/char32_t","type":"Keywords"},{"name":"character literal","path":"language/character_literal","type":"Language"},{"name":"chrono","path":"header/chrono","type":"Standard library header files"},{"name":"cinttypes","path":"header/cinttypes","type":"Standard library header files"},{"name":"ciso646","path":"header/ciso646","type":"Standard library header files"},{"name":"class","path":"keyword/class","type":"Keywords"},{"name":"Class declaration","path":"language/class","type":"Language"},{"name":"Class template","path":"language/class_template","type":"Language"},{"name":"Class template deduction(since C++17)","path":"language/deduction_guide","type":"Language"},{"name":"Classes","path":"language/classes","type":"Language"},{"name":"climits","path":"header/climits","type":"Standard library header files"},{"name":"clocale","path":"header/clocale","type":"Standard library header files"},{"name":"Clock","path":"concept/clock","type":"Concepts"},{"name":"CLOCKS_PER_SEC","path":"chrono/c/clocks_per_sec","type":"Utilities"},{"name":"cmath","path":"header/cmath","type":"Standard library header files"},{"name":"codecvt","path":"header/codecvt","type":"Standard library header files"},{"name":"Comments","path":"comments","type":"Language"},{"name":"Common mathematical functions","path":"numeric/math","type":"Numerics"},{"name":"Compare","path":"concept/compare","type":"Concepts"},{"name":"Comparison operators","path":"language/operator_comparison","type":"Language"},{"name":"Compile-time rational arithmetic","path":"numeric/ratio","type":"Numerics"},{"name":"compl","path":"keyword/compl","type":"Keywords"},{"name":"complex","path":"header/complex","type":"Standard library header files"},{"name":"concept","path":"keyword/concept","type":"Keywords"},{"name":"Conditional inclusion","path":"preprocessor/conditional","type":"Language"},{"name":"condition_variable","path":"header/condition_variable","type":"Standard library header files"},{"name":"const","path":"keyword/const","type":"Keywords"},{"name":"Constant expressions","path":"language/constant_expression","type":"Language"},{"name":"constant initialization","path":"language/constant_initialization","type":"Language"},{"name":"constexpr","path":"keyword/constexpr","type":"Keywords"},{"name":"constexpr specifier","path":"language/constexpr","type":"Language"},{"name":"Constraints and concepts","path":"language/concepts","type":"Language"},{"name":"Constructors and member initializer lists","path":"language/constructor","type":"Language"},{"name":"const_cast","path":"keyword/const_cast","type":"Keywords"},{"name":"const_cast conversion","path":"language/const_cast","type":"Language"},{"name":"Container","path":"concept/container","type":"Concepts"},{"name":"Containers library","path":"container","type":"Containers"},{"name":"continue","path":"keyword/continue","type":"Keywords"},{"name":"continue statement","path":"language/continue","type":"Language"},{"name":"Converting constructor","path":"language/converting_constructor","type":"Language"},{"name":"Copy assignment operator","path":"language/as_operator","type":"Language"},{"name":"Copy constructors","path":"language/copy_constructor","type":"Language"},{"name":"Copy elision","path":"language/copy_elision","type":"Language"},{"name":"copy initialization","path":"language/copy_initialization","type":"Language"},{"name":"CopyAssignable","path":"concept/copyassignable","type":"Concepts"},{"name":"CopyConstructible","path":"concept/copyconstructible","type":"Concepts"},{"name":"CopyInsertable","path":"concept/copyinsertable","type":"Concepts"},{"name":"csetjmp","path":"header/csetjmp","type":"Standard library header files"},{"name":"csignal","path":"header/csignal","type":"Standard library header files"},{"name":"cstdalign","path":"header/cstdalign","type":"Standard library header files"},{"name":"cstdarg","path":"header/cstdarg","type":"Standard library header files"},{"name":"cstdbool","path":"header/cstdbool","type":"Standard library header files"},{"name":"cstddef","path":"header/cstddef","type":"Standard library header files"},{"name":"cstdint","path":"header/cstdint","type":"Standard library header files"},{"name":"cstdio","path":"header/cstdio","type":"Standard library header files"},{"name":"cstdlib","path":"header/cstdlib","type":"Standard library header files"},{"name":"cstring","path":"header/cstring","type":"Standard library header files"},{"name":"ctgmath","path":"header/ctgmath","type":"Standard library header files"},{"name":"ctime","path":"header/ctime","type":"Standard library header files"},{"name":"cuchar","path":"header/cuchar","type":"Standard library header files"},{"name":"cv type qualifiers","path":"language/cv","type":"Language"},{"name":"cwchar","path":"header/cwchar","type":"Standard library header files"},{"name":"cwctype","path":"header/cwctype","type":"Standard library header files"},{"name":"Date and time utilities","path":"chrono","type":"Utilities"},{"name":"Declarations","path":"language/declarations","type":"Language"},{"name":"Declaring functions","path":"language/function","type":"Language"},{"name":"decltype","path":"keyword/decltype","type":"Keywords"},{"name":"decltype specifier","path":"language/decltype","type":"Language"},{"name":"default","path":"keyword/default","type":"Keywords"},{"name":"Default arguments","path":"language/default_arguments","type":"Language"},{"name":"Default constructors","path":"language/default_constructor","type":"Language"},{"name":"default initialization","path":"language/default_initialization","type":"Language"},{"name":"DefaultConstructible","path":"concept/defaultconstructible","type":"Concepts"},{"name":"DefaultInsertable","path":"concept/defaultinsertable","type":"Concepts"},{"name":"Definitions and ODR","path":"language/definition","type":"Language"},{"name":"delete","path":"keyword/delete","type":"Keywords"},{"name":"delete expression","path":"language/delete","type":"Language"},{"name":"densities","path":"numeric/random/piecewise_constant_distribution/params","type":"Numerics"},{"name":"densities","path":"numeric/random/piecewise_linear_distribution/params","type":"Numerics"},{"name":"Dependent names","path":"language/dependent_name","type":"Language"},{"name":"deque","path":"header/deque","type":"Standard library header files"},{"name":"Derived classes","path":"language/derived_class","type":"Language"},{"name":"Destructible","path":"concept/destructible","type":"Concepts"},{"name":"Destructors","path":"language/destructor","type":"Language"},{"name":"direct initialization","path":"language/direct_initialization","type":"Language"},{"name":"do","path":"keyword/do","type":"Keywords"},{"name":"do-while loop","path":"language/do","type":"Language"},{"name":"double","path":"keyword/double","type":"Keywords"},{"name":"do_always_noconv","path":"locale/codecvt/always_noconv","type":"Localizations"},{"name":"do_curr_symbol","path":"locale/moneypunct/curr_symbol","type":"Localizations"},{"name":"do_decimal_point","path":"locale/moneypunct/decimal_point","type":"Localizations"},{"name":"do_decimal_point","path":"locale/numpunct/decimal_point","type":"Localizations"},{"name":"do_encoding","path":"locale/codecvt/encoding","type":"Localizations"},{"name":"do_falsename","path":"locale/numpunct/truefalsename","type":"Localizations"},{"name":"do_frac_digits","path":"locale/moneypunct/frac_digits","type":"Localizations"},{"name":"do_get","path":"locale/money_get/get","type":"Localizations"},{"name":"do_get","path":"locale/messages/get","type":"Localizations"},{"name":"do_grouping","path":"locale/moneypunct/grouping","type":"Localizations"},{"name":"do_grouping","path":"locale/numpunct/grouping","type":"Localizations"},{"name":"do_hash","path":"locale/collate/hash","type":"Localizations"},{"name":"do_length","path":"locale/codecvt/length","type":"Localizations"},{"name":"do_max_length","path":"locale/codecvt/max_length","type":"Localizations"},{"name":"do_narrow","path":"locale/ctype/narrow","type":"Localizations"},{"name":"do_negative_sign","path":"locale/moneypunct/positive_sign","type":"Localizations"},{"name":"do_neg_format","path":"locale/moneypunct/pos_format","type":"Localizations"},{"name":"do_out","path":"locale/codecvt/out","type":"Localizations"},{"name":"do_positive_sign","path":"locale/moneypunct/positive_sign","type":"Localizations"},{"name":"do_pos_format","path":"locale/moneypunct/pos_format","type":"Localizations"},{"name":"do_put","path":"locale/money_put/put","type":"Localizations"},{"name":"do_thousands_sep","path":"locale/numpunct/thousands_sep","type":"Localizations"},{"name":"do_thousands_sep","path":"locale/moneypunct/thousands_sep","type":"Localizations"},{"name":"do_transform","path":"locale/collate/transform","type":"Localizations"},{"name":"do_truename","path":"locale/numpunct/truefalsename","type":"Localizations"},{"name":"do_unshift","path":"locale/codecvt/unshift","type":"Localizations"},{"name":"do_widen","path":"locale/ctype/widen","type":"Localizations"},{"name":"dynamic exception specification","path":"language/except_spec","type":"Language"},{"name":"Dynamic memory management","path":"memory","type":"Utilities"},{"name":"dynamic_cast","path":"keyword/dynamic_cast","type":"Keywords"},{"name":"dynamic_cast conversion","path":"language/dynamic_cast","type":"Language"},{"name":"egptr","path":"io/basic_streambuf/gptr","type":"Input/output"},{"name":"Elaborated type specifier","path":"language/elaborated_type_specifier","type":"Language"},{"name":"else","path":"keyword/else","type":"Keywords"},{"name":"EmplaceConstructible","path":"concept/emplaceconstructible","type":"Concepts"},{"name":"Empty base optimization","path":"language/ebo","type":"Language"},{"name":"enum","path":"keyword/enum","type":"Keywords"},{"name":"enumeration declaration","path":"language/enum","type":"Language"},{"name":"EqualityComparable","path":"concept/equalitycomparable","type":"Concepts"},{"name":"Erasable","path":"concept/eraseable","type":"Concepts"},{"name":"errno","path":"error/errno","type":"Utilities"},{"name":"Error handling","path":"error","type":"Utilities"},{"name":"Error numbers","path":"error/errno_macros","type":"Utilities"},{"name":"Escape sequences","path":"language/escape","type":"Language"},{"name":"exception","path":"header/exception","type":"Standard library header files"},{"name":"Exceptions","path":"language/exceptions","type":"Language"},{"name":"execution","path":"header/execution_policy","type":"Standard library header files"},{"name":"EXIT_FAILURE","path":"utility/program/exit_status","type":"Utilities"},{"name":"EXIT_SUCCESS","path":"utility/program/exit_status","type":"Utilities"},{"name":"explicit","path":"keyword/explicit","type":"Keywords"},{"name":"explicit specifier","path":"language/explicit","type":"Language"},{"name":"explicit template specialization","path":"language/template_specialization","type":"Language"},{"name":"Explicit type conversion","path":"language/explicit_cast","type":"Language"},{"name":"export","path":"keyword/export","type":"Keywords"},{"name":"Expressions","path":"language/expressions","type":"Language"},{"name":"extern","path":"keyword/extern","type":"Keywords"},{"name":"false","path":"keyword/false","type":"Keywords"},{"name":"falsename","path":"locale/numpunct/truefalsename","type":"Localizations"},{"name":"FE_ALL_EXCEPT","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_DFL_ENV","path":"numeric/fenv/fe_dfl_env","type":"Numerics"},{"name":"FE_DIVBYZERO","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_DOWNWARD","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"FE_INEXACT","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_INVALID","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_OVERFLOW","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_TONEAREST","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"FE_TOWARDZERO","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"FE_UNDERFLOW","path":"numeric/fenv/fe_exceptions","type":"Numerics"},{"name":"FE_UPWARD","path":"numeric/fenv/fe_round","type":"Numerics"},{"name":"filesystem","path":"header/filesystem","type":"Standard library header files"},{"name":"Filesystem library","path":"filesystem","type":"Filesystem"},{"name":"final","path":"keyword/final","type":"Keywords"},{"name":"final specifier","path":"language/final","type":"Language"},{"name":"Fixed width integer types","path":"types/integer","type":"Utilities"},{"name":"float","path":"keyword/float","type":"Keywords"},{"name":"floating point literal","path":"language/floating_literal","type":"Language"},{"name":"Floating-point environment","path":"numeric/fenv","type":"Numerics"},{"name":"FLT_EVAL_METHOD","path":"types/climits/flt_eval_method","type":"Utilities"},{"name":"FLT_ROUNDS","path":"types/climits/flt_rounds","type":"Utilities"},{"name":"fold expression","path":"language/fold","type":"Language"},{"name":"for","path":"keyword/for","type":"Keywords"},{"name":"for loop","path":"language/for","type":"Language"},{"name":"FormattedInputFunction","path":"concept/formattedinputfunction","type":"Concepts"},{"name":"FormattedOutputFunction","path":"concept/formattedoutputfunction","type":"Concepts"},{"name":"ForwardIterator","path":"concept/forwarditerator","type":"Concepts"},{"name":"forward_list","path":"header/forward_list","type":"Standard library header files"},{"name":"FP_INFINITE","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_NAN","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_NORMAL","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_SUBNORMAL","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"FP_ZERO","path":"numeric/math/fp_categories","type":"Numerics"},{"name":"friend","path":"keyword/friend","type":"Keywords"},{"name":"friend declaration","path":"language/friend","type":"Language"},{"name":"fstream","path":"header/fstream","type":"Standard library header files"},{"name":"Function objects","path":"utility/functional","type":"Utilities"},{"name":"Function template","path":"language/function_template","type":"Language"},{"name":"Function-try-block","path":"language/function-try-block","type":"Language"},{"name":"functional","path":"header/functional","type":"Standard library header files"},{"name":"FunctionObject","path":"concept/functionobject","type":"Concepts"},{"name":"Functions","path":"language/functions","type":"Language"},{"name":"Fundamental types","path":"language/types","type":"Language"},{"name":"future","path":"header/future","type":"Standard library header files"},{"name":"goto","path":"keyword/goto","type":"Keywords"},{"name":"goto statement","path":"language/goto","type":"Language"},{"name":"gptr","path":"io/basic_streambuf/gptr","type":"Input/output"},{"name":"Hash","path":"concept/hash","type":"Concepts"},{"name":"HUGE_VAL","path":"numeric/math/huge_val","type":"Numerics"},{"name":"HUGE_VALF","path":"numeric/math/huge_val","type":"Numerics"},{"name":"HUGE_VALL","path":"numeric/math/huge_val","type":"Numerics"},{"name":"Identifiers","path":"language/name","type":"Language"},{"name":"if","path":"keywords/if","type":"Keywords"},{"name":"if statement","path":"language/if","type":"Language"},{"name":"Implicit conversions","path":"language/implicit_cast","type":"Language"},{"name":"Increment/decrement operators","path":"language/operator_incdec","type":"Language"},{"name":"INFINITY","path":"numeric/math/infinity","type":"Numerics"},{"name":"Initialization","path":"language/initialization","type":"Language"},{"name":"initializer_list","path":"header/initializer_list","type":"Standard library header files"},{"name":"inline","path":"keyword/inline","type":"Keywords"},{"name":"inline specifier","path":"language/inline","type":"Language"},{"name":"Input/output library","path":"io","type":"Input/output"},{"name":"Input/output manipulators","path":"io/manip","type":"Input/output"},{"name":"InputIterator","path":"concept/inputiterator","type":"Concepts"},{"name":"int","path":"keyword/int","type":"Keywords"},{"name":"integer literal","path":"language/integer_literal","type":"Language"},{"name":"iomanip","path":"header/iomanip","type":"Standard library header files"},{"name":"ios","path":"header/ios","type":"Standard library header files"},{"name":"iosfwd","path":"header/iosfwd","type":"Standard library header files"},{"name":"iostream","path":"header/iostream","type":"Standard library header files"},{"name":"istream","path":"header/istream","type":"Standard library header files"},{"name":"is_relative","path":"filesystem/path/is_absrel","type":"Filesystem"},{"name":"Iterator","path":"concept/iterator","type":"Concepts"},{"name":"iterator","path":"header/iterator","type":"Standard library header files"},{"name":"Iterator library","path":"iterator","type":"Iterator"},{"name":"keywords","path":"keywords","type":"Keywords"},{"name":"Lambda expressions","path":"language/lambda","type":"Language"},{"name":"Language linkage","path":"language/language_linkage","type":"Language"},{"name":"LC_ALL","path":"locale/lc_categories","type":"Localizations"},{"name":"LC_COLLATE","path":"locale/lc_categories","type":"Localizations"},{"name":"LC_CTYPE","path":"locale/lc_categories","type":"Localizations"},{"name":"LC_MONETARY","path":"locale/lc_categories","type":"Localizations"},{"name":"LC_NUMERIC","path":"locale/lc_categories","type":"Localizations"},{"name":"LC_TIME","path":"locale/lc_categories","type":"Localizations"},{"name":"LessThanComparable","path":"concept/lessthancomparable","type":"Concepts"},{"name":"Library Concepts","path":"concept","type":"Concepts"},{"name":"Lifetime","path":"language/lifetime","type":"Language"},{"name":"limits","path":"header/limits","type":"Standard library header files"},{"name":"list","path":"header/list","type":"Standard library header files"},{"name":"list initialization","path":"language/list_initialization","type":"Language"},{"name":"LiteralType","path":"concept/literaltype","type":"Concepts"},{"name":"locale","path":"header/locale","type":"Standard library header files"},{"name":"Localization library","path":"locale","type":"Localizations"},{"name":"Lockable","path":"concept/lockable","type":"Concepts"},{"name":"Logical operators","path":"language/operator_logical","type":"Language"},{"name":"long","path":"keyword/long","type":"Keywords"},{"name":"Low level memory management","path":"memory/new","type":"Utilities"},{"name":"Main function","path":"language/main_function","type":"Language"},{"name":"map","path":"header/map","type":"Standard library header files"},{"name":"Mathematical special functions","path":"numeric/special_math","type":"Numerics"},{"name":"MATH_ERREXCEPT","path":"numeric/math/math_errhandling","type":"Numerics"},{"name":"math_errhandling","path":"numeric/math/math_errhandling","type":"Numerics"},{"name":"MATH_ERRNO","path":"numeric/math/math_errhandling","type":"Numerics"},{"name":"Member access operators","path":"language/operator_member_access","type":"Language"},{"name":"Member templates","path":"language/member_template","type":"Language"},{"name":"memory","path":"header/memory","type":"Standard library header files"},{"name":"Memory model","path":"language/memory_model","type":"Language"},{"name":"memory_resource","path":"header/memory_resource","type":"Standard library header files"},{"name":"Move assignment operator","path":"language/move_operator","type":"Language"},{"name":"Move constructors","path":"language/move_constructor","type":"Language"},{"name":"MoveAssignable","path":"concept/moveassignable","type":"Concepts"},{"name":"MoveConstructible","path":"concept/moveconstructible","type":"Concepts"},{"name":"MoveInsertable","path":"concept/moveinsertable","type":"Concepts"},{"name":"mutable","path":"keyword/mutable","type":"Keywords"},{"name":"mutex","path":"header/mutex","type":"Standard library header files"},{"name":"Mutex","path":"concept/mutex","type":"Concepts"},{"name":"Name lookup","path":"language/lookup","type":"Language"},{"name":"namespace","path":"keyword/namespace","type":"Keywords"},{"name":"Namespace aliases","path":"language/namespace_alias","type":"Language"},{"name":"Namespaces","path":"language/namespace","type":"Language"},{"name":"NAN","path":"numeric/math/nan.2","type":"Numerics"},{"name":"negative_sign","path":"locale/moneypunct/positive_sign","type":"Localizations"},{"name":"neg_format","path":"locale/moneypunct/pos_format","type":"Localizations"},{"name":"nested classes","path":"language/nested_classes","type":"Language"},{"name":"new","path":"keyword/new","type":"Keywords"},{"name":"new","path":"header/new","type":"Standard library header files"},{"name":"new expression","path":"language/new","type":"Language"},{"name":"Node handle","path":"container/node_handle","type":"Containers"},{"name":"noexcept","path":"keyword/noexcept","type":"Keywords"},{"name":"noexcept operator","path":"language/noexcept","type":"Language"},{"name":"noexcept specifier","path":"language/noexcept_spec","type":"Language"},{"name":"Non-static data members","path":"language/data_members","type":"Language"},{"name":"Non-static member functions","path":"language/member_functions","type":"Language"},{"name":"not","path":"keyword/not","type":"Keywords"},{"name":"not_eq","path":"keyword/not_eq","type":"Keywords"},{"name":"NULL","path":"types/null","type":"Utilities"},{"name":"Null-terminated byte strings","path":"string/byte","type":"Strings"},{"name":"Null-terminated multibyte strings","path":"string/multibyte","type":"Strings"},{"name":"Null-terminated wide strings","path":"string/wide","type":"Strings"},{"name":"NullablePointer","path":"concept/nullablepointer","type":"Concepts"},{"name":"nullptr","path":"language/nullptr","type":"Language"},{"name":"nullptr","path":"keyword/nullptr","type":"Keywords"},{"name":"numeric","path":"header/numeric","type":"Standard library header files"},{"name":"Numerics library","path":"numeric","type":"Numerics"},{"name":"NumericType","path":"concept/numerictype","type":"Concepts"},{"name":"Object","path":"language/objects","type":"Language"},{"name":"offsetof","path":"types/offsetof","type":"Utilities"},{"name":"operator","path":"keyword/operator","type":"Keywords"},{"name":"operator overloading","path":"language/operators","type":"Language"},{"name":"Operator Precedence","path":"language/operator_precedence","type":"Language"},{"name":"operator+(std::move_iterator)","path":"iterator/move_iterator/operator_plus_","type":"Iterator"},{"name":"operator+(std::reverse_iterator)","path":"iterator/reverse_iterator/operator_plus_","type":"Iterator"},{"name":"operator-(move_iterator)","path":"iterator/move_iterator/operator-","type":"Iterator"},{"name":"operator-(reverse_iterator)","path":"iterator/reverse_iterator/operator-","type":"Iterator"},{"name":"operator<<(std::basic_ostream)","path":"io/basic_ostream/operator_ltlt2","type":"Input/output"},{"name":"operator<<(std::basic_string_view)","path":"string/basic_string_view/operator_ltlt","type":"Strings"},{"name":"operator<<(std::sub_match)","path":"regex/sub_match/operator_ltlt","type":"Regular expressions"},{"name":"operator<<(std::thread::id)","path":"thread/thread/id/operator_ltlt","type":"Thread support"},{"name":"operator>>(std::basic_istream)","path":"io/basic_istream/operator_gtgt2","type":"Input/output"},{"name":"operators","path":"numeric/complex/operator_arith3","type":"Numerics"},{"name":"operators","path":"numeric/valarray/operator_cmp","type":"Numerics"},{"name":"operators (delete[])","path":"memory/new/operator_delete","type":"Utilities"},{"name":"operators (new[])","path":"memory/new/operator_new","type":"Utilities"},{"name":"operators (std::allocator)","path":"memory/allocator/operator_cmp","type":"Dynamic memory management"},{"name":"operators (std::array)","path":"container/array/operator_cmp","type":"Containers"},{"name":"operators (std::basic_string)","path":"string/basic_string/operator_cmp","type":"Strings"},{"name":"operators (std::basic_string)","path":"string/basic_string/operator_ltltgtgt","type":"Strings"},{"name":"operators (std::basic_string_view)","path":"string/basic_string_view/operator_cmp","type":"Strings"},{"name":"operators (std::bernoulli_distribution)","path":"numeric/random/bernoulli_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::bernoulli_distribution)","path":"numeric/random/bernoulli_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::binomial_distribution)","path":"numeric/random/binomial_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::binomial_distribution)","path":"numeric/random/binomial_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::bitset)","path":"utility/bitset/operator_logic2","type":"Utilities"},{"name":"operators (std::bitset)","path":"utility/bitset/operator_ltltgtgt2","type":"Utilities"},{"name":"operators (std::bitset)","path":"utility/bitset/operator_cmp","type":"Utilities"},{"name":"operators (std::cauchy_distribution)","path":"numeric/random/cauchy_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::cauchy_distribution)","path":"numeric/random/cauchy_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::chi_squared_distribution)","path":"numeric/random/chi_squared_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::chi_squared_distribution)","path":"numeric/random/chi_squared_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::chrono::duration)","path":"chrono/duration/operator_arith4","type":"Utilities"},{"name":"operators (std::chrono::duration)","path":"chrono/duration/operator_cmp","type":"Utilities"},{"name":"operators (std::complex)","path":"numeric/complex/operator_cmp","type":"Numerics"},{"name":"operators (std::complex)","path":"numeric/complex/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::deque)","path":"container/deque/operator_cmp","type":"Containers"},{"name":"operators (std::discard_block_engine)","path":"numeric/random/discard_block_engine/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::discard_block_engine)","path":"numeric/random/discard_block_engine/operator_cmp","type":"Numerics"},{"name":"operators (std::discrete_distribution)","path":"numeric/random/discrete_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::discrete_distribution)","path":"numeric/random/discrete_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::error_condition)","path":"error/error_condition/operator_cmp","type":"Utilities"},{"name":"operators (std::exponential_distribution)","path":"numeric/random/exponential_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::exponential_distribution)","path":"numeric/random/exponential_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::extreme_value_distribution)","path":"numeric/random/extreme_value_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::extreme_value_distribution)","path":"numeric/random/extreme_value_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::filesystem::path)","path":"filesystem/path/operator_cmp","type":"Filesystem"},{"name":"operators (std::filesystem::path)","path":"filesystem/path/operator_ltltgtgt","type":"Filesystem"},{"name":"operators (std::fisher_f_distribution)","path":"numeric/random/fisher_f_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::fisher_f_distribution)","path":"numeric/random/fisher_f_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::forward_list)","path":"container/forward_list/operator_cmp","type":"Containers"},{"name":"operators (std::function)","path":"utility/functional/function/operator_cmp","type":"Utilities"},{"name":"operators (std::gamma_distribution)","path":"numeric/random/gamma_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::gamma_distribution)","path":"numeric/random/gamma_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::geometric_distribution)","path":"numeric/random/geometric_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::geometric_distribution)","path":"numeric/random/geometric_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::independent_bits_engine)","path":"numeric/random/independent_bits_engine/operator_cmp","type":"Numerics"},{"name":"operators (std::independent_bits_engine)","path":"numeric/random/independent_bits_engine/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::istreambuf_iterator)","path":"iterator/istreambuf_iterator/operator_cmp","type":"Iterator"},{"name":"operators (std::istream_iterator)","path":"iterator/istream_iterator/operator_cmp","type":"Iterator"},{"name":"operators (std::linear_congruential_engine)","path":"numeric/random/linear_congruential_engine/operator_cmp","type":"Numerics"},{"name":"operators (std::linear_congruential_engine)","path":"numeric/random/linear_congruential_engine/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::list)","path":"container/list/operator_cmp","type":"Containers"},{"name":"operators (std::lognormal_distribution)","path":"numeric/random/lognormal_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::lognormal_distribution)","path":"numeric/random/lognormal_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::map)","path":"container/map/operator_cmp","type":"Containers"},{"name":"operators (std::match_results)","path":"regex/match_results/operator_cmp","type":"Regular expressions"},{"name":"operators (std::mersenne_twister_engine)","path":"numeric/random/mersenne_twister_engine/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::mersenne_twister_engine)","path":"numeric/random/mersenne_twister_engine/operator_cmp","type":"Numerics"},{"name":"operators (std::move_iterator)","path":"iterator/move_iterator/operator_cmp","type":"Iterator"},{"name":"operators (std::multimap)","path":"container/multimap/operator_cmp","type":"Containers"},{"name":"operators (std::multiset)","path":"container/multiset/operator_cmp","type":"Containers"},{"name":"operators (std::negative_binomial_distribution)","path":"numeric/random/negative_binomial_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::negative_binomial_distribution)","path":"numeric/random/negative_binomial_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::normal_distribution)","path":"numeric/random/normal_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::normal_distribution)","path":"numeric/random/normal_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::optional)","path":"utility/optional/operator_cmp","type":"Utilities"},{"name":"operators (std::pair)","path":"utility/pair/operator_cmp","type":"Utilities"},{"name":"operators (std::piecewise_constant_distribution)","path":"numeric/random/piecewise_constant_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::piecewise_constant_distribution)","path":"numeric/random/piecewise_constant_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::piecewise_linear_distribution)","path":"numeric/random/piecewise_linear_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::piecewise_linear_distribution)","path":"numeric/random/piecewise_linear_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::poisson_distribution)","path":"numeric/random/poisson_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::poisson_distribution)","path":"numeric/random/poisson_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::queue)","path":"container/queue/operator_cmp","type":"Containers"},{"name":"operators (std::reverse_iterator)","path":"iterator/reverse_iterator/operator_cmp","type":"Iterator"},{"name":"operators (std::scoped_allocator_adaptor)","path":"memory/scoped_allocator_adaptor/operator_cmp","type":"Dynamic memory management"},{"name":"operators (std::set)","path":"container/set/operator_cmp","type":"Containers"},{"name":"operators (std::shuffle_order_engine)","path":"numeric/random/shuffle_order_engine/operator_cmp","type":"Numerics"},{"name":"operators (std::shuffle_order_engine)","path":"numeric/random/shuffle_order_engine/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::stack)","path":"container/stack/operator_cmp","type":"Containers"},{"name":"operators (std::student_t_distribution)","path":"numeric/random/student_t_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::student_t_distribution)","path":"numeric/random/student_t_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::subtract_with_carry_engine)","path":"numeric/random/subtract_with_carry_engine/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::subtract_with_carry_engine)","path":"numeric/random/subtract_with_carry_engine/operator_cmp","type":"Numerics"},{"name":"operators (std::sub_match)","path":"regex/sub_match/operator_cmp","type":"Regular expressions"},{"name":"operators (std::thread::id)","path":"thread/thread/id/operator_cmp","type":"Thread support"},{"name":"operators (std::time_point)","path":"chrono/time_point/operator_arith2","type":"Utilities"},{"name":"operators (std::time_point)","path":"chrono/time_point/operator_cmp","type":"Utilities"},{"name":"operators (std::tuple)","path":"utility/tuple/operator_cmp","type":"Utilities"},{"name":"operators (std::uniform_int_distribution)","path":"numeric/random/uniform_int_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::uniform_int_distribution)","path":"numeric/random/uniform_int_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::uniform_real_distribution)","path":"numeric/random/uniform_real_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"operators (std::uniform_real_distribution)","path":"numeric/random/uniform_real_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::unique_ptr)","path":"memory/unique_ptr/operator_cmp","type":"Utilities"},{"name":"operators (std::unordered_map)","path":"container/unordered_map/operator_cmp","type":"Containers"},{"name":"operators (std::unordered_multimap)","path":"container/unordered_multimap/operator_cmp","type":"Containers"},{"name":"operators (std::unordered_multiset)","path":"container/unordered_multiset/operator_cmp","type":"Containers"},{"name":"operators (std::unordered_set)","path":"container/unordered_set/operator_cmp","type":"Containers"},{"name":"operators (std::valarray)","path":"numeric/valarray/operator_arith3","type":"Numerics"},{"name":"operators (std::variant)","path":"utility/variant/operator_cmp","type":"Utilities"},{"name":"operators (std::vector)","path":"container/vector/operator_cmp","type":"Containers"},{"name":"operators (std::weibull_distribution)","path":"numeric/random/weibull_distribution/operator_cmp","type":"Numerics"},{"name":"operators (std::weibull_distribution)","path":"numeric/random/weibull_distribution/operator_ltltgtgt","type":"Numerics"},{"name":"optional","path":"header/optional","type":"Standard library header files"},{"name":"or","path":"keyword/or","type":"Keywords"},{"name":"Order of evaluation","path":"language/eval_order","type":"Language"},{"name":"or_eq","path":"keyword/or_eq","type":"Keywords"},{"name":"ostream","path":"header/ostream","type":"Standard library header files"},{"name":"Other operators","path":"language/operator_other","type":"Language"},{"name":"OutputIterator","path":"concept/outputiterator","type":"Concepts"},{"name":"Overload resolution","path":"language/overload_resolution","type":"Language"},{"name":"override","path":"keyword/override","type":"Keywords"},{"name":"override specifier","path":"language/override","type":"Language"},{"name":"Parameter pack","path":"language/parameter_pack","type":"Language"},{"name":"partial template specialization","path":"language/partial_specialization","type":"Language"},{"name":"Phases of translation","path":"language/translation_phases","type":"Language"},{"name":"PImpl","path":"language/pimpl","type":"Language"},{"name":"PODType","path":"concept/podtype","type":"Concepts"},{"name":"Pointer declaration","path":"language/pointer","type":"Language"},{"name":"Predicate","path":"concept/predicate","type":"Concepts"},{"name":"Preprocessor","path":"preprocessor","type":"Language"},{"name":"private","path":"keyword/private","type":"Keywords"},{"name":"Program support utilities","path":"utility/program","type":"Utilities"},{"name":"protected","path":"keyword/protected","type":"Keywords"},{"name":"Pseudo-random number generation","path":"numeric/random","type":"Numerics"},{"name":"public","path":"keyword/public","type":"Keywords"},{"name":"Qualified name lookup","path":"language/qualified_lookup","type":"Language"},{"name":"queue","path":"header/queue","type":"Standard library header files"},{"name":"RAII","path":"language/raii","type":"Language"},{"name":"random","path":"header/random","type":"Standard library header files"},{"name":"RandomAccessIterator","path":"concept/randomaccessiterator","type":"Concepts"},{"name":"RandomNumberDistribution","path":"concept/randomnumberdistribution","type":"Concepts"},{"name":"RAND_MAX","path":"numeric/random/rand_max","type":"Numerics"},{"name":"Range-based for loop","path":"language/range-for","type":"Language"},{"name":"ratio","path":"header/ratio","type":"Standard library header files"},{"name":"Reference declaration","path":"language/reference","type":"Language"},{"name":"reference initialization","path":"language/reference_initialization","type":"Language"},{"name":"regex","path":"header/regex","type":"Standard library header files"},{"name":"register","path":"keyword/register","type":"Keywords"},{"name":"Regular expressions library","path":"regex","type":"Regular expressions"},{"name":"reinterpret_cast","path":"keyword/reinterpret_cast","type":"Keywords"},{"name":"reinterpret_cast conversion","path":"language/reinterpret_cast","type":"Language"},{"name":"remove_if","path":"container/list/remove","type":"Containers"},{"name":"remove_if","path":"container/forward_list/remove","type":"Containers"},{"name":"requires","path":"keyword/requires","type":"Keywords"},{"name":"return","path":"keyword/return","type":"Keywords"},{"name":"return statement","path":"language/return","type":"Language"},{"name":"ReversibleContainer","path":"concept/reversiblecontainer","type":"Concepts"},{"name":"Scope","path":"language/scope","type":"Language"},{"name":"scoped_allocator","path":"header/scoped_allocator","type":"Standard library header files"},{"name":"SeedSequence","path":"concept/seedsequence","type":"Concepts"},{"name":"SequenceContainer","path":"concept/sequencecontainer","type":"Concepts"},{"name":"set","path":"header/set","type":"Standard library header files"},{"name":"setjmp","path":"utility/program/setjmp","type":"Utilities"},{"name":"SFINAE","path":"language/sfinae","type":"Language"},{"name":"SharedMutex","path":"concept/sharedmutex","type":"Concepts"},{"name":"SharedTimedMutex","path":"concept/sharedtimedmutex","type":"Concepts"},{"name":"shared_mutex","path":"header/shared_mutex","type":"Standard library header files"},{"name":"short","path":"keyword/short","type":"Keywords"},{"name":"SIGABRT","path":"utility/program/sig_types","type":"Utilities"},{"name":"SIGFPE","path":"utility/program/sig_types","type":"Utilities"},{"name":"SIGILL","path":"utility/program/sig_types","type":"Utilities"},{"name":"SIGINT","path":"utility/program/sig_types","type":"Utilities"},{"name":"signed","path":"keyword/signed","type":"Keywords"},{"name":"SIGSEGV","path":"utility/program/sig_types","type":"Utilities"},{"name":"SIGTERM","path":"utility/program/sig_types","type":"Utilities"},{"name":"SIG_DFL","path":"utility/program/sig_strategies","type":"Utilities"},{"name":"SIG_ERR","path":"utility/program/sig_err","type":"Utilities"},{"name":"SIG_IGN","path":"utility/program/sig_strategies","type":"Utilities"},{"name":"sizeof","path":"keyword/sizeof","type":"Keywords"},{"name":"sizeof operator","path":"language/sizeof","type":"Language"},{"name":"sizeof... operator","path":"language/sizeof...","type":"Language"},{"name":"sstream","path":"header/sstream","type":"Standard library header files"},{"name":"stack","path":"header/stack","type":"Standard library header files"},{"name":"StandardLayoutType","path":"concept/standardlayouttype","type":"Concepts"},{"name":"Statements","path":"language/statements","type":"Language"},{"name":"static","path":"keywords/static","type":"Keywords"},{"name":"Static Assertion","path":"language/static_assert","type":"Language"},{"name":"static members","path":"language/static","type":"Language"},{"name":"static_assert","path":"keyword/static_assert","type":"Keywords"},{"name":"static_cast","path":"keyword/static_cast","type":"Keywords"},{"name":"static_cast conversion","path":"language/static_cast","type":"Language"},{"name":"std::abort","path":"utility/program/abort","type":"Utilities"},{"name":"std::abs(float)","path":"numeric/math/fabs","type":"Numerics"},{"name":"std::abs(int)","path":"numeric/math/abs","type":"Numerics"},{"name":"std::abs(std::complex)","path":"numeric/complex/abs","type":"Numerics"},{"name":"std::abs(std::valarray)","path":"numeric/valarray/abs","type":"Numerics"},{"name":"std::accumulate","path":"algorithm/accumulate","type":"Algorithm"},{"name":"std::acos","path":"numeric/math/acos","type":"Numerics"},{"name":"std::acos(std::complex)","path":"numeric/complex/acos","type":"Numerics"},{"name":"std::acos(std::valarray)","path":"numeric/valarray/acos","type":"Numerics"},{"name":"std::acosh","path":"numeric/math/acosh","type":"Numerics"},{"name":"std::acosh(std::complex)","path":"numeric/complex/acosh","type":"Numerics"},{"name":"std::addressof","path":"memory/addressof","type":"Utilities"},{"name":"std::add_const","path":"types/add_cv","type":"Utilities"},{"name":"std::add_cv","path":"types/add_cv","type":"Utilities"},{"name":"std::add_lvalue_reference","path":"types/add_reference","type":"Utilities"},{"name":"std::add_pointer","path":"types/add_pointer","type":"Utilities"},{"name":"std::add_rvalue_reference","path":"types/add_reference","type":"Utilities"},{"name":"std::add_volatile","path":"types/add_cv","type":"Utilities"},{"name":"std::adjacent_difference","path":"algorithm/adjacent_difference","type":"Algorithm"},{"name":"std::adjacent_find","path":"algorithm/adjacent_find","type":"Algorithm"},{"name":"std::adopt_lock","path":"thread/lock_tag","type":"Thread support"},{"name":"std::adopt_lock_t","path":"thread/lock_tag_t","type":"Thread support"},{"name":"std::advance","path":"iterator/advance","type":"Iterator"},{"name":"std::align","path":"memory/align","type":"Utilities"},{"name":"std::aligned_alloc","path":"memory/c/aligned_alloc","type":"Utilities"},{"name":"std::aligned_storage","path":"types/aligned_storage","type":"Utilities"},{"name":"std::aligned_union","path":"types/aligned_union","type":"Utilities"},{"name":"std::alignment_of","path":"types/alignment_of","type":"Utilities"},{"name":"std::align_val_t","path":"memory/new/align_val_t","type":"Utilities"},{"name":"std::allocate_shared","path":"memory/shared_ptr/allocate_shared","type":"Utilities"},{"name":"std::allocator","path":"memory/allocator","type":"Dynamic memory management"},{"name":"std::allocator::address","path":"memory/allocator/address","type":"Dynamic memory management"},{"name":"std::allocator::allocate","path":"memory/allocator/allocate","type":"Dynamic memory management"},{"name":"std::allocator::allocator","path":"memory/allocator/allocator","type":"Dynamic memory management"},{"name":"std::allocator::construct","path":"memory/allocator/construct","type":"Dynamic memory management"},{"name":"std::allocator::deallocate","path":"memory/allocator/deallocate","type":"Dynamic memory management"},{"name":"std::allocator::destroy","path":"memory/allocator/destroy","type":"Dynamic memory management"},{"name":"std::allocator::max_size","path":"memory/allocator/max_size","type":"Dynamic memory management"},{"name":"std::allocator::~allocator","path":"memory/allocator/~allocator","type":"Dynamic memory management"},{"name":"std::allocator_arg","path":"memory/allocator_arg","type":"Utilities"},{"name":"std::allocator_arg_t","path":"memory/allocator_arg_t","type":"Utilities"},{"name":"std::allocator_traits","path":"memory/allocator_traits","type":"Dynamic memory management"},{"name":"std::allocator_traits::allocate","path":"memory/allocator_traits/allocate","type":"Dynamic memory management"},{"name":"std::allocator_traits::construct","path":"memory/allocator_traits/construct","type":"Dynamic memory management"},{"name":"std::allocator_traits::deallocate","path":"memory/allocator_traits/deallocate","type":"Dynamic memory management"},{"name":"std::allocator_traits::destroy","path":"memory/allocator_traits/destroy","type":"Dynamic memory management"},{"name":"std::allocator_traits::max_size","path":"memory/allocator_traits/max_size","type":"Dynamic memory management"},{"name":"std::allocator_traits::select_on_container_copy_construction","path":"memory/allocator_traits/select_on_container_copy_construction","type":"Dynamic memory management"},{"name":"std::all_of","path":"algorithm/all_any_none_of","type":"Algorithm"},{"name":"std::any","path":"utility/any","type":"Utilities"},{"name":"std::any::any","path":"utility/any/any","type":"Utilities"},{"name":"std::any::emplace","path":"utility/any/emplace","type":"Utilities"},{"name":"std::any::has_value","path":"utility/any/has_value","type":"Utilities"},{"name":"std::any::operator=","path":"utility/any/operator=","type":"Utilities"},{"name":"std::any::reset","path":"utility/any/reset","type":"Utilities"},{"name":"std::any::swap","path":"utility/any/swap","type":"Utilities"},{"name":"std::any::type","path":"utility/any/type","type":"Utilities"},{"name":"std::any::~any","path":"utility/any/~any","type":"Utilities"},{"name":"std::any_cast","path":"utility/any/any_cast","type":"Utilities"},{"name":"std::any_of","path":"algorithm/all_any_none_of","type":"Algorithm"},{"name":"std::apply","path":"utility/apply","type":"Utilities"},{"name":"std::arg(std::complex)","path":"numeric/complex/arg","type":"Numerics"},{"name":"std::array","path":"container/array","type":"Containers"},{"name":"std::array::at","path":"container/array/at","type":"Containers"},{"name":"std::array::back","path":"container/array/back","type":"Containers"},{"name":"std::array::begin","path":"container/array/begin","type":"Containers"},{"name":"std::array::cbegin","path":"container/array/begin","type":"Containers"},{"name":"std::array::cend","path":"container/array/end","type":"Containers"},{"name":"std::array::crbegin","path":"container/array/rbegin","type":"Containers"},{"name":"std::array::crend","path":"container/array/rend","type":"Containers"},{"name":"std::array::data","path":"container/array/data","type":"Containers"},{"name":"std::array::empty","path":"container/array/empty","type":"Containers"},{"name":"std::array::end","path":"container/array/end","type":"Containers"},{"name":"std::array::fill","path":"container/array/fill","type":"Containers"},{"name":"std::array::front","path":"container/array/front","type":"Containers"},{"name":"std::array::max_size","path":"container/array/max_size","type":"Containers"},{"name":"std::array::operator[]","path":"container/array/operator_at","type":"Containers"},{"name":"std::array::rbegin","path":"container/array/rbegin","type":"Containers"},{"name":"std::array::rend","path":"container/array/rend","type":"Containers"},{"name":"std::array::size","path":"container/array/size","type":"Containers"},{"name":"std::array::swap","path":"container/array/swap","type":"Containers"},{"name":"std::asctime","path":"chrono/c/asctime","type":"Utilities"},{"name":"std::asin","path":"numeric/math/asin","type":"Numerics"},{"name":"std::asin(std::complex)","path":"numeric/complex/asin","type":"Numerics"},{"name":"std::asin(std::valarray)","path":"numeric/valarray/asin","type":"Numerics"},{"name":"std::asinh","path":"numeric/math/asinh","type":"Numerics"},{"name":"std::asinh(std::complex)","path":"numeric/complex/asinh","type":"Numerics"},{"name":"std::assoc_laguerre","path":"numeric/special_math/assoc_laguerre","type":"Numerics"},{"name":"std::assoc_laguerref","path":"numeric/special_math/assoc_laguerre","type":"Numerics"},{"name":"std::assoc_laguerrel","path":"numeric/special_math/assoc_laguerre","type":"Numerics"},{"name":"std::assoc_legendre","path":"numeric/special_math/assoc_legendre","type":"Numerics"},{"name":"std::assoc_legendref","path":"numeric/special_math/assoc_legendre","type":"Numerics"},{"name":"std::assoc_legendrel","path":"numeric/special_math/assoc_legendre","type":"Numerics"},{"name":"std::async","path":"thread/async","type":"Thread support"},{"name":"std::as_const","path":"utility/as_const","type":"Utilities"},{"name":"std::atan","path":"numeric/math/atan","type":"Numerics"},{"name":"std::atan(std::complex)","path":"numeric/complex/atan","type":"Numerics"},{"name":"std::atan(std::valarray)","path":"numeric/valarray/atan","type":"Numerics"},{"name":"std::atan2","path":"numeric/math/atan2","type":"Numerics"},{"name":"std::atan2(std::valarray)","path":"numeric/valarray/atan2","type":"Numerics"},{"name":"std::atanh","path":"numeric/math/atanh","type":"Numerics"},{"name":"std::atanh(std::complex)","path":"numeric/complex/atanh","type":"Numerics"},{"name":"std::atexit","path":"utility/program/atexit","type":"Utilities"},{"name":"std::atof","path":"string/byte/atof","type":"Strings"},{"name":"std::atoi","path":"string/byte/atoi","type":"Strings"},{"name":"std::atol","path":"string/byte/atoi","type":"Strings"},{"name":"std::atoll","path":"string/byte/atoi","type":"Strings"},{"name":"std::atomic","path":"atomic/atomic","type":"Atomic operations"},{"name":"std::atomic::atomic","path":"atomic/atomic/atomic","type":"Atomic operations"},{"name":"std::atomic::compare_exchange_strong","path":"atomic/atomic/compare_exchange","type":"Atomic operations"},{"name":"std::atomic::compare_exchange_weak","path":"atomic/atomic/compare_exchange","type":"Atomic operations"},{"name":"std::atomic::exchange","path":"atomic/atomic/exchange","type":"Atomic operations"},{"name":"std::atomic::fetch_add","path":"atomic/atomic/fetch_add","type":"Atomic operations"},{"name":"std::atomic::fetch_and","path":"atomic/atomic/fetch_and","type":"Atomic operations"},{"name":"std::atomic::fetch_or","path":"atomic/atomic/fetch_or","type":"Atomic operations"},{"name":"std::atomic::fetch_sub","path":"atomic/atomic/fetch_sub","type":"Atomic operations"},{"name":"std::atomic::fetch_xor","path":"atomic/atomic/fetch_xor","type":"Atomic operations"},{"name":"std::atomic::is_always_lock_free","path":"atomic/atomic/is_always_lock_free","type":"Atomic operations"},{"name":"std::atomic::is_lock_free","path":"atomic/atomic/is_lock_free","type":"Atomic operations"},{"name":"std::atomic::load","path":"atomic/atomic/load","type":"Atomic operations"},{"name":"std::atomic::operator T()","path":"atomic/atomic/operator_t","type":"Atomic operations"},{"name":"std::atomic::operator=","path":"atomic/atomic/operator=","type":"Atomic operations"},{"name":"std::atomic::operators","path":"atomic/atomic/operator_arith2","type":"Atomic operations"},{"name":"std::atomic::operators (int)","path":"atomic/atomic/operator_arith","type":"Atomic operations"},{"name":"std::atomic::store","path":"atomic/atomic/store","type":"Atomic operations"},{"name":"std::atomic_...<std::shared_ptr>","path":"memory/shared_ptr/atomic","type":"Utilities"},{"name":"std::atomic_compare_exchange_strong","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"std::atomic_compare_exchange_strong_explicit","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"std::atomic_compare_exchange_weak","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"std::atomic_compare_exchange_weak_explicit","path":"atomic/atomic_compare_exchange","type":"Atomic operations"},{"name":"std::atomic_exchange","path":"atomic/atomic_exchange","type":"Atomic operations"},{"name":"std::atomic_exchange_explicit","path":"atomic/atomic_exchange","type":"Atomic operations"},{"name":"std::atomic_fetch_add","path":"atomic/atomic_fetch_add","type":"Atomic operations"},{"name":"std::atomic_fetch_add_explicit","path":"atomic/atomic_fetch_add","type":"Atomic operations"},{"name":"std::atomic_fetch_and","path":"atomic/atomic_fetch_and","type":"Atomic operations"},{"name":"std::atomic_fetch_and_explicit","path":"atomic/atomic_fetch_and","type":"Atomic operations"},{"name":"std::atomic_fetch_or","path":"atomic/atomic_fetch_or","type":"Atomic operations"},{"name":"std::atomic_fetch_or_explicit","path":"atomic/atomic_fetch_or","type":"Atomic operations"},{"name":"std::atomic_fetch_sub","path":"atomic/atomic_fetch_sub","type":"Atomic operations"},{"name":"std::atomic_fetch_sub_explicit","path":"atomic/atomic_fetch_sub","type":"Atomic operations"},{"name":"std::atomic_fetch_xor","path":"atomic/atomic_fetch_xor","type":"Atomic operations"},{"name":"std::atomic_fetch_xor_explicit","path":"atomic/atomic_fetch_xor","type":"Atomic operations"},{"name":"std::atomic_flag","path":"atomic/atomic_flag","type":"Atomic operations"},{"name":"std::atomic_flag::atomic_flag","path":"atomic/atomic_flag/atomic_flag","type":"Atomic operations"},{"name":"std::atomic_flag::clear","path":"atomic/atomic_flag/clear","type":"Atomic operations"},{"name":"std::atomic_flag::operator=","path":"atomic/atomic_flag/operator=","type":"Atomic operations"},{"name":"std::atomic_flag::test_and_set","path":"atomic/atomic_flag/test_and_set","type":"Atomic operations"},{"name":"std::atomic_flag_clear","path":"atomic/atomic_flag_clear","type":"Atomic operations"},{"name":"std::atomic_flag_clear_explicit","path":"atomic/atomic_flag_clear","type":"Atomic operations"},{"name":"std::atomic_flag_test_and_set","path":"atomic/atomic_flag_test_and_set","type":"Atomic operations"},{"name":"std::atomic_flag_test_and_set_explicit","path":"atomic/atomic_flag_test_and_set","type":"Atomic operations"},{"name":"std::atomic_init","path":"atomic/atomic_init","type":"Atomic operations"},{"name":"std::atomic_is_lock_free","path":"atomic/atomic_is_lock_free","type":"Atomic operations"},{"name":"std::atomic_load","path":"atomic/atomic_load","type":"Atomic operations"},{"name":"std::atomic_load_explicit","path":"atomic/atomic_load","type":"Atomic operations"},{"name":"std::atomic_signal_fence","path":"atomic/atomic_signal_fence","type":"Atomic operations"},{"name":"std::atomic_store","path":"atomic/atomic_store","type":"Atomic operations"},{"name":"std::atomic_store_explicit","path":"atomic/atomic_store","type":"Atomic operations"},{"name":"std::atomic_thread_fence","path":"atomic/atomic_thread_fence","type":"Atomic operations"},{"name":"std::at_quick_exit","path":"utility/program/at_quick_exit","type":"Utilities"},{"name":"std::auto_ptr","path":"memory/auto_ptr","type":"Utilities"},{"name":"std::auto_ptr::auto_ptr","path":"memory/auto_ptr/auto_ptr","type":"Utilities"},{"name":"std::auto_ptr::get","path":"memory/auto_ptr/get","type":"Utilities"},{"name":"std::auto_ptr::operator auto_ptr<Y>","path":"memory/auto_ptr/operator_auto_ptr","type":"Utilities"},{"name":"std::auto_ptr::operator->","path":"memory/auto_ptr/operator_star_","type":"Utilities"},{"name":"std::auto_ptr::operator=","path":"memory/auto_ptr/operator=","type":"Utilities"},{"name":"std::auto_ptr::operators","path":"memory/auto_ptr/operator_star_","type":"Utilities"},{"name":"std::auto_ptr::release","path":"memory/auto_ptr/release","type":"Utilities"},{"name":"std::auto_ptr::reset","path":"memory/auto_ptr/reset","type":"Utilities"},{"name":"std::auto_ptr::~auto_ptr","path":"memory/auto_ptr/~auto_ptr","type":"Utilities"},{"name":"std::back_inserter","path":"iterator/back_inserter","type":"Iterator"},{"name":"std::back_insert_iterator","path":"iterator/back_insert_iterator","type":"Iterator"},{"name":"std::back_insert_iterator::back_insert_iterator","path":"iterator/back_insert_iterator/back_insert_iterator","type":"Iterator"},{"name":"std::back_insert_iterator::operator*","path":"iterator/back_insert_iterator/operator_star_","type":"Iterator"},{"name":"std::back_insert_iterator::operator++","path":"iterator/back_insert_iterator/operator_plus__plus_","type":"Iterator"},{"name":"std::back_insert_iterator::operator=","path":"iterator/back_insert_iterator/operator=","type":"Iterator"},{"name":"std::bad_alloc","path":"memory/new/bad_alloc","type":"Utilities"},{"name":"std::bad_any_cast","path":"utility/any/bad_any_cast","type":"Utilities"},{"name":"std::bad_array_new_length","path":"memory/new/bad_array_new_length","type":"Utilities"},{"name":"std::bad_array_new_length::bad_array_new_length","path":"memory/new/bad_array_new_length/bad_array_new_length","type":"Utilities"},{"name":"std::bad_cast","path":"types/bad_cast","type":"Utilities"},{"name":"std::bad_cast::bad_cast","path":"types/bad_cast/bad_cast","type":"Utilities"},{"name":"std::bad_exception","path":"error/bad_exception","type":"Utilities"},{"name":"std::bad_exception::bad_exception","path":"error/bad_exception/bad_exception","type":"Utilities"},{"name":"std::bad_exception::operator=","path":"error/bad_exception/operator=","type":"Utilities"},{"name":"std::bad_exception::what","path":"error/bad_exception/what","type":"Utilities"},{"name":"std::bad_function_call","path":"utility/functional/bad_function_call","type":"Utilities"},{"name":"std::bad_optional_access","path":"utility/optional/bad_optional_access","type":"Utilities"},{"name":"std::bad_typeid","path":"types/bad_typeid","type":"Utilities"},{"name":"std::bad_typeid::bad_typeid","path":"types/bad_typeid/bad_typeid","type":"Utilities"},{"name":"std::bad_variant_access","path":"utility/variant/bad_variant_access","type":"Utilities"},{"name":"std::bad_weak_ptr","path":"memory/bad_weak_ptr","type":"Utilities"},{"name":"std::bad_weak_ptr::bad_weak_ptr","path":"memory/bad_weak_ptr/bad_weak_ptr","type":"Utilities"},{"name":"std::basic_filebuf","path":"io/basic_filebuf","type":"Input/output"},{"name":"std::basic_filebuf::basic_filebuf","path":"io/basic_filebuf/basic_filebuf","type":"Input/output"},{"name":"std::basic_filebuf::close","path":"io/basic_filebuf/close","type":"Input/output"},{"name":"std::basic_filebuf::imbue","path":"io/basic_filebuf/imbue","type":"Input/output"},{"name":"std::basic_filebuf::is_open","path":"io/basic_filebuf/is_open","type":"Input/output"},{"name":"std::basic_filebuf::open","path":"io/basic_filebuf/open","type":"Input/output"},{"name":"std::basic_filebuf::operator=","path":"io/basic_filebuf/operator=","type":"Input/output"},{"name":"std::basic_filebuf::overflow","path":"io/basic_filebuf/overflow","type":"Input/output"},{"name":"std::basic_filebuf::pbackfail","path":"io/basic_filebuf/pbackfail","type":"Input/output"},{"name":"std::basic_filebuf::seekoff","path":"io/basic_filebuf/seekoff","type":"Input/output"},{"name":"std::basic_filebuf::seekpos","path":"io/basic_filebuf/seekpos","type":"Input/output"},{"name":"std::basic_filebuf::setbuf","path":"io/basic_filebuf/setbuf","type":"Input/output"},{"name":"std::basic_filebuf::showmanyc","path":"io/basic_filebuf/showmanyc","type":"Input/output"},{"name":"std::basic_filebuf::swap","path":"io/basic_filebuf/swap","type":"Input/output"},{"name":"std::basic_filebuf::sync","path":"io/basic_filebuf/sync","type":"Input/output"},{"name":"std::basic_filebuf::uflow","path":"io/basic_filebuf/uflow","type":"Input/output"},{"name":"std::basic_filebuf::underflow","path":"io/basic_filebuf/underflow","type":"Input/output"},{"name":"std::basic_filebuf::~basic_filebuf","path":"io/basic_filebuf/~basic_filebuf","type":"Input/output"},{"name":"std::basic_fstream","path":"io/basic_fstream","type":"Input/output"},{"name":"std::basic_fstream::basic_fstream","path":"io/basic_fstream/basic_fstream","type":"Input/output"},{"name":"std::basic_fstream::close","path":"io/basic_fstream/close","type":"Input/output"},{"name":"std::basic_fstream::is_open","path":"io/basic_fstream/is_open","type":"Input/output"},{"name":"std::basic_fstream::open","path":"io/basic_fstream/open","type":"Input/output"},{"name":"std::basic_fstream::operator=","path":"io/basic_fstream/operator=","type":"Input/output"},{"name":"std::basic_fstream::rdbuf","path":"io/basic_fstream/rdbuf","type":"Input/output"},{"name":"std::basic_fstream::swap","path":"io/basic_fstream/swap","type":"Input/output"},{"name":"std::basic_ifstream","path":"io/basic_ifstream","type":"Input/output"},{"name":"std::basic_ifstream::basic_ifstream","path":"io/basic_ifstream/basic_ifstream","type":"Input/output"},{"name":"std::basic_ifstream::close","path":"io/basic_ifstream/close","type":"Input/output"},{"name":"std::basic_ifstream::is_open","path":"io/basic_ifstream/is_open","type":"Input/output"},{"name":"std::basic_ifstream::open","path":"io/basic_ifstream/open","type":"Input/output"},{"name":"std::basic_ifstream::operator=","path":"io/basic_ifstream/operator=","type":"Input/output"},{"name":"std::basic_ifstream::rdbuf","path":"io/basic_ifstream/rdbuf","type":"Input/output"},{"name":"std::basic_ifstream::swap","path":"io/basic_ifstream/swap","type":"Input/output"},{"name":"std::basic_ios","path":"io/basic_ios","type":"Input/output"},{"name":"std::basic_ios::bad","path":"io/basic_ios/bad","type":"Input/output"},{"name":"std::basic_ios::basic_ios","path":"io/basic_ios/basic_ios","type":"Input/output"},{"name":"std::basic_ios::clear","path":"io/basic_ios/clear","type":"Input/output"},{"name":"std::basic_ios::copyfmt","path":"io/basic_ios/copyfmt","type":"Input/output"},{"name":"std::basic_ios::eof","path":"io/basic_ios/eof","type":"Input/output"},{"name":"std::basic_ios::exceptions","path":"io/basic_ios/exceptions","type":"Input/output"},{"name":"std::basic_ios::fail","path":"io/basic_ios/fail","type":"Input/output"},{"name":"std::basic_ios::fill","path":"io/basic_ios/fill","type":"Input/output"},{"name":"std::basic_ios::good","path":"io/basic_ios/good","type":"Input/output"},{"name":"std::basic_ios::imbue","path":"io/basic_ios/imbue","type":"Input/output"},{"name":"std::basic_ios::init","path":"io/basic_ios/init","type":"Input/output"},{"name":"std::basic_ios::move","path":"io/basic_ios/move","type":"Input/output"},{"name":"std::basic_ios::narrow","path":"io/basic_ios/narrow","type":"Input/output"},{"name":"std::basic_ios::operator bool","path":"io/basic_ios/operator_bool","type":"Input/output"},{"name":"std::basic_ios::operator!","path":"io/basic_ios/operator-","type":"Input/output"},{"name":"std::basic_ios::rdbuf","path":"io/basic_ios/rdbuf","type":"Input/output"},{"name":"std::basic_ios::rdstate","path":"io/basic_ios/rdstate","type":"Input/output"},{"name":"std::basic_ios::setstate","path":"io/basic_ios/setstate","type":"Input/output"},{"name":"std::basic_ios::set_rdbuf","path":"io/basic_ios/set_rdbuf","type":"Input/output"},{"name":"std::basic_ios::swap","path":"io/basic_ios/swap","type":"Input/output"},{"name":"std::basic_ios::tie","path":"io/basic_ios/tie","type":"Input/output"},{"name":"std::basic_ios::widen","path":"io/basic_ios/widen","type":"Input/output"},{"name":"std::basic_ios::~basic_ios","path":"io/basic_ios/~basic_ios","type":"Input/output"},{"name":"std::basic_iostream","path":"io/basic_iostream","type":"Input/output"},{"name":"std::basic_iostream::basic_iostream","path":"io/basic_iostream/basic_iostream","type":"Input/output"},{"name":"std::basic_iostream::operator=","path":"io/basic_iostream/operator=","type":"Input/output"},{"name":"std::basic_iostream::swap","path":"io/basic_iostream/swap","type":"Input/output"},{"name":"std::basic_iostream::~basic_iostream","path":"io/basic_iostream/~basic_iostream","type":"Input/output"},{"name":"std::basic_istream","path":"io/basic_istream","type":"Input/output"},{"name":"std::basic_istream::basic_istream","path":"io/basic_istream/basic_istream","type":"Input/output"},{"name":"std::basic_istream::gcount","path":"io/basic_istream/gcount","type":"Input/output"},{"name":"std::basic_istream::get","path":"io/basic_istream/get","type":"Input/output"},{"name":"std::basic_istream::getline","path":"io/basic_istream/getline","type":"Input/output"},{"name":"std::basic_istream::ignore","path":"io/basic_istream/ignore","type":"Input/output"},{"name":"std::basic_istream::operator=","path":"io/basic_istream/operator=","type":"Input/output"},{"name":"std::basic_istream::operator>>","path":"io/basic_istream/operator_gtgt","type":"Input/output"},{"name":"std::basic_istream::peek","path":"io/basic_istream/peek","type":"Input/output"},{"name":"std::basic_istream::putback","path":"io/basic_istream/putback","type":"Input/output"},{"name":"std::basic_istream::read","path":"io/basic_istream/read","type":"Input/output"},{"name":"std::basic_istream::readsome","path":"io/basic_istream/readsome","type":"Input/output"},{"name":"std::basic_istream::seekg","path":"io/basic_istream/seekg","type":"Input/output"},{"name":"std::basic_istream::sentry","path":"io/basic_istream/sentry","type":"Input/output"},{"name":"std::basic_istream::swap","path":"io/basic_istream/swap","type":"Input/output"},{"name":"std::basic_istream::sync","path":"io/basic_istream/sync","type":"Input/output"},{"name":"std::basic_istream::tellg","path":"io/basic_istream/tellg","type":"Input/output"},{"name":"std::basic_istream::unget","path":"io/basic_istream/unget","type":"Input/output"},{"name":"std::basic_istream::~basic_istream","path":"io/basic_istream/~basic_istream","type":"Input/output"},{"name":"std::basic_istringstream","path":"io/basic_istringstream","type":"Input/output"},{"name":"std::basic_istringstream::basic_istringstream","path":"io/basic_istringstream/basic_istringstream","type":"Input/output"},{"name":"std::basic_istringstream::operator=","path":"io/basic_istringstream/operator=","type":"Input/output"},{"name":"std::basic_istringstream::rdbuf","path":"io/basic_istringstream/rdbuf","type":"Input/output"},{"name":"std::basic_istringstream::str","path":"io/basic_istringstream/str","type":"Input/output"},{"name":"std::basic_istringstream::swap","path":"io/basic_istringstream/swap","type":"Input/output"},{"name":"std::basic_ofstream","path":"io/basic_ofstream","type":"Input/output"},{"name":"std::basic_ofstream::basic_ofstream","path":"io/basic_ofstream/basic_ofstream","type":"Input/output"},{"name":"std::basic_ofstream::close","path":"io/basic_ofstream/close","type":"Input/output"},{"name":"std::basic_ofstream::is_open","path":"io/basic_ofstream/is_open","type":"Input/output"},{"name":"std::basic_ofstream::open","path":"io/basic_ofstream/open","type":"Input/output"},{"name":"std::basic_ofstream::operator=","path":"io/basic_ofstream/operator=","type":"Input/output"},{"name":"std::basic_ofstream::rdbuf","path":"io/basic_ofstream/rdbuf","type":"Input/output"},{"name":"std::basic_ofstream::swap","path":"io/basic_ofstream/swap","type":"Input/output"},{"name":"std::basic_ostream","path":"io/basic_ostream","type":"Input/output"},{"name":"std::basic_ostream::basic_ostream","path":"io/basic_ostream/basic_ostream","type":"Input/output"},{"name":"std::basic_ostream::flush","path":"io/basic_ostream/flush","type":"Input/output"},{"name":"std::basic_ostream::operator<<","path":"io/basic_ostream/operator_ltlt","type":"Input/output"},{"name":"std::basic_ostream::operator=","path":"io/basic_ostream/operator=","type":"Input/output"},{"name":"std::basic_ostream::put","path":"io/basic_ostream/put","type":"Input/output"},{"name":"std::basic_ostream::seekp","path":"io/basic_ostream/seekp","type":"Input/output"},{"name":"std::basic_ostream::sentry","path":"io/basic_ostream/sentry","type":"Input/output"},{"name":"std::basic_ostream::swap","path":"io/basic_ostream/swap","type":"Input/output"},{"name":"std::basic_ostream::tellp","path":"io/basic_ostream/tellp","type":"Input/output"},{"name":"std::basic_ostream::write","path":"io/basic_ostream/write","type":"Input/output"},{"name":"std::basic_ostream::~basic_ostream","path":"io/basic_ostream/~basic_ostream","type":"Input/output"},{"name":"std::basic_ostringstream","path":"io/basic_ostringstream","type":"Input/output"},{"name":"std::basic_ostringstream::basic_ostringstream","path":"io/basic_ostringstream/basic_ostringstream","type":"Input/output"},{"name":"std::basic_ostringstream::operator=","path":"io/basic_ostringstream/operator=","type":"Input/output"},{"name":"std::basic_ostringstream::rdbuf","path":"io/basic_ostringstream/rdbuf","type":"Input/output"},{"name":"std::basic_ostringstream::str","path":"io/basic_ostringstream/str","type":"Input/output"},{"name":"std::basic_ostringstream::swap","path":"io/basic_ostringstream/swap","type":"Input/output"},{"name":"std::basic_regex","path":"regex/basic_regex","type":"Regular expressions"},{"name":"std::basic_regex constants","path":"regex/basic_regex/constants","type":"Regular expressions"},{"name":"std::basic_regex::assign","path":"regex/basic_regex/assign","type":"Regular expressions"},{"name":"std::basic_regex::basic_regex","path":"regex/basic_regex/basic_regex","type":"Regular expressions"},{"name":"std::basic_regex::flags","path":"regex/basic_regex/flags","type":"Regular expressions"},{"name":"std::basic_regex::getloc","path":"regex/basic_regex/getloc","type":"Regular expressions"},{"name":"std::basic_regex::imbue","path":"regex/basic_regex/imbue","type":"Regular expressions"},{"name":"std::basic_regex::mark_count","path":"regex/basic_regex/mark_count","type":"Regular expressions"},{"name":"std::basic_regex::operator=","path":"regex/basic_regex/operator=","type":"Regular expressions"},{"name":"std::basic_regex::swap","path":"regex/basic_regex/swap","type":"Regular expressions"},{"name":"std::basic_regex::~basic_regex","path":"regex/basic_regex/~basic_regex","type":"Regular expressions"},{"name":"std::basic_streambuf","path":"io/basic_streambuf","type":"Input/output"},{"name":"std::basic_streambuf::basic_streambuf","path":"io/basic_streambuf/basic_streambuf","type":"Input/output"},{"name":"std::basic_streambuf::eback","path":"io/basic_streambuf/gptr","type":"Input/output"},{"name":"std::basic_streambuf::epptr","path":"io/basic_streambuf/pptr","type":"Input/output"},{"name":"std::basic_streambuf::gbump","path":"io/basic_streambuf/gbump","type":"Input/output"},{"name":"std::basic_streambuf::getloc","path":"io/basic_streambuf/getloc","type":"Input/output"},{"name":"std::basic_streambuf::imbue","path":"io/basic_streambuf/pubimbue","type":"Input/output"},{"name":"std::basic_streambuf::in_avail","path":"io/basic_streambuf/in_avail","type":"Input/output"},{"name":"std::basic_streambuf::operator=","path":"io/basic_streambuf/operator=","type":"Input/output"},{"name":"std::basic_streambuf::overflow","path":"io/basic_streambuf/overflow","type":"Input/output"},{"name":"std::basic_streambuf::pbackfail","path":"io/basic_streambuf/pbackfail","type":"Input/output"},{"name":"std::basic_streambuf::pbase","path":"io/basic_streambuf/pptr","type":"Input/output"},{"name":"std::basic_streambuf::pbump","path":"io/basic_streambuf/pbump","type":"Input/output"},{"name":"std::basic_streambuf::pptr","path":"io/basic_streambuf/pptr","type":"Input/output"},{"name":"std::basic_streambuf::pubimbue","path":"io/basic_streambuf/pubimbue","type":"Input/output"},{"name":"std::basic_streambuf::pubseekoff","path":"io/basic_streambuf/pubseekoff","type":"Input/output"},{"name":"std::basic_streambuf::pubseekpos","path":"io/basic_streambuf/pubseekpos","type":"Input/output"},{"name":"std::basic_streambuf::pubsetbuf","path":"io/basic_streambuf/pubsetbuf","type":"Input/output"},{"name":"std::basic_streambuf::pubsync","path":"io/basic_streambuf/pubsync","type":"Input/output"},{"name":"std::basic_streambuf::sbumpc","path":"io/basic_streambuf/sbumpc","type":"Input/output"},{"name":"std::basic_streambuf::seekoff","path":"io/basic_streambuf/pubseekoff","type":"Input/output"},{"name":"std::basic_streambuf::seekpos","path":"io/basic_streambuf/pubseekpos","type":"Input/output"},{"name":"std::basic_streambuf::setbuf","path":"io/basic_streambuf/pubsetbuf","type":"Input/output"},{"name":"std::basic_streambuf::setg","path":"io/basic_streambuf/setg","type":"Input/output"},{"name":"std::basic_streambuf::setp","path":"io/basic_streambuf/setp","type":"Input/output"},{"name":"std::basic_streambuf::sgetc","path":"io/basic_streambuf/sgetc","type":"Input/output"},{"name":"std::basic_streambuf::sgetn","path":"io/basic_streambuf/sgetn","type":"Input/output"},{"name":"std::basic_streambuf::showmanyc","path":"io/basic_streambuf/showmanyc","type":"Input/output"},{"name":"std::basic_streambuf::snextc","path":"io/basic_streambuf/snextc","type":"Input/output"},{"name":"std::basic_streambuf::sputbackc","path":"io/basic_streambuf/sputbackc","type":"Input/output"},{"name":"std::basic_streambuf::sputc","path":"io/basic_streambuf/sputc","type":"Input/output"},{"name":"std::basic_streambuf::sputn","path":"io/basic_streambuf/sputn","type":"Input/output"},{"name":"std::basic_streambuf::sungetc","path":"io/basic_streambuf/sungetc","type":"Input/output"},{"name":"std::basic_streambuf::swap","path":"io/basic_streambuf/swap","type":"Input/output"},{"name":"std::basic_streambuf::sync","path":"io/basic_streambuf/pubsync","type":"Input/output"},{"name":"std::basic_streambuf::uflow","path":"io/basic_streambuf/uflow","type":"Input/output"},{"name":"std::basic_streambuf::underflow","path":"io/basic_streambuf/underflow","type":"Input/output"},{"name":"std::basic_streambuf::xsgetn","path":"io/basic_streambuf/sgetn","type":"Input/output"},{"name":"std::basic_streambuf::xsputn","path":"io/basic_streambuf/sputn","type":"Input/output"},{"name":"std::basic_streambuf::~basic_streambuf","path":"io/basic_streambuf/~basic_streambuf","type":"Input/output"},{"name":"std::basic_string","path":"string/basic_string","type":"Strings"},{"name":"std::basic_string::append","path":"string/basic_string/append","type":"Strings"},{"name":"std::basic_string::assign","path":"string/basic_string/assign","type":"Strings"},{"name":"std::basic_string::at","path":"string/basic_string/at","type":"Strings"},{"name":"std::basic_string::back","path":"string/basic_string/back","type":"Strings"},{"name":"std::basic_string::basic_string","path":"string/basic_string/basic_string","type":"Strings"},{"name":"std::basic_string::begin","path":"string/basic_string/begin","type":"Strings"},{"name":"std::basic_string::capacity","path":"string/basic_string/capacity","type":"Strings"},{"name":"std::basic_string::cbegin","path":"string/basic_string/begin","type":"Strings"},{"name":"std::basic_string::cend","path":"string/basic_string/end","type":"Strings"},{"name":"std::basic_string::clear","path":"string/basic_string/clear","type":"Strings"},{"name":"std::basic_string::compare","path":"string/basic_string/compare","type":"Strings"},{"name":"std::basic_string::copy","path":"string/basic_string/copy","type":"Strings"},{"name":"std::basic_string::crbegin","path":"string/basic_string/rbegin","type":"Strings"},{"name":"std::basic_string::crend","path":"string/basic_string/rend","type":"Strings"},{"name":"std::basic_string::c_str","path":"string/basic_string/c_str","type":"Strings"},{"name":"std::basic_string::data","path":"string/basic_string/data","type":"Strings"},{"name":"std::basic_string::empty","path":"string/basic_string/empty","type":"Strings"},{"name":"std::basic_string::end","path":"string/basic_string/end","type":"Strings"},{"name":"std::basic_string::erase","path":"string/basic_string/erase","type":"Strings"},{"name":"std::basic_string::find","path":"string/basic_string/find","type":"Strings"},{"name":"std::basic_string::find_first_not_of","path":"string/basic_string/find_first_not_of","type":"Strings"},{"name":"std::basic_string::find_first_of","path":"string/basic_string/find_first_of","type":"Strings"},{"name":"std::basic_string::find_last_not_of","path":"string/basic_string/find_last_not_of","type":"Strings"},{"name":"std::basic_string::find_last_of","path":"string/basic_string/find_last_of","type":"Strings"},{"name":"std::basic_string::front","path":"string/basic_string/front","type":"Strings"},{"name":"std::basic_string::get_allocator","path":"string/basic_string/get_allocator","type":"Strings"},{"name":"std::basic_string::insert","path":"string/basic_string/insert","type":"Strings"},{"name":"std::basic_string::length","path":"string/basic_string/size","type":"Strings"},{"name":"std::basic_string::max_size","path":"string/basic_string/max_size","type":"Strings"},{"name":"std::basic_string::npos","path":"string/basic_string/npos","type":"Strings"},{"name":"std::basic_string::operator basic_string_view","path":"string/basic_string/operator_basic_string_view","type":"Strings"},{"name":"std::basic_string::operator+=","path":"string/basic_string/operator_plus_=","type":"Strings"},{"name":"std::basic_string::operator=","path":"string/basic_string/operator=","type":"Strings"},{"name":"std::basic_string::operator[]","path":"string/basic_string/operator_at","type":"Strings"},{"name":"std::basic_string::pop_back","path":"string/basic_string/pop_back","type":"Strings"},{"name":"std::basic_string::push_back","path":"string/basic_string/push_back","type":"Strings"},{"name":"std::basic_string::rbegin","path":"string/basic_string/rbegin","type":"Strings"},{"name":"std::basic_string::rend","path":"string/basic_string/rend","type":"Strings"},{"name":"std::basic_string::replace","path":"string/basic_string/replace","type":"Strings"},{"name":"std::basic_string::reserve","path":"string/basic_string/reserve","type":"Strings"},{"name":"std::basic_string::resize","path":"string/basic_string/resize","type":"Strings"},{"name":"std::basic_string::rfind","path":"string/basic_string/rfind","type":"Strings"},{"name":"std::basic_string::shrink_to_fit","path":"string/basic_string/shrink_to_fit","type":"Strings"},{"name":"std::basic_string::size","path":"string/basic_string/size","type":"Strings"},{"name":"std::basic_string::substr","path":"string/basic_string/substr","type":"Strings"},{"name":"std::basic_string::swap","path":"string/basic_string/swap","type":"Strings"},{"name":"std::basic_stringbuf","path":"io/basic_stringbuf","type":"Input/output"},{"name":"std::basic_stringbuf::basic_stringbuf","path":"io/basic_stringbuf/basic_stringbuf","type":"Input/output"},{"name":"std::basic_stringbuf::operator=","path":"io/basic_stringbuf/operator=","type":"Input/output"},{"name":"std::basic_stringbuf::overflow","path":"io/basic_stringbuf/overflow","type":"Input/output"},{"name":"std::basic_stringbuf::pbackfail","path":"io/basic_stringbuf/pbackfail","type":"Input/output"},{"name":"std::basic_stringbuf::seekoff","path":"io/basic_stringbuf/seekoff","type":"Input/output"},{"name":"std::basic_stringbuf::seekpos","path":"io/basic_stringbuf/seekpos","type":"Input/output"},{"name":"std::basic_stringbuf::setbuf","path":"io/basic_stringbuf/setbuf","type":"Input/output"},{"name":"std::basic_stringbuf::str","path":"io/basic_stringbuf/str","type":"Input/output"},{"name":"std::basic_stringbuf::swap","path":"io/basic_stringbuf/swap","type":"Input/output"},{"name":"std::basic_stringbuf::underflow","path":"io/basic_stringbuf/underflow","type":"Input/output"},{"name":"std::basic_stringstream","path":"io/basic_stringstream","type":"Input/output"},{"name":"std::basic_stringstream::basic_stringstream","path":"io/basic_stringstream/basic_stringstream","type":"Input/output"},{"name":"std::basic_stringstream::operator=","path":"io/basic_stringstream/operator=","type":"Input/output"},{"name":"std::basic_stringstream::rdbuf","path":"io/basic_stringstream/rdbuf","type":"Input/output"},{"name":"std::basic_stringstream::str","path":"io/basic_stringstream/str","type":"Input/output"},{"name":"std::basic_stringstream::swap","path":"io/basic_stringstream/swap","type":"Input/output"},{"name":"std::basic_string_view","path":"string/basic_string_view","type":"Strings"},{"name":"std::basic_string_view::at","path":"string/basic_string_view/at","type":"Strings"},{"name":"std::basic_string_view::back","path":"string/basic_string_view/back","type":"Strings"},{"name":"std::basic_string_view::basic_string_view","path":"string/basic_string_view/basic_string_view","type":"Strings"},{"name":"std::basic_string_view::begin","path":"string/basic_string_view/begin","type":"Strings"},{"name":"std::basic_string_view::cbegin","path":"string/basic_string_view/begin","type":"Strings"},{"name":"std::basic_string_view::cend","path":"string/basic_string_view/end","type":"Strings"},{"name":"std::basic_string_view::compare","path":"string/basic_string_view/compare","type":"Strings"},{"name":"std::basic_string_view::copy","path":"string/basic_string_view/copy","type":"Strings"},{"name":"std::basic_string_view::crbegin","path":"string/basic_string_view/rbegin","type":"Strings"},{"name":"std::basic_string_view::crend","path":"string/basic_string_view/rend","type":"Strings"},{"name":"std::basic_string_view::data","path":"string/basic_string_view/data","type":"Strings"},{"name":"std::basic_string_view::empty","path":"string/basic_string_view/empty","type":"Strings"},{"name":"std::basic_string_view::end","path":"string/basic_string_view/end","type":"Strings"},{"name":"std::basic_string_view::find","path":"string/basic_string_view/find","type":"Strings"},{"name":"std::basic_string_view::find_first_not_of","path":"string/basic_string_view/find_first_not_of","type":"Strings"},{"name":"std::basic_string_view::find_first_of","path":"string/basic_string_view/find_first_of","type":"Strings"},{"name":"std::basic_string_view::find_last_not_of","path":"string/basic_string_view/find_last_not_of","type":"Strings"},{"name":"std::basic_string_view::find_last_of","path":"string/basic_string_view/find_last_of","type":"Strings"},{"name":"std::basic_string_view::front","path":"string/basic_string_view/front","type":"Strings"},{"name":"std::basic_string_view::length","path":"string/basic_string_view/size","type":"Strings"},{"name":"std::basic_string_view::max_size","path":"string/basic_string_view/max_size","type":"Strings"},{"name":"std::basic_string_view::npos","path":"string/basic_string_view/npos","type":"Strings"},{"name":"std::basic_string_view::operator=","path":"string/basic_string_view/operator=","type":"Strings"},{"name":"std::basic_string_view::operator[]","path":"string/basic_string_view/operator_at","type":"Strings"},{"name":"std::basic_string_view::rbegin","path":"string/basic_string_view/rbegin","type":"Strings"},{"name":"std::basic_string_view::remove_prefix","path":"string/basic_string_view/remove_prefix","type":"Strings"},{"name":"std::basic_string_view::remove_suffix","path":"string/basic_string_view/remove_suffix","type":"Strings"},{"name":"std::basic_string_view::rend","path":"string/basic_string_view/rend","type":"Strings"},{"name":"std::basic_string_view::rfind","path":"string/basic_string_view/rfind","type":"Strings"},{"name":"std::basic_string_view::size","path":"string/basic_string_view/size","type":"Strings"},{"name":"std::basic_string_view::substr","path":"string/basic_string_view/substr","type":"Strings"},{"name":"std::basic_string_view::swap","path":"string/basic_string_view/swap","type":"Strings"},{"name":"std::begin","path":"iterator/begin","type":"Iterator"},{"name":"std::begin(std::initializer_list)","path":"utility/initializer_list/begin2","type":"Utilities"},{"name":"std::begin(std::valarray)","path":"numeric/valarray/begin2","type":"Numerics"},{"name":"std::bernoulli_distribution","path":"numeric/random/bernoulli_distribution","type":"Numerics"},{"name":"std::bernoulli_distribution::bernoulli_distribution","path":"numeric/random/bernoulli_distribution/bernoulli_distribution","type":"Numerics"},{"name":"std::bernoulli_distribution::max","path":"numeric/random/bernoulli_distribution/max","type":"Numerics"},{"name":"std::bernoulli_distribution::min","path":"numeric/random/bernoulli_distribution/min","type":"Numerics"},{"name":"std::bernoulli_distribution::operator()","path":"numeric/random/bernoulli_distribution/operator()","type":"Numerics"},{"name":"std::bernoulli_distribution::p","path":"numeric/random/bernoulli_distribution/p","type":"Numerics"},{"name":"std::bernoulli_distribution::param","path":"numeric/random/bernoulli_distribution/param","type":"Numerics"},{"name":"std::bernoulli_distribution::reset","path":"numeric/random/bernoulli_distribution/reset","type":"Numerics"},{"name":"std::beta","path":"numeric/special_math/beta","type":"Numerics"},{"name":"std::betaf","path":"numeric/special_math/beta","type":"Numerics"},{"name":"std::betal","path":"numeric/special_math/beta","type":"Numerics"},{"name":"std::bidirectional_iterator_tag","path":"iterator/iterator_tags","type":"Iterator"},{"name":"std::binary_function","path":"utility/functional/binary_function","type":"Utilities"},{"name":"std::binary_negate","path":"utility/functional/binary_negate","type":"Utilities"},{"name":"std::binary_search","path":"algorithm/binary_search","type":"Algorithm"},{"name":"std::bind","path":"utility/functional/bind","type":"Utilities"},{"name":"std::bind1st","path":"utility/functional/bind12","type":"Utilities"},{"name":"std::bind2nd","path":"utility/functional/bind12","type":"Utilities"},{"name":"std::binder1st","path":"utility/functional/binder12","type":"Utilities"},{"name":"std::binder2nd","path":"utility/functional/binder12","type":"Utilities"},{"name":"std::binomial_distribution","path":"numeric/random/binomial_distribution","type":"Numerics"},{"name":"std::binomial_distribution::binomial_distribution","path":"numeric/random/binomial_distribution/binomial_distribution","type":"Numerics"},{"name":"std::binomial_distribution::max","path":"numeric/random/binomial_distribution/max","type":"Numerics"},{"name":"std::binomial_distribution::min","path":"numeric/random/binomial_distribution/min","type":"Numerics"},{"name":"std::binomial_distribution::operator()","path":"numeric/random/binomial_distribution/operator()","type":"Numerics"},{"name":"std::binomial_distribution::p","path":"numeric/random/binomial_distribution/params","type":"Numerics"},{"name":"std::binomial_distribution::param","path":"numeric/random/binomial_distribution/param","type":"Numerics"},{"name":"std::binomial_distribution::reset","path":"numeric/random/binomial_distribution/reset","type":"Numerics"},{"name":"std::bitset","path":"utility/bitset","type":"Utilities"},{"name":"std::bitset::all","path":"utility/bitset/all_any_none","type":"Utilities"},{"name":"std::bitset::any","path":"utility/bitset/all_any_none","type":"Utilities"},{"name":"std::bitset::bitset","path":"utility/bitset/bitset","type":"Utilities"},{"name":"std::bitset::count","path":"utility/bitset/count","type":"Utilities"},{"name":"std::bitset::flip","path":"utility/bitset/flip","type":"Utilities"},{"name":"std::bitset::none","path":"utility/bitset/all_any_none","type":"Utilities"},{"name":"std::bitset::operators","path":"utility/bitset/operator_logic","type":"Utilities"},{"name":"std::bitset::operators","path":"utility/bitset/operator_ltltgtgt","type":"Utilities"},{"name":"std::bitset::operator[]","path":"utility/bitset/operator_at","type":"Utilities"},{"name":"std::bitset::reference","path":"utility/bitset/reference","type":"Utilities"},{"name":"std::bitset::reset","path":"utility/bitset/reset","type":"Utilities"},{"name":"std::bitset::set","path":"utility/bitset/set","type":"Utilities"},{"name":"std::bitset::size","path":"utility/bitset/size","type":"Utilities"},{"name":"std::bitset::test","path":"utility/bitset/test","type":"Utilities"},{"name":"std::bitset::to_string","path":"utility/bitset/to_string","type":"Utilities"},{"name":"std::bitset::to_ullong","path":"utility/bitset/to_ullong","type":"Utilities"},{"name":"std::bitset::to_ulong","path":"utility/bitset/to_ulong","type":"Utilities"},{"name":"std::bit_and","path":"utility/functional/bit_and","type":"Utilities"},{"name":"std::bit_and<void>","path":"utility/functional/bit_and_void","type":"Utilities"},{"name":"std::bit_not","path":"utility/functional/bit_not","type":"Utilities"},{"name":"std::bit_not<void>","path":"utility/functional/bit_not_void","type":"Utilities"},{"name":"std::bit_or","path":"utility/functional/bit_or","type":"Utilities"},{"name":"std::bit_or<void>","path":"utility/functional/bit_or_void","type":"Utilities"},{"name":"std::bit_xor","path":"utility/functional/bit_xor","type":"Utilities"},{"name":"std::bit_xor<void>","path":"utility/functional/bit_xor_void","type":"Utilities"},{"name":"std::boolalpha","path":"io/manip/boolalpha","type":"Input/output"},{"name":"std::boyer_moore_horspool_searcher","path":"utility/functional/boyer_moore_horspool_searcher","type":"Utilities"},{"name":"std::boyer_moore_searcher","path":"utility/functional/boyer_moore_searcher","type":"Utilities"},{"name":"std::bsearch","path":"algorithm/bsearch","type":"Algorithm"},{"name":"std::btowc","path":"string/multibyte/btowc","type":"Strings"},{"name":"std::byte","path":"types/byte","type":"Utilities"},{"name":"std::c16rtomb","path":"string/multibyte/c16rtomb","type":"Strings"},{"name":"std::c32rtomb","path":"string/multibyte/c32rtomb","type":"Strings"},{"name":"std::calloc","path":"memory/c/calloc","type":"Utilities"},{"name":"std::call_once","path":"thread/call_once","type":"Thread support"},{"name":"std::cauchy_distribution","path":"numeric/random/cauchy_distribution","type":"Numerics"},{"name":"std::cauchy_distribution::a","path":"numeric/random/cauchy_distribution/params","type":"Numerics"},{"name":"std::cauchy_distribution::cauchy_distribution","path":"numeric/random/cauchy_distribution/cauchy_distribution","type":"Numerics"},{"name":"std::cauchy_distribution::max","path":"numeric/random/cauchy_distribution/max","type":"Numerics"},{"name":"std::cauchy_distribution::min","path":"numeric/random/cauchy_distribution/min","type":"Numerics"},{"name":"std::cauchy_distribution::operator()","path":"numeric/random/cauchy_distribution/operator()","type":"Numerics"},{"name":"std::cauchy_distribution::param","path":"numeric/random/cauchy_distribution/param","type":"Numerics"},{"name":"std::cauchy_distribution::reset","path":"numeric/random/cauchy_distribution/reset","type":"Numerics"},{"name":"std::cbrt","path":"numeric/math/cbrt","type":"Numerics"},{"name":"std::ceil","path":"numeric/math/ceil","type":"Numerics"},{"name":"std::cerr","path":"io/cerr","type":"Input/output"},{"name":"std::chars_format","path":"utility/chars_format","type":"Utilities"},{"name":"std::char_traits","path":"string/char_traits","type":"Strings"},{"name":"std::char_traits::assign","path":"string/char_traits/assign","type":"Strings"},{"name":"std::char_traits::compare","path":"string/char_traits/compare","type":"Strings"},{"name":"std::char_traits::copy","path":"string/char_traits/copy","type":"Strings"},{"name":"std::char_traits::eof","path":"string/char_traits/eof","type":"Strings"},{"name":"std::char_traits::eq","path":"string/char_traits/cmp","type":"Strings"},{"name":"std::char_traits::eq_int_type","path":"string/char_traits/eq_int_type","type":"Strings"},{"name":"std::char_traits::find","path":"string/char_traits/find","type":"Strings"},{"name":"std::char_traits::length","path":"string/char_traits/length","type":"Strings"},{"name":"std::char_traits::lt","path":"string/char_traits/cmp","type":"Strings"},{"name":"std::char_traits::move","path":"string/char_traits/move","type":"Strings"},{"name":"std::char_traits::not_eof","path":"string/char_traits/not_eof","type":"Strings"},{"name":"std::char_traits::to_char_type","path":"string/char_traits/to_char_type","type":"Strings"},{"name":"std::char_traits::to_int_type","path":"string/char_traits/to_int_type","type":"Strings"},{"name":"std::chi_squared_distribution","path":"numeric/random/chi_squared_distribution","type":"Numerics"},{"name":"std::chi_squared_distribution::chi_squared_distribution","path":"numeric/random/chi_squared_distribution/chi_squared_distribution","type":"Numerics"},{"name":"std::chi_squared_distribution::max","path":"numeric/random/chi_squared_distribution/max","type":"Numerics"},{"name":"std::chi_squared_distribution::min","path":"numeric/random/chi_squared_distribution/min","type":"Numerics"},{"name":"std::chi_squared_distribution::n","path":"numeric/random/chi_squared_distribution/n","type":"Numerics"},{"name":"std::chi_squared_distribution::operator()","path":"numeric/random/chi_squared_distribution/operator()","type":"Numerics"},{"name":"std::chi_squared_distribution::param","path":"numeric/random/chi_squared_distribution/param","type":"Numerics"},{"name":"std::chi_squared_distribution::reset","path":"numeric/random/chi_squared_distribution/reset","type":"Numerics"},{"name":"std::chrono::abs(std::chrono::duration)","path":"chrono/duration/abs","type":"Utilities"},{"name":"std::chrono::ceil(std::chrono::duration)","path":"chrono/duration/ceil","type":"Utilities"},{"name":"std::chrono::ceil(std::chrono::time_point)","path":"chrono/time_point/ceil","type":"Utilities"},{"name":"std::chrono::duration","path":"chrono/duration","type":"Utilities"},{"name":"std::chrono::duration::count","path":"chrono/duration/count","type":"Utilities"},{"name":"std::chrono::duration::duration","path":"chrono/duration/duration","type":"Utilities"},{"name":"std::chrono::duration::max","path":"chrono/duration/max","type":"Utilities"},{"name":"std::chrono::duration::min","path":"chrono/duration/min","type":"Utilities"},{"name":"std::chrono::duration::operator-","path":"chrono/duration/operator_arith","type":"Utilities"},{"name":"std::chrono::duration::operator--","path":"chrono/duration/operator_arith2","type":"Utilities"},{"name":"std::chrono::duration::operator=","path":"chrono/duration/operator=","type":"Utilities"},{"name":"std::chrono::duration::operators","path":"chrono/duration/operator_arith2","type":"Utilities"},{"name":"std::chrono::duration::operators (%=)","path":"chrono/duration/operator_arith3","type":"Utilities"},{"name":"std::chrono::duration::operators (unary)","path":"chrono/duration/operator_arith","type":"Utilities"},{"name":"std::chrono::duration::zero","path":"chrono/duration/zero","type":"Utilities"},{"name":"std::chrono::duration_cast","path":"chrono/duration/duration_cast","type":"Utilities"},{"name":"std::chrono::duration_values","path":"chrono/duration_values","type":"Utilities"},{"name":"std::chrono::duration_values::max","path":"chrono/duration_values/max","type":"Utilities"},{"name":"std::chrono::duration_values::min","path":"chrono/duration_values/min","type":"Utilities"},{"name":"std::chrono::duration_values::zero","path":"chrono/duration_values/zero","type":"Utilities"},{"name":"std::chrono::floor(std::chrono::duration)","path":"chrono/duration/floor","type":"Utilities"},{"name":"std::chrono::floor(std::chrono::time_point)","path":"chrono/time_point/floor","type":"Utilities"},{"name":"std::chrono::high_resolution_clock","path":"chrono/high_resolution_clock","type":"Utilities"},{"name":"std::chrono::high_resolution_clock::now","path":"chrono/high_resolution_clock/now","type":"Utilities"},{"name":"std::chrono::round(std::chrono::duration)","path":"chrono/duration/round","type":"Utilities"},{"name":"std::chrono::round(std::chrono::time_point)","path":"chrono/time_point/round","type":"Utilities"},{"name":"std::chrono::steady_clock","path":"chrono/steady_clock","type":"Utilities"},{"name":"std::chrono::steady_clock::now","path":"chrono/steady_clock/now","type":"Utilities"},{"name":"std::chrono::system_clock","path":"chrono/system_clock","type":"Utilities"},{"name":"std::chrono::system_clock::from_time_t","path":"chrono/system_clock/from_time_t","type":"Utilities"},{"name":"std::chrono::system_clock::now","path":"chrono/system_clock/now","type":"Utilities"},{"name":"std::chrono::system_clock::to_time_t","path":"chrono/system_clock/to_time_t","type":"Utilities"},{"name":"std::chrono::time_point","path":"chrono/time_point","type":"Utilities"},{"name":"std::chrono::time_point::max","path":"chrono/time_point/max","type":"Utilities"},{"name":"std::chrono::time_point::min","path":"chrono/time_point/min","type":"Utilities"},{"name":"std::chrono::time_point::operators (operator-)","path":"chrono/time_point/operator_arith","type":"Utilities"},{"name":"std::chrono::time_point::time_point","path":"chrono/time_point/time_point","type":"Utilities"},{"name":"std::chrono::time_point::time_since_epoch","path":"chrono/time_point/time_since_epoch","type":"Utilities"},{"name":"std::chrono::time_point_cast","path":"chrono/time_point/time_point_cast","type":"Utilities"},{"name":"std::chrono::treat_as_floating_point","path":"chrono/treat_as_floating_point","type":"Utilities"},{"name":"std::cin","path":"io/cin","type":"Input/output"},{"name":"std::clamp","path":"algorithm/clamp","type":"Algorithm"},{"name":"std::clearerr","path":"io/c/clearerr","type":"Input/output"},{"name":"std::clock","path":"chrono/c/clock","type":"Utilities"},{"name":"std::clock_t","path":"chrono/c/clock_t","type":"Utilities"},{"name":"std::clog","path":"io/clog","type":"Input/output"},{"name":"std::codecvt","path":"locale/codecvt","type":"Localizations"},{"name":"std::codecvt::always_noconv","path":"locale/codecvt/always_noconv","type":"Localizations"},{"name":"std::codecvt::codecvt","path":"locale/codecvt/codecvt","type":"Localizations"},{"name":"std::codecvt::do_in","path":"locale/codecvt/in","type":"Localizations"},{"name":"std::codecvt::encoding","path":"locale/codecvt/encoding","type":"Localizations"},{"name":"std::codecvt::in","path":"locale/codecvt/in","type":"Localizations"},{"name":"std::codecvt::length","path":"locale/codecvt/length","type":"Localizations"},{"name":"std::codecvt::max_length","path":"locale/codecvt/max_length","type":"Localizations"},{"name":"std::codecvt::out","path":"locale/codecvt/out","type":"Localizations"},{"name":"std::codecvt::unshift","path":"locale/codecvt/unshift","type":"Localizations"},{"name":"std::codecvt::~codecvt","path":"locale/codecvt/~codecvt","type":"Localizations"},{"name":"std::codecvt_base","path":"locale/codecvt_base","type":"Localizations"},{"name":"std::codecvt_byname","path":"locale/codecvt_byname","type":"Localizations"},{"name":"std::codecvt_mode","path":"locale/codecvt_mode","type":"Localizations"},{"name":"std::codecvt_utf16","path":"locale/codecvt_utf16","type":"Localizations"},{"name":"std::codecvt_utf8","path":"locale/codecvt_utf8","type":"Localizations"},{"name":"std::codecvt_utf8_utf16","path":"locale/codecvt_utf8_utf16","type":"Localizations"},{"name":"std::collate","path":"locale/collate","type":"Localizations"},{"name":"std::collate::collate","path":"locale/collate/collate","type":"Localizations"},{"name":"std::collate::compare","path":"locale/collate/compare","type":"Localizations"},{"name":"std::collate::do_compare","path":"locale/collate/compare","type":"Localizations"},{"name":"std::collate::hash","path":"locale/collate/hash","type":"Localizations"},{"name":"std::collate::transform","path":"locale/collate/transform","type":"Localizations"},{"name":"std::collate::~collate","path":"locale/collate/~collate","type":"Localizations"},{"name":"std::collate_byname","path":"locale/collate_byname","type":"Localizations"},{"name":"std::common_type","path":"types/common_type","type":"Utilities"},{"name":"std::common_type(std::chrono::duration)","path":"chrono/duration/common_type","type":"Utilities"},{"name":"std::common_type(std::chrono::time_point)","path":"chrono/time_point/common_type","type":"Utilities"},{"name":"std::complex","path":"numeric/complex","type":"Numerics"},{"name":"std::complex::complex","path":"numeric/complex/complex","type":"Numerics"},{"name":"std::complex::imag","path":"numeric/complex/imag","type":"Numerics"},{"name":"std::complex::operator=","path":"numeric/complex/operator=","type":"Numerics"},{"name":"std::complex::operators","path":"numeric/complex/operator_arith","type":"Numerics"},{"name":"std::complex::operators (unary)","path":"numeric/complex/operator_arith2","type":"Numerics"},{"name":"std::complex::real","path":"numeric/complex/real","type":"Numerics"},{"name":"std::comp_ellint_1","path":"numeric/special_math/comp_ellint_1","type":"Numerics"},{"name":"std::comp_ellint_1f","path":"numeric/special_math/comp_ellint_1","type":"Numerics"},{"name":"std::comp_ellint_1l","path":"numeric/special_math/comp_ellint_1","type":"Numerics"},{"name":"std::comp_ellint_2","path":"numeric/special_math/comp_ellint_2","type":"Numerics"},{"name":"std::comp_ellint_2f","path":"numeric/special_math/comp_ellint_2","type":"Numerics"},{"name":"std::comp_ellint_2l","path":"numeric/special_math/comp_ellint_2","type":"Numerics"},{"name":"std::comp_ellint_3","path":"numeric/special_math/comp_ellint_3","type":"Numerics"},{"name":"std::comp_ellint_3f","path":"numeric/special_math/comp_ellint_3","type":"Numerics"},{"name":"std::comp_ellint_3l","path":"numeric/special_math/comp_ellint_3","type":"Numerics"},{"name":"std::conditional","path":"types/conditional","type":"Utilities"},{"name":"std::condition_variable","path":"thread/condition_variable","type":"Thread support"},{"name":"std::condition_variable::condition_variable","path":"thread/condition_variable/condition_variable","type":"Thread support"},{"name":"std::condition_variable::native_handle","path":"thread/condition_variable/native_handle","type":"Thread support"},{"name":"std::condition_variable::notify_all","path":"thread/condition_variable/notify_all","type":"Thread support"},{"name":"std::condition_variable::notify_one","path":"thread/condition_variable/notify_one","type":"Thread support"},{"name":"std::condition_variable::wait","path":"thread/condition_variable/wait","type":"Thread support"},{"name":"std::condition_variable::wait_for","path":"thread/condition_variable/wait_for","type":"Thread support"},{"name":"std::condition_variable::wait_until","path":"thread/condition_variable/wait_until","type":"Thread support"},{"name":"std::condition_variable::~condition_variable","path":"thread/condition_variable/~condition_variable","type":"Thread support"},{"name":"std::condition_variable_any","path":"thread/condition_variable_any","type":"Thread support"},{"name":"std::condition_variable_any::condition_variable_any","path":"thread/condition_variable_any/condition_variable_any","type":"Thread support"},{"name":"std::condition_variable_any::notify_all","path":"thread/condition_variable_any/notify_all","type":"Thread support"},{"name":"std::condition_variable_any::notify_one","path":"thread/condition_variable_any/notify_one","type":"Thread support"},{"name":"std::condition_variable_any::wait","path":"thread/condition_variable_any/wait","type":"Thread support"},{"name":"std::condition_variable_any::wait_for","path":"thread/condition_variable_any/wait_for","type":"Thread support"},{"name":"std::condition_variable_any::wait_until","path":"thread/condition_variable_any/wait_until","type":"Thread support"},{"name":"std::condition_variable_any::~condition_variable_any","path":"thread/condition_variable_any/~condition_variable_any","type":"Thread support"},{"name":"std::conj(std::complex)","path":"numeric/complex/conj","type":"Numerics"},{"name":"std::conjunction","path":"types/conjunction","type":"Utilities"},{"name":"std::const_mem_fun1_ref_t","path":"utility/functional/mem_fun_ref_t","type":"Utilities"},{"name":"std::const_mem_fun1_t","path":"utility/functional/mem_fun_t","type":"Utilities"},{"name":"std::const_mem_fun_ref_t","path":"utility/functional/mem_fun_ref_t","type":"Utilities"},{"name":"std::const_mem_fun_t","path":"utility/functional/mem_fun_t","type":"Utilities"},{"name":"std::const_pointer_cast","path":"memory/shared_ptr/pointer_cast","type":"Utilities"},{"name":"std::copy","path":"algorithm/copy","type":"Algorithm"},{"name":"std::copysign","path":"numeric/math/copysign","type":"Numerics"},{"name":"std::copy_backward","path":"algorithm/copy_backward","type":"Algorithm"},{"name":"std::copy_if","path":"algorithm/copy","type":"Algorithm"},{"name":"std::copy_n","path":"algorithm/copy_n","type":"Algorithm"},{"name":"std::cos","path":"numeric/math/cos","type":"Numerics"},{"name":"std::cos(std::complex)","path":"numeric/complex/cos","type":"Numerics"},{"name":"std::cos(std::valarray)","path":"numeric/valarray/cos","type":"Numerics"},{"name":"std::cosh","path":"numeric/math/cosh","type":"Numerics"},{"name":"std::cosh(std::complex)","path":"numeric/complex/cosh","type":"Numerics"},{"name":"std::cosh(std::valarray)","path":"numeric/valarray/cosh","type":"Numerics"},{"name":"std::count","path":"algorithm/count_if","type":"Algorithm"},{"name":"std::count_if","path":"algorithm/count_if","type":"Algorithm"},{"name":"std::cout","path":"io/cout","type":"Input/output"},{"name":"std::crbegin","path":"iterator/rbegin","type":"Iterator"},{"name":"std::cref","path":"utility/functional/ref","type":"Utilities"},{"name":"std::crend","path":"iterator/rend","type":"Iterator"},{"name":"std::ctime","path":"chrono/c/ctime","type":"Utilities"},{"name":"std::ctype","path":"locale/ctype","type":"Localizations"},{"name":"std::ctype::ctype","path":"locale/ctype/ctype","type":"Localizations"},{"name":"std::ctype::do_is","path":"locale/ctype/is","type":"Localizations"},{"name":"std::ctype::do_scan_is","path":"locale/ctype/scan_is","type":"Localizations"},{"name":"std::ctype::do_scan_not","path":"locale/ctype/scan_not","type":"Localizations"},{"name":"std::ctype::do_tolower","path":"locale/ctype/tolower","type":"Localizations"},{"name":"std::ctype::do_toupper","path":"locale/ctype/toupper","type":"Localizations"},{"name":"std::ctype::is","path":"locale/ctype/is","type":"Localizations"},{"name":"std::ctype::narrow","path":"locale/ctype/narrow","type":"Localizations"},{"name":"std::ctype::scan_is","path":"locale/ctype/scan_is","type":"Localizations"},{"name":"std::ctype::scan_not","path":"locale/ctype/scan_not","type":"Localizations"},{"name":"std::ctype::tolower","path":"locale/ctype/tolower","type":"Localizations"},{"name":"std::ctype::toupper","path":"locale/ctype/toupper","type":"Localizations"},{"name":"std::ctype::widen","path":"locale/ctype/widen","type":"Localizations"},{"name":"std::ctype::~ctype","path":"locale/ctype/~ctype","type":"Localizations"},{"name":"std::ctype<char>","path":"locale/ctype_char","type":"Localizations"},{"name":"std::ctype<char>::classic_table","path":"locale/ctype_char/classic_table","type":"Localizations"},{"name":"std::ctype<char>::ctype","path":"locale/ctype_char/ctype","type":"Localizations"},{"name":"std::ctype<char>::is","path":"locale/ctype_char/is","type":"Localizations"},{"name":"std::ctype<char>::scan_is","path":"locale/ctype_char/scan_is","type":"Localizations"},{"name":"std::ctype<char>::scan_is","path":"locale/ctype_char/scan_not","type":"Localizations"},{"name":"std::ctype<char>::table","path":"locale/ctype_char/table","type":"Localizations"},{"name":"std::ctype<char>::~ctype","path":"locale/ctype_char/~ctype","type":"Localizations"},{"name":"std::ctype_base","path":"locale/ctype_base","type":"Localizations"},{"name":"std::ctype_byname","path":"locale/ctype_byname","type":"Localizations"},{"name":"std::current_exception","path":"error/current_exception","type":"Utilities"},{"name":"std::cv_status","path":"thread/cv_status","type":"Thread support"},{"name":"std::cyl_bessel_i","path":"numeric/special_math/cyl_bessel_i","type":"Numerics"},{"name":"std::cyl_bessel_if","path":"numeric/special_math/cyl_bessel_i","type":"Numerics"},{"name":"std::cyl_bessel_il","path":"numeric/special_math/cyl_bessel_i","type":"Numerics"},{"name":"std::cyl_bessel_j","path":"numeric/special_math/cyl_bessel_j","type":"Numerics"},{"name":"std::cyl_bessel_jf","path":"numeric/special_math/cyl_bessel_j","type":"Numerics"},{"name":"std::cyl_bessel_jl","path":"numeric/special_math/cyl_bessel_j","type":"Numerics"},{"name":"std::cyl_bessel_k","path":"numeric/special_math/cyl_bessel_k","type":"Numerics"},{"name":"std::cyl_bessel_kf","path":"numeric/special_math/cyl_bessel_k","type":"Numerics"},{"name":"std::cyl_bessel_kl","path":"numeric/special_math/cyl_bessel_k","type":"Numerics"},{"name":"std::cyl_neumann","path":"numeric/special_math/cyl_neumann","type":"Numerics"},{"name":"std::cyl_neumannf","path":"numeric/special_math/cyl_neumann","type":"Numerics"},{"name":"std::cyl_neumannl","path":"numeric/special_math/cyl_neumann","type":"Numerics"},{"name":"std::data","path":"iterator/data","type":"Iterator"},{"name":"std::dec","path":"io/manip/hex","type":"Input/output"},{"name":"std::decay","path":"types/decay","type":"Utilities"},{"name":"std::declare_no_pointers","path":"memory/gc/declare_no_pointers","type":"Utilities"},{"name":"std::declare_reachable","path":"memory/gc/declare_reachable","type":"Utilities"},{"name":"std::declval","path":"utility/declval","type":"Utilities"},{"name":"std::defaultfloat","path":"io/manip/fixed","type":"Input/output"},{"name":"std::default_delete","path":"memory/default_delete","type":"Utilities"},{"name":"std::default_searcher","path":"utility/functional/default_searcher","type":"Utilities"},{"name":"std::defer_lock","path":"thread/lock_tag","type":"Thread support"},{"name":"std::defer_lock_t","path":"thread/lock_tag_t","type":"Thread support"},{"name":"std::deque","path":"container/deque","type":"Containers"},{"name":"std::deque::assign","path":"container/deque/assign","type":"Containers"},{"name":"std::deque::at","path":"container/deque/at","type":"Containers"},{"name":"std::deque::back","path":"container/deque/back","type":"Containers"},{"name":"std::deque::begin","path":"container/deque/begin","type":"Containers"},{"name":"std::deque::cbegin","path":"container/deque/begin","type":"Containers"},{"name":"std::deque::cend","path":"container/deque/end","type":"Containers"},{"name":"std::deque::clear","path":"container/deque/clear","type":"Containers"},{"name":"std::deque::crbegin","path":"container/deque/rbegin","type":"Containers"},{"name":"std::deque::crend","path":"container/deque/rend","type":"Containers"},{"name":"std::deque::deque","path":"container/deque/deque","type":"Containers"},{"name":"std::deque::emplace","path":"container/deque/emplace","type":"Containers"},{"name":"std::deque::emplace_back","path":"container/deque/emplace_back","type":"Containers"},{"name":"std::deque::emplace_front","path":"container/deque/emplace_front","type":"Containers"},{"name":"std::deque::empty","path":"container/deque/empty","type":"Containers"},{"name":"std::deque::end","path":"container/deque/end","type":"Containers"},{"name":"std::deque::erase","path":"container/deque/erase","type":"Containers"},{"name":"std::deque::front","path":"container/deque/front","type":"Containers"},{"name":"std::deque::get_allocator","path":"container/deque/get_allocator","type":"Containers"},{"name":"std::deque::insert","path":"container/deque/insert","type":"Containers"},{"name":"std::deque::max_size","path":"container/deque/max_size","type":"Containers"},{"name":"std::deque::operator=","path":"container/deque/operator=","type":"Containers"},{"name":"std::deque::operator[]","path":"container/deque/operator_at","type":"Containers"},{"name":"std::deque::pop_back","path":"container/deque/pop_back","type":"Containers"},{"name":"std::deque::pop_front","path":"container/deque/pop_front","type":"Containers"},{"name":"std::deque::push_back","path":"container/deque/push_back","type":"Containers"},{"name":"std::deque::push_front","path":"container/deque/push_front","type":"Containers"},{"name":"std::deque::rbegin","path":"container/deque/rbegin","type":"Containers"},{"name":"std::deque::rend","path":"container/deque/rend","type":"Containers"},{"name":"std::deque::resize","path":"container/deque/resize","type":"Containers"},{"name":"std::deque::shrink_to_fit","path":"container/deque/shrink_to_fit","type":"Containers"},{"name":"std::deque::size","path":"container/deque/size","type":"Containers"},{"name":"std::deque::swap","path":"container/deque/swap","type":"Containers"},{"name":"std::deque::~deque","path":"container/deque/~deque","type":"Containers"},{"name":"std::destroy","path":"memory/destroy","type":"Utilities"},{"name":"std::destroy_at","path":"memory/destroy_at","type":"Utilities"},{"name":"std::destroy_n","path":"memory/destroy_n","type":"Utilities"},{"name":"std::difftime","path":"chrono/c/difftime","type":"Utilities"},{"name":"std::discard_block_engine","path":"numeric/random/discard_block_engine","type":"Numerics"},{"name":"std::discard_block_engine::base","path":"numeric/random/discard_block_engine/base","type":"Numerics"},{"name":"std::discard_block_engine::discard","path":"numeric/random/discard_block_engine/discard","type":"Numerics"},{"name":"std::discard_block_engine::discard_block_engine","path":"numeric/random/discard_block_engine/discard_block_engine","type":"Numerics"},{"name":"std::discard_block_engine::max","path":"numeric/random/discard_block_engine/max","type":"Numerics"},{"name":"std::discard_block_engine::min","path":"numeric/random/discard_block_engine/min","type":"Numerics"},{"name":"std::discard_block_engine::operator()","path":"numeric/random/discard_block_engine/operator()","type":"Numerics"},{"name":"std::discard_block_engine::seed","path":"numeric/random/discard_block_engine/seed","type":"Numerics"},{"name":"std::discrete_distribution","path":"numeric/random/discrete_distribution","type":"Numerics"},{"name":"std::discrete_distribution::discrete_distribution","path":"numeric/random/discrete_distribution/discrete_distribution","type":"Numerics"},{"name":"std::discrete_distribution::max","path":"numeric/random/discrete_distribution/max","type":"Numerics"},{"name":"std::discrete_distribution::min","path":"numeric/random/discrete_distribution/min","type":"Numerics"},{"name":"std::discrete_distribution::operator()","path":"numeric/random/discrete_distribution/operator()","type":"Numerics"},{"name":"std::discrete_distribution::param","path":"numeric/random/discrete_distribution/param","type":"Numerics"},{"name":"std::discrete_distribution::probabilities","path":"numeric/random/discrete_distribution/probabilities","type":"Numerics"},{"name":"std::discrete_distribution::reset","path":"numeric/random/discrete_distribution/reset","type":"Numerics"},{"name":"std::disjunction","path":"types/disjunction","type":"Utilities"},{"name":"std::distance","path":"iterator/distance","type":"Iterator"},{"name":"std::div","path":"numeric/math/div","type":"Numerics"},{"name":"std::divides","path":"utility/functional/divides","type":"Utilities"},{"name":"std::divides<void>","path":"utility/functional/divides_void","type":"Utilities"},{"name":"std::domain_error","path":"error/domain_error/domain_error","type":"Utilities"},{"name":"std::dynamic_pointer_cast","path":"memory/shared_ptr/pointer_cast","type":"Utilities"},{"name":"std::ellint_1","path":"numeric/special_math/ellint_1","type":"Numerics"},{"name":"std::ellint_1f","path":"numeric/special_math/ellint_1","type":"Numerics"},{"name":"std::ellint_1l","path":"numeric/special_math/ellint_1","type":"Numerics"},{"name":"std::ellint_2","path":"numeric/special_math/ellint_2","type":"Numerics"},{"name":"std::ellint_2f","path":"numeric/special_math/ellint_2","type":"Numerics"},{"name":"std::ellint_2l","path":"numeric/special_math/ellint_2","type":"Numerics"},{"name":"std::ellint_3","path":"numeric/special_math/ellint_3","type":"Numerics"},{"name":"std::ellint_3f","path":"numeric/special_math/ellint_3","type":"Numerics"},{"name":"std::ellint_3l","path":"numeric/special_math/ellint_3","type":"Numerics"},{"name":"std::empty","path":"iterator/empty","type":"Iterator"},{"name":"std::enable_if","path":"types/enable_if","type":"Utilities"},{"name":"std::enable_shared_from_this","path":"memory/enable_shared_from_this","type":"Utilities"},{"name":"std::enable_shared_from_this::enable_shared_from_this","path":"memory/enable_shared_from_this/enable_shared_from_this","type":"Utilities"},{"name":"std::enable_shared_from_this::operator=","path":"memory/enable_shared_from_this/operator=","type":"Utilities"},{"name":"std::enable_shared_from_this::shared_from_this","path":"memory/enable_shared_from_this/shared_from_this","type":"Utilities"},{"name":"std::enable_shared_from_this::weak_from_this","path":"memory/enable_shared_from_this/weak_from_this","type":"Utilities"},{"name":"std::enable_shared_from_this::~enable_shared_from_this","path":"memory/enable_shared_from_this/~enable_shared_from_this","type":"Utilities"},{"name":"std::end","path":"iterator/end","type":"Iterator"},{"name":"std::end(std::initializer_list)","path":"utility/initializer_list/end2","type":"Utilities"},{"name":"std::end(std::valarray)","path":"numeric/valarray/end2","type":"Numerics"},{"name":"std::endl","path":"io/manip/endl","type":"Input/output"},{"name":"std::ends","path":"io/manip/ends","type":"Input/output"},{"name":"std::equal","path":"algorithm/equal","type":"Algorithm"},{"name":"std::equal_range","path":"algorithm/equal_range","type":"Algorithm"},{"name":"std::equal_to","path":"utility/functional/equal_to","type":"Utilities"},{"name":"std::equal_to<void>","path":"utility/functional/equal_to_void","type":"Utilities"},{"name":"std::erf","path":"numeric/math/erf","type":"Numerics"},{"name":"std::erfc","path":"numeric/math/erfc","type":"Numerics"},{"name":"std::errc","path":"error/errc","type":"Utilities"},{"name":"std::error_category","path":"error/error_category","type":"Utilities"},{"name":"std::error_category::default_error_condition","path":"error/error_category/default_error_condition","type":"Utilities"},{"name":"std::error_category::equivalent","path":"error/error_category/equivalent","type":"Utilities"},{"name":"std::error_category::error_category","path":"error/error_category/error_category","type":"Utilities"},{"name":"std::error_category::message","path":"error/error_category/message","type":"Utilities"},{"name":"std::error_category::name","path":"error/error_category/name","type":"Utilities"},{"name":"std::error_category::operators","path":"error/error_category/operator_cmp","type":"Utilities"},{"name":"std::error_category::~error_category","path":"error/error_category/~error_category","type":"Utilities"},{"name":"std::error_code","path":"error/error_code","type":"Utilities"},{"name":"std::error_code::assign","path":"error/error_code/assign","type":"Utilities"},{"name":"std::error_code::category","path":"error/error_code/category","type":"Utilities"},{"name":"std::error_code::clear","path":"error/error_code/clear","type":"Utilities"},{"name":"std::error_code::default_error_condition","path":"error/error_code/default_error_condition","type":"Utilities"},{"name":"std::error_code::error_code","path":"error/error_code/error_code","type":"Utilities"},{"name":"std::error_code::message","path":"error/error_code/message","type":"Utilities"},{"name":"std::error_code::operator bool","path":"error/error_code/operator_bool","type":"Utilities"},{"name":"std::error_code::operator=","path":"error/error_code/operator=","type":"Utilities"},{"name":"std::error_code::value","path":"error/error_code/value","type":"Utilities"},{"name":"std::error_condition","path":"error/error_condition","type":"Utilities"},{"name":"std::error_condition::assign","path":"error/error_condition/assign","type":"Utilities"},{"name":"std::error_condition::category","path":"error/error_condition/category","type":"Utilities"},{"name":"std::error_condition::clear","path":"error/error_condition/clear","type":"Utilities"},{"name":"std::error_condition::error_condition","path":"error/error_condition/error_condition","type":"Utilities"},{"name":"std::error_condition::message","path":"error/error_condition/message","type":"Utilities"},{"name":"std::error_condition::operator bool","path":"error/error_condition/operator_bool","type":"Utilities"},{"name":"std::error_condition::operator=","path":"error/error_condition/operator=","type":"Utilities"},{"name":"std::error_condition::value","path":"error/error_condition/value","type":"Utilities"},{"name":"std::exception","path":"error/exception","type":"Utilities"},{"name":"std::exception::exception","path":"error/exception/exception","type":"Utilities"},{"name":"std::exception::operator=","path":"error/exception/operator=","type":"Utilities"},{"name":"std::exception::what","path":"error/exception/what","type":"Utilities"},{"name":"std::exception::~exception","path":"error/exception/~exception","type":"Utilities"},{"name":"std::exception_ptr","path":"error/exception_ptr","type":"Utilities"},{"name":"std::exchange","path":"utility/exchange","type":"Utilities"},{"name":"std::exclusive_scan","path":"algorithm/exclusive_scan","type":"Algorithm"},{"name":"std::execution::par","path":"algorithm/execution_policy_tag","type":"Algorithm"},{"name":"std::execution::parallel_policy","path":"algorithm/execution_policy_tag_t","type":"Algorithm"},{"name":"std::execution::parallel_unsequenced_policy","path":"algorithm/execution_policy_tag_t","type":"Algorithm"},{"name":"std::execution::par_unseq","path":"algorithm/execution_policy_tag","type":"Algorithm"},{"name":"std::execution::seq","path":"algorithm/execution_policy_tag","type":"Algorithm"},{"name":"std::execution::sequenced_policy","path":"algorithm/execution_policy_tag_t","type":"Algorithm"},{"name":"std::exit","path":"utility/program/exit","type":"Utilities"},{"name":"std::exp","path":"numeric/math/exp","type":"Numerics"},{"name":"std::exp(std::complex)","path":"numeric/complex/exp","type":"Numerics"},{"name":"std::exp(std::valarray)","path":"numeric/valarray/exp","type":"Numerics"},{"name":"std::exp2","path":"numeric/math/exp2","type":"Numerics"},{"name":"std::expint","path":"numeric/special_math/expint","type":"Numerics"},{"name":"std::expintf","path":"numeric/special_math/expint","type":"Numerics"},{"name":"std::expintl","path":"numeric/special_math/expint","type":"Numerics"},{"name":"std::expm1","path":"numeric/math/expm1","type":"Numerics"},{"name":"std::exponential_distribution","path":"numeric/random/exponential_distribution","type":"Numerics"},{"name":"std::exponential_distribution::exponential_distribution","path":"numeric/random/exponential_distribution/exponential_distribution","type":"Numerics"},{"name":"std::exponential_distribution::lambda","path":"numeric/random/exponential_distribution/lambda","type":"Numerics"},{"name":"std::exponential_distribution::max","path":"numeric/random/exponential_distribution/max","type":"Numerics"},{"name":"std::exponential_distribution::min","path":"numeric/random/exponential_distribution/min","type":"Numerics"},{"name":"std::exponential_distribution::operator()","path":"numeric/random/exponential_distribution/operator()","type":"Numerics"},{"name":"std::exponential_distribution::param","path":"numeric/random/exponential_distribution/param","type":"Numerics"},{"name":"std::exponential_distribution::reset","path":"numeric/random/exponential_distribution/reset","type":"Numerics"},{"name":"std::extent","path":"types/extent","type":"Utilities"},{"name":"std::extreme_value_distribution","path":"numeric/random/extreme_value_distribution","type":"Numerics"},{"name":"std::extreme_value_distribution::a","path":"numeric/random/extreme_value_distribution/params","type":"Numerics"},{"name":"std::extreme_value_distribution::extreme_value_distribution","path":"numeric/random/extreme_value_distribution/extreme_value_distribution","type":"Numerics"},{"name":"std::extreme_value_distribution::max","path":"numeric/random/extreme_value_distribution/max","type":"Numerics"},{"name":"std::extreme_value_distribution::min","path":"numeric/random/extreme_value_distribution/min","type":"Numerics"},{"name":"std::extreme_value_distribution::operator()","path":"numeric/random/extreme_value_distribution/operator()","type":"Numerics"},{"name":"std::extreme_value_distribution::param","path":"numeric/random/extreme_value_distribution/param","type":"Numerics"},{"name":"std::extreme_value_distribution::reset","path":"numeric/random/extreme_value_distribution/reset","type":"Numerics"},{"name":"std::fabs","path":"numeric/math/fabs","type":"Numerics"},{"name":"std::fclose","path":"io/c/fclose","type":"Input/output"},{"name":"std::fdim","path":"numeric/math/fdim","type":"Numerics"},{"name":"std::feclearexcept","path":"numeric/fenv/feclearexcept","type":"Numerics"},{"name":"std::fegetenv","path":"numeric/fenv/feenv","type":"Numerics"},{"name":"std::fegetexceptflag","path":"numeric/fenv/feexceptflag","type":"Numerics"},{"name":"std::fegetround","path":"numeric/fenv/feround","type":"Numerics"},{"name":"std::feholdexcept","path":"numeric/fenv/feholdexcept","type":"Numerics"},{"name":"std::feof","path":"io/c/feof","type":"Input/output"},{"name":"std::feraiseexcept","path":"numeric/fenv/feraiseexcept","type":"Numerics"},{"name":"std::ferror","path":"io/c/ferror","type":"Input/output"},{"name":"std::fesetenv","path":"numeric/fenv/feenv","type":"Numerics"},{"name":"std::fesetexceptflag","path":"numeric/fenv/feexceptflag","type":"Numerics"},{"name":"std::fesetround","path":"numeric/fenv/feround","type":"Numerics"},{"name":"std::fetestexcept","path":"numeric/fenv/fetestexcept","type":"Numerics"},{"name":"std::feupdateenv","path":"numeric/fenv/feupdateenv","type":"Numerics"},{"name":"std::fflush","path":"io/c/fflush","type":"Input/output"},{"name":"std::fgetc","path":"io/c/fgetc","type":"Input/output"},{"name":"std::fgetpos","path":"io/c/fgetpos","type":"Input/output"},{"name":"std::fgets","path":"io/c/fgets","type":"Input/output"},{"name":"std::fgetwc","path":"io/c/fgetwc","type":"Input/output"},{"name":"std::fgetws","path":"io/c/fgetws","type":"Input/output"},{"name":"std::filesystem::absolute","path":"filesystem/absolute","type":"Filesystem"},{"name":"std::filesystem::begin(directory_iterator)","path":"filesystem/directory_iterator/begin","type":"Filesystem"},{"name":"std::filesystem::begin(recursive_directory_iterator)","path":"filesystem/recursive_directory_iterator/begin","type":"Filesystem"},{"name":"std::filesystem::canonical","path":"filesystem/canonical","type":"Filesystem"},{"name":"std::filesystem::copy","path":"filesystem/copy","type":"Filesystem"},{"name":"std::filesystem::copy_file","path":"filesystem/copy_file","type":"Filesystem"},{"name":"std::filesystem::copy_options","path":"filesystem/copy_options","type":"Filesystem"},{"name":"std::filesystem::copy_symlink","path":"filesystem/copy_symlink","type":"Filesystem"},{"name":"std::filesystem::create_directories","path":"filesystem/create_directory","type":"Filesystem"},{"name":"std::filesystem::create_directory","path":"filesystem/create_directory","type":"Filesystem"},{"name":"std::filesystem::create_directory_symlink","path":"filesystem/create_symlink","type":"Filesystem"},{"name":"std::filesystem::create_hard_link","path":"filesystem/create_hard_link","type":"Filesystem"},{"name":"std::filesystem::create_symlink","path":"filesystem/create_symlink","type":"Filesystem"},{"name":"std::filesystem::current_path","path":"filesystem/current_path","type":"Filesystem"},{"name":"std::filesystem::directory_entry","path":"filesystem/directory_entry","type":"Filesystem"},{"name":"std::filesystem::directory_entry::assign","path":"filesystem/directory_entry/assign","type":"Filesystem"},{"name":"std::filesystem::directory_entry::directory_entry","path":"filesystem/directory_entry/directory_entry","type":"Filesystem"},{"name":"std::filesystem::directory_entry::operator=","path":"filesystem/directory_entry/operator=","type":"Filesystem"},{"name":"std::filesystem::directory_entry::operators","path":"filesystem/directory_entry/operator_cmp","type":"Filesystem"},{"name":"std::filesystem::directory_entry::path","path":"filesystem/directory_entry/path","type":"Filesystem"},{"name":"std::filesystem::directory_entry::replace_filename","path":"filesystem/directory_entry/replace_filename","type":"Filesystem"},{"name":"std::filesystem::directory_entry::status","path":"filesystem/directory_entry/status","type":"Filesystem"},{"name":"std::filesystem::directory_entry::symlink_status","path":"filesystem/directory_entry/status","type":"Filesystem"},{"name":"std::filesystem::directory_iterator","path":"filesystem/directory_iterator","type":"Filesystem"},{"name":"std::filesystem::directory_iterator::directory_iterator","path":"filesystem/directory_iterator/directory_iterator","type":"Filesystem"},{"name":"std::filesystem::directory_iterator::operator->","path":"filesystem/directory_iterator/operator_star_","type":"Filesystem"},{"name":"std::filesystem::directory_iterator::operator=","path":"filesystem/directory_iterator/increment","type":"Filesystem"},{"name":"std::filesystem::directory_iterator::operator=","path":"filesystem/directory_iterator/operator=","type":"Filesystem"},{"name":"std::filesystem::directory_iterator::operators","path":"filesystem/directory_iterator/operator_star_","type":"Filesystem"},{"name":"std::filesystem::directory_options","path":"filesystem/directory_options","type":"Filesystem"},{"name":"std::filesystem::end","path":"filesystem/directory_iterator/begin","type":"Filesystem"},{"name":"std::filesystem::end","path":"filesystem/recursive_directory_iterator/begin","type":"Filesystem"},{"name":"std::filesystem::equivalent","path":"filesystem/equivalent","type":"Filesystem"},{"name":"std::filesystem::exists","path":"filesystem/exists","type":"Filesystem"},{"name":"std::filesystem::filesystem_error","path":"filesystem/filesystem_error","type":"Filesystem"},{"name":"std::filesystem::filesystem_error::filesystem_error","path":"filesystem/filesystem_error/filesystem_error","type":"Filesystem"},{"name":"std::filesystem::filesystem_error::path1","path":"filesystem/filesystem_error/path","type":"Filesystem"},{"name":"std::filesystem::filesystem_error::path2","path":"filesystem/filesystem_error/path","type":"Filesystem"},{"name":"std::filesystem::filesystem_error::what","path":"filesystem/filesystem_error/what","type":"Filesystem"},{"name":"std::filesystem::file_size","path":"filesystem/file_size","type":"Filesystem"},{"name":"std::filesystem::file_status","path":"filesystem/file_status","type":"Filesystem"},{"name":"std::filesystem::file_status::file_status","path":"filesystem/file_status/file_status","type":"Filesystem"},{"name":"std::filesystem::file_status::operator=","path":"filesystem/file_status/operator=","type":"Filesystem"},{"name":"std::filesystem::file_status::permissions","path":"filesystem/file_status/permissions","type":"Filesystem"},{"name":"std::filesystem::file_status::type","path":"filesystem/file_status/type","type":"Filesystem"},{"name":"std::filesystem::file_time_type","path":"filesystem/file_time_type","type":"Filesystem"},{"name":"std::filesystem::file_type","path":"filesystem/file_type","type":"Filesystem"},{"name":"std::filesystem::hard_link_count","path":"filesystem/hard_link_count","type":"Filesystem"},{"name":"std::filesystem::hash_value","path":"filesystem/path/hash_value","type":"Filesystem"},{"name":"std::filesystem::is_block_file","path":"filesystem/is_block_file","type":"Filesystem"},{"name":"std::filesystem::is_character_file","path":"filesystem/is_character_file","type":"Filesystem"},{"name":"std::filesystem::is_directory","path":"filesystem/is_directory","type":"Filesystem"},{"name":"std::filesystem::is_empty","path":"filesystem/is_empty","type":"Filesystem"},{"name":"std::filesystem::is_fifo","path":"filesystem/is_fifo","type":"Filesystem"},{"name":"std::filesystem::is_other","path":"filesystem/is_other","type":"Filesystem"},{"name":"std::filesystem::is_regular_file","path":"filesystem/is_regular_file","type":"Filesystem"},{"name":"std::filesystem::is_socket","path":"filesystem/is_socket","type":"Filesystem"},{"name":"std::filesystem::is_symlink","path":"filesystem/is_symlink","type":"Filesystem"},{"name":"std::filesystem::last_write_time","path":"filesystem/last_write_time","type":"Filesystem"},{"name":"std::filesystem::operator/(std::filesystem::path)","path":"filesystem/path/operator_slash","type":"Filesystem"},{"name":"std::filesystem::path","path":"filesystem/path","type":"Filesystem"},{"name":"std::filesystem::path::append","path":"filesystem/path/append","type":"Filesystem"},{"name":"std::filesystem::path::assign","path":"filesystem/path/assign","type":"Filesystem"},{"name":"std::filesystem::path::begin","path":"filesystem/path/begin","type":"Filesystem"},{"name":"std::filesystem::path::clear","path":"filesystem/path/clear","type":"Filesystem"},{"name":"std::filesystem::path::compare","path":"filesystem/path/compare","type":"Filesystem"},{"name":"std::filesystem::path::concat","path":"filesystem/path/concat","type":"Filesystem"},{"name":"std::filesystem::path::c_str","path":"filesystem/path/native","type":"Filesystem"},{"name":"std::filesystem::path::empty","path":"filesystem/path/empty","type":"Filesystem"},{"name":"std::filesystem::path::end","path":"filesystem/path/begin","type":"Filesystem"},{"name":"std::filesystem::path::extension","path":"filesystem/path/extension","type":"Filesystem"},{"name":"std::filesystem::path::filename","path":"filesystem/path/filename","type":"Filesystem"},{"name":"std::filesystem::path::generic_string","path":"filesystem/path/generic_string","type":"Filesystem"},{"name":"std::filesystem::path::generic_u8string","path":"filesystem/path/generic_string","type":"Filesystem"},{"name":"std::filesystem::path::generic_wstring","path":"filesystem/path/generic_string","type":"Filesystem"},{"name":"std::filesystem::path::has_root_directory","path":"filesystem/path/has_path","type":"Filesystem"},{"name":"std::filesystem::path::has_root_name","path":"filesystem/path/has_path","type":"Filesystem"},{"name":"std::filesystem::path::has_root_path","path":"filesystem/path/has_path","type":"Filesystem"},{"name":"std::filesystem::path::is_absolute","path":"filesystem/path/is_absrel","type":"Filesystem"},{"name":"std::filesystem::path::lexically_normal","path":"filesystem/path/lexically_normal","type":"Filesystem"},{"name":"std::filesystem::path::lexically_proximate","path":"filesystem/path/lexically_normal","type":"Filesystem"},{"name":"std::filesystem::path::lexically_relative","path":"filesystem/path/lexically_normal","type":"Filesystem"},{"name":"std::filesystem::path::make_preferred","path":"filesystem/path/make_preferred","type":"Filesystem"},{"name":"std::filesystem::path::native","path":"filesystem/path/native","type":"Filesystem"},{"name":"std::filesystem::path::operator string_type()","path":"filesystem/path/native","type":"Filesystem"},{"name":"std::filesystem::path::operator+=","path":"filesystem/path/concat","type":"Filesystem"},{"name":"std::filesystem::path::operator/=","path":"filesystem/path/append","type":"Filesystem"},{"name":"std::filesystem::path::operator=","path":"filesystem/path/operator=","type":"Filesystem"},{"name":"std::filesystem::path::parent_path","path":"filesystem/path/parent_path","type":"Filesystem"},{"name":"std::filesystem::path::path","path":"filesystem/path/path","type":"Filesystem"},{"name":"std::filesystem::path::relative_path","path":"filesystem/path/relative_path","type":"Filesystem"},{"name":"std::filesystem::path::remove_filename","path":"filesystem/path/remove_filename","type":"Filesystem"},{"name":"std::filesystem::path::replace_extension","path":"filesystem/path/replace_extension","type":"Filesystem"},{"name":"std::filesystem::path::replace_filename","path":"filesystem/path/replace_filename","type":"Filesystem"},{"name":"std::filesystem::path::root_directory","path":"filesystem/path/root_directory","type":"Filesystem"},{"name":"std::filesystem::path::root_name","path":"filesystem/path/root_name","type":"Filesystem"},{"name":"std::filesystem::path::root_path","path":"filesystem/path/root_path","type":"Filesystem"},{"name":"std::filesystem::path::stem","path":"filesystem/path/stem","type":"Filesystem"},{"name":"std::filesystem::path::string","path":"filesystem/path/string","type":"Filesystem"},{"name":"std::filesystem::path::swap","path":"filesystem/path/swap","type":"Filesystem"},{"name":"std::filesystem::path::u8string","path":"filesystem/path/string","type":"Filesystem"},{"name":"std::filesystem::path::wstring","path":"filesystem/path/string","type":"Filesystem"},{"name":"std::filesystem::path::~path","path":"filesystem/path/~path","type":"Filesystem"},{"name":"std::filesystem::permissions","path":"filesystem/permissions","type":"Filesystem"},{"name":"std::filesystem::perms","path":"filesystem/perms","type":"Filesystem"},{"name":"std::filesystem::proximate","path":"filesystem/relative","type":"Filesystem"},{"name":"std::filesystem::read_symlink","path":"filesystem/read_symlink","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator","path":"filesystem/recursive_directory_iterator","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::depth","path":"filesystem/recursive_directory_iterator/depth","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::disable_recursion_pending","path":"filesystem/recursive_directory_iterator/disable_recursion_pending","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::increment","path":"filesystem/recursive_directory_iterator/increment","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::operator->","path":"filesystem/recursive_directory_iterator/operator_star_","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::operator=","path":"filesystem/recursive_directory_iterator/operator=","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::operators","path":"filesystem/recursive_directory_iterator/operator_star_","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::operators","path":"filesystem/recursive_directory_iterator/increment","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::options","path":"filesystem/recursive_directory_iterator/options","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::pop","path":"filesystem/recursive_directory_iterator/pop","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::recursion_pending","path":"filesystem/recursive_directory_iterator/recursion_pending","type":"Filesystem"},{"name":"std::filesystem::recursive_directory_iterator::recursive_directory_iterator","path":"filesystem/recursive_directory_iterator/recursive_directory_iterator","type":"Filesystem"},{"name":"std::filesystem::relative","path":"filesystem/relative","type":"Filesystem"},{"name":"std::filesystem::remove","path":"filesystem/remove","type":"Filesystem"},{"name":"std::filesystem::remove_all","path":"filesystem/remove","type":"Filesystem"},{"name":"std::filesystem::rename","path":"filesystem/rename","type":"Filesystem"},{"name":"std::filesystem::resize_file","path":"filesystem/resize_file","type":"Filesystem"},{"name":"std::filesystem::space","path":"filesystem/space","type":"Filesystem"},{"name":"std::filesystem::space_info","path":"filesystem/space_info","type":"Filesystem"},{"name":"std::filesystem::status","path":"filesystem/status","type":"Filesystem"},{"name":"std::filesystem::status_known","path":"filesystem/status_known","type":"Filesystem"},{"name":"std::filesystem::swap(std::filesystem::path)","path":"filesystem/path/swap2","type":"Filesystem"},{"name":"std::filesystem::symlink_status","path":"filesystem/status","type":"Filesystem"},{"name":"std::filesystem::system_complete","path":"filesystem/absolute","type":"Filesystem"},{"name":"std::filesystem::temp_directory_path","path":"filesystem/temp_directory_path","type":"Filesystem"},{"name":"std::filesystem::u8path","path":"filesystem/path/u8path","type":"Filesystem"},{"name":"std::filesystem::weakly_canonical","path":"filesystem/canonical","type":"Filesystem"},{"name":"std::fill","path":"algorithm/fill","type":"Algorithm"},{"name":"std::fill_n","path":"algorithm/fill_n","type":"Algorithm"},{"name":"std::find","path":"algorithm/find_if_not","type":"Algorithm"},{"name":"std::find_end","path":"algorithm/find_end","type":"Algorithm"},{"name":"std::find_first_of","path":"algorithm/find_first_of","type":"Algorithm"},{"name":"std::find_if","path":"algorithm/find_if_not","type":"Algorithm"},{"name":"std::find_if_not","path":"algorithm/find_if_not","type":"Algorithm"},{"name":"std::fisher_f_distribution","path":"numeric/random/fisher_f_distribution","type":"Numerics"},{"name":"std::fisher_f_distribution::fisher_f_distribution","path":"numeric/random/fisher_f_distribution/fisher_f_distribution","type":"Numerics"},{"name":"std::fisher_f_distribution::m","path":"numeric/random/fisher_f_distribution/params","type":"Numerics"},{"name":"std::fisher_f_distribution::max","path":"numeric/random/fisher_f_distribution/max","type":"Numerics"},{"name":"std::fisher_f_distribution::min","path":"numeric/random/fisher_f_distribution/min","type":"Numerics"},{"name":"std::fisher_f_distribution::operator()","path":"numeric/random/fisher_f_distribution/operator()","type":"Numerics"},{"name":"std::fisher_f_distribution::param","path":"numeric/random/fisher_f_distribution/param","type":"Numerics"},{"name":"std::fisher_f_distribution::reset","path":"numeric/random/fisher_f_distribution/reset","type":"Numerics"},{"name":"std::fixed","path":"io/manip/fixed","type":"Input/output"},{"name":"std::float_denorm_style","path":"types/numeric_limits/float_denorm_style","type":"Utilities"},{"name":"std::float_round_style","path":"types/numeric_limits/float_round_style","type":"Utilities"},{"name":"std::floor","path":"numeric/math/floor","type":"Numerics"},{"name":"std::flush","path":"io/manip/flush","type":"Input/output"},{"name":"std::fma","path":"numeric/math/fma","type":"Numerics"},{"name":"std::fmax","path":"numeric/math/fmax","type":"Numerics"},{"name":"std::fmin","path":"numeric/math/fmin","type":"Numerics"},{"name":"std::fmod","path":"numeric/math/fmod","type":"Numerics"},{"name":"std::fopen","path":"io/c/fopen","type":"Input/output"},{"name":"std::forward","path":"utility/forward","type":"Utilities"},{"name":"std::forward_as_tuple","path":"utility/tuple/forward_as_tuple","type":"Utilities"},{"name":"std::forward_iterator_tag","path":"iterator/iterator_tags","type":"Iterator"},{"name":"std::forward_list","path":"container/forward_list","type":"Containers"},{"name":"std::forward_list::assign","path":"container/forward_list/assign","type":"Containers"},{"name":"std::forward_list::before_begin","path":"container/forward_list/before_begin","type":"Containers"},{"name":"std::forward_list::begin","path":"container/forward_list/begin","type":"Containers"},{"name":"std::forward_list::cbegin","path":"container/forward_list/begin","type":"Containers"},{"name":"std::forward_list::cend","path":"container/forward_list/end","type":"Containers"},{"name":"std::forward_list::clear","path":"container/forward_list/clear","type":"Containers"},{"name":"std::forward_list::emplace_after","path":"container/forward_list/emplace_after","type":"Containers"},{"name":"std::forward_list::emplace_front","path":"container/forward_list/emplace_front","type":"Containers"},{"name":"std::forward_list::empty","path":"container/forward_list/empty","type":"Containers"},{"name":"std::forward_list::end","path":"container/forward_list/end","type":"Containers"},{"name":"std::forward_list::erase_after","path":"container/forward_list/erase_after","type":"Containers"},{"name":"std::forward_list::forward_list","path":"container/forward_list/forward_list","type":"Containers"},{"name":"std::forward_list::front","path":"container/forward_list/front","type":"Containers"},{"name":"std::forward_list::get_allocator","path":"container/forward_list/get_allocator","type":"Containers"},{"name":"std::forward_list::insert_after","path":"container/forward_list/insert_after","type":"Containers"},{"name":"std::forward_list::max_size","path":"container/forward_list/max_size","type":"Containers"},{"name":"std::forward_list::merge","path":"container/forward_list/merge","type":"Containers"},{"name":"std::forward_list::operator=","path":"container/forward_list/operator=","type":"Containers"},{"name":"std::forward_list::pop_front","path":"container/forward_list/pop_front","type":"Containers"},{"name":"std::forward_list::push_front","path":"container/forward_list/push_front","type":"Containers"},{"name":"std::forward_list::remove","path":"container/forward_list/remove","type":"Containers"},{"name":"std::forward_list::resize","path":"container/forward_list/resize","type":"Containers"},{"name":"std::forward_list::reverse","path":"container/forward_list/reverse","type":"Containers"},{"name":"std::forward_list::sort","path":"container/forward_list/sort","type":"Containers"},{"name":"std::forward_list::splice_after","path":"container/forward_list/splice_after","type":"Containers"},{"name":"std::forward_list::swap","path":"container/forward_list/swap","type":"Containers"},{"name":"std::forward_list::unique","path":"container/forward_list/unique","type":"Containers"},{"name":"std::forward_list::~forward_list","path":"container/forward_list/~forward_list","type":"Containers"},{"name":"std::for_each","path":"algorithm/for_each","type":"Algorithm"},{"name":"std::for_each_n","path":"algorithm/for_each_n","type":"Algorithm"},{"name":"std::fpclassify","path":"numeric/math/fpclassify","type":"Numerics"},{"name":"std::fpos","path":"io/fpos","type":"Input/output"},{"name":"std::fpos::state","path":"io/fpos/state","type":"Input/output"},{"name":"std::fprintf","path":"io/c/printf","type":"Input/output"},{"name":"std::fputc","path":"io/c/fputc","type":"Input/output"},{"name":"std::fputs","path":"io/c/fputs","type":"Input/output"},{"name":"std::fputwc","path":"io/c/fputwc","type":"Input/output"},{"name":"std::fputws","path":"io/c/fputws","type":"Input/output"},{"name":"std::fread","path":"io/c/fread","type":"Input/output"},{"name":"std::free","path":"memory/c/free","type":"Utilities"},{"name":"std::freopen","path":"io/c/freopen","type":"Input/output"},{"name":"std::frexp","path":"numeric/math/frexp","type":"Numerics"},{"name":"std::from_chars","path":"utility/from_chars","type":"Utilities"},{"name":"std::front_inserter","path":"iterator/front_inserter","type":"Iterator"},{"name":"std::front_insert_iterator","path":"iterator/front_insert_iterator","type":"Iterator"},{"name":"std::front_insert_iterator::front_insert_iterator","path":"iterator/front_insert_iterator/front_insert_iterator","type":"Iterator"},{"name":"std::front_insert_iterator::operator*","path":"iterator/front_insert_iterator/operator_star_","type":"Iterator"},{"name":"std::front_insert_iterator::operator++","path":"iterator/front_insert_iterator/operator_plus__plus_","type":"Iterator"},{"name":"std::front_insert_iterator::operator=","path":"iterator/front_insert_iterator/operator=","type":"Iterator"},{"name":"std::fscanf","path":"io/c/scanf","type":"Input/output"},{"name":"std::fseek","path":"io/c/fseek","type":"Input/output"},{"name":"std::fsetpos","path":"io/c/fsetpos","type":"Input/output"},{"name":"std::ftell","path":"io/c/ftell","type":"Input/output"},{"name":"std::function","path":"utility/functional/function","type":"Utilities"},{"name":"std::function::assign","path":"utility/functional/function/assign","type":"Utilities"},{"name":"std::function::function","path":"utility/functional/function/function","type":"Utilities"},{"name":"std::function::operator bool","path":"utility/functional/function/operator_bool","type":"Utilities"},{"name":"std::function::operator()","path":"utility/functional/function/operator()","type":"Utilities"},{"name":"std::function::operator=","path":"utility/functional/function/operator=","type":"Utilities"},{"name":"std::function::swap","path":"utility/functional/function/swap","type":"Utilities"},{"name":"std::function::target","path":"utility/functional/function/target","type":"Utilities"},{"name":"std::function::target_type","path":"utility/functional/function/target_type","type":"Utilities"},{"name":"std::function::~function","path":"utility/functional/function/~function","type":"Utilities"},{"name":"std::future","path":"thread/future","type":"Thread support"},{"name":"std::future::future","path":"thread/future/future","type":"Thread support"},{"name":"std::future::get","path":"thread/future/get","type":"Thread support"},{"name":"std::future::operator=","path":"thread/future/operator=","type":"Thread support"},{"name":"std::future::share","path":"thread/future/share","type":"Thread support"},{"name":"std::future::valid","path":"thread/future/valid","type":"Thread support"},{"name":"std::future::wait","path":"thread/future/wait","type":"Thread support"},{"name":"std::future::wait_for","path":"thread/future/wait_for","type":"Thread support"},{"name":"std::future::wait_until","path":"thread/future/wait_until","type":"Thread support"},{"name":"std::future::~future","path":"thread/future/~future","type":"Thread support"},{"name":"std::future_category","path":"thread/future_category","type":"Thread support"},{"name":"std::future_category","path":"thread/future/future_category","type":"Thread support"},{"name":"std::future_errc","path":"thread/future_errc","type":"Thread support"},{"name":"std::future_error","path":"thread/future_error","type":"Thread support"},{"name":"std::future_error::code","path":"thread/future_error/code","type":"Thread support"},{"name":"std::future_error::future_error","path":"thread/future_error/future_error","type":"Thread support"},{"name":"std::future_error::what","path":"thread/future_error/what","type":"Thread support"},{"name":"std::future_status","path":"thread/future_status","type":"Thread support"},{"name":"std::fwide","path":"io/c/fwide","type":"Input/output"},{"name":"std::fwprintf","path":"io/c/fwprintf","type":"Input/output"},{"name":"std::fwrite","path":"io/c/fwrite","type":"Input/output"},{"name":"std::fwscanf","path":"io/c/fwscanf","type":"Input/output"},{"name":"std::gamma_distribution","path":"numeric/random/gamma_distribution","type":"Numerics"},{"name":"std::gamma_distribution::alpha","path":"numeric/random/gamma_distribution/params","type":"Numerics"},{"name":"std::gamma_distribution::gamma_distribution","path":"numeric/random/gamma_distribution/gamma_distribution","type":"Numerics"},{"name":"std::gamma_distribution::max","path":"numeric/random/gamma_distribution/max","type":"Numerics"},{"name":"std::gamma_distribution::min","path":"numeric/random/gamma_distribution/min","type":"Numerics"},{"name":"std::gamma_distribution::operator()","path":"numeric/random/gamma_distribution/operator()","type":"Numerics"},{"name":"std::gamma_distribution::param","path":"numeric/random/gamma_distribution/param","type":"Numerics"},{"name":"std::gamma_distribution::reset","path":"numeric/random/gamma_distribution/reset","type":"Numerics"},{"name":"std::gcd","path":"numeric/gcd","type":"Numerics"},{"name":"std::generate","path":"algorithm/generate","type":"Algorithm"},{"name":"std::generate_canonical","path":"numeric/random/generate_canonical","type":"Numerics"},{"name":"std::generate_n","path":"algorithm/generate_n","type":"Algorithm"},{"name":"std::generic_category","path":"error/generic_category","type":"Utilities"},{"name":"std::geometric_distribution","path":"numeric/random/geometric_distribution","type":"Numerics"},{"name":"std::geometric_distribution::geometric_distribution","path":"numeric/random/geometric_distribution/geometric_distribution","type":"Numerics"},{"name":"std::geometric_distribution::max","path":"numeric/random/geometric_distribution/max","type":"Numerics"},{"name":"std::geometric_distribution::min","path":"numeric/random/geometric_distribution/min","type":"Numerics"},{"name":"std::geometric_distribution::operator()","path":"numeric/random/geometric_distribution/operator()","type":"Numerics"},{"name":"std::geometric_distribution::p","path":"numeric/random/geometric_distribution/p","type":"Numerics"},{"name":"std::geometric_distribution::param","path":"numeric/random/geometric_distribution/param","type":"Numerics"},{"name":"std::geometric_distribution::reset","path":"numeric/random/geometric_distribution/reset","type":"Numerics"},{"name":"std::get","path":"utility/variant/get","type":"Utilities"},{"name":"std::get(std::array)","path":"container/array/get","type":"Containers"},{"name":"std::get(std::pair)","path":"utility/pair/get","type":"Utilities"},{"name":"std::get(std::tuple)","path":"utility/tuple/get","type":"Utilities"},{"name":"std::getc","path":"io/c/fgetc","type":"Input/output"},{"name":"std::getchar","path":"io/c/getchar","type":"Input/output"},{"name":"std::getenv","path":"utility/program/getenv","type":"Utilities"},{"name":"std::getline","path":"string/basic_string/getline","type":"Strings"},{"name":"std::gets","path":"io/c/gets","type":"Input/output"},{"name":"std::getwchar","path":"io/c/getwchar","type":"Input/output"},{"name":"std::get_deleter","path":"memory/shared_ptr/get_deleter","type":"Utilities"},{"name":"std::get_if","path":"utility/variant/get_if","type":"Utilities"},{"name":"std::get_money","path":"io/manip/get_money","type":"Input/output"},{"name":"std::get_new_handler","path":"memory/new/get_new_handler","type":"Utilities"},{"name":"std::get_pointer_safety","path":"memory/gc/get_pointer_safety","type":"Utilities"},{"name":"std::get_temporary_buffer","path":"memory/get_temporary_buffer","type":"Utilities"},{"name":"std::get_terminate","path":"error/get_terminate","type":"Utilities"},{"name":"std::get_time","path":"io/manip/get_time","type":"Input/output"},{"name":"std::get_unexpected","path":"error/get_unexpected","type":"Utilities"},{"name":"std::gmtime","path":"chrono/c/gmtime","type":"Utilities"},{"name":"std::greater","path":"utility/functional/greater","type":"Utilities"},{"name":"std::greater<void>","path":"utility/functional/greater_void","type":"Utilities"},{"name":"std::greater_equal","path":"utility/functional/greater_equal","type":"Utilities"},{"name":"std::greater_equal<void>","path":"utility/functional/greater_equal_void","type":"Utilities"},{"name":"std::gslice","path":"numeric/valarray/gslice","type":"Numerics"},{"name":"std::gslice_array","path":"numeric/valarray/gslice_array","type":"Numerics"},{"name":"std::gslice_array::gslice_array","path":"numeric/valarray/gslice_array/gslice_array","type":"Numerics"},{"name":"std::gslice_array::operator=","path":"numeric/valarray/gslice_array/operator=","type":"Numerics"},{"name":"std::gslice_array::operators","path":"numeric/valarray/gslice_array/operator_arith","type":"Numerics"},{"name":"std::gslice_array::~gslice_array","path":"numeric/valarray/gslice_array/~gslice_array","type":"Numerics"},{"name":"std::hardware_constructive_interference_size","path":"thread/hardware_destructive_interference_size","type":"Thread support"},{"name":"std::hardware_destructive_interference_size","path":"thread/hardware_destructive_interference_size","type":"Thread support"},{"name":"std::hash","path":"string/basic_string/hash","type":"Strings"},{"name":"std::hash","path":"utility/hash","type":"Utilities"},{"name":"std::hash","path":"string/basic_string_view/hash","type":"Strings"},{"name":"std::hash","path":"utility/bitset/hash","type":"Utilities"},{"name":"std::hash","path":"container/vector_bool/hash","type":"Containers"},{"name":"std::hash <std::optional>","path":"utility/optional/hash","type":"Utilities"},{"name":"std::hash <std::unique_ptr>","path":"memory/unique_ptr/hash","type":"Utilities"},{"name":"std::hash <std::variant>","path":"utility/variant/hash","type":"Utilities"},{"name":"std::hash(std::shared_ptr)","path":"memory/shared_ptr/hash","type":"Utilities"},{"name":"std::hash::hash","path":"utility/hash/hash","type":"Utilities"},{"name":"std::hash<Key>::operator()","path":"utility/hash/operator()","type":"Utilities"},{"name":"std::hash<std::error_code>","path":"error/error_code/hash","type":"Utilities"},{"name":"std::hash<std::error_condition>","path":"error/error_condition/hash","type":"Utilities"},{"name":"std::hash<std::thread::id>","path":"thread/thread/id/hash","type":"Thread support"},{"name":"std::hash<std::type_index>","path":"types/type_index/hash","type":"Utilities"},{"name":"std::has_facet","path":"locale/has_facet","type":"Localizations"},{"name":"std::has_unique_object_representations","path":"types/has_unique_object_representations","type":"Utilities"},{"name":"std::has_virtual_destructor","path":"types/has_virtual_destructor","type":"Utilities"},{"name":"std::hermite","path":"numeric/special_math/hermite","type":"Numerics"},{"name":"std::hermitef","path":"numeric/special_math/hermite","type":"Numerics"},{"name":"std::hermitel","path":"numeric/special_math/hermite","type":"Numerics"},{"name":"std::hex","path":"io/manip/hex","type":"Input/output"},{"name":"std::hexfloat","path":"io/manip/fixed","type":"Input/output"},{"name":"std::holds_alternative","path":"utility/variant/holds_alternative","type":"Utilities"},{"name":"std::hypot","path":"numeric/math/hypot","type":"Numerics"},{"name":"std::ignore","path":"utility/tuple/ignore","type":"Utilities"},{"name":"std::ilogb","path":"numeric/math/ilogb","type":"Numerics"},{"name":"std::imag(std::complex)","path":"numeric/complex/imag2","type":"Numerics"},{"name":"std::imaxabs","path":"numeric/math/abs","type":"Numerics"},{"name":"std::includes","path":"algorithm/includes","type":"Algorithm"},{"name":"std::inclusive_scan","path":"algorithm/inclusive_scan","type":"Algorithm"},{"name":"std::independent_bits_engine","path":"numeric/random/independent_bits_engine","type":"Numerics"},{"name":"std::independent_bits_engine::base","path":"numeric/random/independent_bits_engine/base","type":"Numerics"},{"name":"std::independent_bits_engine::discard","path":"numeric/random/independent_bits_engine/discard","type":"Numerics"},{"name":"std::independent_bits_engine::independent_bits_engine","path":"numeric/random/independent_bits_engine/independent_bits_engine","type":"Numerics"},{"name":"std::independent_bits_engine::max","path":"numeric/random/independent_bits_engine/max","type":"Numerics"},{"name":"std::independent_bits_engine::min","path":"numeric/random/independent_bits_engine/min","type":"Numerics"},{"name":"std::independent_bits_engine::operator()","path":"numeric/random/independent_bits_engine/operator()","type":"Numerics"},{"name":"std::independent_bits_engine::seed","path":"numeric/random/independent_bits_engine/seed","type":"Numerics"},{"name":"std::indirect_array","path":"numeric/valarray/indirect_array","type":"Numerics"},{"name":"std::indirect_array::indirect_array","path":"numeric/valarray/indirect_array/indirect_array","type":"Numerics"},{"name":"std::indirect_array::operator=","path":"numeric/valarray/indirect_array/operator=","type":"Numerics"},{"name":"std::indirect_array::operators","path":"numeric/valarray/indirect_array/operator_arith","type":"Numerics"},{"name":"std::indirect_array::~indirect_array","path":"numeric/valarray/indirect_array/~indirect_array","type":"Numerics"},{"name":"std::initializer_list","path":"utility/initializer_list","type":"Utilities"},{"name":"std::initializer_list::begin","path":"utility/initializer_list/begin","type":"Utilities"},{"name":"std::initializer_list::end","path":"utility/initializer_list/end","type":"Utilities"},{"name":"std::initializer_list::initializer_list","path":"utility/initializer_list/initializer_list","type":"Utilities"},{"name":"std::initializer_list::size","path":"utility/initializer_list/size","type":"Utilities"},{"name":"std::inner_product","path":"algorithm/inner_product","type":"Algorithm"},{"name":"std::inplace_merge","path":"algorithm/inplace_merge","type":"Algorithm"},{"name":"std::input_iterator_tag","path":"iterator/iterator_tags","type":"Iterator"},{"name":"std::inserter","path":"iterator/inserter","type":"Iterator"},{"name":"std::insert_iterator","path":"iterator/insert_iterator","type":"Iterator"},{"name":"std::insert_iterator::insert_iterator","path":"iterator/insert_iterator/insert_iterator","type":"Iterator"},{"name":"std::insert_iterator::operator*","path":"iterator/insert_iterator/operator_star_","type":"Iterator"},{"name":"std::insert_iterator::operator++","path":"iterator/insert_iterator/operator_plus__plus_","type":"Iterator"},{"name":"std::insert_iterator::operator=","path":"iterator/insert_iterator/operator=","type":"Iterator"},{"name":"std::integer_sequence","path":"utility/integer_sequence","type":"Utilities"},{"name":"std::integral_constant","path":"types/integral_constant","type":"Utilities"},{"name":"std::internal","path":"io/manip/left","type":"Input/output"},{"name":"std::invalid_argument","path":"error/invalid_argument/invalid_argument","type":"Utilities"},{"name":"std::invoke","path":"utility/functional/invoke","type":"Utilities"},{"name":"std::invoke_result","path":"types/result_of","type":"Utilities"},{"name":"std::in_place","path":"utility/optional/in_place","type":"Utilities"},{"name":"std::in_place_index","path":"utility/optional/in_place","type":"Utilities"},{"name":"std::in_place_index_t","path":"utility/optional/in_place","type":"Utilities"},{"name":"std::in_place_t","path":"utility/optional/in_place","type":"Utilities"},{"name":"std::in_place_t","path":"utility/optional/in_place_t","type":"Utilities"},{"name":"std::in_place_type","path":"utility/optional/in_place","type":"Utilities"},{"name":"std::in_place_type_t","path":"utility/optional/in_place","type":"Utilities"},{"name":"std::iostream_category","path":"io/iostream_category","type":"Input/output"},{"name":"std::ios_base","path":"io/ios_base","type":"Input/output"},{"name":"std::ios_base::event","path":"io/ios_base/event","type":"Input/output"},{"name":"std::ios_base::event_callback","path":"io/ios_base/event_callback","type":"Input/output"},{"name":"std::ios_base::failure","path":"io/ios_base/failure","type":"Input/output"},{"name":"std::ios_base::flags","path":"io/ios_base/flags","type":"Input/output"},{"name":"std::ios_base::fmtflags","path":"io/ios_base/fmtflags","type":"Input/output"},{"name":"std::ios_base::getloc","path":"io/ios_base/getloc","type":"Input/output"},{"name":"std::ios_base::imbue","path":"io/ios_base/imbue","type":"Input/output"},{"name":"std::ios_base::Init","path":"io/ios_base/init","type":"Input/output"},{"name":"std::ios_base::iostate","path":"io/ios_base/iostate","type":"Input/output"},{"name":"std::ios_base::ios_base","path":"io/ios_base/ios_base","type":"Input/output"},{"name":"std::ios_base::iword","path":"io/ios_base/iword","type":"Input/output"},{"name":"std::ios_base::openmode","path":"io/ios_base/openmode","type":"Input/output"},{"name":"std::ios_base::precision","path":"io/ios_base/precision","type":"Input/output"},{"name":"std::ios_base::pword","path":"io/ios_base/pword","type":"Input/output"},{"name":"std::ios_base::register_callback","path":"io/ios_base/register_callback","type":"Input/output"},{"name":"std::ios_base::seekdir","path":"io/ios_base/seekdir","type":"Input/output"},{"name":"std::ios_base::setf","path":"io/ios_base/setf","type":"Input/output"},{"name":"std::ios_base::sync_with_stdio","path":"io/ios_base/sync_with_stdio","type":"Input/output"},{"name":"std::ios_base::unsetf","path":"io/ios_base/unsetf","type":"Input/output"},{"name":"std::ios_base::width","path":"io/ios_base/width","type":"Input/output"},{"name":"std::ios_base::xalloc","path":"io/ios_base/xalloc","type":"Input/output"},{"name":"std::ios_base::~ios_base","path":"io/ios_base/~ios_base","type":"Input/output"},{"name":"std::iota","path":"algorithm/iota","type":"Algorithm"},{"name":"std::io_errc","path":"io/io_errc","type":"Input/output"},{"name":"std::isalnum","path":"string/byte/isalnum","type":"Strings"},{"name":"std::isalnum(std::locale)","path":"locale/isalnum","type":"Localizations"},{"name":"std::isalpha","path":"string/byte/isalpha","type":"Strings"},{"name":"std::isalpha(std::locale)","path":"locale/isalpha","type":"Localizations"},{"name":"std::isblank","path":"string/byte/isblank","type":"Strings"},{"name":"std::isblank(std::locale)","path":"locale/isblank","type":"Localizations"},{"name":"std::iscntrl","path":"string/byte/iscntrl","type":"Strings"},{"name":"std::iscntrl(std::locale)","path":"locale/iscntrl","type":"Localizations"},{"name":"std::isdigit","path":"string/byte/isdigit","type":"Strings"},{"name":"std::isdigit(std::locale)","path":"locale/isdigit","type":"Localizations"},{"name":"std::isfinite","path":"numeric/math/isfinite","type":"Numerics"},{"name":"std::isgraph","path":"string/byte/isgraph","type":"Strings"},{"name":"std::isgraph(std::locale)","path":"locale/isgraph","type":"Localizations"},{"name":"std::isgreater","path":"numeric/math/isgreater","type":"Numerics"},{"name":"std::isgreaterequal","path":"numeric/math/isgreaterequal","type":"Numerics"},{"name":"std::isinf","path":"numeric/math/isinf","type":"Numerics"},{"name":"std::isless","path":"numeric/math/isless","type":"Numerics"},{"name":"std::islessequal","path":"numeric/math/islessequal","type":"Numerics"},{"name":"std::islessgreater","path":"numeric/math/islessgreater","type":"Numerics"},{"name":"std::islower","path":"string/byte/islower","type":"Strings"},{"name":"std::islower(std::locale)","path":"locale/islower","type":"Localizations"},{"name":"std::isnan","path":"numeric/math/isnan","type":"Numerics"},{"name":"std::isnormal","path":"numeric/math/isnormal","type":"Numerics"},{"name":"std::isprint","path":"string/byte/isprint","type":"Strings"},{"name":"std::isprint(std::locale)","path":"locale/isprint","type":"Localizations"},{"name":"std::ispunct","path":"string/byte/ispunct","type":"Strings"},{"name":"std::ispunct(std::locale)","path":"locale/ispunct","type":"Localizations"},{"name":"std::isspace","path":"string/byte/isspace","type":"Strings"},{"name":"std::isspace(std::locale)","path":"locale/isspace","type":"Localizations"},{"name":"std::istreambuf_iterator","path":"iterator/istreambuf_iterator","type":"Iterator"},{"name":"std::istreambuf_iterator::equal","path":"iterator/istreambuf_iterator/equal","type":"Iterator"},{"name":"std::istreambuf_iterator::istreambuf_iterator","path":"iterator/istreambuf_iterator/istreambuf_iterator","type":"Iterator"},{"name":"std::istreambuf_iterator::operators (int)","path":"iterator/istreambuf_iterator/operator_arith","type":"Iterator"},{"name":"std::istreambuf_iterator::operators (operator->)","path":"iterator/istreambuf_iterator/operator_star_","type":"Iterator"},{"name":"std::istream_iterator","path":"iterator/istream_iterator","type":"Iterator"},{"name":"std::istream_iterator::istream_iterator","path":"iterator/istream_iterator/istream_iterator","type":"Iterator"},{"name":"std::istream_iterator::operators (int)","path":"iterator/istream_iterator/operator_arith","type":"Iterator"},{"name":"std::istream_iterator::operators (operator->)","path":"iterator/istream_iterator/operator_star_","type":"Iterator"},{"name":"std::istream_iterator::~istream_iterator","path":"iterator/istream_iterator/~istream_iterator","type":"Iterator"},{"name":"std::istrstream","path":"io/istrstream","type":"Input/output"},{"name":"std::istrstream::istrstream","path":"io/istrstream/istrstream","type":"Input/output"},{"name":"std::istrstream::rdbuf","path":"io/istrstream/rdbuf","type":"Input/output"},{"name":"std::istrstream::str","path":"io/istrstream/str","type":"Input/output"},{"name":"std::istrstream::~istrstream","path":"io/istrstream/~istrstream","type":"Input/output"},{"name":"std::isunordered","path":"numeric/math/isunordered","type":"Numerics"},{"name":"std::isupper","path":"string/byte/isupper","type":"Strings"},{"name":"std::isupper(std::locale)","path":"locale/isupper","type":"Localizations"},{"name":"std::iswalnum","path":"string/wide/iswalnum","type":"Strings"},{"name":"std::iswalpha","path":"string/wide/iswalpha","type":"Strings"},{"name":"std::iswblank","path":"string/wide/iswblank","type":"Strings"},{"name":"std::iswcntrl","path":"string/wide/iswcntrl","type":"Strings"},{"name":"std::iswctype","path":"string/wide/iswctype","type":"Strings"},{"name":"std::iswdigit","path":"string/wide/iswdigit","type":"Strings"},{"name":"std::iswgraph","path":"string/wide/iswgraph","type":"Strings"},{"name":"std::iswlower","path":"string/wide/iswlower","type":"Strings"},{"name":"std::iswprint","path":"string/wide/iswprint","type":"Strings"},{"name":"std::iswpunct","path":"string/wide/iswpunct","type":"Strings"},{"name":"std::iswspace","path":"string/wide/iswspace","type":"Strings"},{"name":"std::iswupper","path":"string/wide/iswupper","type":"Strings"},{"name":"std::iswxdigit","path":"string/wide/iswxdigit","type":"Strings"},{"name":"std::isxdigit","path":"string/byte/isxdigit","type":"Strings"},{"name":"std::isxdigit(std::locale)","path":"locale/isxdigit","type":"Localizations"},{"name":"std::is_abstract","path":"types/is_abstract","type":"Utilities"},{"name":"std::is_aggregate","path":"types/is_aggregate","type":"Utilities"},{"name":"std::is_arithmetic","path":"types/is_arithmetic","type":"Utilities"},{"name":"std::is_array","path":"types/is_array","type":"Utilities"},{"name":"std::is_assignable","path":"types/is_assignable","type":"Utilities"},{"name":"std::is_base_of","path":"types/is_base_of","type":"Utilities"},{"name":"std::is_bind_expression","path":"utility/functional/is_bind_expression","type":"Utilities"},{"name":"std::is_class","path":"types/is_class","type":"Utilities"},{"name":"std::is_compound","path":"types/is_compound","type":"Utilities"},{"name":"std::is_const","path":"types/is_const","type":"Utilities"},{"name":"std::is_constructible","path":"types/is_constructible","type":"Utilities"},{"name":"std::is_convertible","path":"types/is_convertible","type":"Utilities"},{"name":"std::is_copy_assignable","path":"types/is_copy_assignable","type":"Utilities"},{"name":"std::is_copy_constructible","path":"types/is_copy_constructible","type":"Utilities"},{"name":"std::is_default_constructible","path":"types/is_default_constructible","type":"Utilities"},{"name":"std::is_destructible","path":"types/is_destructible","type":"Utilities"},{"name":"std::is_empty","path":"types/is_empty","type":"Utilities"},{"name":"std::is_enum","path":"types/is_enum","type":"Utilities"},{"name":"std::is_error_code_enum","path":"error/error_code/is_error_code_enum","type":"Utilities"},{"name":"std::is_error_code_enum<std::future_errc>","path":"thread/future_errc/is_error_code_enum","type":"Utilities"},{"name":"std::is_error_code_enum<std::io_errc>","path":"io/io_errc/is_error_code_enum","type":"Input/output"},{"name":"std::is_error_condition_enum","path":"error/error_condition/is_error_condition_enum","type":"Utilities"},{"name":"std::is_error_condition_enum<std::errc>","path":"error/errc/is_error_condition_enum","type":"Utilities"},{"name":"std::is_execution_policy","path":"algorithm/is_execution_policy","type":"Algorithm"},{"name":"std::is_final","path":"types/is_final","type":"Utilities"},{"name":"std::is_floating_point","path":"types/is_floating_point","type":"Utilities"},{"name":"std::is_function","path":"types/is_function","type":"Utilities"},{"name":"std::is_fundamental","path":"types/is_fundamental","type":"Utilities"},{"name":"std::is_heap","path":"algorithm/is_heap","type":"Algorithm"},{"name":"std::is_heap_until","path":"algorithm/is_heap_until","type":"Algorithm"},{"name":"std::is_integral","path":"types/is_integral","type":"Utilities"},{"name":"std::is_invocable","path":"types/is_invocable","type":"Utilities"},{"name":"std::is_invocable_r","path":"types/is_invocable","type":"Utilities"},{"name":"std::is_literal_type","path":"types/is_literal_type","type":"Utilities"},{"name":"std::is_lvalue_reference","path":"types/is_lvalue_reference","type":"Utilities"},{"name":"std::is_member_function_pointer","path":"types/is_member_function_pointer","type":"Utilities"},{"name":"std::is_member_object_pointer","path":"types/is_member_object_pointer","type":"Utilities"},{"name":"std::is_member_pointer","path":"types/is_member_pointer","type":"Utilities"},{"name":"std::is_move_assignable","path":"types/is_move_assignable","type":"Utilities"},{"name":"std::is_move_constructible","path":"types/is_move_constructible","type":"Utilities"},{"name":"std::is_nothrow_assignable","path":"types/is_assignable","type":"Utilities"},{"name":"std::is_nothrow_constructible","path":"types/is_constructible","type":"Utilities"},{"name":"std::is_nothrow_copy_assignable","path":"types/is_copy_assignable","type":"Utilities"},{"name":"std::is_nothrow_copy_constructible","path":"types/is_copy_constructible","type":"Utilities"},{"name":"std::is_nothrow_default_constructible","path":"types/is_default_constructible","type":"Utilities"},{"name":"std::is_nothrow_destructible","path":"types/is_destructible","type":"Utilities"},{"name":"std::is_nothrow_invocable","path":"types/is_invocable","type":"Utilities"},{"name":"std::is_nothrow_invocable_r","path":"types/is_invocable","type":"Utilities"},{"name":"std::is_nothrow_move_assignable","path":"types/is_move_assignable","type":"Utilities"},{"name":"std::is_nothrow_move_constructible","path":"types/is_move_constructible","type":"Utilities"},{"name":"std::is_nothrow_swappable","path":"types/is_swappable","type":"Utilities"},{"name":"std::is_nothrow_swappable_with","path":"types/is_swappable","type":"Utilities"},{"name":"std::is_null_pointer","path":"types/is_null_pointer","type":"Utilities"},{"name":"std::is_object","path":"types/is_object","type":"Utilities"},{"name":"std::is_partitioned","path":"algorithm/is_partitioned","type":"Algorithm"},{"name":"std::is_permutation","path":"algorithm/is_permutation","type":"Algorithm"},{"name":"std::is_placeholder","path":"utility/functional/is_placeholder","type":"Utilities"},{"name":"std::is_pod","path":"types/is_pod","type":"Utilities"},{"name":"std::is_pointer","path":"types/is_pointer","type":"Utilities"},{"name":"std::is_polymorphic","path":"types/is_polymorphic","type":"Utilities"},{"name":"std::is_reference","path":"types/is_reference","type":"Utilities"},{"name":"std::is_rvalue_reference","path":"types/is_rvalue_reference","type":"Utilities"},{"name":"std::is_same","path":"types/is_same","type":"Utilities"},{"name":"std::is_scalar","path":"types/is_scalar","type":"Utilities"},{"name":"std::is_signed","path":"types/is_signed","type":"Utilities"},{"name":"std::is_sorted","path":"algorithm/is_sorted","type":"Algorithm"},{"name":"std::is_sorted_until","path":"algorithm/is_sorted_until","type":"Algorithm"},{"name":"std::is_standard_layout","path":"types/is_standard_layout","type":"Utilities"},{"name":"std::is_swappable","path":"types/is_swappable","type":"Utilities"},{"name":"std::is_swappable_with","path":"types/is_swappable","type":"Utilities"},{"name":"std::is_trivial","path":"types/is_trivial","type":"Utilities"},{"name":"std::is_trivially_assignable","path":"types/is_assignable","type":"Utilities"},{"name":"std::is_trivially_constructible","path":"types/is_constructible","type":"Utilities"},{"name":"std::is_trivially_copyable","path":"types/is_trivially_copyable","type":"Utilities"},{"name":"std::is_trivially_copy_assignable","path":"types/is_copy_assignable","type":"Utilities"},{"name":"std::is_trivially_copy_constructible","path":"types/is_copy_constructible","type":"Utilities"},{"name":"std::is_trivially_default_constructible","path":"types/is_default_constructible","type":"Utilities"},{"name":"std::is_trivially_destructible","path":"types/is_destructible","type":"Utilities"},{"name":"std::is_trivially_move_assignable","path":"types/is_move_assignable","type":"Utilities"},{"name":"std::is_trivially_move_constructible","path":"types/is_move_constructible","type":"Utilities"},{"name":"std::is_union","path":"types/is_union","type":"Utilities"},{"name":"std::is_unsigned","path":"types/is_unsigned","type":"Utilities"},{"name":"std::is_void","path":"types/is_void","type":"Utilities"},{"name":"std::is_volatile","path":"types/is_volatile","type":"Utilities"},{"name":"std::iterator","path":"iterator/iterator","type":"Iterator"},{"name":"std::iterator_traits","path":"iterator/iterator_traits","type":"Iterator"},{"name":"std::iter_swap","path":"algorithm/iter_swap","type":"Algorithm"},{"name":"std::jmp_buf","path":"utility/program/jmp_buf","type":"Utilities"},{"name":"std::kill_dependency","path":"atomic/kill_dependency","type":"Atomic operations"},{"name":"std::labs","path":"numeric/math/abs","type":"Numerics"},{"name":"std::laguerre","path":"numeric/special_math/laguerre","type":"Numerics"},{"name":"std::laguerref","path":"numeric/special_math/laguerre","type":"Numerics"},{"name":"std::laguerrel","path":"numeric/special_math/laguerre","type":"Numerics"},{"name":"std::launch","path":"thread/launch","type":"Thread support"},{"name":"std::launder","path":"utility/launder","type":"Utilities"},{"name":"std::lcm","path":"numeric/lcm","type":"Numerics"},{"name":"std::lconv","path":"locale/lconv","type":"Localizations"},{"name":"std::ldexp","path":"numeric/math/ldexp","type":"Numerics"},{"name":"std::ldiv","path":"numeric/math/div","type":"Numerics"},{"name":"std::left","path":"io/manip/left","type":"Input/output"},{"name":"std::legendre","path":"numeric/special_math/legendre","type":"Numerics"},{"name":"std::legendref","path":"numeric/special_math/legendre","type":"Numerics"},{"name":"std::legendrel","path":"numeric/special_math/legendre","type":"Numerics"},{"name":"std::length_error","path":"error/length_error/length_error","type":"Utilities"},{"name":"std::less","path":"utility/functional/less","type":"Utilities"},{"name":"std::less<void>","path":"utility/functional/less_void","type":"Utilities"},{"name":"std::less_equal","path":"utility/functional/less_equal","type":"Utilities"},{"name":"std::less_equal<void>","path":"utility/functional/less_equal_void","type":"Utilities"},{"name":"std::lexicographical_compare","path":"algorithm/lexicographical_compare","type":"Algorithm"},{"name":"std::lgamma","path":"numeric/math/lgamma","type":"Numerics"},{"name":"std::linear_congruential_engine","path":"numeric/random/linear_congruential_engine","type":"Numerics"},{"name":"std::linear_congruential_engine::discard","path":"numeric/random/linear_congruential_engine/discard","type":"Numerics"},{"name":"std::linear_congruential_engine::linear_congruential_engine","path":"numeric/random/linear_congruential_engine/linear_congruential_engine","type":"Numerics"},{"name":"std::linear_congruential_engine::max","path":"numeric/random/linear_congruential_engine/max","type":"Numerics"},{"name":"std::linear_congruential_engine::min","path":"numeric/random/linear_congruential_engine/min","type":"Numerics"},{"name":"std::linear_congruential_engine::operator()","path":"numeric/random/linear_congruential_engine/operator()","type":"Numerics"},{"name":"std::linear_congruential_engine::seed","path":"numeric/random/linear_congruential_engine/seed","type":"Numerics"},{"name":"std::list","path":"container/list","type":"Containers"},{"name":"std::list::assign","path":"container/list/assign","type":"Containers"},{"name":"std::list::back","path":"container/list/back","type":"Containers"},{"name":"std::list::begin","path":"container/list/begin","type":"Containers"},{"name":"std::list::cbegin","path":"container/list/begin","type":"Containers"},{"name":"std::list::cend","path":"container/list/end","type":"Containers"},{"name":"std::list::clear","path":"container/list/clear","type":"Containers"},{"name":"std::list::crbegin","path":"container/list/rbegin","type":"Containers"},{"name":"std::list::crend","path":"container/list/rend","type":"Containers"},{"name":"std::list::emplace","path":"container/list/emplace","type":"Containers"},{"name":"std::list::emplace_back","path":"container/list/emplace_back","type":"Containers"},{"name":"std::list::emplace_front","path":"container/list/emplace_front","type":"Containers"},{"name":"std::list::empty","path":"container/list/empty","type":"Containers"},{"name":"std::list::end","path":"container/list/end","type":"Containers"},{"name":"std::list::erase","path":"container/list/erase","type":"Containers"},{"name":"std::list::front","path":"container/list/front","type":"Containers"},{"name":"std::list::get_allocator","path":"container/list/get_allocator","type":"Containers"},{"name":"std::list::insert","path":"container/list/insert","type":"Containers"},{"name":"std::list::list","path":"container/list/list","type":"Containers"},{"name":"std::list::max_size","path":"container/list/max_size","type":"Containers"},{"name":"std::list::merge","path":"container/list/merge","type":"Containers"},{"name":"std::list::operator=","path":"container/list/operator=","type":"Containers"},{"name":"std::list::pop_back","path":"container/list/pop_back","type":"Containers"},{"name":"std::list::pop_front","path":"container/list/pop_front","type":"Containers"},{"name":"std::list::push_back","path":"container/list/push_back","type":"Containers"},{"name":"std::list::push_front","path":"container/list/push_front","type":"Containers"},{"name":"std::list::rbegin","path":"container/list/rbegin","type":"Containers"},{"name":"std::list::remove","path":"container/list/remove","type":"Containers"},{"name":"std::list::rend","path":"container/list/rend","type":"Containers"},{"name":"std::list::resize","path":"container/list/resize","type":"Containers"},{"name":"std::list::reverse","path":"container/list/reverse","type":"Containers"},{"name":"std::list::size","path":"container/list/size","type":"Containers"},{"name":"std::list::sort","path":"container/list/sort","type":"Containers"},{"name":"std::list::splice","path":"container/list/splice","type":"Containers"},{"name":"std::list::swap","path":"container/list/swap","type":"Containers"},{"name":"std::list::unique","path":"container/list/unique","type":"Containers"},{"name":"std::list::~list","path":"container/list/~list","type":"Containers"},{"name":"std::literals::chrono_literals::operator\"\"h","path":"chrono/operator_q__q_h","type":"Utilities"},{"name":"std::literals::chrono_literals::operator\"\"min","path":"chrono/operator_q__q_min","type":"Utilities"},{"name":"std::literals::chrono_literals::operator\"\"ms","path":"chrono/operator_q__q_ms","type":"Utilities"},{"name":"std::literals::chrono_literals::operator\"\"ns","path":"chrono/operator_q__q_ns","type":"Utilities"},{"name":"std::literals::chrono_literals::operator\"\"s","path":"chrono/operator_q__q_s","type":"Utilities"},{"name":"std::literals::chrono_literals::operator\"\"us","path":"chrono/operator_q__q_us","type":"Utilities"},{"name":"std::literals::complex_literals::operators","path":"numeric/complex/operator_q__q_i","type":"Numerics"},{"name":"std::literals::string_literals::operator\"\"s","path":"string/basic_string/operator_q__q_s","type":"Strings"},{"name":"std::literals::string_view_literals::operator\"\"sv","path":"string/basic_string_view/operator_q__q_sv","type":"Strings"},{"name":"std::llabs","path":"numeric/math/abs","type":"Numerics"},{"name":"std::lldiv","path":"numeric/math/div","type":"Numerics"},{"name":"std::llrint","path":"numeric/math/rint","type":"Numerics"},{"name":"std::llround","path":"numeric/math/round","type":"Numerics"},{"name":"std::locale","path":"locale/locale","type":"Localizations"},{"name":"std::locale::classic","path":"locale/locale/classic","type":"Localizations"},{"name":"std::locale::combine","path":"locale/locale/combine","type":"Localizations"},{"name":"std::locale::facet","path":"locale/locale/facet","type":"Localizations"},{"name":"std::locale::facet::facet","path":"locale/locale/facet/facet","type":"Localizations"},{"name":"std::locale::global","path":"locale/locale/global","type":"Localizations"},{"name":"std::locale::id","path":"locale/locale/id","type":"Localizations"},{"name":"std::locale::id::id","path":"locale/locale/id/id","type":"Localizations"},{"name":"std::locale::locale","path":"locale/locale/locale","type":"Localizations"},{"name":"std::locale::name","path":"locale/locale/name","type":"Localizations"},{"name":"std::locale::operator()","path":"locale/locale/operator()","type":"Localizations"},{"name":"std::locale::operator=","path":"locale/locale/operator=","type":"Localizations"},{"name":"std::locale::operators (operator!=)","path":"locale/locale/operator_cmp","type":"Localizations"},{"name":"std::locale::~locale","path":"locale/locale/~locale","type":"Localizations"},{"name":"std::localeconv","path":"locale/localeconv","type":"Localizations"},{"name":"std::localtime","path":"chrono/c/localtime","type":"Utilities"},{"name":"std::lock","path":"thread/lock","type":"Thread support"},{"name":"std::lock_guard","path":"thread/lock_guard","type":"Thread support"},{"name":"std::lock_guard::lock_guard","path":"thread/lock_guard/lock_guard","type":"Thread support"},{"name":"std::lock_guard::~lock_guard","path":"thread/lock_guard/~lock_guard","type":"Thread support"},{"name":"std::log","path":"numeric/math/log","type":"Numerics"},{"name":"std::log(std::complex)","path":"numeric/complex/log","type":"Numerics"},{"name":"std::log(std::valarray)","path":"numeric/valarray/log","type":"Numerics"},{"name":"std::log10","path":"numeric/math/log10","type":"Numerics"},{"name":"std::log10(std::complex)","path":"numeric/complex/log10","type":"Numerics"},{"name":"std::log10(std::valarray)","path":"numeric/valarray/log10","type":"Numerics"},{"name":"std::log1p","path":"numeric/math/log1p","type":"Numerics"},{"name":"std::log2","path":"numeric/math/log2","type":"Numerics"},{"name":"std::logb","path":"numeric/math/logb","type":"Numerics"},{"name":"std::logical_and","path":"utility/functional/logical_and","type":"Utilities"},{"name":"std::logical_and<void>","path":"utility/functional/logical_and_void","type":"Utilities"},{"name":"std::logical_not","path":"utility/functional/logical_not","type":"Utilities"},{"name":"std::logical_not<void>","path":"utility/functional/logical_not_void","type":"Utilities"},{"name":"std::logical_or","path":"utility/functional/logical_or","type":"Utilities"},{"name":"std::logical_or<void>","path":"utility/functional/logical_or_void","type":"Utilities"},{"name":"std::logic_error","path":"error/logic_error/logic_error","type":"Utilities"},{"name":"std::lognormal_distribution","path":"numeric/random/lognormal_distribution","type":"Numerics"},{"name":"std::lognormal_distribution::lognormal_distribution","path":"numeric/random/lognormal_distribution/lognormal_distribution","type":"Numerics"},{"name":"std::lognormal_distribution::m","path":"numeric/random/lognormal_distribution/params","type":"Numerics"},{"name":"std::lognormal_distribution::max","path":"numeric/random/lognormal_distribution/max","type":"Numerics"},{"name":"std::lognormal_distribution::min","path":"numeric/random/lognormal_distribution/min","type":"Numerics"},{"name":"std::lognormal_distribution::operator()","path":"numeric/random/lognormal_distribution/operator()","type":"Numerics"},{"name":"std::lognormal_distribution::param","path":"numeric/random/lognormal_distribution/param","type":"Numerics"},{"name":"std::lognormal_distribution::reset","path":"numeric/random/lognormal_distribution/reset","type":"Numerics"},{"name":"std::longjmp","path":"utility/program/longjmp","type":"Utilities"},{"name":"std::lower_bound","path":"algorithm/lower_bound","type":"Algorithm"},{"name":"std::lrint","path":"numeric/math/rint","type":"Numerics"},{"name":"std::lround","path":"numeric/math/round","type":"Numerics"},{"name":"std::make_any","path":"utility/any/make_any","type":"Utilities"},{"name":"std::make_error_code(std::errc)","path":"error/errc/make_error_code","type":"Utilities"},{"name":"std::make_error_code(std::future_errc)","path":"thread/future_errc/make_error_code","type":"Thread support"},{"name":"std::make_error_code(std::io_errc)","path":"io/io_errc/make_error_code","type":"Input/output"},{"name":"std::make_error_condition(std::errc)","path":"error/errc/make_error_condition","type":"Utilities"},{"name":"std::make_error_condition(std::future_errc)","path":"thread/future_errc/make_error_condition","type":"Thread support"},{"name":"std::make_error_condition(std::io_errc)","path":"io/io_errc/make_error_condition","type":"Input/output"},{"name":"std::make_exception_ptr","path":"error/make_exception_ptr","type":"Utilities"},{"name":"std::make_from_tuple","path":"utility/make_from_tuple","type":"Utilities"},{"name":"std::make_heap","path":"algorithm/make_heap","type":"Algorithm"},{"name":"std::make_move_iterator","path":"iterator/make_move_iterator","type":"Iterator"},{"name":"std::make_optional","path":"utility/optional/make_optional","type":"Utilities"},{"name":"std::make_pair","path":"utility/pair/make_pair","type":"Utilities"},{"name":"std::make_reverse_iterator","path":"iterator/make_reverse_iterator","type":"Iterator"},{"name":"std::make_shared","path":"memory/shared_ptr/make_shared","type":"Utilities"},{"name":"std::make_signed","path":"types/make_signed","type":"Utilities"},{"name":"std::make_tuple","path":"utility/tuple/make_tuple","type":"Utilities"},{"name":"std::make_unique","path":"memory/unique_ptr/make_unique","type":"Utilities"},{"name":"std::make_unsigned","path":"types/make_unsigned","type":"Utilities"},{"name":"std::malloc","path":"memory/c/malloc","type":"Utilities"},{"name":"std::map","path":"container/map","type":"Containers"},{"name":"std::map::at","path":"container/map/at","type":"Containers"},{"name":"std::map::begin","path":"container/map/begin","type":"Containers"},{"name":"std::map::cbegin","path":"container/map/begin","type":"Containers"},{"name":"std::map::cend","path":"container/map/end","type":"Containers"},{"name":"std::map::clear","path":"container/map/clear","type":"Containers"},{"name":"std::map::count","path":"container/map/count","type":"Containers"},{"name":"std::map::crbegin","path":"container/map/rbegin","type":"Containers"},{"name":"std::map::crend","path":"container/map/rend","type":"Containers"},{"name":"std::map::emplace","path":"container/map/emplace","type":"Containers"},{"name":"std::map::emplace_hint","path":"container/map/emplace_hint","type":"Containers"},{"name":"std::map::empty","path":"container/map/empty","type":"Containers"},{"name":"std::map::end","path":"container/map/end","type":"Containers"},{"name":"std::map::equal_range","path":"container/map/equal_range","type":"Containers"},{"name":"std::map::erase","path":"container/map/erase","type":"Containers"},{"name":"std::map::extract","path":"container/map/extract","type":"Containers"},{"name":"std::map::find","path":"container/map/find","type":"Containers"},{"name":"std::map::get_allocator","path":"container/map/get_allocator","type":"Containers"},{"name":"std::map::insert","path":"container/map/insert","type":"Containers"},{"name":"std::map::insert_or_assign","path":"container/map/insert_or_assign","type":"Containers"},{"name":"std::map::key_comp","path":"container/map/key_comp","type":"Containers"},{"name":"std::map::lower_bound","path":"container/map/lower_bound","type":"Containers"},{"name":"std::map::map","path":"container/map/map","type":"Containers"},{"name":"std::map::max_size","path":"container/map/max_size","type":"Containers"},{"name":"std::map::merge","path":"container/map/merge","type":"Containers"},{"name":"std::map::operator=","path":"container/map/operator=","type":"Containers"},{"name":"std::map::operator[]","path":"container/map/operator_at","type":"Containers"},{"name":"std::map::rbegin","path":"container/map/rbegin","type":"Containers"},{"name":"std::map::rend","path":"container/map/rend","type":"Containers"},{"name":"std::map::size","path":"container/map/size","type":"Containers"},{"name":"std::map::swap","path":"container/map/swap","type":"Containers"},{"name":"std::map::try_emplace","path":"container/map/try_emplace","type":"Containers"},{"name":"std::map::upper_bound","path":"container/map/upper_bound","type":"Containers"},{"name":"std::map::value_comp","path":"container/map/value_comp","type":"Containers"},{"name":"std::map::value_compare","path":"container/map/value_compare","type":"Containers"},{"name":"std::map::~map","path":"container/map/~map","type":"Containers"},{"name":"std::mask_array","path":"numeric/valarray/mask_array","type":"Numerics"},{"name":"std::mask_array::mask_array","path":"numeric/valarray/mask_array/mask_array","type":"Numerics"},{"name":"std::mask_array::operator=","path":"numeric/valarray/mask_array/operator=","type":"Numerics"},{"name":"std::mask_array::operators","path":"numeric/valarray/mask_array/operator_arith","type":"Numerics"},{"name":"std::mask_array::~mask_array","path":"numeric/valarray/mask_array/~mask_array","type":"Numerics"},{"name":"std::match_results","path":"regex/match_results","type":"Regular expressions"},{"name":"std::match_results::begin","path":"regex/match_results/begin","type":"Regular expressions"},{"name":"std::match_results::cbegin","path":"regex/match_results/begin","type":"Regular expressions"},{"name":"std::match_results::cend","path":"regex/match_results/end","type":"Regular expressions"},{"name":"std::match_results::empty","path":"regex/match_results/empty","type":"Regular expressions"},{"name":"std::match_results::end","path":"regex/match_results/end","type":"Regular expressions"},{"name":"std::match_results::format","path":"regex/match_results/format","type":"Regular expressions"},{"name":"std::match_results::get_allocator","path":"regex/match_results/get_allocator","type":"Regular expressions"},{"name":"std::match_results::length","path":"regex/match_results/length","type":"Regular expressions"},{"name":"std::match_results::match_results","path":"regex/match_results/match_results","type":"Regular expressions"},{"name":"std::match_results::max_size","path":"regex/match_results/max_size","type":"Regular expressions"},{"name":"std::match_results::operator=","path":"regex/match_results/operator=","type":"Regular expressions"},{"name":"std::match_results::operator[]","path":"regex/match_results/operator_at","type":"Regular expressions"},{"name":"std::match_results::position","path":"regex/match_results/position","type":"Regular expressions"},{"name":"std::match_results::prefix","path":"regex/match_results/prefix","type":"Regular expressions"},{"name":"std::match_results::ready","path":"regex/match_results/ready","type":"Regular expressions"},{"name":"std::match_results::size","path":"regex/match_results/size","type":"Regular expressions"},{"name":"std::match_results::str","path":"regex/match_results/str","type":"Regular expressions"},{"name":"std::match_results::suffix","path":"regex/match_results/suffix","type":"Regular expressions"},{"name":"std::match_results::swap","path":"regex/match_results/swap","type":"Regular expressions"},{"name":"std::match_results::~match_results","path":"regex/match_results/~match_results","type":"Regular expressions"},{"name":"std::max","path":"algorithm/max","type":"Algorithm"},{"name":"std::max_align_t","path":"types/max_align_t","type":"Utilities"},{"name":"std::max_element","path":"algorithm/max_element","type":"Algorithm"},{"name":"std::mblen","path":"string/multibyte/mblen","type":"Strings"},{"name":"std::mbrlen","path":"string/multibyte/mbrlen","type":"Strings"},{"name":"std::mbrtoc16","path":"string/multibyte/mbrtoc16","type":"Strings"},{"name":"std::mbrtoc32","path":"string/multibyte/mbrtoc32","type":"Strings"},{"name":"std::mbrtowc","path":"string/multibyte/mbrtowc","type":"Strings"},{"name":"std::mbsinit","path":"string/multibyte/mbsinit","type":"Strings"},{"name":"std::mbsrtowcs","path":"string/multibyte/mbsrtowcs","type":"Strings"},{"name":"std::mbstate_t","path":"string/multibyte/mbstate_t","type":"Strings"},{"name":"std::mbstowcs","path":"string/multibyte/mbstowcs","type":"Strings"},{"name":"std::mbtowc","path":"string/multibyte/mbtowc","type":"Strings"},{"name":"std::memchr","path":"string/byte/memchr","type":"Strings"},{"name":"std::memcmp","path":"string/byte/memcmp","type":"Strings"},{"name":"std::memcpy","path":"string/byte/memcpy","type":"Strings"},{"name":"std::memmove","path":"string/byte/memmove","type":"Strings"},{"name":"std::memory_order","path":"atomic/memory_order","type":"Atomic operations"},{"name":"std::memset","path":"string/byte/memset","type":"Strings"},{"name":"std::mem_fn","path":"utility/functional/mem_fn","type":"Utilities"},{"name":"std::mem_fun","path":"utility/functional/mem_fun","type":"Utilities"},{"name":"std::mem_fun1_ref_t","path":"utility/functional/mem_fun_ref_t","type":"Utilities"},{"name":"std::mem_fun1_t","path":"utility/functional/mem_fun_t","type":"Utilities"},{"name":"std::mem_fun_ref","path":"utility/functional/mem_fun_ref","type":"Utilities"},{"name":"std::mem_fun_ref_t","path":"utility/functional/mem_fun_ref_t","type":"Utilities"},{"name":"std::mem_fun_t","path":"utility/functional/mem_fun_t","type":"Utilities"},{"name":"std::merge","path":"algorithm/merge","type":"Algorithm"},{"name":"std::mersenne_twister_engine","path":"numeric/random/mersenne_twister_engine","type":"Numerics"},{"name":"std::mersenne_twister_engine::discard","path":"numeric/random/mersenne_twister_engine/discard","type":"Numerics"},{"name":"std::mersenne_twister_engine::max","path":"numeric/random/mersenne_twister_engine/max","type":"Numerics"},{"name":"std::mersenne_twister_engine::mersenne_twister_engine","path":"numeric/random/mersenne_twister_engine/mersenne_twister_engine","type":"Numerics"},{"name":"std::mersenne_twister_engine::min","path":"numeric/random/mersenne_twister_engine/min","type":"Numerics"},{"name":"std::mersenne_twister_engine::operator()","path":"numeric/random/mersenne_twister_engine/operator()","type":"Numerics"},{"name":"std::mersenne_twister_engine::seed","path":"numeric/random/mersenne_twister_engine/seed","type":"Numerics"},{"name":"std::messages","path":"locale/messages","type":"Localizations"},{"name":"std::messages::close","path":"locale/messages/close","type":"Localizations"},{"name":"std::messages::do_close","path":"locale/messages/close","type":"Localizations"},{"name":"std::messages::do_open","path":"locale/messages/open","type":"Localizations"},{"name":"std::messages::get","path":"locale/messages/get","type":"Localizations"},{"name":"std::messages::messages","path":"locale/messages/messages","type":"Localizations"},{"name":"std::messages::open","path":"locale/messages/open","type":"Localizations"},{"name":"std::messages::~messages","path":"locale/messages/~messages","type":"Localizations"},{"name":"std::messages_base","path":"locale/messages_base","type":"Localizations"},{"name":"std::messages_byname","path":"locale/messages_byname","type":"Localizations"},{"name":"std::min","path":"algorithm/min","type":"Algorithm"},{"name":"std::minmax","path":"algorithm/minmax","type":"Algorithm"},{"name":"std::minmax_element","path":"algorithm/minmax_element","type":"Algorithm"},{"name":"std::minus","path":"utility/functional/minus","type":"Utilities"},{"name":"std::minus<void>","path":"utility/functional/minus_void","type":"Utilities"},{"name":"std::min_element","path":"algorithm/min_element","type":"Algorithm"},{"name":"std::mismatch","path":"algorithm/mismatch","type":"Algorithm"},{"name":"std::mktime","path":"chrono/c/mktime","type":"Utilities"},{"name":"std::modf","path":"numeric/math/modf","type":"Numerics"},{"name":"std::modulus","path":"utility/functional/modulus","type":"Utilities"},{"name":"std::modulus<void>","path":"utility/functional/modulus_void","type":"Utilities"},{"name":"std::moneypunct","path":"locale/moneypunct","type":"Localizations"},{"name":"std::moneypunct::curr_symbol","path":"locale/moneypunct/curr_symbol","type":"Localizations"},{"name":"std::moneypunct::decimal_point","path":"locale/moneypunct/decimal_point","type":"Localizations"},{"name":"std::moneypunct::frac_digits","path":"locale/moneypunct/frac_digits","type":"Localizations"},{"name":"std::moneypunct::grouping","path":"locale/moneypunct/grouping","type":"Localizations"},{"name":"std::moneypunct::moneypunct","path":"locale/moneypunct/moneypunct","type":"Localizations"},{"name":"std::moneypunct::positive_sign","path":"locale/moneypunct/positive_sign","type":"Localizations"},{"name":"std::moneypunct::pos_format","path":"locale/moneypunct/pos_format","type":"Localizations"},{"name":"std::moneypunct::thousands_sep","path":"locale/moneypunct/thousands_sep","type":"Localizations"},{"name":"std::moneypunct::~moneypunct","path":"locale/moneypunct/~moneypunct","type":"Localizations"},{"name":"std::moneypunct_byname","path":"locale/moneypunct_byname","type":"Localizations"},{"name":"std::money_base","path":"locale/money_base","type":"Localizations"},{"name":"std::money_get","path":"locale/money_get","type":"Localizations"},{"name":"std::money_get::get","path":"locale/money_get/get","type":"Localizations"},{"name":"std::money_get::money_get","path":"locale/money_get/money_get","type":"Localizations"},{"name":"std::money_get::~money_get","path":"locale/money_get/~money_get","type":"Localizations"},{"name":"std::money_put","path":"locale/money_put","type":"Localizations"},{"name":"std::money_put::money_put","path":"locale/money_put/money_put","type":"Localizations"},{"name":"std::money_put::put","path":"locale/money_put/put","type":"Localizations"},{"name":"std::money_put::~money_put","path":"locale/money_put/~money_put","type":"Localizations"},{"name":"std::monostate","path":"utility/variant/monostate","type":"Utilities"},{"name":"std::move","path":"algorithm/move","type":"Algorithm"},{"name":"std::move","path":"utility/move","type":"Utilities"},{"name":"std::move_backward","path":"algorithm/move_backward","type":"Algorithm"},{"name":"std::move_if_noexcept","path":"utility/move_if_noexcept","type":"Utilities"},{"name":"std::move_iterator","path":"iterator/move_iterator","type":"Iterator"},{"name":"std::move_iterator::base","path":"iterator/move_iterator/base","type":"Iterator"},{"name":"std::move_iterator::move_iterator","path":"iterator/move_iterator/move_iterator","type":"Iterator"},{"name":"std::move_iterator::operator=","path":"iterator/move_iterator/operator=","type":"Iterator"},{"name":"std::move_iterator::operators","path":"iterator/move_iterator/operator_star_","type":"Iterator"},{"name":"std::move_iterator::operators","path":"iterator/move_iterator/operator_arith","type":"Iterator"},{"name":"std::move_iterator::operator[]","path":"iterator/move_iterator/operator_at","type":"Iterator"},{"name":"std::multimap","path":"container/multimap","type":"Containers"},{"name":"std::multimap::begin","path":"container/multimap/begin","type":"Containers"},{"name":"std::multimap::cbegin","path":"container/multimap/begin","type":"Containers"},{"name":"std::multimap::cend","path":"container/multimap/end","type":"Containers"},{"name":"std::multimap::clear","path":"container/multimap/clear","type":"Containers"},{"name":"std::multimap::count","path":"container/multimap/count","type":"Containers"},{"name":"std::multimap::crbegin","path":"container/multimap/rbegin","type":"Containers"},{"name":"std::multimap::crend","path":"container/multimap/rend","type":"Containers"},{"name":"std::multimap::emplace","path":"container/multimap/emplace","type":"Containers"},{"name":"std::multimap::emplace_hint","path":"container/multimap/emplace_hint","type":"Containers"},{"name":"std::multimap::empty","path":"container/multimap/empty","type":"Containers"},{"name":"std::multimap::end","path":"container/multimap/end","type":"Containers"},{"name":"std::multimap::equal_range","path":"container/multimap/equal_range","type":"Containers"},{"name":"std::multimap::erase","path":"container/multimap/erase","type":"Containers"},{"name":"std::multimap::extract","path":"container/multimap/extract","type":"Containers"},{"name":"std::multimap::find","path":"container/multimap/find","type":"Containers"},{"name":"std::multimap::get_allocator","path":"container/multimap/get_allocator","type":"Containers"},{"name":"std::multimap::insert","path":"container/multimap/insert","type":"Containers"},{"name":"std::multimap::key_comp","path":"container/multimap/key_comp","type":"Containers"},{"name":"std::multimap::lower_bound","path":"container/multimap/lower_bound","type":"Containers"},{"name":"std::multimap::max_size","path":"container/multimap/max_size","type":"Containers"},{"name":"std::multimap::merge","path":"container/multimap/merge","type":"Containers"},{"name":"std::multimap::multimap","path":"container/multimap/multimap","type":"Containers"},{"name":"std::multimap::operator=","path":"container/multimap/operator=","type":"Containers"},{"name":"std::multimap::rbegin","path":"container/multimap/rbegin","type":"Containers"},{"name":"std::multimap::rend","path":"container/multimap/rend","type":"Containers"},{"name":"std::multimap::size","path":"container/multimap/size","type":"Containers"},{"name":"std::multimap::swap","path":"container/multimap/swap","type":"Containers"},{"name":"std::multimap::upper_bound","path":"container/multimap/upper_bound","type":"Containers"},{"name":"std::multimap::value_comp","path":"container/multimap/value_comp","type":"Containers"},{"name":"std::multimap::value_compare","path":"container/multimap/value_compare","type":"Containers"},{"name":"std::multimap::~multimap","path":"container/multimap/~multimap","type":"Containers"},{"name":"std::multiplies","path":"utility/functional/multiplies","type":"Utilities"},{"name":"std::multiplies<void>","path":"utility/functional/multiplies_void","type":"Utilities"},{"name":"std::multiset","path":"container/multiset","type":"Containers"},{"name":"std::multiset::begin","path":"container/multiset/begin","type":"Containers"},{"name":"std::multiset::cbegin","path":"container/multiset/begin","type":"Containers"},{"name":"std::multiset::cend","path":"container/multiset/end","type":"Containers"},{"name":"std::multiset::clear","path":"container/multiset/clear","type":"Containers"},{"name":"std::multiset::count","path":"container/multiset/count","type":"Containers"},{"name":"std::multiset::crbegin","path":"container/multiset/rbegin","type":"Containers"},{"name":"std::multiset::crend","path":"container/multiset/rend","type":"Containers"},{"name":"std::multiset::emplace","path":"container/multiset/emplace","type":"Containers"},{"name":"std::multiset::emplace_hint","path":"container/multiset/emplace_hint","type":"Containers"},{"name":"std::multiset::empty","path":"container/multiset/empty","type":"Containers"},{"name":"std::multiset::end","path":"container/multiset/end","type":"Containers"},{"name":"std::multiset::equal_range","path":"container/multiset/equal_range","type":"Containers"},{"name":"std::multiset::erase","path":"container/multiset/erase","type":"Containers"},{"name":"std::multiset::extract","path":"container/multiset/extract","type":"Containers"},{"name":"std::multiset::find","path":"container/multiset/find","type":"Containers"},{"name":"std::multiset::get_allocator","path":"container/multiset/get_allocator","type":"Containers"},{"name":"std::multiset::insert","path":"container/multiset/insert","type":"Containers"},{"name":"std::multiset::key_comp","path":"container/multiset/key_comp","type":"Containers"},{"name":"std::multiset::lower_bound","path":"container/multiset/lower_bound","type":"Containers"},{"name":"std::multiset::max_size","path":"container/multiset/max_size","type":"Containers"},{"name":"std::multiset::merge","path":"container/multiset/merge","type":"Containers"},{"name":"std::multiset::multiset","path":"container/multiset/multiset","type":"Containers"},{"name":"std::multiset::operator=","path":"container/multiset/operator=","type":"Containers"},{"name":"std::multiset::rbegin","path":"container/multiset/rbegin","type":"Containers"},{"name":"std::multiset::rend","path":"container/multiset/rend","type":"Containers"},{"name":"std::multiset::size","path":"container/multiset/size","type":"Containers"},{"name":"std::multiset::swap","path":"container/multiset/swap","type":"Containers"},{"name":"std::multiset::upper_bound","path":"container/multiset/upper_bound","type":"Containers"},{"name":"std::multiset::value_comp","path":"container/multiset/value_comp","type":"Containers"},{"name":"std::multiset::~multiset","path":"container/multiset/~multiset","type":"Containers"},{"name":"std::mutex","path":"thread/mutex","type":"Thread support"},{"name":"std::mutex::lock","path":"thread/mutex/lock","type":"Thread support"},{"name":"std::mutex::mutex","path":"thread/mutex/mutex","type":"Thread support"},{"name":"std::mutex::native_handle","path":"thread/mutex/native_handle","type":"Thread support"},{"name":"std::mutex::try_lock","path":"thread/mutex/try_lock","type":"Thread support"},{"name":"std::mutex::unlock","path":"thread/mutex/unlock","type":"Thread support"},{"name":"std::mutex::~mutex","path":"thread/mutex/~mutex","type":"Thread support"},{"name":"std::nan","path":"numeric/math/nan","type":"Numerics"},{"name":"std::nanf","path":"numeric/math/nan","type":"Numerics"},{"name":"std::nanl","path":"numeric/math/nan","type":"Numerics"},{"name":"std::nearbyint","path":"numeric/math/nearbyint","type":"Numerics"},{"name":"std::negate","path":"utility/functional/negate","type":"Utilities"},{"name":"std::negate<void>","path":"utility/functional/negate_void","type":"Utilities"},{"name":"std::negation","path":"types/negation","type":"Utilities"},{"name":"std::negative_binomial_distribution","path":"numeric/random/negative_binomial_distribution","type":"Numerics"},{"name":"std::negative_binomial_distribution::max","path":"numeric/random/negative_binomial_distribution/max","type":"Numerics"},{"name":"std::negative_binomial_distribution::min","path":"numeric/random/negative_binomial_distribution/min","type":"Numerics"},{"name":"std::negative_binomial_distribution::negative_binomial_distribution","path":"numeric/random/negative_binomial_distribution/negative_binomial_distribution","type":"Numerics"},{"name":"std::negative_binomial_distribution::operator()","path":"numeric/random/negative_binomial_distribution/operator()","type":"Numerics"},{"name":"std::negative_binomial_distribution::p","path":"numeric/random/negative_binomial_distribution/params","type":"Numerics"},{"name":"std::negative_binomial_distribution::param","path":"numeric/random/negative_binomial_distribution/param","type":"Numerics"},{"name":"std::negative_binomial_distribution::reset","path":"numeric/random/negative_binomial_distribution/reset","type":"Numerics"},{"name":"std::nested_exception","path":"error/nested_exception","type":"Utilities"},{"name":"std::nested_exception::nested_exception","path":"error/nested_exception/nested_exception","type":"Utilities"},{"name":"std::nested_exception::nested_ptr","path":"error/nested_exception/nested_ptr","type":"Utilities"},{"name":"std::nested_exception::operator=","path":"error/nested_exception/operator=","type":"Utilities"},{"name":"std::nested_exception::rethrow_nested","path":"error/nested_exception/rethrow_nested","type":"Utilities"},{"name":"std::nested_exception::~nested_exception","path":"error/nested_exception/~nested_exception","type":"Utilities"},{"name":"std::new_handler","path":"memory/new/new_handler","type":"Utilities"},{"name":"std::next","path":"iterator/next","type":"Iterator"},{"name":"std::nextafter","path":"numeric/math/nextafter","type":"Numerics"},{"name":"std::nexttoward","path":"numeric/math/nextafter","type":"Numerics"},{"name":"std::next_permutation","path":"algorithm/next_permutation","type":"Algorithm"},{"name":"std::noboolalpha","path":"io/manip/boolalpha","type":"Input/output"},{"name":"std::none_of","path":"algorithm/all_any_none_of","type":"Algorithm"},{"name":"std::norm(std::complex)","path":"numeric/complex/norm","type":"Numerics"},{"name":"std::normal_distribution","path":"numeric/random/normal_distribution","type":"Numerics"},{"name":"std::normal_distribution::max","path":"numeric/random/normal_distribution/max","type":"Numerics"},{"name":"std::normal_distribution::mean","path":"numeric/random/normal_distribution/params","type":"Numerics"},{"name":"std::normal_distribution::min","path":"numeric/random/normal_distribution/min","type":"Numerics"},{"name":"std::normal_distribution::normal_distribution","path":"numeric/random/normal_distribution/normal_distribution","type":"Numerics"},{"name":"std::normal_distribution::operator()","path":"numeric/random/normal_distribution/operator()","type":"Numerics"},{"name":"std::normal_distribution::param","path":"numeric/random/normal_distribution/param","type":"Numerics"},{"name":"std::normal_distribution::reset","path":"numeric/random/normal_distribution/reset","type":"Numerics"},{"name":"std::noshowbase","path":"io/manip/showbase","type":"Input/output"},{"name":"std::noshowpoint","path":"io/manip/showpoint","type":"Input/output"},{"name":"std::noshowpos","path":"io/manip/showpos","type":"Input/output"},{"name":"std::noskipws","path":"io/manip/skipws","type":"Input/output"},{"name":"std::not1","path":"utility/functional/not1","type":"Utilities"},{"name":"std::not2","path":"utility/functional/not2","type":"Utilities"},{"name":"std::nothrow","path":"memory/new/nothrow","type":"Utilities"},{"name":"std::nothrow_t","path":"memory/new/nothrow_t","type":"Utilities"},{"name":"std::notify_all_at_thread_exit","path":"thread/notify_all_at_thread_exit","type":"Thread support"},{"name":"std::not_equal_to","path":"utility/functional/not_equal_to","type":"Utilities"},{"name":"std::not_equal_to<void>","path":"utility/functional/not_equal_to_void","type":"Utilities"},{"name":"std::not_fn","path":"utility/functional/not_fn","type":"Utilities"},{"name":"std::nounitbuf","path":"io/manip/unitbuf","type":"Input/output"},{"name":"std::nouppercase","path":"io/manip/uppercase","type":"Input/output"},{"name":"std::nth_element","path":"algorithm/nth_element","type":"Algorithm"},{"name":"std::nullopt","path":"utility/optional/nullopt","type":"Utilities"},{"name":"std::nullopt_t","path":"utility/optional/nullopt_t","type":"Utilities"},{"name":"std::nullptr_t","path":"types/nullptr_t","type":"Utilities"},{"name":"std::numeric_limits","path":"types/numeric_limits","type":"Utilities"},{"name":"std::numeric_limits::denorm_min","path":"types/numeric_limits/denorm_min","type":"Utilities"},{"name":"std::numeric_limits::digits","path":"types/numeric_limits/digits","type":"Utilities"},{"name":"std::numeric_limits::digits10","path":"types/numeric_limits/digits10","type":"Utilities"},{"name":"std::numeric_limits::epsilon","path":"types/numeric_limits/epsilon","type":"Utilities"},{"name":"std::numeric_limits::has_denorm","path":"types/numeric_limits/has_denorm","type":"Utilities"},{"name":"std::numeric_limits::has_denorm_loss","path":"types/numeric_limits/has_denorm_loss","type":"Utilities"},{"name":"std::numeric_limits::has_infinity","path":"types/numeric_limits/has_infinity","type":"Utilities"},{"name":"std::numeric_limits::has_quiet_NaN","path":"types/numeric_limits/has_quiet_nan","type":"Utilities"},{"name":"std::numeric_limits::has_signaling_NaN","path":"types/numeric_limits/has_signaling_nan","type":"Utilities"},{"name":"std::numeric_limits::infinity","path":"types/numeric_limits/infinity","type":"Utilities"},{"name":"std::numeric_limits::is_bounded","path":"types/numeric_limits/is_bounded","type":"Utilities"},{"name":"std::numeric_limits::is_exact","path":"types/numeric_limits/is_exact","type":"Utilities"},{"name":"std::numeric_limits::is_iec559","path":"types/numeric_limits/is_iec559","type":"Utilities"},{"name":"std::numeric_limits::is_integer","path":"types/numeric_limits/is_integer","type":"Utilities"},{"name":"std::numeric_limits::is_modulo","path":"types/numeric_limits/is_modulo","type":"Utilities"},{"name":"std::numeric_limits::is_signed","path":"types/numeric_limits/is_signed","type":"Utilities"},{"name":"std::numeric_limits::is_specialized","path":"types/numeric_limits/is_specialized","type":"Utilities"},{"name":"std::numeric_limits::lowest","path":"types/numeric_limits/lowest","type":"Utilities"},{"name":"std::numeric_limits::max","path":"types/numeric_limits/max","type":"Utilities"},{"name":"std::numeric_limits::max_digits10","path":"types/numeric_limits/max_digits10","type":"Utilities"},{"name":"std::numeric_limits::max_exponent","path":"types/numeric_limits/max_exponent","type":"Utilities"},{"name":"std::numeric_limits::max_exponent10","path":"types/numeric_limits/max_exponent10","type":"Utilities"},{"name":"std::numeric_limits::min","path":"types/numeric_limits/min","type":"Utilities"},{"name":"std::numeric_limits::min_exponent","path":"types/numeric_limits/min_exponent","type":"Utilities"},{"name":"std::numeric_limits::min_exponent10","path":"types/numeric_limits/min_exponent10","type":"Utilities"},{"name":"std::numeric_limits::quiet_NaN","path":"types/numeric_limits/quiet_nan","type":"Utilities"},{"name":"std::numeric_limits::radix","path":"types/numeric_limits/radix","type":"Utilities"},{"name":"std::numeric_limits::round_error","path":"types/numeric_limits/round_error","type":"Utilities"},{"name":"std::numeric_limits::round_style","path":"types/numeric_limits/round_style","type":"Utilities"},{"name":"std::numeric_limits::signaling_NaN","path":"types/numeric_limits/signaling_nan","type":"Utilities"},{"name":"std::numeric_limits::tinyness_before","path":"types/numeric_limits/tinyness_before","type":"Utilities"},{"name":"std::numeric_limits::traps","path":"types/numeric_limits/traps","type":"Utilities"},{"name":"std::numpunct","path":"locale/numpunct","type":"Localizations"},{"name":"std::numpunct::decimal_point","path":"locale/numpunct/decimal_point","type":"Localizations"},{"name":"std::numpunct::grouping","path":"locale/numpunct/grouping","type":"Localizations"},{"name":"std::numpunct::numpunct","path":"locale/numpunct/numpunct","type":"Localizations"},{"name":"std::numpunct::thousands_sep","path":"locale/numpunct/thousands_sep","type":"Localizations"},{"name":"std::numpunct::truename","path":"locale/numpunct/truefalsename","type":"Localizations"},{"name":"std::numpunct::~numpunct","path":"locale/numpunct/~numpunct","type":"Localizations"},{"name":"std::numpunct_byname","path":"locale/numpunct_byname","type":"Localizations"},{"name":"std::num_get","path":"locale/num_get","type":"Localizations"},{"name":"std::num_get::do_get","path":"locale/num_get/get","type":"Localizations"},{"name":"std::num_get::get","path":"locale/num_get/get","type":"Localizations"},{"name":"std::num_get::num_get","path":"locale/num_get/num_get","type":"Localizations"},{"name":"std::num_get::~num_get","path":"locale/num_get/~num_get","type":"Localizations"},{"name":"std::num_put","path":"locale/num_put","type":"Localizations"},{"name":"std::num_put::do_put","path":"locale/num_put/put","type":"Localizations"},{"name":"std::num_put::num_put","path":"locale/num_put/num_put","type":"Localizations"},{"name":"std::num_put::put","path":"locale/num_put/put","type":"Localizations"},{"name":"std::num_put::~num_put","path":"locale/num_put/~num_put","type":"Localizations"},{"name":"std::oct","path":"io/manip/hex","type":"Input/output"},{"name":"std::once_flag","path":"thread/once_flag","type":"Thread support"},{"name":"std::operator+(std::basic_string)","path":"string/basic_string/operator_plus_","type":"Strings"},{"name":"std::operator<<(std::error_code)","path":"error/error_code/operator_ltlt","type":"Utilities"},{"name":"std::operators (std::error_code)","path":"error/error_code/operator_cmp","type":"Utilities"},{"name":"std::optional","path":"utility/optional","type":"Utilities"},{"name":"std::optional::emplace","path":"utility/optional/emplace","type":"Utilities"},{"name":"std::optional::has_value","path":"utility/optional/operator_bool","type":"Utilities"},{"name":"std::optional::operator*","path":"utility/optional/operator_star_","type":"Utilities"},{"name":"std::optional::operator=","path":"utility/optional/operator=","type":"Utilities"},{"name":"std::optional::operators","path":"utility/optional/operator_star_","type":"Utilities"},{"name":"std::optional::operators","path":"utility/optional/operator_bool","type":"Utilities"},{"name":"std::optional::optional","path":"utility/optional/optional","type":"Utilities"},{"name":"std::optional::reset","path":"utility/optional/reset","type":"Utilities"},{"name":"std::optional::swap","path":"utility/optional/swap","type":"Utilities"},{"name":"std::optional::value","path":"utility/optional/value","type":"Utilities"},{"name":"std::optional::value_or","path":"utility/optional/value_or","type":"Utilities"},{"name":"std::optional::~optional","path":"utility/optional/~optional","type":"Utilities"},{"name":"std::ostreambuf_iterator","path":"iterator/ostreambuf_iterator","type":"Iterator"},{"name":"std::ostreambuf_iterator::failed","path":"iterator/ostreambuf_iterator/failed","type":"Iterator"},{"name":"std::ostreambuf_iterator::operator*","path":"iterator/ostreambuf_iterator/operator_star_","type":"Iterator"},{"name":"std::ostreambuf_iterator::operator++","path":"iterator/ostreambuf_iterator/operator_arith","type":"Iterator"},{"name":"std::ostreambuf_iterator::operator=","path":"iterator/ostreambuf_iterator/operator=","type":"Iterator"},{"name":"std::ostreambuf_iterator::ostreambuf_iterator","path":"iterator/ostreambuf_iterator/ostreambuf_iterator","type":"Iterator"},{"name":"std::ostream_iterator","path":"iterator/ostream_iterator","type":"Iterator"},{"name":"std::ostream_iterator::operator*","path":"iterator/ostream_iterator/operator_star_","type":"Iterator"},{"name":"std::ostream_iterator::operator++","path":"iterator/ostream_iterator/operator_arith","type":"Iterator"},{"name":"std::ostream_iterator::operator=","path":"iterator/ostream_iterator/operator=","type":"Iterator"},{"name":"std::ostream_iterator::ostream_iterator","path":"iterator/ostream_iterator/ostream_iterator","type":"Iterator"},{"name":"std::ostream_iterator::~ostream_iterator","path":"iterator/ostream_iterator/~ostream_iterator","type":"Iterator"},{"name":"std::ostrstream","path":"io/ostrstream","type":"Input/output"},{"name":"std::ostrstream::freeze","path":"io/ostrstream/freeze","type":"Input/output"},{"name":"std::ostrstream::ostrstream","path":"io/ostrstream/ostrstream","type":"Input/output"},{"name":"std::ostrstream::pcount","path":"io/ostrstream/pcount","type":"Input/output"},{"name":"std::ostrstream::rdbuf","path":"io/ostrstream/rdbuf","type":"Input/output"},{"name":"std::ostrstream::str","path":"io/ostrstream/str","type":"Input/output"},{"name":"std::ostrstream::~ostrstream","path":"io/ostrstream/~ostrstream","type":"Input/output"},{"name":"std::output_iterator_tag","path":"iterator/iterator_tags","type":"Iterator"},{"name":"std::out_of_range","path":"error/out_of_range/out_of_range","type":"Utilities"},{"name":"std::overflow_error","path":"error/overflow_error/overflow_error","type":"Utilities"},{"name":"std::owner_less","path":"memory/owner_less_void","type":"Utilities"},{"name":"std::owner_less","path":"memory/owner_less","type":"Utilities"},{"name":"std::packaged_task","path":"thread/packaged_task","type":"Thread support"},{"name":"std::packaged_task::get_future","path":"thread/packaged_task/get_future","type":"Thread support"},{"name":"std::packaged_task::make_ready_at_thread_exit","path":"thread/packaged_task/make_ready_at_thread_exit","type":"Thread support"},{"name":"std::packaged_task::operator()","path":"thread/packaged_task/operator()","type":"Thread support"},{"name":"std::packaged_task::operator=","path":"thread/packaged_task/operator=","type":"Thread support"},{"name":"std::packaged_task::packaged_task","path":"thread/packaged_task/packaged_task","type":"Thread support"},{"name":"std::packaged_task::reset","path":"thread/packaged_task/reset","type":"Thread support"},{"name":"std::packaged_task::swap","path":"thread/packaged_task/swap","type":"Thread support"},{"name":"std::packaged_task::valid","path":"thread/packaged_task/valid","type":"Thread support"},{"name":"std::packaged_task::~packaged_task","path":"thread/packaged_task/~packaged_task","type":"Thread support"},{"name":"std::pair","path":"utility/pair","type":"Utilities"},{"name":"std::pair::operator=","path":"utility/pair/operator=","type":"Utilities"},{"name":"std::pair::pair","path":"utility/pair/pair","type":"Utilities"},{"name":"std::pair::swap","path":"utility/pair/swap","type":"Utilities"},{"name":"std::partial_sort","path":"algorithm/partial_sort","type":"Algorithm"},{"name":"std::partial_sort_copy","path":"algorithm/partial_sort_copy","type":"Algorithm"},{"name":"std::partial_sum","path":"algorithm/partial_sum","type":"Algorithm"},{"name":"std::partition","path":"algorithm/partition","type":"Algorithm"},{"name":"std::partition_copy","path":"algorithm/partition_copy","type":"Algorithm"},{"name":"std::partition_point","path":"algorithm/partition_point","type":"Algorithm"},{"name":"std::perror","path":"io/c/perror","type":"Input/output"},{"name":"std::piecewise_constant_distribution","path":"numeric/random/piecewise_constant_distribution","type":"Numerics"},{"name":"std::piecewise_constant_distribution::intervals","path":"numeric/random/piecewise_constant_distribution/params","type":"Numerics"},{"name":"std::piecewise_constant_distribution::max","path":"numeric/random/piecewise_constant_distribution/max","type":"Numerics"},{"name":"std::piecewise_constant_distribution::min","path":"numeric/random/piecewise_constant_distribution/min","type":"Numerics"},{"name":"std::piecewise_constant_distribution::operator()","path":"numeric/random/piecewise_constant_distribution/operator()","type":"Numerics"},{"name":"std::piecewise_constant_distribution::param","path":"numeric/random/piecewise_constant_distribution/param","type":"Numerics"},{"name":"std::piecewise_constant_distribution::piecewise_constant_distribution","path":"numeric/random/piecewise_constant_distribution/piecewise_constant_distribution","type":"Numerics"},{"name":"std::piecewise_constant_distribution::reset","path":"numeric/random/piecewise_constant_distribution/reset","type":"Numerics"},{"name":"std::piecewise_construct","path":"utility/piecewise_construct","type":"Utilities"},{"name":"std::piecewise_construct_t","path":"utility/piecewise_construct_t","type":"Utilities"},{"name":"std::piecewise_linear_distribution","path":"numeric/random/piecewise_linear_distribution","type":"Numerics"},{"name":"std::piecewise_linear_distribution::intervals","path":"numeric/random/piecewise_linear_distribution/params","type":"Numerics"},{"name":"std::piecewise_linear_distribution::max","path":"numeric/random/piecewise_linear_distribution/max","type":"Numerics"},{"name":"std::piecewise_linear_distribution::min","path":"numeric/random/piecewise_linear_distribution/min","type":"Numerics"},{"name":"std::piecewise_linear_distribution::operator()","path":"numeric/random/piecewise_linear_distribution/operator()","type":"Numerics"},{"name":"std::piecewise_linear_distribution::param","path":"numeric/random/piecewise_linear_distribution/param","type":"Numerics"},{"name":"std::piecewise_linear_distribution::piecewise_linear_distribution","path":"numeric/random/piecewise_linear_distribution/piecewise_linear_distribution","type":"Numerics"},{"name":"std::piecewise_linear_distribution::reset","path":"numeric/random/piecewise_linear_distribution/reset","type":"Numerics"},{"name":"std::placeholders::_1","path":"utility/functional/placeholders","type":"Utilities"},{"name":"std::placeholders::_2","path":"utility/functional/placeholders","type":"Utilities"},{"name":"std::placeholders::_N","path":"utility/functional/placeholders","type":"Utilities"},{"name":"std::plus","path":"utility/functional/plus","type":"Utilities"},{"name":"std::plus<void>","path":"utility/functional/plus_void","type":"Utilities"},{"name":"std::pmr::get_default_resource","path":"memory/get_default_resource","type":"Utilities"},{"name":"std::pmr::memory_resource","path":"memory/memory_resource","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::allocate","path":"memory/memory_resource/allocate","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::deallocate","path":"memory/memory_resource/deallocate","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::do_allocate","path":"memory/memory_resource/do_allocate","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::do_deallocate","path":"memory/memory_resource/do_deallocate","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::do_is_equal","path":"memory/memory_resource/do_is_equal","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::is_equal","path":"memory/memory_resource/is_equal","type":"Dynamic memory management"},{"name":"std::pmr::memory_resource::memory_resource","path":"memory/memory_resource/memory_resource","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource","path":"memory/monotonic_buffer_resource","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::do_allocate","path":"memory/monotonic_buffer_resource/do_allocate","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::do_deallocate","path":"memory/monotonic_buffer_resource/do_deallocate","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::do_is_equal","path":"memory/monotonic_buffer_resource/do_is_equal","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::monotonic_buffer_resource","path":"memory/monotonic_buffer_resource/monotonic_buffer_resource","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::release","path":"memory/monotonic_buffer_resource/release","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::upstream_resource","path":"memory/monotonic_buffer_resource/upstream_resource","type":"Dynamic memory management"},{"name":"std::pmr::monotonic_buffer_resource::~monotonic_buffer_resource","path":"memory/monotonic_buffer_resource/~monotonic_buffer_resource","type":"Dynamic memory management"},{"name":"std::pmr::new_delete_resource","path":"memory/new_delete_resource","type":"Utilities"},{"name":"std::pmr::null_memory_resource","path":"memory/null_memory_resource","type":"Utilities"},{"name":"std::pmr::operator!=","path":"memory/memory_resource/operator_eq","type":"Dynamic memory management"},{"name":"std::pmr::operator!=","path":"memory/polymorphic_allocator/operator_eq","type":"Dynamic memory management"},{"name":"std::pmr::operators (std::pmr::operator!=)","path":"memory/memory_resource/operator_eq","type":"Dynamic memory management"},{"name":"std::pmr::operators (std::pmr::operator!=)","path":"memory/polymorphic_allocator/operator_eq","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator","path":"memory/polymorphic_allocator","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::allocate","path":"memory/polymorphic_allocator/allocate","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::construct","path":"memory/polymorphic_allocator/construct","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::deallocate","path":"memory/polymorphic_allocator/deallocate","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::destroy","path":"memory/polymorphic_allocator/destroy","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::polymorphic_allocator","path":"memory/polymorphic_allocator/polymorphic_allocator","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::resource","path":"memory/polymorphic_allocator/resource","type":"Dynamic memory management"},{"name":"std::pmr::polymorphic_allocator::select_on_container_copy_construction","path":"memory/polymorphic_allocator/select_on_container_copy_construction","type":"Dynamic memory management"},{"name":"std::pmr::pool_options","path":"memory/pool_options","type":"Utilities"},{"name":"std::pmr::set_default_resource","path":"memory/set_default_resource","type":"Utilities"},{"name":"std::pmr::synchronized_pool_resource","path":"memory/synchronized_pool_resource","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::do_allocate","path":"memory/synchronized_pool_resource/do_allocate","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::do_deallocate","path":"memory/synchronized_pool_resource/do_deallocate","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::do_is_equal","path":"memory/synchronized_pool_resource/do_is_equal","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::options","path":"memory/synchronized_pool_resource/options","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::release","path":"memory/synchronized_pool_resource/release","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::synchronized_pool_resource","path":"memory/synchronized_pool_resource/synchronized_pool_resource","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::upstream_resource","path":"memory/synchronized_pool_resource/upstream_resource","type":"Dynamic memory management"},{"name":"std::pmr::synchronized_pool_resource::~synchronized_pool_resource","path":"memory/synchronized_pool_resource/~synchronized_pool_resource","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource","path":"memory/unsynchronized_pool_resource","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::do_allocate","path":"memory/unsynchronized_pool_resource/do_allocate","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::do_deallocate","path":"memory/unsynchronized_pool_resource/do_deallocate","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::do_is_equal","path":"memory/unsynchronized_pool_resource/do_is_equal","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::options","path":"memory/unsynchronized_pool_resource/options","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::release","path":"memory/unsynchronized_pool_resource/release","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::unsynchronized_pool_resource","path":"memory/unsynchronized_pool_resource/unsynchronized_pool_resource","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::upstream_resource","path":"memory/unsynchronized_pool_resource/upstream_resource","type":"Dynamic memory management"},{"name":"std::pmr::unsynchronized_pool_resource::~unsynchronized_pool_resource","path":"memory/unsynchronized_pool_resource/~unsynchronized_pool_resource","type":"Dynamic memory management"},{"name":"std::pointer_safety","path":"memory/gc/pointer_safety","type":"Utilities"},{"name":"std::pointer_to_binary_function","path":"utility/functional/pointer_to_binary_function","type":"Utilities"},{"name":"std::pointer_to_unary_function","path":"utility/functional/pointer_to_unary_function","type":"Utilities"},{"name":"std::pointer_traits","path":"memory/pointer_traits","type":"Utilities"},{"name":"std::pointer_traits::pointer_to","path":"memory/pointer_traits/pointer_to","type":"Dynamic memory management"},{"name":"std::poisson_distribution","path":"numeric/random/poisson_distribution","type":"Numerics"},{"name":"std::poisson_distribution::max","path":"numeric/random/poisson_distribution/max","type":"Numerics"},{"name":"std::poisson_distribution::mean","path":"numeric/random/poisson_distribution/mean","type":"Numerics"},{"name":"std::poisson_distribution::min","path":"numeric/random/poisson_distribution/min","type":"Numerics"},{"name":"std::poisson_distribution::operator()","path":"numeric/random/poisson_distribution/operator()","type":"Numerics"},{"name":"std::poisson_distribution::param","path":"numeric/random/poisson_distribution/param","type":"Numerics"},{"name":"std::poisson_distribution::poisson_distribution","path":"numeric/random/poisson_distribution/poisson_distribution","type":"Numerics"},{"name":"std::poisson_distribution::reset","path":"numeric/random/poisson_distribution/reset","type":"Numerics"},{"name":"std::polar(std::complex)","path":"numeric/complex/polar","type":"Numerics"},{"name":"std::pop_heap","path":"algorithm/pop_heap","type":"Algorithm"},{"name":"std::pow","path":"numeric/math/pow","type":"Numerics"},{"name":"std::pow(std::complex)","path":"numeric/complex/pow","type":"Numerics"},{"name":"std::pow(std::valarray)","path":"numeric/valarray/pow","type":"Numerics"},{"name":"std::prev","path":"iterator/prev","type":"Iterator"},{"name":"std::prev_permutation","path":"algorithm/prev_permutation","type":"Algorithm"},{"name":"std::printf","path":"io/c/printf","type":"Input/output"},{"name":"std::priority_queue","path":"container/priority_queue","type":"Containers"},{"name":"std::priority_queue::emplace","path":"container/priority_queue/emplace","type":"Containers"},{"name":"std::priority_queue::empty","path":"container/priority_queue/empty","type":"Containers"},{"name":"std::priority_queue::operator=","path":"container/priority_queue/operator=","type":"Containers"},{"name":"std::priority_queue::pop","path":"container/priority_queue/pop","type":"Containers"},{"name":"std::priority_queue::priority_queue","path":"container/priority_queue/priority_queue","type":"Containers"},{"name":"std::priority_queue::push","path":"container/priority_queue/push","type":"Containers"},{"name":"std::priority_queue::size","path":"container/priority_queue/size","type":"Containers"},{"name":"std::priority_queue::swap","path":"container/priority_queue/swap","type":"Containers"},{"name":"std::priority_queue::top","path":"container/priority_queue/top","type":"Containers"},{"name":"std::priority_queue::~priority_queue","path":"container/priority_queue/~priority_queue","type":"Containers"},{"name":"std::proj(std::complex)","path":"numeric/complex/proj","type":"Numerics"},{"name":"std::promise","path":"thread/promise","type":"Thread support"},{"name":"std::promise::get_future","path":"thread/promise/get_future","type":"Thread support"},{"name":"std::promise::operator=","path":"thread/promise/operator=","type":"Thread support"},{"name":"std::promise::promise","path":"thread/promise/promise","type":"Thread support"},{"name":"std::promise::set_exception","path":"thread/promise/set_exception","type":"Thread support"},{"name":"std::promise::set_exception_at_thread_exit","path":"thread/promise/set_exception_at_thread_exit","type":"Thread support"},{"name":"std::promise::set_value","path":"thread/promise/set_value","type":"Thread support"},{"name":"std::promise::set_value_at_thread_exit","path":"thread/promise/set_value_at_thread_exit","type":"Thread support"},{"name":"std::promise::swap","path":"thread/promise/swap","type":"Thread support"},{"name":"std::promise::~promise","path":"thread/promise/~promise","type":"Thread support"},{"name":"std::ptrdiff_t","path":"types/ptrdiff_t","type":"Utilities"},{"name":"std::ptr_fun","path":"utility/functional/ptr_fun","type":"Utilities"},{"name":"std::push_heap","path":"algorithm/push_heap","type":"Algorithm"},{"name":"std::putc","path":"io/c/fputc","type":"Input/output"},{"name":"std::putchar","path":"io/c/putchar","type":"Input/output"},{"name":"std::puts","path":"io/c/puts","type":"Input/output"},{"name":"std::putwchar","path":"io/c/putwchar","type":"Input/output"},{"name":"std::put_money","path":"io/manip/put_money","type":"Input/output"},{"name":"std::put_time","path":"io/manip/put_time","type":"Input/output"},{"name":"std::qsort","path":"algorithm/qsort","type":"Algorithm"},{"name":"std::queue","path":"container/queue","type":"Containers"},{"name":"std::queue::back","path":"container/queue/back","type":"Containers"},{"name":"std::queue::emplace","path":"container/queue/emplace","type":"Containers"},{"name":"std::queue::empty","path":"container/queue/empty","type":"Containers"},{"name":"std::queue::front","path":"container/queue/front","type":"Containers"},{"name":"std::queue::operator=","path":"container/queue/operator=","type":"Containers"},{"name":"std::queue::pop","path":"container/queue/pop","type":"Containers"},{"name":"std::queue::push","path":"container/queue/push","type":"Containers"},{"name":"std::queue::queue","path":"container/queue/queue","type":"Containers"},{"name":"std::queue::size","path":"container/queue/size","type":"Containers"},{"name":"std::queue::swap","path":"container/queue/swap","type":"Containers"},{"name":"std::queue::~queue","path":"container/queue/~queue","type":"Containers"},{"name":"std::quick_exit","path":"utility/program/quick_exit","type":"Utilities"},{"name":"std::quoted","path":"io/manip/quoted","type":"Input/output"},{"name":"std::raise","path":"utility/program/raise","type":"Utilities"},{"name":"std::rand","path":"numeric/random/rand","type":"Numerics"},{"name":"std::random_access_iterator_tag","path":"iterator/iterator_tags","type":"Iterator"},{"name":"std::random_device","path":"numeric/random/random_device","type":"Numerics"},{"name":"std::random_device::entropy","path":"numeric/random/random_device/entropy","type":"Numerics"},{"name":"std::random_device::max","path":"numeric/random/random_device/max","type":"Numerics"},{"name":"std::random_device::min","path":"numeric/random/random_device/min","type":"Numerics"},{"name":"std::random_device::operator()","path":"numeric/random/random_device/operator()","type":"Numerics"},{"name":"std::random_device::random_device","path":"numeric/random/random_device/random_device","type":"Numerics"},{"name":"std::random_shuffle","path":"algorithm/random_shuffle","type":"Algorithm"},{"name":"std::range_error","path":"error/range_error/range_error","type":"Utilities"},{"name":"std::rank","path":"types/rank","type":"Utilities"},{"name":"std::ratio","path":"numeric/ratio/ratio","type":"Numerics"},{"name":"std::ratio_add","path":"numeric/ratio/ratio_add","type":"Numerics"},{"name":"std::ratio_divide","path":"numeric/ratio/ratio_divide","type":"Numerics"},{"name":"std::ratio_equal","path":"numeric/ratio/ratio_equal","type":"Numerics"},{"name":"std::ratio_greater","path":"numeric/ratio/ratio_greater","type":"Numerics"},{"name":"std::ratio_greater_equal","path":"numeric/ratio/ratio_greater_equal","type":"Numerics"},{"name":"std::ratio_less","path":"numeric/ratio/ratio_less","type":"Numerics"},{"name":"std::ratio_less_equal","path":"numeric/ratio/ratio_less_equal","type":"Numerics"},{"name":"std::ratio_multiply","path":"numeric/ratio/ratio_multiply","type":"Numerics"},{"name":"std::ratio_not_equal","path":"numeric/ratio/ratio_not_equal","type":"Numerics"},{"name":"std::ratio_subtract","path":"numeric/ratio/ratio_subtract","type":"Numerics"},{"name":"std::raw_storage_iterator","path":"memory/raw_storage_iterator","type":"Dynamic memory management"},{"name":"std::raw_storage_iterator::base","path":"memory/raw_storage_iterator/base","type":"Dynamic memory management"},{"name":"std::raw_storage_iterator::operator*","path":"memory/raw_storage_iterator/operator_star_","type":"Dynamic memory management"},{"name":"std::raw_storage_iterator::operator=","path":"memory/raw_storage_iterator/operator=","type":"Dynamic memory management"},{"name":"std::raw_storage_iterator::operators (int)","path":"memory/raw_storage_iterator/operator_arith","type":"Dynamic memory management"},{"name":"std::raw_storage_iterator::raw_storage_iterator","path":"memory/raw_storage_iterator/raw_storage_iterator","type":"Dynamic memory management"},{"name":"std::rbegin","path":"iterator/rbegin","type":"Iterator"},{"name":"std::rbegin(std::initializer_list)","path":"utility/initializer_list/rbegin2","type":"Utilities"},{"name":"std::real(std::complex)","path":"numeric/complex/real2","type":"Numerics"},{"name":"std::realloc","path":"memory/c/realloc","type":"Utilities"},{"name":"std::recursive_mutex","path":"thread/recursive_mutex","type":"Thread support"},{"name":"std::recursive_mutex::lock","path":"thread/recursive_mutex/lock","type":"Thread support"},{"name":"std::recursive_mutex::native_handle","path":"thread/recursive_mutex/native_handle","type":"Thread support"},{"name":"std::recursive_mutex::recursive_mutex","path":"thread/recursive_mutex/recursive_mutex","type":"Thread support"},{"name":"std::recursive_mutex::try_lock","path":"thread/recursive_mutex/try_lock","type":"Thread support"},{"name":"std::recursive_mutex::unlock","path":"thread/recursive_mutex/unlock","type":"Thread support"},{"name":"std::recursive_mutex::~recursive_mutex","path":"thread/recursive_mutex/~recursive_mutex","type":"Thread support"},{"name":"std::recursive_timed_mutex","path":"thread/recursive_timed_mutex","type":"Thread support"},{"name":"std::recursive_timed_mutex::lock","path":"thread/recursive_timed_mutex/lock","type":"Thread support"},{"name":"std::recursive_timed_mutex::native_handle","path":"thread/recursive_timed_mutex/native_handle","type":"Thread support"},{"name":"std::recursive_timed_mutex::recursive_timed_mutex","path":"thread/recursive_timed_mutex/recursive_timed_mutex","type":"Thread support"},{"name":"std::recursive_timed_mutex::try_lock","path":"thread/recursive_timed_mutex/try_lock","type":"Thread support"},{"name":"std::recursive_timed_mutex::try_lock_for","path":"thread/recursive_timed_mutex/try_lock_for","type":"Thread support"},{"name":"std::recursive_timed_mutex::try_lock_until","path":"thread/recursive_timed_mutex/try_lock_until","type":"Thread support"},{"name":"std::recursive_timed_mutex::unlock","path":"thread/recursive_timed_mutex/unlock","type":"Thread support"},{"name":"std::recursive_timed_mutex::~recursive_timed_mutex","path":"thread/recursive_timed_mutex/~recursive_timed_mutex","type":"Thread support"},{"name":"std::reduce","path":"algorithm/reduce","type":"Algorithm"},{"name":"std::ref","path":"utility/functional/ref","type":"Utilities"},{"name":"std::reference_wrapper","path":"utility/functional/reference_wrapper","type":"Utilities"},{"name":"std::reference_wrapper::get","path":"utility/functional/reference_wrapper/get","type":"Utilities"},{"name":"std::reference_wrapper::operator T&","path":"utility/functional/reference_wrapper/get","type":"Utilities"},{"name":"std::reference_wrapper::operator()","path":"utility/functional/reference_wrapper/operator()","type":"Utilities"},{"name":"std::reference_wrapper::operator=","path":"utility/functional/reference_wrapper/operator=","type":"Utilities"},{"name":"std::reference_wrapper::reference_wrapper","path":"utility/functional/reference_wrapper/reference_wrapper","type":"Utilities"},{"name":"std::regex_constants::error_type","path":"regex/error_type","type":"Regular expressions"},{"name":"std::regex_constants::match_flag_type","path":"regex/match_flag_type","type":"Regular expressions"},{"name":"std::regex_constants::syntax_option_type","path":"regex/syntax_option_type","type":"Regular expressions"},{"name":"std::regex_error","path":"regex/regex_error","type":"Regular expressions"},{"name":"std::regex_error::code","path":"regex/regex_error/code","type":"Regular expressions"},{"name":"std::regex_error::regex_error","path":"regex/regex_error/regex_error","type":"Regular expressions"},{"name":"std::regex_iterator","path":"regex/regex_iterator","type":"Regular expressions"},{"name":"std::regex_iterator::operator=","path":"regex/regex_iterator/operator=","type":"Regular expressions"},{"name":"std::regex_iterator::operators","path":"regex/regex_iterator/operator_cmp","type":"Regular expressions"},{"name":"std::regex_iterator::operators","path":"regex/regex_iterator/operator_star_","type":"Regular expressions"},{"name":"std::regex_iterator::operators (int)","path":"regex/regex_iterator/operator_arith","type":"Regular expressions"},{"name":"std::regex_iterator::regex_iterator","path":"regex/regex_iterator/regex_iterator","type":"Regular expressions"},{"name":"std::regex_match","path":"regex/regex_match","type":"Regular expressions"},{"name":"std::regex_replace","path":"regex/regex_replace","type":"Regular expressions"},{"name":"std::regex_search","path":"regex/regex_search","type":"Regular expressions"},{"name":"std::regex_token_iterator","path":"regex/regex_token_iterator","type":"Regular expressions"},{"name":"std::regex_token_iterator::operator=","path":"regex/regex_token_iterator/operator=","type":"Regular expressions"},{"name":"std::regex_token_iterator::operators (int)","path":"regex/regex_token_iterator/operator_arith","type":"Regular expressions"},{"name":"std::regex_token_iterator::operators (operator->)","path":"regex/regex_token_iterator/operator_star_","type":"Regular expressions"},{"name":"std::regex_token_iterator::regex_token_iterator","path":"regex/regex_token_iterator/regex_token_iterator","type":"Regular expressions"},{"name":"std::regex_traits","path":"regex/regex_traits","type":"Regular expressions"},{"name":"std::regex_traits::getloc","path":"regex/regex_traits/getloc","type":"Regular expressions"},{"name":"std::regex_traits::imbue","path":"regex/regex_traits/imbue","type":"Regular expressions"},{"name":"std::regex_traits::isctype","path":"regex/regex_traits/isctype","type":"Regular expressions"},{"name":"std::regex_traits::length","path":"regex/regex_traits/length","type":"Regular expressions"},{"name":"std::regex_traits::lookup_classname","path":"regex/regex_traits/lookup_classname","type":"Regular expressions"},{"name":"std::regex_traits::lookup_collatename","path":"regex/regex_traits/lookup_collatename","type":"Regular expressions"},{"name":"std::regex_traits::regex_traits","path":"regex/regex_traits/regex_traits","type":"Regular expressions"},{"name":"std::regex_traits::transform","path":"regex/regex_traits/transform","type":"Regular expressions"},{"name":"std::regex_traits::transform_primary","path":"regex/regex_traits/transform_primary","type":"Regular expressions"},{"name":"std::regex_traits::translate","path":"regex/regex_traits/translate","type":"Regular expressions"},{"name":"std::regex_traits::translate_nocase","path":"regex/regex_traits/translate_nocase","type":"Regular expressions"},{"name":"std::regex_traits::value","path":"regex/regex_traits/value","type":"Regular expressions"},{"name":"std::reinterpret_pointer_cast","path":"memory/shared_ptr/pointer_cast","type":"Utilities"},{"name":"std::rel_ops::operators","path":"utility/rel_ops/operator_cmp","type":"Utilities"},{"name":"std::remainder","path":"numeric/math/remainder","type":"Numerics"},{"name":"std::remove","path":"algorithm/remove","type":"Algorithm"},{"name":"std::remove","path":"io/c/remove","type":"Input/output"},{"name":"std::remove_all_extents","path":"types/remove_all_extents","type":"Utilities"},{"name":"std::remove_const","path":"types/remove_cv","type":"Utilities"},{"name":"std::remove_copy","path":"algorithm/remove_copy","type":"Algorithm"},{"name":"std::remove_copy_if","path":"algorithm/remove_copy","type":"Algorithm"},{"name":"std::remove_cv","path":"types/remove_cv","type":"Utilities"},{"name":"std::remove_extent","path":"types/remove_extent","type":"Utilities"},{"name":"std::remove_if","path":"algorithm/remove","type":"Algorithm"},{"name":"std::remove_pointer","path":"types/remove_pointer","type":"Utilities"},{"name":"std::remove_reference","path":"types/remove_reference","type":"Utilities"},{"name":"std::remove_volatile","path":"types/remove_cv","type":"Utilities"},{"name":"std::remquo","path":"numeric/math/remquo","type":"Numerics"},{"name":"std::rename","path":"io/c/rename","type":"Input/output"},{"name":"std::rend","path":"iterator/rend","type":"Iterator"},{"name":"std::rend(std::initializer_list)","path":"utility/initializer_list/rend2","type":"Utilities"},{"name":"std::replace","path":"algorithm/replace","type":"Algorithm"},{"name":"std::replace_copy","path":"algorithm/replace_copy_if","type":"Algorithm"},{"name":"std::replace_copy_if","path":"algorithm/replace_copy_if","type":"Algorithm"},{"name":"std::replace_if","path":"algorithm/replace","type":"Algorithm"},{"name":"std::resetiosflags","path":"io/manip/resetiosflags","type":"Input/output"},{"name":"std::result_of","path":"types/result_of","type":"Utilities"},{"name":"std::rethrow_exception","path":"error/rethrow_exception","type":"Utilities"},{"name":"std::rethrow_if_nested","path":"error/rethrow_if_nested","type":"Utilities"},{"name":"std::return_temporary_buffer","path":"memory/return_temporary_buffer","type":"Utilities"},{"name":"std::reverse","path":"algorithm/reverse","type":"Algorithm"},{"name":"std::reverse_copy","path":"algorithm/reverse_copy","type":"Algorithm"},{"name":"std::reverse_iterator","path":"iterator/reverse_iterator","type":"Iterator"},{"name":"std::reverse_iterator::base","path":"iterator/reverse_iterator/base","type":"Iterator"},{"name":"std::reverse_iterator::operator=","path":"iterator/reverse_iterator/operator=","type":"Iterator"},{"name":"std::reverse_iterator::operators","path":"iterator/reverse_iterator/operator_arith","type":"Iterator"},{"name":"std::reverse_iterator::operators","path":"iterator/reverse_iterator/operator_star_","type":"Iterator"},{"name":"std::reverse_iterator::operator[]","path":"iterator/reverse_iterator/operator_at","type":"Iterator"},{"name":"std::reverse_iterator::reverse_iterator","path":"iterator/reverse_iterator/reverse_iterator","type":"Iterator"},{"name":"std::rewind","path":"io/c/rewind","type":"Input/output"},{"name":"std::riemann_zeta","path":"numeric/special_math/riemann_zeta","type":"Numerics"},{"name":"std::riemann_zetaf","path":"numeric/special_math/riemann_zeta","type":"Numerics"},{"name":"std::riemann_zetal","path":"numeric/special_math/riemann_zeta","type":"Numerics"},{"name":"std::right","path":"io/manip/left","type":"Input/output"},{"name":"std::rint","path":"numeric/math/rint","type":"Numerics"},{"name":"std::rotate","path":"algorithm/rotate","type":"Algorithm"},{"name":"std::rotate_copy","path":"algorithm/rotate_copy","type":"Algorithm"},{"name":"std::round","path":"numeric/math/round","type":"Numerics"},{"name":"std::runtime_error","path":"error/runtime_error/runtime_error","type":"Utilities"},{"name":"std::sample","path":"algorithm/sample","type":"Algorithm"},{"name":"std::scalbln","path":"numeric/math/scalbn","type":"Numerics"},{"name":"std::scalbn","path":"numeric/math/scalbn","type":"Numerics"},{"name":"std::scanf","path":"io/c/scanf","type":"Input/output"},{"name":"std::scientific","path":"io/manip/fixed","type":"Input/output"},{"name":"std::scoped_allocator_adaptor","path":"memory/scoped_allocator_adaptor","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::allocate","path":"memory/scoped_allocator_adaptor/allocate","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::construct","path":"memory/scoped_allocator_adaptor/construct","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::deallocate","path":"memory/scoped_allocator_adaptor/deallocate","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::destroy","path":"memory/scoped_allocator_adaptor/destroy","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::inner_allocator","path":"memory/scoped_allocator_adaptor/inner_allocator","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::max_size","path":"memory/scoped_allocator_adaptor/max_size","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::operator=","path":"memory/scoped_allocator_adaptor/operator=","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::outer_allocator","path":"memory/scoped_allocator_adaptor/outer_allocator","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::scoped_allocator_adaptor","path":"memory/scoped_allocator_adaptor/scoped_allocator_adaptor","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::select_on_container_copy_construction","path":"memory/scoped_allocator_adaptor/select_on_container_copy_construction","type":"Dynamic memory management"},{"name":"std::scoped_allocator_adaptor::~scoped_allocator_adaptor","path":"memory/scoped_allocator_adaptor/~scoped_allocator_adaptor","type":"Dynamic memory management"},{"name":"std::scoped_lock","path":"thread/scoped_lock","type":"Thread support"},{"name":"std::scoped_lock::scoped_lock","path":"thread/scoped_lock/scoped_lock","type":"Thread support"},{"name":"std::scoped_lock::~scoped_lock","path":"thread/scoped_lock/~scoped_lock","type":"Thread support"},{"name":"std::search","path":"algorithm/search","type":"Algorithm"},{"name":"std::search_n","path":"algorithm/search_n","type":"Algorithm"},{"name":"std::seed_seq","path":"numeric/random/seed_seq","type":"Numerics"},{"name":"std::seed_seq::generate","path":"numeric/random/seed_seq/generate","type":"Numerics"},{"name":"std::seed_seq::param","path":"numeric/random/seed_seq/param","type":"Numerics"},{"name":"std::seed_seq::seed_seq","path":"numeric/random/seed_seq/seed_seq","type":"Numerics"},{"name":"std::seed_seq::size","path":"numeric/random/seed_seq/size","type":"Numerics"},{"name":"std::set","path":"container/set","type":"Containers"},{"name":"std::set::begin","path":"container/set/begin","type":"Containers"},{"name":"std::set::cbegin","path":"container/set/begin","type":"Containers"},{"name":"std::set::cend","path":"container/set/end","type":"Containers"},{"name":"std::set::clear","path":"container/set/clear","type":"Containers"},{"name":"std::set::count","path":"container/set/count","type":"Containers"},{"name":"std::set::crbegin","path":"container/set/rbegin","type":"Containers"},{"name":"std::set::crend","path":"container/set/rend","type":"Containers"},{"name":"std::set::emplace","path":"container/set/emplace","type":"Containers"},{"name":"std::set::emplace_hint","path":"container/set/emplace_hint","type":"Containers"},{"name":"std::set::empty","path":"container/set/empty","type":"Containers"},{"name":"std::set::end","path":"container/set/end","type":"Containers"},{"name":"std::set::equal_range","path":"container/set/equal_range","type":"Containers"},{"name":"std::set::erase","path":"container/set/erase","type":"Containers"},{"name":"std::set::extract","path":"container/set/extract","type":"Containers"},{"name":"std::set::find","path":"container/set/find","type":"Containers"},{"name":"std::set::get_allocator","path":"container/set/get_allocator","type":"Containers"},{"name":"std::set::insert","path":"container/set/insert","type":"Containers"},{"name":"std::set::key_comp","path":"container/set/key_comp","type":"Containers"},{"name":"std::set::lower_bound","path":"container/set/lower_bound","type":"Containers"},{"name":"std::set::max_size","path":"container/set/max_size","type":"Containers"},{"name":"std::set::merge","path":"container/set/merge","type":"Containers"},{"name":"std::set::operator=","path":"container/set/operator=","type":"Containers"},{"name":"std::set::rbegin","path":"container/set/rbegin","type":"Containers"},{"name":"std::set::rend","path":"container/set/rend","type":"Containers"},{"name":"std::set::set","path":"container/set/set","type":"Containers"},{"name":"std::set::size","path":"container/set/size","type":"Containers"},{"name":"std::set::swap","path":"container/set/swap","type":"Containers"},{"name":"std::set::upper_bound","path":"container/set/upper_bound","type":"Containers"},{"name":"std::set::value_comp","path":"container/set/value_comp","type":"Containers"},{"name":"std::set::~set","path":"container/set/~set","type":"Containers"},{"name":"std::setbase","path":"io/manip/setbase","type":"Input/output"},{"name":"std::setbuf","path":"io/c/setbuf","type":"Input/output"},{"name":"std::setfill","path":"io/manip/setfill","type":"Input/output"},{"name":"std::setiosflags","path":"io/manip/setiosflags","type":"Input/output"},{"name":"std::setlocale","path":"locale/setlocale","type":"Localizations"},{"name":"std::setprecision","path":"io/manip/setprecision","type":"Input/output"},{"name":"std::setvbuf","path":"io/c/setvbuf","type":"Input/output"},{"name":"std::setw","path":"io/manip/setw","type":"Input/output"},{"name":"std::set_difference","path":"algorithm/set_difference","type":"Algorithm"},{"name":"std::set_intersection","path":"algorithm/set_intersection","type":"Algorithm"},{"name":"std::set_new_handler","path":"memory/new/set_new_handler","type":"Utilities"},{"name":"std::set_symmetric_difference","path":"algorithm/set_symmetric_difference","type":"Algorithm"},{"name":"std::set_terminate","path":"error/set_terminate","type":"Utilities"},{"name":"std::set_unexpected","path":"error/set_unexpected","type":"Utilities"},{"name":"std::set_union","path":"algorithm/set_union","type":"Algorithm"},{"name":"std::shared_future","path":"thread/shared_future","type":"Thread support"},{"name":"std::shared_future::get","path":"thread/shared_future/get","type":"Thread support"},{"name":"std::shared_future::operator=","path":"thread/shared_future/operator=","type":"Thread support"},{"name":"std::shared_future::shared_future","path":"thread/shared_future/shared_future","type":"Thread support"},{"name":"std::shared_future::valid","path":"thread/shared_future/valid","type":"Thread support"},{"name":"std::shared_future::wait","path":"thread/shared_future/wait","type":"Thread support"},{"name":"std::shared_future::wait_for","path":"thread/shared_future/wait_for","type":"Thread support"},{"name":"std::shared_future::wait_until","path":"thread/shared_future/wait_until","type":"Thread support"},{"name":"std::shared_future::~shared_future","path":"thread/shared_future/~shared_future","type":"Thread support"},{"name":"std::shared_lock","path":"thread/shared_lock","type":"Thread support"},{"name":"std::shared_lock::lock","path":"thread/shared_lock/lock","type":"Thread support"},{"name":"std::shared_lock::mutex","path":"thread/shared_lock/mutex","type":"Thread support"},{"name":"std::shared_lock::operator bool","path":"thread/shared_lock/operator_bool","type":"Thread support"},{"name":"std::shared_lock::operator=","path":"thread/shared_lock/operator=","type":"Thread support"},{"name":"std::shared_lock::owns_lock","path":"thread/shared_lock/owns_lock","type":"Thread support"},{"name":"std::shared_lock::release","path":"thread/shared_lock/release","type":"Thread support"},{"name":"std::shared_lock::shared_lock","path":"thread/shared_lock/shared_lock","type":"Thread support"},{"name":"std::shared_lock::swap","path":"thread/shared_lock/swap","type":"Thread support"},{"name":"std::shared_lock::try_lock","path":"thread/shared_lock/try_lock","type":"Thread support"},{"name":"std::shared_lock::try_lock_for","path":"thread/shared_lock/try_lock_for","type":"Thread support"},{"name":"std::shared_lock::try_lock_until","path":"thread/shared_lock/try_lock_until","type":"Thread support"},{"name":"std::shared_lock::unlock","path":"thread/shared_lock/unlock","type":"Thread support"},{"name":"std::shared_lock::~shared_lock","path":"thread/shared_lock/~shared_lock","type":"Thread support"},{"name":"std::shared_mutex","path":"thread/shared_mutex","type":"Thread support"},{"name":"std::shared_mutex::lock","path":"thread/shared_mutex/lock","type":"Thread support"},{"name":"std::shared_mutex::lock_shared","path":"thread/shared_mutex/lock_shared","type":"Thread support"},{"name":"std::shared_mutex::native_handle","path":"thread/shared_mutex/native_handle","type":"Thread support"},{"name":"std::shared_mutex::shared_mutex","path":"thread/shared_mutex/shared_mutex","type":"Thread support"},{"name":"std::shared_mutex::try_lock","path":"thread/shared_mutex/try_lock","type":"Thread support"},{"name":"std::shared_mutex::try_lock_shared","path":"thread/shared_mutex/try_lock_shared","type":"Thread support"},{"name":"std::shared_mutex::unlock","path":"thread/shared_mutex/unlock","type":"Thread support"},{"name":"std::shared_mutex::unlock_shared","path":"thread/shared_mutex/unlock_shared","type":"Thread support"},{"name":"std::shared_mutex::~shared_mutex","path":"thread/shared_mutex/~shared_mutex","type":"Thread support"},{"name":"std::shared_ptr","path":"memory/shared_ptr","type":"Utilities"},{"name":"std::shared_ptr::get","path":"memory/shared_ptr/get","type":"Utilities"},{"name":"std::shared_ptr::operator bool","path":"memory/shared_ptr/operator_bool","type":"Utilities"},{"name":"std::shared_ptr::operator->","path":"memory/shared_ptr/operator_star_","type":"Utilities"},{"name":"std::shared_ptr::operator<<","path":"memory/shared_ptr/operator_ltlt","type":"Utilities"},{"name":"std::shared_ptr::operator=","path":"memory/shared_ptr/operator=","type":"Utilities"},{"name":"std::shared_ptr::operators","path":"memory/shared_ptr/operator_star_","type":"Utilities"},{"name":"std::shared_ptr::operators (>=)","path":"memory/shared_ptr/operator_cmp","type":"Utilities"},{"name":"std::shared_ptr::operator[]","path":"memory/shared_ptr/operator_at","type":"Utilities"},{"name":"std::shared_ptr::owner_before","path":"memory/shared_ptr/owner_before","type":"Utilities"},{"name":"std::shared_ptr::reset","path":"memory/shared_ptr/reset","type":"Utilities"},{"name":"std::shared_ptr::shared_ptr","path":"memory/shared_ptr/shared_ptr","type":"Utilities"},{"name":"std::shared_ptr::swap","path":"memory/shared_ptr/swap","type":"Utilities"},{"name":"std::shared_ptr::unique","path":"memory/shared_ptr/unique","type":"Utilities"},{"name":"std::shared_ptr::use_count","path":"memory/shared_ptr/use_count","type":"Utilities"},{"name":"std::shared_ptr::~shared_ptr","path":"memory/shared_ptr/~shared_ptr","type":"Utilities"},{"name":"std::shared_timed_mutex","path":"thread/shared_timed_mutex","type":"Thread support"},{"name":"std::shared_timed_mutex::lock","path":"thread/shared_timed_mutex/lock","type":"Thread support"},{"name":"std::shared_timed_mutex::lock_shared","path":"thread/shared_timed_mutex/lock_shared","type":"Thread support"},{"name":"std::shared_timed_mutex::shared_timed_mutex","path":"thread/shared_timed_mutex/shared_timed_mutex","type":"Thread support"},{"name":"std::shared_timed_mutex::try_lock","path":"thread/shared_timed_mutex/try_lock","type":"Thread support"},{"name":"std::shared_timed_mutex::try_lock_for","path":"thread/shared_timed_mutex/try_lock_for","type":"Thread support"},{"name":"std::shared_timed_mutex::try_lock_shared","path":"thread/shared_timed_mutex/try_lock_shared","type":"Thread support"},{"name":"std::shared_timed_mutex::try_lock_shared_for","path":"thread/shared_timed_mutex/try_lock_shared_for","type":"Thread support"},{"name":"std::shared_timed_mutex::try_lock_shared_until","path":"thread/shared_timed_mutex/try_lock_shared_until","type":"Thread support"},{"name":"std::shared_timed_mutex::try_lock_until","path":"thread/shared_timed_mutex/try_lock_until","type":"Thread support"},{"name":"std::shared_timed_mutex::unlock","path":"thread/shared_timed_mutex/unlock","type":"Thread support"},{"name":"std::shared_timed_mutex::unlock_shared","path":"thread/shared_timed_mutex/unlock_shared","type":"Thread support"},{"name":"std::shared_timed_mutex::~shared_timed_mutex","path":"thread/shared_timed_mutex/~shared_timed_mutex","type":"Thread support"},{"name":"std::showbase","path":"io/manip/showbase","type":"Input/output"},{"name":"std::showpoint","path":"io/manip/showpoint","type":"Input/output"},{"name":"std::showpos","path":"io/manip/showpos","type":"Input/output"},{"name":"std::shuffle","path":"algorithm/random_shuffle","type":"Algorithm"},{"name":"std::shuffle_order_engine","path":"numeric/random/shuffle_order_engine","type":"Numerics"},{"name":"std::shuffle_order_engine::base","path":"numeric/random/shuffle_order_engine/base","type":"Numerics"},{"name":"std::shuffle_order_engine::discard","path":"numeric/random/shuffle_order_engine/discard","type":"Numerics"},{"name":"std::shuffle_order_engine::max","path":"numeric/random/shuffle_order_engine/max","type":"Numerics"},{"name":"std::shuffle_order_engine::min","path":"numeric/random/shuffle_order_engine/min","type":"Numerics"},{"name":"std::shuffle_order_engine::operator()","path":"numeric/random/shuffle_order_engine/operator()","type":"Numerics"},{"name":"std::shuffle_order_engine::seed","path":"numeric/random/shuffle_order_engine/seed","type":"Numerics"},{"name":"std::shuffle_order_engine::shuffle_order_engine","path":"numeric/random/shuffle_order_engine/shuffle_order_engine","type":"Numerics"},{"name":"std::signal","path":"utility/program/signal","type":"Utilities"},{"name":"std::signbit","path":"numeric/math/signbit","type":"Numerics"},{"name":"std::sig_atomic_t","path":"utility/program/sig_atomic_t","type":"Utilities"},{"name":"std::sin","path":"numeric/math/sin","type":"Numerics"},{"name":"std::sin(std::complex)","path":"numeric/complex/sin","type":"Numerics"},{"name":"std::sin(std::valarray)","path":"numeric/valarray/sin","type":"Numerics"},{"name":"std::sinh","path":"numeric/math/sinh","type":"Numerics"},{"name":"std::sinh(std::complex)","path":"numeric/complex/sinh","type":"Numerics"},{"name":"std::sinh(std::valarray)","path":"numeric/valarray/sinh","type":"Numerics"},{"name":"std::size","path":"iterator/size","type":"Iterator"},{"name":"std::size_t","path":"types/size_t","type":"Utilities"},{"name":"std::skipws","path":"io/manip/skipws","type":"Input/output"},{"name":"std::slice","path":"numeric/valarray/slice","type":"Numerics"},{"name":"std::slice_array","path":"numeric/valarray/slice_array","type":"Numerics"},{"name":"std::slice_array::operator=","path":"numeric/valarray/slice_array/operator=","type":"Numerics"},{"name":"std::slice_array::operators","path":"numeric/valarray/slice_array/operator_arith","type":"Numerics"},{"name":"std::slice_array::slice_array","path":"numeric/valarray/slice_array/slice_array","type":"Numerics"},{"name":"std::slice_array::~slice_array","path":"numeric/valarray/slice_array/~slice_array","type":"Numerics"},{"name":"std::snprintf","path":"io/c/printf","type":"Input/output"},{"name":"std::sort","path":"algorithm/sort","type":"Algorithm"},{"name":"std::sort_heap","path":"algorithm/sort_heap","type":"Algorithm"},{"name":"std::sph_bessel","path":"numeric/special_math/sph_bessel","type":"Numerics"},{"name":"std::sph_besself","path":"numeric/special_math/sph_bessel","type":"Numerics"},{"name":"std::sph_bessell","path":"numeric/special_math/sph_bessel","type":"Numerics"},{"name":"std::sph_legendre","path":"numeric/special_math/sph_legendre","type":"Numerics"},{"name":"std::sph_legendref","path":"numeric/special_math/sph_legendre","type":"Numerics"},{"name":"std::sph_legendrel","path":"numeric/special_math/sph_legendre","type":"Numerics"},{"name":"std::sph_neumann","path":"numeric/special_math/sph_neumann","type":"Numerics"},{"name":"std::sph_neumannf","path":"numeric/special_math/sph_neumann","type":"Numerics"},{"name":"std::sph_neumannl","path":"numeric/special_math/sph_neumann","type":"Numerics"},{"name":"std::sprintf","path":"io/c/printf","type":"Input/output"},{"name":"std::sqrt","path":"numeric/math/sqrt","type":"Numerics"},{"name":"std::sqrt(std::complex)","path":"numeric/complex/sqrt","type":"Numerics"},{"name":"std::sqrt(std::valarray)","path":"numeric/valarray/sqrt","type":"Numerics"},{"name":"std::srand","path":"numeric/random/srand","type":"Numerics"},{"name":"std::sscanf","path":"io/c/scanf","type":"Input/output"},{"name":"std::stable_partition","path":"algorithm/stable_partition","type":"Algorithm"},{"name":"std::stable_sort","path":"algorithm/stable_sort","type":"Algorithm"},{"name":"std::stack","path":"container/stack","type":"Containers"},{"name":"std::stack::emplace","path":"container/stack/emplace","type":"Containers"},{"name":"std::stack::empty","path":"container/stack/empty","type":"Containers"},{"name":"std::stack::operator=","path":"container/stack/operator=","type":"Containers"},{"name":"std::stack::pop","path":"container/stack/pop","type":"Containers"},{"name":"std::stack::push","path":"container/stack/push","type":"Containers"},{"name":"std::stack::size","path":"container/stack/size","type":"Containers"},{"name":"std::stack::stack","path":"container/stack/stack","type":"Containers"},{"name":"std::stack::swap","path":"container/stack/swap","type":"Containers"},{"name":"std::stack::top","path":"container/stack/top","type":"Containers"},{"name":"std::stack::~stack","path":"container/stack/~stack","type":"Containers"},{"name":"std::static_pointer_cast","path":"memory/shared_ptr/pointer_cast","type":"Utilities"},{"name":"std::stod","path":"string/basic_string/stof","type":"Strings"},{"name":"std::stof","path":"string/basic_string/stof","type":"Strings"},{"name":"std::stoi","path":"string/basic_string/stol","type":"Strings"},{"name":"std::stol","path":"string/basic_string/stol","type":"Strings"},{"name":"std::stold","path":"string/basic_string/stof","type":"Strings"},{"name":"std::stoll","path":"string/basic_string/stol","type":"Strings"},{"name":"std::stoul","path":"string/basic_string/stoul","type":"Strings"},{"name":"std::stoull","path":"string/basic_string/stoul","type":"Strings"},{"name":"std::strcat","path":"string/byte/strcat","type":"Strings"},{"name":"std::strchr","path":"string/byte/strchr","type":"Strings"},{"name":"std::strcmp","path":"string/byte/strcmp","type":"Strings"},{"name":"std::strcoll","path":"string/byte/strcoll","type":"Strings"},{"name":"std::strcpy","path":"string/byte/strcpy","type":"Strings"},{"name":"std::strcspn","path":"string/byte/strcspn","type":"Strings"},{"name":"std::streamoff","path":"io/streamoff","type":"Input/output"},{"name":"std::streamsize","path":"io/streamsize","type":"Input/output"},{"name":"std::strerror","path":"string/byte/strerror","type":"Strings"},{"name":"std::strftime","path":"chrono/c/strftime","type":"Utilities"},{"name":"std::strlen","path":"string/byte/strlen","type":"Strings"},{"name":"std::strncat","path":"string/byte/strncat","type":"Strings"},{"name":"std::strncmp","path":"string/byte/strncmp","type":"Strings"},{"name":"std::strncpy","path":"string/byte/strncpy","type":"Strings"},{"name":"std::strpbrk","path":"string/byte/strpbrk","type":"Strings"},{"name":"std::strrchr","path":"string/byte/strrchr","type":"Strings"},{"name":"std::strspn","path":"string/byte/strspn","type":"Strings"},{"name":"std::strstr","path":"string/byte/strstr","type":"Strings"},{"name":"std::strstream","path":"io/strstream","type":"Input/output"},{"name":"std::strstream::freeze","path":"io/strstream/freeze","type":"Input/output"},{"name":"std::strstream::pcount","path":"io/strstream/pcount","type":"Input/output"},{"name":"std::strstream::rdbuf","path":"io/strstream/rdbuf","type":"Input/output"},{"name":"std::strstream::str","path":"io/strstream/str","type":"Input/output"},{"name":"std::strstream::strstream","path":"io/strstream/strstream","type":"Input/output"},{"name":"std::strstream::~strstream","path":"io/strstream/~strstream","type":"Input/output"},{"name":"std::strstreambuf","path":"io/strstreambuf","type":"Input/output"},{"name":"std::strstreambuf::freeze","path":"io/strstreambuf/freeze","type":"Input/output"},{"name":"std::strstreambuf::overflow","path":"io/strstreambuf/overflow","type":"Input/output"},{"name":"std::strstreambuf::pbackfail","path":"io/strstreambuf/pbackfail","type":"Input/output"},{"name":"std::strstreambuf::pcount","path":"io/strstreambuf/pcount","type":"Input/output"},{"name":"std::strstreambuf::seekoff","path":"io/strstreambuf/seekoff","type":"Input/output"},{"name":"std::strstreambuf::seekpos","path":"io/strstreambuf/seekpos","type":"Input/output"},{"name":"std::strstreambuf::setbuf","path":"io/strstreambuf/setbuf","type":"Input/output"},{"name":"std::strstreambuf::str","path":"io/strstreambuf/str","type":"Input/output"},{"name":"std::strstreambuf::strstreambuf","path":"io/strstreambuf/strstreambuf","type":"Input/output"},{"name":"std::strstreambuf::underflow","path":"io/strstreambuf/underflow","type":"Input/output"},{"name":"std::strstreambuf::~strstreambuf","path":"io/strstreambuf/~strstreambuf","type":"Input/output"},{"name":"std::strtod","path":"string/byte/strtof","type":"Strings"},{"name":"std::strtof","path":"string/byte/strtof","type":"Strings"},{"name":"std::strtoimax","path":"string/byte/strtoimax","type":"Strings"},{"name":"std::strtok","path":"string/byte/strtok","type":"Strings"},{"name":"std::strtol","path":"string/byte/strtol","type":"Strings"},{"name":"std::strtold","path":"string/byte/strtof","type":"Strings"},{"name":"std::strtoll","path":"string/byte/strtol","type":"Strings"},{"name":"std::strtoul","path":"string/byte/strtoul","type":"Strings"},{"name":"std::strtoull","path":"string/byte/strtoul","type":"Strings"},{"name":"std::strtoumax","path":"string/byte/strtoimax","type":"Strings"},{"name":"std::strxfrm","path":"string/byte/strxfrm","type":"Strings"},{"name":"std::student_t_distribution","path":"numeric/random/student_t_distribution","type":"Numerics"},{"name":"std::student_t_distribution::max","path":"numeric/random/student_t_distribution/max","type":"Numerics"},{"name":"std::student_t_distribution::min","path":"numeric/random/student_t_distribution/min","type":"Numerics"},{"name":"std::student_t_distribution::n","path":"numeric/random/student_t_distribution/n","type":"Numerics"},{"name":"std::student_t_distribution::operator()","path":"numeric/random/student_t_distribution/operator()","type":"Numerics"},{"name":"std::student_t_distribution::param","path":"numeric/random/student_t_distribution/param","type":"Numerics"},{"name":"std::student_t_distribution::reset","path":"numeric/random/student_t_distribution/reset","type":"Numerics"},{"name":"std::student_t_distribution::student_t_distribution","path":"numeric/random/student_t_distribution/student_t_distribution","type":"Numerics"},{"name":"std::subtract_with_carry_engine","path":"numeric/random/subtract_with_carry_engine","type":"Numerics"},{"name":"std::subtract_with_carry_engine::discard","path":"numeric/random/subtract_with_carry_engine/discard","type":"Numerics"},{"name":"std::subtract_with_carry_engine::max","path":"numeric/random/subtract_with_carry_engine/max","type":"Numerics"},{"name":"std::subtract_with_carry_engine::min","path":"numeric/random/subtract_with_carry_engine/min","type":"Numerics"},{"name":"std::subtract_with_carry_engine::operator()","path":"numeric/random/subtract_with_carry_engine/operator()","type":"Numerics"},{"name":"std::subtract_with_carry_engine::seed","path":"numeric/random/subtract_with_carry_engine/seed","type":"Numerics"},{"name":"std::subtract_with_carry_engine::subtract_with_carry_engine","path":"numeric/random/subtract_with_carry_engine/subtract_with_carry_engine","type":"Numerics"},{"name":"std::sub_match","path":"regex/sub_match","type":"Regular expressions"},{"name":"std::sub_match::compare","path":"regex/sub_match/compare","type":"Regular expressions"},{"name":"std::sub_match::length","path":"regex/sub_match/length","type":"Regular expressions"},{"name":"std::sub_match::operators (std::sub_match::str)","path":"regex/sub_match/str","type":"Regular expressions"},{"name":"std::sub_match::str","path":"regex/sub_match/str","type":"Regular expressions"},{"name":"std::sub_match::sub_match","path":"regex/sub_match/sub_match","type":"Regular expressions"},{"name":"std::swap","path":"algorithm/swap","type":"Algorithm"},{"name":"std::swap(std::any)","path":"utility/any/swap2","type":"Utilities"},{"name":"std::swap(std::array)","path":"container/array/swap2","type":"Containers"},{"name":"std::swap(std::basic_filebuf)","path":"io/basic_filebuf/swap2","type":"Input/output"},{"name":"std::swap(std::basic_fstream)","path":"io/basic_fstream/swap2","type":"Input/output"},{"name":"std::swap(std::basic_ifstream)","path":"io/basic_ifstream/swap2","type":"Input/output"},{"name":"std::swap(std::basic_istringstream)","path":"io/basic_istringstream/swap2","type":"Input/output"},{"name":"std::swap(std::basic_ofstream)","path":"io/basic_ofstream/swap2","type":"Input/output"},{"name":"std::swap(std::basic_ostringstream)","path":"io/basic_ostringstream/swap2","type":"Input/output"},{"name":"std::swap(std::basic_regex)","path":"regex/basic_regex/swap2","type":"Regular expressions"},{"name":"std::swap(std::basic_string)","path":"string/basic_string/swap2","type":"Strings"},{"name":"std::swap(std::basic_stringbuf)","path":"io/basic_stringbuf/swap2","type":"Input/output"},{"name":"std::swap(std::basic_stringstream)","path":"io/basic_stringstream/swap2","type":"Input/output"},{"name":"std::swap(std::deque)","path":"container/deque/swap2","type":"Containers"},{"name":"std::swap(std::forward_list)","path":"container/forward_list/swap2","type":"Containers"},{"name":"std::swap(std::function)","path":"utility/functional/function/swap2","type":"Utilities"},{"name":"std::swap(std::list)","path":"container/list/swap2","type":"Containers"},{"name":"std::swap(std::map)","path":"container/map/swap2","type":"Containers"},{"name":"std::swap(std::match_results)","path":"regex/match_results/swap2","type":"Regular expressions"},{"name":"std::swap(std::multimap)","path":"container/multimap/swap2","type":"Containers"},{"name":"std::swap(std::multiset)","path":"container/multiset/swap2","type":"Containers"},{"name":"std::swap(std::optional)","path":"utility/optional/swap2","type":"Utilities"},{"name":"std::swap(std::packaged_task)","path":"thread/packaged_task/swap2","type":"Thread support"},{"name":"std::swap(std::pair)","path":"utility/pair/swap2","type":"Utilities"},{"name":"std::swap(std::priority_queue)","path":"container/priority_queue/swap2","type":"Containers"},{"name":"std::swap(std::promise)","path":"thread/promise/swap2","type":"Thread support"},{"name":"std::swap(std::queue)","path":"container/queue/swap2","type":"Containers"},{"name":"std::swap(std::set)","path":"container/set/swap2","type":"Containers"},{"name":"std::swap(std::shared_lock)","path":"thread/shared_lock/swap2","type":"Thread support"},{"name":"std::swap(std::shared_ptr)","path":"memory/shared_ptr/swap2","type":"Utilities"},{"name":"std::swap(std::stack)","path":"container/stack/swap2","type":"Containers"},{"name":"std::swap(std::thread)","path":"thread/thread/swap2","type":"Thread support"},{"name":"std::swap(std::tuple)","path":"utility/tuple/swap2","type":"Utilities"},{"name":"std::swap(std::unique_lock)","path":"thread/unique_lock/swap2","type":"Thread support"},{"name":"std::swap(std::unique_ptr)","path":"memory/unique_ptr/swap2","type":"Utilities"},{"name":"std::swap(std::unordered_map)","path":"container/unordered_map/swap2","type":"Containers"},{"name":"std::swap(std::unordered_multimap)","path":"container/unordered_multimap/swap2","type":"Containers"},{"name":"std::swap(std::unordered_multiset)","path":"container/unordered_multiset/swap2","type":"Containers"},{"name":"std::swap(std::unordered_set)","path":"container/unordered_set/swap2","type":"Containers"},{"name":"std::swap(std::valarray)","path":"numeric/valarray/swap2","type":"Numerics"},{"name":"std::swap(std::variant)","path":"utility/variant/swap2","type":"Utilities"},{"name":"std::swap(std::vector)","path":"container/vector/swap2","type":"Containers"},{"name":"std::swap(std::weak_ptr)","path":"memory/weak_ptr/swap2","type":"Utilities"},{"name":"std::swap_ranges","path":"algorithm/swap_ranges","type":"Algorithm"},{"name":"std::swprintf","path":"io/c/fwprintf","type":"Input/output"},{"name":"std::swscanf","path":"io/c/fwscanf","type":"Input/output"},{"name":"std::system","path":"utility/program/system","type":"Utilities"},{"name":"std::system_category","path":"error/system_category","type":"Utilities"},{"name":"std::system_error","path":"error/system_error","type":"Utilities"},{"name":"std::system_error::code","path":"error/system_error/code","type":"Utilities"},{"name":"std::system_error::system_error","path":"error/system_error/system_error","type":"Utilities"},{"name":"std::system_error::what","path":"error/system_error/what","type":"Utilities"},{"name":"std::tan","path":"numeric/math/tan","type":"Numerics"},{"name":"std::tan(std::complex)","path":"numeric/complex/tan","type":"Numerics"},{"name":"std::tan(std::valarray)","path":"numeric/valarray/tan","type":"Numerics"},{"name":"std::tanh","path":"numeric/math/tanh","type":"Numerics"},{"name":"std::tanh(std::complex)","path":"numeric/complex/tanh","type":"Numerics"},{"name":"std::tanh(std::valarray)","path":"numeric/valarray/tanh","type":"Numerics"},{"name":"std::terminate","path":"error/terminate","type":"Utilities"},{"name":"std::terminate_handler","path":"error/terminate_handler","type":"Utilities"},{"name":"std::tgamma","path":"numeric/math/tgamma","type":"Numerics"},{"name":"std::this_thread::get_id","path":"thread/get_id","type":"Thread support"},{"name":"std::this_thread::sleep_for","path":"thread/sleep_for","type":"Thread support"},{"name":"std::this_thread::sleep_until","path":"thread/sleep_until","type":"Thread support"},{"name":"std::this_thread::yield","path":"thread/yield","type":"Thread support"},{"name":"std::thread","path":"thread/thread","type":"Thread support"},{"name":"std::thread::detach","path":"thread/thread/detach","type":"Thread support"},{"name":"std::thread::get_id","path":"thread/thread/get_id","type":"Thread support"},{"name":"std::thread::hardware_concurrency","path":"thread/thread/hardware_concurrency","type":"Thread support"},{"name":"std::thread::id","path":"thread/thread/id.1","type":"Thread support"},{"name":"std::thread::id::id","path":"thread/thread/id/id","type":"Thread support"},{"name":"std::thread::join","path":"thread/thread/join","type":"Thread support"},{"name":"std::thread::joinable","path":"thread/thread/joinable","type":"Thread support"},{"name":"std::thread::native_handle","path":"thread/thread/native_handle","type":"Thread support"},{"name":"std::thread::operator=","path":"thread/thread/operator=","type":"Thread support"},{"name":"std::thread::swap","path":"thread/thread/swap","type":"Thread support"},{"name":"std::thread::thread","path":"thread/thread/thread","type":"Thread support"},{"name":"std::thread::~thread","path":"thread/thread/~thread","type":"Thread support"},{"name":"std::throw_with_nested","path":"error/throw_with_nested","type":"Utilities"},{"name":"std::tie","path":"utility/tuple/tie","type":"Utilities"},{"name":"std::time","path":"chrono/c/time","type":"Utilities"},{"name":"std::timed_mutex","path":"thread/timed_mutex","type":"Thread support"},{"name":"std::timed_mutex::lock","path":"thread/timed_mutex/lock","type":"Thread support"},{"name":"std::timed_mutex::native_handle","path":"thread/timed_mutex/native_handle","type":"Thread support"},{"name":"std::timed_mutex::timed_mutex","path":"thread/timed_mutex/timed_mutex","type":"Thread support"},{"name":"std::timed_mutex::try_lock","path":"thread/timed_mutex/try_lock","type":"Thread support"},{"name":"std::timed_mutex::try_lock_for","path":"thread/timed_mutex/try_lock_for","type":"Thread support"},{"name":"std::timed_mutex::try_lock_until","path":"thread/timed_mutex/try_lock_until","type":"Thread support"},{"name":"std::timed_mutex::unlock","path":"thread/timed_mutex/unlock","type":"Thread support"},{"name":"std::timed_mutex::~timed_mutex","path":"thread/timed_mutex/~timed_mutex","type":"Thread support"},{"name":"std::timespec","path":"chrono/c/timespec","type":"Utilities"},{"name":"std::timespec_get","path":"chrono/c/timespec_get","type":"Utilities"},{"name":"std::time_base","path":"locale/time_base","type":"Localizations"},{"name":"std::time_get","path":"locale/time_get","type":"Localizations"},{"name":"std::time_get::date_order","path":"locale/time_get/date_order","type":"Localizations"},{"name":"std::time_get::do_date_order","path":"locale/time_get/date_order","type":"Localizations"},{"name":"std::time_get::do_get","path":"locale/time_get/get","type":"Localizations"},{"name":"std::time_get::do_get_date","path":"locale/time_get/get_date","type":"Localizations"},{"name":"std::time_get::do_get_monthname","path":"locale/time_get/get_monthname","type":"Localizations"},{"name":"std::time_get::do_get_time","path":"locale/time_get/get_time","type":"Localizations"},{"name":"std::time_get::do_get_weekday","path":"locale/time_get/get_weekday","type":"Localizations"},{"name":"std::time_get::do_get_year","path":"locale/time_get/get_year","type":"Localizations"},{"name":"std::time_get::get","path":"locale/time_get/get","type":"Localizations"},{"name":"std::time_get::get_date","path":"locale/time_get/get_date","type":"Localizations"},{"name":"std::time_get::get_monthname","path":"locale/time_get/get_monthname","type":"Localizations"},{"name":"std::time_get::get_time","path":"locale/time_get/get_time","type":"Localizations"},{"name":"std::time_get::get_weekday","path":"locale/time_get/get_weekday","type":"Localizations"},{"name":"std::time_get::get_year","path":"locale/time_get/get_year","type":"Localizations"},{"name":"std::time_get::time_get","path":"locale/time_get/time_get","type":"Localizations"},{"name":"std::time_get::~time_get","path":"locale/time_get/~time_get","type":"Localizations"},{"name":"std::time_get_byname","path":"locale/time_get_byname","type":"Localizations"},{"name":"std::time_put","path":"locale/time_put","type":"Localizations"},{"name":"std::time_put::do_put","path":"locale/time_put/put","type":"Localizations"},{"name":"std::time_put::put","path":"locale/time_put/put","type":"Localizations"},{"name":"std::time_put::time_put","path":"locale/time_put/time_put","type":"Localizations"},{"name":"std::time_put::~time_put","path":"locale/time_put/~time_put","type":"Localizations"},{"name":"std::time_put_byname","path":"locale/time_put_byname","type":"Localizations"},{"name":"std::time_t","path":"chrono/c/time_t","type":"Utilities"},{"name":"std::tm","path":"chrono/c/tm","type":"Utilities"},{"name":"std::tmpfile","path":"io/c/tmpfile","type":"Input/output"},{"name":"std::tmpnam","path":"io/c/tmpnam","type":"Input/output"},{"name":"std::tolower","path":"string/byte/tolower","type":"Strings"},{"name":"std::tolower(std::locale)","path":"locale/tolower","type":"Localizations"},{"name":"std::toupper","path":"string/byte/toupper","type":"Strings"},{"name":"std::toupper(std::locale)","path":"locale/toupper","type":"Localizations"},{"name":"std::towctrans","path":"string/wide/towctrans","type":"Strings"},{"name":"std::towlower","path":"string/wide/towlower","type":"Strings"},{"name":"std::towupper","path":"string/wide/towupper","type":"Strings"},{"name":"std::to_chars","path":"utility/to_chars","type":"Utilities"},{"name":"std::to_string","path":"string/basic_string/to_string","type":"Strings"},{"name":"std::to_wstring","path":"string/basic_string/to_wstring","type":"Strings"},{"name":"std::transform","path":"algorithm/transform","type":"Algorithm"},{"name":"std::transform_exclusive_scan","path":"algorithm/transform_exclusive_scan","type":"Algorithm"},{"name":"std::transform_inclusive_scan","path":"algorithm/transform_inclusive_scan","type":"Algorithm"},{"name":"std::transform_reduce","path":"algorithm/transform_reduce","type":"Algorithm"},{"name":"std::trunc","path":"numeric/math/trunc","type":"Numerics"},{"name":"std::try_lock","path":"thread/try_lock","type":"Thread support"},{"name":"std::try_to_lock","path":"thread/lock_tag","type":"Thread support"},{"name":"std::try_to_lock_t","path":"thread/lock_tag_t","type":"Thread support"},{"name":"std::tuple","path":"utility/tuple","type":"Utilities"},{"name":"std::tuple::operator=","path":"utility/tuple/operator=","type":"Utilities"},{"name":"std::tuple::swap","path":"utility/tuple/swap","type":"Utilities"},{"name":"std::tuple::tuple","path":"utility/tuple/tuple","type":"Utilities"},{"name":"std::tuple_cat","path":"utility/tuple/tuple_cat","type":"Utilities"},{"name":"std::tuple_element<std::array>","path":"container/array/tuple_element","type":"Containers"},{"name":"std::tuple_element<std::pair>","path":"utility/pair/tuple_element","type":"Utilities"},{"name":"std::tuple_element<std::tuple>","path":"utility/tuple/tuple_element","type":"Utilities"},{"name":"std::tuple_size(std::array)","path":"container/array/tuple_size","type":"Containers"},{"name":"std::tuple_size<std::pair>","path":"utility/pair/tuple_size","type":"Utilities"},{"name":"std::tuple_size<std::tuple>","path":"utility/tuple/tuple_size","type":"Utilities"},{"name":"std::tx_exception","path":"error/tx_exception","type":"Utilities"},{"name":"std::type_index","path":"types/type_index","type":"Utilities"},{"name":"std::type_index::hash_code","path":"types/type_index/hash_code","type":"Utilities"},{"name":"std::type_index::name","path":"types/type_index/name","type":"Utilities"},{"name":"std::type_index::operators","path":"types/type_index/operator_cmp","type":"Utilities"},{"name":"std::type_index::type_index","path":"types/type_index/type_index","type":"Utilities"},{"name":"std::type_info","path":"types/type_info","type":"Utilities"},{"name":"std::type_info::before","path":"types/type_info/before","type":"Utilities"},{"name":"std::type_info::hash_code","path":"types/type_info/hash_code","type":"Utilities"},{"name":"std::type_info::name","path":"types/type_info/name","type":"Utilities"},{"name":"std::type_info::operator!=","path":"types/type_info/operator_cmp","type":"Utilities"},{"name":"std::type_info::operators","path":"types/type_info/operator_cmp","type":"Utilities"},{"name":"std::type_info::~type_info","path":"types/type_info/~type_info","type":"Utilities"},{"name":"std::unary_function","path":"utility/functional/unary_function","type":"Utilities"},{"name":"std::unary_negate","path":"utility/functional/unary_negate","type":"Utilities"},{"name":"std::uncaught_exception","path":"error/uncaught_exception","type":"Utilities"},{"name":"std::uncaught_exceptions","path":"error/uncaught_exception","type":"Utilities"},{"name":"std::undeclare_no_pointers","path":"memory/gc/undeclare_no_pointers","type":"Utilities"},{"name":"std::undeclare_reachable","path":"memory/gc/undeclare_reachable","type":"Utilities"},{"name":"std::underflow_error","path":"error/underflow_error/underflow_error","type":"Utilities"},{"name":"std::underlying_type","path":"types/underlying_type","type":"Utilities"},{"name":"std::unexpected","path":"error/unexpected","type":"Utilities"},{"name":"std::unexpected_handler","path":"error/unexpected_handler","type":"Utilities"},{"name":"std::ungetc","path":"io/c/ungetc","type":"Input/output"},{"name":"std::ungetwc","path":"io/c/ungetwc","type":"Input/output"},{"name":"std::uniform_int_distribution","path":"numeric/random/uniform_int_distribution","type":"Numerics"},{"name":"std::uniform_int_distribution::a","path":"numeric/random/uniform_int_distribution/params","type":"Numerics"},{"name":"std::uniform_int_distribution::max","path":"numeric/random/uniform_int_distribution/max","type":"Numerics"},{"name":"std::uniform_int_distribution::min","path":"numeric/random/uniform_int_distribution/min","type":"Numerics"},{"name":"std::uniform_int_distribution::operator()","path":"numeric/random/uniform_int_distribution/operator()","type":"Numerics"},{"name":"std::uniform_int_distribution::param","path":"numeric/random/uniform_int_distribution/param","type":"Numerics"},{"name":"std::uniform_int_distribution::reset","path":"numeric/random/uniform_int_distribution/reset","type":"Numerics"},{"name":"std::uniform_int_distribution::uniform_int_distribution","path":"numeric/random/uniform_int_distribution/uniform_int_distribution","type":"Numerics"},{"name":"std::uniform_real_distribution","path":"numeric/random/uniform_real_distribution","type":"Numerics"},{"name":"std::uniform_real_distribution::a","path":"numeric/random/uniform_real_distribution/params","type":"Numerics"},{"name":"std::uniform_real_distribution::max","path":"numeric/random/uniform_real_distribution/max","type":"Numerics"},{"name":"std::uniform_real_distribution::min","path":"numeric/random/uniform_real_distribution/min","type":"Numerics"},{"name":"std::uniform_real_distribution::operator()","path":"numeric/random/uniform_real_distribution/operator()","type":"Numerics"},{"name":"std::uniform_real_distribution::param","path":"numeric/random/uniform_real_distribution/param","type":"Numerics"},{"name":"std::uniform_real_distribution::reset","path":"numeric/random/uniform_real_distribution/reset","type":"Numerics"},{"name":"std::uniform_real_distribution::uniform_real_distribution","path":"numeric/random/uniform_real_distribution/uniform_real_distribution","type":"Numerics"},{"name":"std::uninitialized_copy","path":"memory/uninitialized_copy","type":"Utilities"},{"name":"std::uninitialized_copy_n","path":"memory/uninitialized_copy_n","type":"Utilities"},{"name":"std::uninitialized_default_construct","path":"memory/uninitialized_default_construct","type":"Utilities"},{"name":"std::uninitialized_default_construct_n","path":"memory/uninitialized_default_construct_n","type":"Utilities"},{"name":"std::uninitialized_fill","path":"memory/uninitialized_fill","type":"Utilities"},{"name":"std::uninitialized_fill_n","path":"memory/uninitialized_fill_n","type":"Utilities"},{"name":"std::uninitialized_move","path":"memory/uninitialized_move","type":"Utilities"},{"name":"std::uninitialized_move_n","path":"memory/uninitialized_move_n","type":"Utilities"},{"name":"std::uninitialized_value_construct","path":"memory/uninitialized_value_construct","type":"Utilities"},{"name":"std::uninitialized_value_construct_n","path":"memory/uninitialized_value_construct_n","type":"Utilities"},{"name":"std::unique","path":"algorithm/unique","type":"Algorithm"},{"name":"std::unique_copy","path":"algorithm/unique_copy","type":"Algorithm"},{"name":"std::unique_lock","path":"thread/unique_lock","type":"Thread support"},{"name":"std::unique_lock::lock","path":"thread/unique_lock/lock","type":"Thread support"},{"name":"std::unique_lock::mutex","path":"thread/unique_lock/mutex","type":"Thread support"},{"name":"std::unique_lock::operator bool","path":"thread/unique_lock/operator_bool","type":"Thread support"},{"name":"std::unique_lock::operator=","path":"thread/unique_lock/operator=","type":"Thread support"},{"name":"std::unique_lock::owns_lock","path":"thread/unique_lock/owns_lock","type":"Thread support"},{"name":"std::unique_lock::release","path":"thread/unique_lock/release","type":"Thread support"},{"name":"std::unique_lock::swap","path":"thread/unique_lock/swap","type":"Thread support"},{"name":"std::unique_lock::try_lock","path":"thread/unique_lock/try_lock","type":"Thread support"},{"name":"std::unique_lock::try_lock_for","path":"thread/unique_lock/try_lock_for","type":"Thread support"},{"name":"std::unique_lock::try_lock_until","path":"thread/unique_lock/try_lock_until","type":"Thread support"},{"name":"std::unique_lock::unique_lock","path":"thread/unique_lock/unique_lock","type":"Thread support"},{"name":"std::unique_lock::unlock","path":"thread/unique_lock/unlock","type":"Thread support"},{"name":"std::unique_lock::~unique_lock","path":"thread/unique_lock/~unique_lock","type":"Thread support"},{"name":"std::unique_ptr","path":"memory/unique_ptr","type":"Utilities"},{"name":"std::unique_ptr::get","path":"memory/unique_ptr/get","type":"Utilities"},{"name":"std::unique_ptr::get_deleter","path":"memory/unique_ptr/get_deleter","type":"Utilities"},{"name":"std::unique_ptr::operator bool","path":"memory/unique_ptr/operator_bool","type":"Utilities"},{"name":"std::unique_ptr::operator*","path":"memory/unique_ptr/operator_star_","type":"Utilities"},{"name":"std::unique_ptr::operator=","path":"memory/unique_ptr/operator=","type":"Utilities"},{"name":"std::unique_ptr::operator[]","path":"memory/unique_ptr/operator_at","type":"Utilities"},{"name":"std::unique_ptr::release","path":"memory/unique_ptr/release","type":"Utilities"},{"name":"std::unique_ptr::reset","path":"memory/unique_ptr/reset","type":"Utilities"},{"name":"std::unique_ptr::swap","path":"memory/unique_ptr/swap","type":"Utilities"},{"name":"std::unique_ptr::unique_ptr","path":"memory/unique_ptr/unique_ptr","type":"Utilities"},{"name":"std::unique_ptr::~unique_ptr","path":"memory/unique_ptr/~unique_ptr","type":"Utilities"},{"name":"std::unitbuf","path":"io/manip/unitbuf","type":"Input/output"},{"name":"std::unordered_map","path":"container/unordered_map","type":"Containers"},{"name":"std::unordered_map::at","path":"container/unordered_map/at","type":"Containers"},{"name":"std::unordered_map::begin","path":"container/unordered_map/begin","type":"Containers"},{"name":"std::unordered_map::begin(int)","path":"container/unordered_map/begin2","type":"Containers"},{"name":"std::unordered_map::bucket","path":"container/unordered_map/bucket","type":"Containers"},{"name":"std::unordered_map::bucket_count","path":"container/unordered_map/bucket_count","type":"Containers"},{"name":"std::unordered_map::bucket_size","path":"container/unordered_map/bucket_size","type":"Containers"},{"name":"std::unordered_map::cbegin","path":"container/unordered_map/begin2","type":"Containers"},{"name":"std::unordered_map::cbegin","path":"container/unordered_map/begin","type":"Containers"},{"name":"std::unordered_map::cend","path":"container/unordered_map/end","type":"Containers"},{"name":"std::unordered_map::cend","path":"container/unordered_map/end2","type":"Containers"},{"name":"std::unordered_map::clear","path":"container/unordered_map/clear","type":"Containers"},{"name":"std::unordered_map::count","path":"container/unordered_map/count","type":"Containers"},{"name":"std::unordered_map::emplace","path":"container/unordered_map/emplace","type":"Containers"},{"name":"std::unordered_map::emplace_hint","path":"container/unordered_map/emplace_hint","type":"Containers"},{"name":"std::unordered_map::empty","path":"container/unordered_map/empty","type":"Containers"},{"name":"std::unordered_map::end","path":"container/unordered_map/end","type":"Containers"},{"name":"std::unordered_map::end(int)","path":"container/unordered_map/end2","type":"Containers"},{"name":"std::unordered_map::equal_range","path":"container/unordered_map/equal_range","type":"Containers"},{"name":"std::unordered_map::erase","path":"container/unordered_map/erase","type":"Containers"},{"name":"std::unordered_map::extract","path":"container/unordered_map/extract","type":"Containers"},{"name":"std::unordered_map::find","path":"container/unordered_map/find","type":"Containers"},{"name":"std::unordered_map::get_allocator","path":"container/unordered_map/get_allocator","type":"Containers"},{"name":"std::unordered_map::hash_function","path":"container/unordered_map/hash_function","type":"Containers"},{"name":"std::unordered_map::insert","path":"container/unordered_map/insert","type":"Containers"},{"name":"std::unordered_map::insert_or_assign","path":"container/unordered_map/insert_or_assign","type":"Containers"},{"name":"std::unordered_map::key_eq","path":"container/unordered_map/key_eq","type":"Containers"},{"name":"std::unordered_map::load_factor","path":"container/unordered_map/load_factor","type":"Containers"},{"name":"std::unordered_map::max_bucket_count","path":"container/unordered_map/max_bucket_count","type":"Containers"},{"name":"std::unordered_map::max_load_factor","path":"container/unordered_map/max_load_factor","type":"Containers"},{"name":"std::unordered_map::max_size","path":"container/unordered_map/max_size","type":"Containers"},{"name":"std::unordered_map::merge","path":"container/unordered_map/merge","type":"Containers"},{"name":"std::unordered_map::operator=","path":"container/unordered_map/operator=","type":"Containers"},{"name":"std::unordered_map::operator[]","path":"container/unordered_map/operator_at","type":"Containers"},{"name":"std::unordered_map::rehash","path":"container/unordered_map/rehash","type":"Containers"},{"name":"std::unordered_map::reserve","path":"container/unordered_map/reserve","type":"Containers"},{"name":"std::unordered_map::size","path":"container/unordered_map/size","type":"Containers"},{"name":"std::unordered_map::swap","path":"container/unordered_map/swap","type":"Containers"},{"name":"std::unordered_map::try_emplace","path":"container/unordered_map/try_emplace","type":"Containers"},{"name":"std::unordered_map::unordered_map","path":"container/unordered_map/unordered_map","type":"Containers"},{"name":"std::unordered_map::~unordered_map","path":"container/unordered_map/~unordered_map","type":"Containers"},{"name":"std::unordered_multimap","path":"container/unordered_multimap","type":"Containers"},{"name":"std::unordered_multimap::begin","path":"container/unordered_multimap/begin","type":"Containers"},{"name":"std::unordered_multimap::begin(int)","path":"container/unordered_multimap/begin2","type":"Containers"},{"name":"std::unordered_multimap::bucket","path":"container/unordered_multimap/bucket","type":"Containers"},{"name":"std::unordered_multimap::bucket_count","path":"container/unordered_multimap/bucket_count","type":"Containers"},{"name":"std::unordered_multimap::bucket_size","path":"container/unordered_multimap/bucket_size","type":"Containers"},{"name":"std::unordered_multimap::cbegin","path":"container/unordered_multimap/begin","type":"Containers"},{"name":"std::unordered_multimap::cbegin","path":"container/unordered_multimap/begin2","type":"Containers"},{"name":"std::unordered_multimap::cend","path":"container/unordered_multimap/end","type":"Containers"},{"name":"std::unordered_multimap::cend","path":"container/unordered_multimap/end2","type":"Containers"},{"name":"std::unordered_multimap::clear","path":"container/unordered_multimap/clear","type":"Containers"},{"name":"std::unordered_multimap::count","path":"container/unordered_multimap/count","type":"Containers"},{"name":"std::unordered_multimap::emplace","path":"container/unordered_multimap/emplace","type":"Containers"},{"name":"std::unordered_multimap::emplace_hint","path":"container/unordered_multimap/emplace_hint","type":"Containers"},{"name":"std::unordered_multimap::empty","path":"container/unordered_multimap/empty","type":"Containers"},{"name":"std::unordered_multimap::end","path":"container/unordered_multimap/end","type":"Containers"},{"name":"std::unordered_multimap::end(int)","path":"container/unordered_multimap/end2","type":"Containers"},{"name":"std::unordered_multimap::equal_range","path":"container/unordered_multimap/equal_range","type":"Containers"},{"name":"std::unordered_multimap::erase","path":"container/unordered_multimap/erase","type":"Containers"},{"name":"std::unordered_multimap::extract","path":"container/unordered_multimap/extract","type":"Containers"},{"name":"std::unordered_multimap::find","path":"container/unordered_multimap/find","type":"Containers"},{"name":"std::unordered_multimap::get_allocator","path":"container/unordered_multimap/get_allocator","type":"Containers"},{"name":"std::unordered_multimap::hash_function","path":"container/unordered_multimap/hash_function","type":"Containers"},{"name":"std::unordered_multimap::insert","path":"container/unordered_multimap/insert","type":"Containers"},{"name":"std::unordered_multimap::key_eq","path":"container/unordered_multimap/key_eq","type":"Containers"},{"name":"std::unordered_multimap::load_factor","path":"container/unordered_multimap/load_factor","type":"Containers"},{"name":"std::unordered_multimap::max_bucket_count","path":"container/unordered_multimap/max_bucket_count","type":"Containers"},{"name":"std::unordered_multimap::max_load_factor","path":"container/unordered_multimap/max_load_factor","type":"Containers"},{"name":"std::unordered_multimap::max_size","path":"container/unordered_multimap/max_size","type":"Containers"},{"name":"std::unordered_multimap::merge","path":"container/unordered_multimap/merge","type":"Containers"},{"name":"std::unordered_multimap::operator=","path":"container/unordered_multimap/operator=","type":"Containers"},{"name":"std::unordered_multimap::rehash","path":"container/unordered_multimap/rehash","type":"Containers"},{"name":"std::unordered_multimap::reserve","path":"container/unordered_multimap/reserve","type":"Containers"},{"name":"std::unordered_multimap::size","path":"container/unordered_multimap/size","type":"Containers"},{"name":"std::unordered_multimap::swap","path":"container/unordered_multimap/swap","type":"Containers"},{"name":"std::unordered_multimap::unordered_multimap","path":"container/unordered_multimap/unordered_multimap","type":"Containers"},{"name":"std::unordered_multimap::~unordered_multimap","path":"container/unordered_multimap/~unordered_multimap","type":"Containers"},{"name":"std::unordered_multiset","path":"container/unordered_multiset","type":"Containers"},{"name":"std::unordered_multiset::begin","path":"container/unordered_multiset/begin","type":"Containers"},{"name":"std::unordered_multiset::begin(int)","path":"container/unordered_multiset/begin2","type":"Containers"},{"name":"std::unordered_multiset::bucket","path":"container/unordered_multiset/bucket","type":"Containers"},{"name":"std::unordered_multiset::bucket_count","path":"container/unordered_multiset/bucket_count","type":"Containers"},{"name":"std::unordered_multiset::bucket_size","path":"container/unordered_multiset/bucket_size","type":"Containers"},{"name":"std::unordered_multiset::cbegin","path":"container/unordered_multiset/begin2","type":"Containers"},{"name":"std::unordered_multiset::cbegin","path":"container/unordered_multiset/begin","type":"Containers"},{"name":"std::unordered_multiset::cend","path":"container/unordered_multiset/end2","type":"Containers"},{"name":"std::unordered_multiset::cend","path":"container/unordered_multiset/end","type":"Containers"},{"name":"std::unordered_multiset::clear","path":"container/unordered_multiset/clear","type":"Containers"},{"name":"std::unordered_multiset::count","path":"container/unordered_multiset/count","type":"Containers"},{"name":"std::unordered_multiset::emplace","path":"container/unordered_multiset/emplace","type":"Containers"},{"name":"std::unordered_multiset::emplace_hint","path":"container/unordered_multiset/emplace_hint","type":"Containers"},{"name":"std::unordered_multiset::empty","path":"container/unordered_multiset/empty","type":"Containers"},{"name":"std::unordered_multiset::end","path":"container/unordered_multiset/end","type":"Containers"},{"name":"std::unordered_multiset::end(int)","path":"container/unordered_multiset/end2","type":"Containers"},{"name":"std::unordered_multiset::equal_range","path":"container/unordered_multiset/equal_range","type":"Containers"},{"name":"std::unordered_multiset::erase","path":"container/unordered_multiset/erase","type":"Containers"},{"name":"std::unordered_multiset::extract","path":"container/unordered_multiset/extract","type":"Containers"},{"name":"std::unordered_multiset::find","path":"container/unordered_multiset/find","type":"Containers"},{"name":"std::unordered_multiset::get_allocator","path":"container/unordered_multiset/get_allocator","type":"Containers"},{"name":"std::unordered_multiset::hash_function","path":"container/unordered_multiset/hash_function","type":"Containers"},{"name":"std::unordered_multiset::insert","path":"container/unordered_multiset/insert","type":"Containers"},{"name":"std::unordered_multiset::key_eq","path":"container/unordered_multiset/key_eq","type":"Containers"},{"name":"std::unordered_multiset::load_factor","path":"container/unordered_multiset/load_factor","type":"Containers"},{"name":"std::unordered_multiset::max_bucket_count","path":"container/unordered_multiset/max_bucket_count","type":"Containers"},{"name":"std::unordered_multiset::max_load_factor","path":"container/unordered_multiset/max_load_factor","type":"Containers"},{"name":"std::unordered_multiset::max_size","path":"container/unordered_multiset/max_size","type":"Containers"},{"name":"std::unordered_multiset::merge","path":"container/unordered_multiset/merge","type":"Containers"},{"name":"std::unordered_multiset::operator=","path":"container/unordered_multiset/operator=","type":"Containers"},{"name":"std::unordered_multiset::rehash","path":"container/unordered_multiset/rehash","type":"Containers"},{"name":"std::unordered_multiset::reserve","path":"container/unordered_multiset/reserve","type":"Containers"},{"name":"std::unordered_multiset::size","path":"container/unordered_multiset/size","type":"Containers"},{"name":"std::unordered_multiset::swap","path":"container/unordered_multiset/swap","type":"Containers"},{"name":"std::unordered_multiset::unordered_multiset","path":"container/unordered_multiset/unordered_multiset","type":"Containers"},{"name":"std::unordered_multiset::~unordered_multiset","path":"container/unordered_multiset/~unordered_multiset","type":"Containers"},{"name":"std::unordered_set","path":"container/unordered_set","type":"Containers"},{"name":"std::unordered_set::begin","path":"container/unordered_set/begin","type":"Containers"},{"name":"std::unordered_set::begin(int)","path":"container/unordered_set/begin2","type":"Containers"},{"name":"std::unordered_set::bucket","path":"container/unordered_set/bucket","type":"Containers"},{"name":"std::unordered_set::bucket_count","path":"container/unordered_set/bucket_count","type":"Containers"},{"name":"std::unordered_set::bucket_size","path":"container/unordered_set/bucket_size","type":"Containers"},{"name":"std::unordered_set::cbegin","path":"container/unordered_set/begin2","type":"Containers"},{"name":"std::unordered_set::cbegin","path":"container/unordered_set/begin","type":"Containers"},{"name":"std::unordered_set::cend","path":"container/unordered_set/end2","type":"Containers"},{"name":"std::unordered_set::cend","path":"container/unordered_set/end","type":"Containers"},{"name":"std::unordered_set::clear","path":"container/unordered_set/clear","type":"Containers"},{"name":"std::unordered_set::count","path":"container/unordered_set/count","type":"Containers"},{"name":"std::unordered_set::emplace","path":"container/unordered_set/emplace","type":"Containers"},{"name":"std::unordered_set::emplace_hint","path":"container/unordered_set/emplace_hint","type":"Containers"},{"name":"std::unordered_set::empty","path":"container/unordered_set/empty","type":"Containers"},{"name":"std::unordered_set::end","path":"container/unordered_set/end","type":"Containers"},{"name":"std::unordered_set::end(int)","path":"container/unordered_set/end2","type":"Containers"},{"name":"std::unordered_set::equal_range","path":"container/unordered_set/equal_range","type":"Containers"},{"name":"std::unordered_set::erase","path":"container/unordered_set/erase","type":"Containers"},{"name":"std::unordered_set::extract","path":"container/unordered_set/extract","type":"Containers"},{"name":"std::unordered_set::find","path":"container/unordered_set/find","type":"Containers"},{"name":"std::unordered_set::get_allocator","path":"container/unordered_set/get_allocator","type":"Containers"},{"name":"std::unordered_set::hash_function","path":"container/unordered_set/hash_function","type":"Containers"},{"name":"std::unordered_set::insert","path":"container/unordered_set/insert","type":"Containers"},{"name":"std::unordered_set::key_eq","path":"container/unordered_set/key_eq","type":"Containers"},{"name":"std::unordered_set::load_factor","path":"container/unordered_set/load_factor","type":"Containers"},{"name":"std::unordered_set::max_bucket_count","path":"container/unordered_set/max_bucket_count","type":"Containers"},{"name":"std::unordered_set::max_load_factor","path":"container/unordered_set/max_load_factor","type":"Containers"},{"name":"std::unordered_set::max_size","path":"container/unordered_set/max_size","type":"Containers"},{"name":"std::unordered_set::merge","path":"container/unordered_set/merge","type":"Containers"},{"name":"std::unordered_set::operator=","path":"container/unordered_set/operator=","type":"Containers"},{"name":"std::unordered_set::rehash","path":"container/unordered_set/rehash","type":"Containers"},{"name":"std::unordered_set::reserve","path":"container/unordered_set/reserve","type":"Containers"},{"name":"std::unordered_set::size","path":"container/unordered_set/size","type":"Containers"},{"name":"std::unordered_set::swap","path":"container/unordered_set/swap","type":"Containers"},{"name":"std::unordered_set::unordered_set","path":"container/unordered_set/unordered_set","type":"Containers"},{"name":"std::unordered_set::~unordered_set","path":"container/unordered_set/~unordered_set","type":"Containers"},{"name":"std::uppercase","path":"io/manip/uppercase","type":"Input/output"},{"name":"std::upper_bound","path":"algorithm/upper_bound","type":"Algorithm"},{"name":"std::uses_allocator","path":"memory/uses_allocator","type":"Utilities"},{"name":"std::uses_allocator<std::function>","path":"utility/functional/function/uses_allocator","type":"Utilities"},{"name":"std::uses_allocator<std::packaged_task>","path":"thread/packaged_task/uses_allocator","type":"Thread support"},{"name":"std::uses_allocator<std::priority_queue>","path":"container/priority_queue/uses_allocator","type":"Containers"},{"name":"std::uses_allocator<std::promise>","path":"thread/promise/uses_allocator","type":"Thread support"},{"name":"std::uses_allocator<std::queue>","path":"container/queue/uses_allocator","type":"Containers"},{"name":"std::uses_allocator<std::stack>","path":"container/stack/uses_allocator","type":"Containers"},{"name":"std::uses_allocator<std::tuple>","path":"utility/tuple/uses_allocator","type":"Utilities"},{"name":"std::uses_allocator<std::variant>","path":"utility/variant/uses_allocator","type":"Utilities"},{"name":"std::use_facet","path":"locale/use_facet","type":"Localizations"},{"name":"std::valarray","path":"numeric/valarray","type":"Numerics"},{"name":"std::valarray::apply","path":"numeric/valarray/apply","type":"Numerics"},{"name":"std::valarray::cshift","path":"numeric/valarray/cshift","type":"Numerics"},{"name":"std::valarray::max","path":"numeric/valarray/max","type":"Numerics"},{"name":"std::valarray::min","path":"numeric/valarray/min","type":"Numerics"},{"name":"std::valarray::operator=","path":"numeric/valarray/operator=","type":"Numerics"},{"name":"std::valarray::operators","path":"numeric/valarray/operator_arith2","type":"Numerics"},{"name":"std::valarray::operators","path":"numeric/valarray/operator_arith","type":"Numerics"},{"name":"std::valarray::operator[]","path":"numeric/valarray/operator_at","type":"Numerics"},{"name":"std::valarray::resize","path":"numeric/valarray/resize","type":"Numerics"},{"name":"std::valarray::shift","path":"numeric/valarray/shift","type":"Numerics"},{"name":"std::valarray::size","path":"numeric/valarray/size","type":"Numerics"},{"name":"std::valarray::sum","path":"numeric/valarray/sum","type":"Numerics"},{"name":"std::valarray::swap","path":"numeric/valarray/swap","type":"Numerics"},{"name":"std::valarray::valarray","path":"numeric/valarray/valarray","type":"Numerics"},{"name":"std::valarray::~valarray","path":"numeric/valarray/~valarray","type":"Numerics"},{"name":"std::variant","path":"utility/variant","type":"Utilities"},{"name":"std::variant::emplace","path":"utility/variant/emplace","type":"Utilities"},{"name":"std::variant::index","path":"utility/variant/index","type":"Utilities"},{"name":"std::variant::operator=","path":"utility/variant/operator=","type":"Utilities"},{"name":"std::variant::swap","path":"utility/variant/swap","type":"Utilities"},{"name":"std::variant::valueless_by_exception","path":"utility/variant/valueless_by_exception","type":"Utilities"},{"name":"std::variant::variant","path":"utility/variant/variant","type":"Utilities"},{"name":"std::variant::~variant","path":"utility/variant/~variant","type":"Utilities"},{"name":"std::variant_alternative","path":"utility/variant/variant_alternative","type":"Utilities"},{"name":"std::variant_alternative_t","path":"utility/variant/variant_alternative","type":"Utilities"},{"name":"std::variant_npos","path":"utility/variant/variant_npos","type":"Utilities"},{"name":"std::variant_size","path":"utility/variant/variant_size","type":"Utilities"},{"name":"std::variant_size_v","path":"utility/variant/variant_size","type":"Utilities"},{"name":"std::va_list","path":"utility/variadic/va_list","type":"Utilities"},{"name":"std::vector","path":"container/vector","type":"Containers"},{"name":"std::vector::assign","path":"container/vector/assign","type":"Containers"},{"name":"std::vector::at","path":"container/vector/at","type":"Containers"},{"name":"std::vector::back","path":"container/vector/back","type":"Containers"},{"name":"std::vector::begin","path":"container/vector/begin","type":"Containers"},{"name":"std::vector::capacity","path":"container/vector/capacity","type":"Containers"},{"name":"std::vector::cbegin","path":"container/vector/begin","type":"Containers"},{"name":"std::vector::cend","path":"container/vector/end","type":"Containers"},{"name":"std::vector::clear","path":"container/vector/clear","type":"Containers"},{"name":"std::vector::crbegin","path":"container/vector/rbegin","type":"Containers"},{"name":"std::vector::crend","path":"container/vector/rend","type":"Containers"},{"name":"std::vector::data","path":"container/vector/data","type":"Containers"},{"name":"std::vector::emplace","path":"container/vector/emplace","type":"Containers"},{"name":"std::vector::emplace_back","path":"container/vector/emplace_back","type":"Containers"},{"name":"std::vector::empty","path":"container/vector/empty","type":"Containers"},{"name":"std::vector::end","path":"container/vector/end","type":"Containers"},{"name":"std::vector::erase","path":"container/vector/erase","type":"Containers"},{"name":"std::vector::front","path":"container/vector/front","type":"Containers"},{"name":"std::vector::get_allocator","path":"container/vector/get_allocator","type":"Containers"},{"name":"std::vector::insert","path":"container/vector/insert","type":"Containers"},{"name":"std::vector::max_size","path":"container/vector/max_size","type":"Containers"},{"name":"std::vector::operator=","path":"container/vector/operator=","type":"Containers"},{"name":"std::vector::operator[]","path":"container/vector/operator_at","type":"Containers"},{"name":"std::vector::pop_back","path":"container/vector/pop_back","type":"Containers"},{"name":"std::vector::push_back","path":"container/vector/push_back","type":"Containers"},{"name":"std::vector::rbegin","path":"container/vector/rbegin","type":"Containers"},{"name":"std::vector::rend","path":"container/vector/rend","type":"Containers"},{"name":"std::vector::reserve","path":"container/vector/reserve","type":"Containers"},{"name":"std::vector::resize","path":"container/vector/resize","type":"Containers"},{"name":"std::vector::shrink_to_fit","path":"container/vector/shrink_to_fit","type":"Containers"},{"name":"std::vector::size","path":"container/vector/size","type":"Containers"},{"name":"std::vector::swap","path":"container/vector/swap","type":"Containers"},{"name":"std::vector::vector","path":"container/vector/vector","type":"Containers"},{"name":"std::vector::~vector","path":"container/vector/~vector","type":"Containers"},{"name":"std::vector<bool>","path":"container/vector_bool","type":"Containers"},{"name":"std::vector<bool>::flip","path":"container/vector_bool/flip","type":"Containers"},{"name":"std::vector<bool>::reference","path":"container/vector_bool/reference","type":"Containers"},{"name":"std::vector<bool>::swap","path":"container/vector_bool/swap","type":"Containers"},{"name":"std::vfprintf","path":"io/c/vfprintf","type":"Input/output"},{"name":"std::vfscanf","path":"io/c/vfscanf","type":"Input/output"},{"name":"std::vfwprintf","path":"io/c/vfwprintf","type":"Input/output"},{"name":"std::vfwscanf","path":"io/c/vfwscanf","type":"Input/output"},{"name":"std::visit","path":"utility/variant/visit","type":"Utilities"},{"name":"std::void_t","path":"types/void_t","type":"Utilities"},{"name":"std::vprintf","path":"io/c/vfprintf","type":"Input/output"},{"name":"std::vscanf","path":"io/c/vfscanf","type":"Input/output"},{"name":"std::vsnprintf","path":"io/c/vfprintf","type":"Input/output"},{"name":"std::vsprintf","path":"io/c/vfprintf","type":"Input/output"},{"name":"std::vsscanf","path":"io/c/vfscanf","type":"Input/output"},{"name":"std::vswprintf","path":"io/c/vfwprintf","type":"Input/output"},{"name":"std::vswscanf","path":"io/c/vfwscanf","type":"Input/output"},{"name":"std::vwprintf","path":"io/c/vfwprintf","type":"Input/output"},{"name":"std::vwscanf","path":"io/c/vfwscanf","type":"Input/output"},{"name":"std::wbuffer_convert","path":"locale/wbuffer_convert","type":"Localizations"},{"name":"std::wbuffer_convert::rdbuf","path":"locale/wbuffer_convert/rdbuf","type":"Localizations"},{"name":"std::wbuffer_convert::state","path":"locale/wbuffer_convert/state","type":"Localizations"},{"name":"std::wbuffer_convert::wbuffer_convert","path":"locale/wbuffer_convert/wbuffer_convert","type":"Localizations"},{"name":"std::wbuffer_convert::~wbuffer_convert","path":"locale/wbuffer_convert/~wbuffer_convert","type":"Localizations"},{"name":"std::wcerr","path":"io/cerr","type":"Input/output"},{"name":"std::wcin","path":"io/cin","type":"Input/output"},{"name":"std::wclog","path":"io/clog","type":"Input/output"},{"name":"std::wcout","path":"io/cout","type":"Input/output"},{"name":"std::wcrtomb","path":"string/multibyte/wcrtomb","type":"Strings"},{"name":"std::wcscat","path":"string/wide/wcscat","type":"Strings"},{"name":"std::wcschr","path":"string/wide/wcschr","type":"Strings"},{"name":"std::wcscmp","path":"string/wide/wcscmp","type":"Strings"},{"name":"std::wcscoll","path":"string/wide/wcscoll","type":"Strings"},{"name":"std::wcscpy","path":"string/wide/wcscpy","type":"Strings"},{"name":"std::wcscspn","path":"string/wide/wcscspn","type":"Strings"},{"name":"std::wcsftime","path":"chrono/c/wcsftime","type":"Utilities"},{"name":"std::wcslen","path":"string/wide/wcslen","type":"Strings"},{"name":"std::wcsncat","path":"string/wide/wcsncat","type":"Strings"},{"name":"std::wcsncmp","path":"string/wide/wcsncmp","type":"Strings"},{"name":"std::wcsncpy","path":"string/wide/wcsncpy","type":"Strings"},{"name":"std::wcspbrk","path":"string/wide/wcspbrk","type":"Strings"},{"name":"std::wcsrchr","path":"string/wide/wcsrchr","type":"Strings"},{"name":"std::wcsrtombs","path":"string/multibyte/wcsrtombs","type":"Strings"},{"name":"std::wcsspn","path":"string/wide/wcsspn","type":"Strings"},{"name":"std::wcsstr","path":"string/wide/wcsstr","type":"Strings"},{"name":"std::wcstod","path":"string/wide/wcstof","type":"Strings"},{"name":"std::wcstof","path":"string/wide/wcstof","type":"Strings"},{"name":"std::wcstoimax","path":"string/wide/wcstoimax","type":"Strings"},{"name":"std::wcstok","path":"string/wide/wcstok","type":"Strings"},{"name":"std::wcstol","path":"string/wide/wcstol","type":"Strings"},{"name":"std::wcstold","path":"string/wide/wcstof","type":"Strings"},{"name":"std::wcstoll","path":"string/wide/wcstol","type":"Strings"},{"name":"std::wcstombs","path":"string/multibyte/wcstombs","type":"Strings"},{"name":"std::wcstoul","path":"string/wide/wcstoul","type":"Strings"},{"name":"std::wcstoull","path":"string/wide/wcstoul","type":"Strings"},{"name":"std::wcstoumax","path":"string/wide/wcstoimax","type":"Strings"},{"name":"std::wcsxfrm","path":"string/wide/wcsxfrm","type":"Strings"},{"name":"std::wctob","path":"string/multibyte/wctob","type":"Strings"},{"name":"std::wctomb","path":"string/multibyte/wctomb","type":"Strings"},{"name":"std::wctrans","path":"string/wide/wctrans","type":"Strings"},{"name":"std::wctype","path":"string/wide/wctype","type":"Strings"},{"name":"std::weak_ptr","path":"memory/weak_ptr","type":"Utilities"},{"name":"std::weak_ptr::expired","path":"memory/weak_ptr/expired","type":"Utilities"},{"name":"std::weak_ptr::lock","path":"memory/weak_ptr/lock","type":"Utilities"},{"name":"std::weak_ptr::operator=","path":"memory/weak_ptr/operator=","type":"Utilities"},{"name":"std::weak_ptr::owner_before","path":"memory/weak_ptr/owner_before","type":"Utilities"},{"name":"std::weak_ptr::reset","path":"memory/weak_ptr/reset","type":"Utilities"},{"name":"std::weak_ptr::swap","path":"memory/weak_ptr/swap","type":"Utilities"},{"name":"std::weak_ptr::use_count","path":"memory/weak_ptr/use_count","type":"Utilities"},{"name":"std::weak_ptr::weak_ptr","path":"memory/weak_ptr/weak_ptr","type":"Utilities"},{"name":"std::weak_ptr::~weak_ptr","path":"memory/weak_ptr/~weak_ptr","type":"Utilities"},{"name":"std::weibull_distribution","path":"numeric/random/weibull_distribution","type":"Numerics"},{"name":"std::weibull_distribution::a","path":"numeric/random/weibull_distribution/params","type":"Numerics"},{"name":"std::weibull_distribution::max","path":"numeric/random/weibull_distribution/max","type":"Numerics"},{"name":"std::weibull_distribution::min","path":"numeric/random/weibull_distribution/min","type":"Numerics"},{"name":"std::weibull_distribution::operator()","path":"numeric/random/weibull_distribution/operator()","type":"Numerics"},{"name":"std::weibull_distribution::param","path":"numeric/random/weibull_distribution/param","type":"Numerics"},{"name":"std::weibull_distribution::reset","path":"numeric/random/weibull_distribution/reset","type":"Numerics"},{"name":"std::weibull_distribution::weibull_distribution","path":"numeric/random/weibull_distribution/weibull_distribution","type":"Numerics"},{"name":"std::wmemchr","path":"string/wide/wmemchr","type":"Strings"},{"name":"std::wmemcmp","path":"string/wide/wmemcmp","type":"Strings"},{"name":"std::wmemcpy","path":"string/wide/wmemcpy","type":"Strings"},{"name":"std::wmemmove","path":"string/wide/wmemmove","type":"Strings"},{"name":"std::wmemset","path":"string/wide/wmemset","type":"Strings"},{"name":"std::wprintf","path":"io/c/fwprintf","type":"Input/output"},{"name":"std::ws","path":"io/manip/ws","type":"Input/output"},{"name":"std::wscanf","path":"io/c/fwscanf","type":"Input/output"},{"name":"std::wstring_convert","path":"locale/wstring_convert","type":"Localizations"},{"name":"std::wstring_convert::converted","path":"locale/wstring_convert/converted","type":"Localizations"},{"name":"std::wstring_convert::from_bytes","path":"locale/wstring_convert/from_bytes","type":"Localizations"},{"name":"std::wstring_convert::state","path":"locale/wstring_convert/state","type":"Localizations"},{"name":"std::wstring_convert::to_bytes","path":"locale/wstring_convert/to_bytes","type":"Localizations"},{"name":"std::wstring_convert::wstring_convert","path":"locale/wstring_convert/wstring_convert","type":"Localizations"},{"name":"std::wstring_convert::~wstring_convert","path":"locale/wstring_convert/~wstring_convert","type":"Localizations"},{"name":"std::_Exit","path":"utility/program/_exit","type":"Utilities"},{"name":"stddev","path":"numeric/random/normal_distribution/params","type":"Numerics"},{"name":"stdexcept","path":"header/stdexcept","type":"Standard library header files"},{"name":"Storage class specifiers","path":"language/storage_duration","type":"Language"},{"name":"streambuf","path":"header/streambuf","type":"Standard library header files"},{"name":"string","path":"header/string","type":"Standard library header files"},{"name":"string literal","path":"language/string_literal","type":"Language"},{"name":"Strings library","path":"string","type":"Strings"},{"name":"string_view","path":"header/string_view","type":"Standard library header files"},{"name":"strstream","path":"header/strstream","type":"Standard library header files"},{"name":"struct","path":"keyword/struct","type":"Keywords"},{"name":"Swappable","path":"concept/swappable","type":"Concepts"},{"name":"switch","path":"keyword/switch","type":"Keywords"},{"name":"switch statement","path":"language/switch","type":"Language"},{"name":"system_error","path":"header/system_error","type":"Standard library header files"},{"name":"template","path":"keyword/template","type":"Keywords"},{"name":"Template argument deduction","path":"language/template_argument_deduction","type":"Language"},{"name":"Template parameters and template arguments","path":"language/template_parameters","type":"Language"},{"name":"Templates","path":"language/templates","type":"Language"},{"name":"The as-if rule","path":"language/as_if","type":"Language"},{"name":"the pointer literal","path":"language/nullptr","type":"Language"},{"name":"The rule of three/five/zero","path":"language/rule_of_three","type":"Language"},{"name":"this","path":"keyword/this","type":"Keywords"},{"name":"this pointer","path":"language/this","type":"Language"},{"name":"thread","path":"header/thread","type":"Standard library header files"},{"name":"Thread support library","path":"thread","type":"Thread support"},{"name":"thread_local","path":"keyword/thread_local","type":"Keywords"},{"name":"throw","path":"keyword/throw","type":"Keywords"},{"name":"throw expression","path":"language/throw","type":"Language"},{"name":"TimedLockable","path":"concept/timedlockable","type":"Concepts"},{"name":"TimedMutex","path":"concept/timedmutex","type":"Concepts"},{"name":"Transactional memory","path":"language/transactional_memory","type":"Language"},{"name":"TrivialClock","path":"concept/trivialclock","type":"Concepts"},{"name":"TriviallyCopyable","path":"concept/triviallycopyable","type":"Concepts"},{"name":"TrivialType","path":"concept/trivialtype","type":"Concepts"},{"name":"true","path":"keyword/true","type":"Keywords"},{"name":"try","path":"keyword/try","type":"Keywords"},{"name":"try-block","path":"language/try_catch","type":"Language"},{"name":"tuple","path":"header/tuple","type":"Standard library header files"},{"name":"Type","path":"language/type-id","type":"Language"},{"name":"Type","path":"language/incomplete_type","type":"Language"},{"name":"Type alias","path":"language/type_alias","type":"Language"},{"name":"Type support","path":"types","type":"Utilities"},{"name":"typedef","path":"keyword/typedef","type":"Keywords"},{"name":"typedef specifier","path":"language/typedef","type":"Language"},{"name":"typeid","path":"keyword/typeid","type":"Keywords"},{"name":"typeid operator","path":"language/typeid","type":"Language"},{"name":"typeindex","path":"header/typeindex","type":"Standard library header files"},{"name":"typeinfo","path":"header/typeinfo","type":"Standard library header files"},{"name":"typename","path":"keyword/typename","type":"Keywords"},{"name":"type_traits","path":"header/type_traits","type":"Standard library header files"},{"name":"Undefined behavior","path":"language/ub","type":"Language"},{"name":"UnformattedInputFunction","path":"concept/unformattedinputfunction","type":"Concepts"},{"name":"UnformattedOutputFunction","path":"concept/unformattedoutputfunction","type":"Concepts"},{"name":"UniformRandomBitGenerator","path":"concept/uniformrandombitgenerator","type":"Concepts"},{"name":"union","path":"keyword/union","type":"Keywords"},{"name":"Union declaration","path":"language/union","type":"Language"},{"name":"UnorderedAssociativeContainer","path":"concept/unorderedassociativecontainer","type":"Concepts"},{"name":"unordered_map","path":"header/unordered_map","type":"Standard library header files"},{"name":"unordered_set","path":"header/unordered_set","type":"Standard library header files"},{"name":"Unqualified name lookup","path":"language/unqualified_lookup","type":"Language"},{"name":"unsigned","path":"keyword/unsigned","type":"Keywords"},{"name":"user-defined conversion","path":"language/cast_operator","type":"Language"},{"name":"User-defined literals","path":"language/user_literal","type":"Language"},{"name":"using","path":"keyword/using","type":"Keywords"},{"name":"Using-declaration","path":"language/using_declaration","type":"Language"},{"name":"utility","path":"header/utility","type":"Standard library header files"},{"name":"Utility library","path":"utility","type":"Utilities"},{"name":"valarray","path":"header/valarray","type":"Standard library header files"},{"name":"Value categories","path":"language/value_category","type":"Language"},{"name":"value initialization","path":"language/value_initialization","type":"Language"},{"name":"ValueSwappable","path":"concept/valueswappable","type":"Concepts"},{"name":"Variable template","path":"language/variable_template","type":"Language"},{"name":"Variadic arguments","path":"language/variadic_arguments","type":"Language"},{"name":"Variadic functions","path":"utility/variadic","type":"Utilities"},{"name":"variant","path":"header/variant","type":"Standard library header files"},{"name":"va_arg","path":"utility/variadic/va_arg","type":"Utilities"},{"name":"va_copy","path":"utility/variadic/va_copy","type":"Utilities"},{"name":"va_end","path":"utility/variadic/va_end","type":"Utilities"},{"name":"va_start","path":"utility/variadic/va_start","type":"Utilities"},{"name":"vector","path":"header/vector","type":"Standard library header files"},{"name":"virtual","path":"keyword/virtual","type":"Keywords"},{"name":"virtual function specifier","path":"language/virtual","type":"Language"},{"name":"void","path":"keyword/void","type":"Keywords"},{"name":"volatile","path":"keyword/volatile","type":"Keywords"},{"name":"wchar_t","path":"keyword/wchar_t","type":"Keywords"},{"name":"while","path":"keyword/while","type":"Keywords"},{"name":"while loop","path":"language/while","type":"Language"},{"name":"xor","path":"keyword/xor","type":"Keywords"},{"name":"xor_eq","path":"keyword/xor_eq","type":"Keywords"},{"name":"zero initialization","path":"language/zero_initialization","type":"Language"}],"types":[{"name":"Algorithm","count":109,"slug":"algorithm"},{"name":"Atomic operations","count":57,"slug":"atomic-operations"},{"name":"Concepts","count":59,"slug":"concepts"},{"name":"Containers","count":516,"slug":"containers"},{"name":"Dynamic memory management","count":83,"slug":"dynamic-memory-management"},{"name":"Filesystem","count":138,"slug":"filesystem"},{"name":"Input/output","count":362,"slug":"input-output"},{"name":"Iterator","count":85,"slug":"iterator"},{"name":"Keywords","count":89,"slug":"keywords"},{"name":"Language","count":168,"slug":"language"},{"name":"Localizations","count":205,"slug":"localizations"},{"name":"Numerics","count":567,"slug":"numerics"},{"name":"Regular expressions","count":77,"slug":"regular-expressions"},{"name":"Standard library header files","count":87,"slug":"standard-library-header-files"},{"name":"Strings","count":234,"slug":"strings"},{"name":"Thread support","count":199,"slug":"thread-support"},{"name":"Utilities","count":720,"slug":"utilities"}]} |