|
libstdc++
|
Classes | |
| struct | _BracketMatcher |
| class | _Compiler |
| class | _Executor |
| struct | _List_node_base |
| struct | _List_node_header |
| struct | _Quoted_string |
| class | _Scanner |
| class | _StateSeq |
Typedefs | |
| using | __bare_timed_wait |
| using | __bare_wait |
| template<typename _Cat, typename _Limit, typename _Otherwise = _Cat> | |
| using | __clamp_iter_cat |
| template<typename _Tp, typename _Up> | |
| using | __cmp3way_res_t |
| template<typename _Tp> | |
| using | __cref |
| using | __enters_timed_wait |
| using | __enters_wait |
| template<typename _Tp> | |
| using | __integer_from_chars_result_type |
| template<typename _Tp> | |
| using | __integer_to_chars_result_type |
| template<typename _Iter> | |
| using | __iter_concept |
| template<typename _Tp> | |
| using | __iter_diff_t |
| template<typename _Iter, typename _Tp = _Iter> | |
| using | __iter_traits |
| template<typename _Tp> | |
| using | __iter_value_t |
| using | __platform_wait_t |
| template<typename _Tp> | |
| using | __range_iter_t |
| template<typename _Tp, typename _Up = _Tp> | |
| using | __synth3way_t |
| template<typename _Tp> | |
| using | __unsigned_least_t |
| using | __wait_clock_t |
| template<typename _Tp> | |
| using | __with_ref |
| template<typename _CharT> | |
| using | _Matcher |
| typedef long | _StateIdT |
Enumerations | |
| enum class | __futex_wait_flags : int { __private_flag , __wait , __wake , __wait_bitset , __wake_bitset , __wait_private , __wake_private , __wait_bitset_private , __wake_bitset_private , __bitset_match_any } |
| enum | _Opcode : int { _S_opcode_unknown , _S_opcode_alternative , _S_opcode_repeat , _S_opcode_backref , _S_opcode_line_begin_assertion , _S_opcode_line_end_assertion , _S_opcode_word_boundary , _S_opcode_subexpr_lookahead , _S_opcode_subexpr_begin , _S_opcode_subexpr_end , _S_opcode_dummy , _S_opcode_match , _S_opcode_accept } |
| enum class | _RegexExecutorPolicy : int { _S_auto , _S_alternate } |
Functions | |
| template<typename _Res, typename _Tp> | |
| constexpr _Res | __abs_r (_Tp __val) |
| template<typename> | |
| void | __abs_r (bool)=delete |
| template<typename _Tp> | |
| bool | __atomic_compare (const _Tp &__a, const _Tp &__b) |
| template<typename _Pred, typename _Spin = __default_spin_policy> | |
| bool | __atomic_spin (_Pred &__pred, _Spin __spin=_Spin{ }) noexcept |
| template<typename... _Ts> | |
| constexpr auto | __common_cmp_cat () |
| template<typename _Clock, typename _Dur> | |
| bool | __cond_wait_until (__condvar &__cv, mutex &__mx, const chrono::time_point< _Clock, _Dur > &__atime) |
| template<typename _Clock, typename _Dur> | |
| bool | __cond_wait_until_impl (__condvar &__cv, mutex &__mx, const chrono::time_point< _Clock, _Dur > &__atime) |
| template<typename _Container, typename _UnsafeContainer, typename _Predicate> | |
| _Container::size_type | __erase_nodes_if (_Container &__cont, _UnsafeContainer &__ucont, _Predicate __pred) |
| template<typename _ValT, typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | __extract_params (basic_istream< _CharT, _Traits > &__is, vector< _ValT > &__vals, size_t __n) |
| template<bool _DecOnly, typename _Tp> | |
| bool | __from_chars_alnum (const char *&__first, const char *__last, _Tp &__val, int __base) |
| template<bool _DecOnly = false> | |
| unsigned char | __from_chars_alnum_to_val (unsigned char __c) |
| constexpr auto | __from_chars_alnum_to_val_table () |
| template<bool _DecOnly, typename _Tp> | |
| bool | __from_chars_pow2_base (const char *&__first, const char *__last, _Tp &__val, int __base) |
| template<typename _Tp> | |
| constexpr _Tp | __gcd (_Tp __m, _Tp __n) |
| template<typename _Tp> | |
| constexpr bool | __p1_representable_as_double (_Tp __x) noexcept |
| template<typename _Tp> | |
| void | __platform_notify (const _Tp *__addr, bool __all) noexcept |
| template<typename _Tp> | |
| void | __platform_wait (const _Tp *__addr, __platform_wait_t __val) noexcept |
| template<typename _Clock, typename _Dur> | |
| bool | __platform_wait_until (const __platform_wait_t *__addr, __platform_wait_t __old, const chrono::time_point< _Clock, _Dur > &__atime) |
| template<typename _Dur> | |
| bool | __platform_wait_until_impl (const __platform_wait_t *__addr, __platform_wait_t __old, const chrono::time_point< __wait_clock_t, _Dur > &__atime) noexcept |
| template<typename _Tp> | |
| bool | __raise_and_add (_Tp &__val, int __base, unsigned char __c) |
| template<typename _BiIter, typename _Alloc, typename _CharT, typename _TraitsT> | |
| bool | __regex_algo_impl (_BiIter __s, _BiIter __e, match_results< _BiIter, _Alloc > &__m, const basic_regex< _CharT, _TraitsT > &__re, regex_constants::match_flag_type __flags, _RegexExecutorPolicy __policy, bool __match_mode) |
| template<typename _Tp> | |
| constexpr bool | __representable_as_double (_Tp __x) noexcept |
| template<typename _Tp> | |
| void | __return_temporary_buffer (_Tp *__p, size_t __len) |
| void | __thread_relax () noexcept |
| void | __thread_yield () noexcept |
| template<typename _Tp> | |
| to_chars_result | __to_chars (char *__first, char *__last, _Tp __val, int __base) noexcept |
| template<typename _Tp> | |
| __integer_to_chars_result_type< _Tp > | __to_chars_10 (char *__first, char *__last, _Tp __val) noexcept |
| template<typename _Tp> | |
| void | __to_chars_10_impl (char *__first, unsigned __len, _Tp __val) noexcept |
| template<typename _Tp> | |
| __integer_to_chars_result_type< _Tp > | __to_chars_16 (char *__first, char *__last, _Tp __val) noexcept |
| template<typename _Tp> | |
| __integer_to_chars_result_type< _Tp > | __to_chars_2 (char *__first, char *__last, _Tp __val) noexcept |
| template<typename _Tp> | |
| __integer_to_chars_result_type< _Tp > | __to_chars_8 (char *__first, char *__last, _Tp __val) noexcept |
| template<typename _Tp> | |
| constexpr unsigned | __to_chars_len (_Tp __value, int __base) noexcept |
| template<typename _Tp> | |
| constexpr unsigned | __to_chars_len_2 (_Tp __value) noexcept |
| template<typename _Dur> | |
| __wait_clock_t::time_point | __to_wait_clock (const chrono::time_point< __wait_clock_t, _Dur > &__atime) noexcept |
| template<typename _Clock, typename _Dur> | |
| __wait_clock_t::time_point | __to_wait_clock (const chrono::time_point< _Clock, _Dur > &__atime) noexcept |
| template<typename _Tp> | |
| constexpr bool | _Power_of_2 (_Tp __x) |
| template<typename _CharT, typename _Traits, typename _String> | |
| std::basic_ostream< _CharT, _Traits > & | operator<< (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< _String, _CharT > &__str) |
| template<typename _CharT, typename _Traits> | |
| std::basic_ostream< _CharT, _Traits > & | operator<< (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< const _CharT *, _CharT > &__str) |
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| std::basic_istream< _CharT, _Traits > & | operator>> (std::basic_istream< _CharT, _Traits > &__is, const _Quoted_string< basic_string< _CharT, _Traits, _Alloc > &, _CharT > &__str) |
Variables | |
| constexpr auto | __atomic_spin_count |
| constexpr auto | __atomic_spin_count_relax |
| template<typename _Tp> | |
| constexpr unsigned | __cmp_cat_id |
| template<> | |
| constexpr unsigned | __cmp_cat_id< partial_ordering > |
| template<> | |
| constexpr unsigned | __cmp_cat_id< strong_ordering > |
| template<> | |
| constexpr unsigned | __cmp_cat_id< weak_ordering > |
| template<typename _Tp> | |
| constexpr bool | __is_span |
| template<typename _Tp, size_t _Num> | |
| constexpr bool | __is_span< span< _Tp, _Num > > |
| template<typename _Tp> | |
| constexpr bool | __is_std_array |
| template<typename _Tp, size_t _Num> | |
| constexpr bool | __is_std_array< std::array< _Tp, _Num > > |
| constexpr size_t | __platform_wait_alignment |
| constexpr struct std::__detail::_Synth3way | __synth3way |
| constexpr _StateIdT | _S_invalid_state_id |
Implementation details not part of the namespace std interface.
| using std::__detail::__bare_timed_wait |
Definition at line 380 of file atomic_timed_wait.h.
| using std::__detail::__bare_wait |
Definition at line 412 of file atomic_wait.h.
| using std::__detail::__clamp_iter_cat |
Definition at line 103 of file bits/stl_iterator.h.
| using std::__detail::__cmp3way_res_t |
| using std::__detail::__enters_timed_wait |
Definition at line 379 of file atomic_timed_wait.h.
| using std::__detail::__enters_wait |
Definition at line 411 of file atomic_wait.h.
| using std::__detail::__integer_from_chars_result_type |
| using std::__detail::__integer_to_chars_result_type |
| using std::__detail::__iter_concept |
Definition at line 529 of file iterator_concepts.h.
| using std::__detail::__iter_diff_t |
Definition at line 226 of file iterator_concepts.h.
| using std::__detail::__iter_traits |
Definition at line 223 of file iterator_concepts.h.
| using std::__detail::__iter_value_t |
Definition at line 297 of file iterator_concepts.h.
| using std::__detail::__platform_wait_t |
Definition at line 60 of file atomic_wait.h.
| using std::__detail::__range_iter_t |
Definition at line 1011 of file iterator_concepts.h.
| using std::__detail::__synth3way_t |
| using std::__detail::__unsigned_least_t |
| using std::__detail::__wait_clock_t |
Definition at line 52 of file atomic_timed_wait.h.
| using std::__detail::__with_ref |
Definition at line 83 of file iterator_concepts.h.
|
strong |
Definition at line 86 of file atomic_wait.h.
|
constexpr |
| bool std::__detail::__atomic_compare | ( | const _Tp & | __a, |
| const _Tp & | __b ) |
Definition at line 182 of file atomic_wait.h.
|
noexcept |
Definition at line 158 of file atomic_wait.h.
|
constexpr |
| bool std::__detail::__cond_wait_until | ( | __condvar & | __cv, |
| mutex & | __mx, | ||
| const chrono::time_point< _Clock, _Dur > & | __atime ) |
Definition at line 172 of file atomic_timed_wait.h.
| bool std::__detail::__cond_wait_until_impl | ( | __condvar & | __cv, |
| mutex & | __mx, | ||
| const chrono::time_point< _Clock, _Dur > & | __atime ) |
Definition at line 145 of file atomic_timed_wait.h.
| _Container::size_type std::__detail::__erase_nodes_if | ( | _Container & | __cont, |
| _UnsafeContainer & | __ucont, | ||
| _Predicate | __pred ) |
Definition at line 52 of file erase_if.h.
| basic_istream< _CharT, _Traits > & std::__detail::__extract_params | ( | basic_istream< _CharT, _Traits > & | __is, |
| vector< _ValT > & | __vals, | ||
| size_t | __n ) |
Definition at line 2785 of file bits/random.tcc.
| bool std::__detail::__from_chars_alnum | ( | const char *& | __first, |
| const char * | __last, | ||
| _Tp & | __val, | ||
| int | __base ) |
std::from_chars implementation for integers in any base. If _DecOnly is true, then we may assume __base is at most 10.
Definition at line 510 of file charconv.
Referenced by std::from_chars().
| unsigned char std::__detail::__from_chars_alnum_to_val | ( | unsigned char | __c | ) |
|
constexpr |
| bool std::__detail::__from_chars_pow2_base | ( | const char *& | __first, |
| const char * | __last, | ||
| _Tp & | __val, | ||
| int | __base ) |
std::from_chars implementation for integers in a power-of-two base. If _DecOnly is true, then we may assume __base is at most 8.
Definition at line 453 of file charconv.
Referenced by std::from_chars().
|
constexpr |
|
constexprnoexcept |
Definition at line 834 of file bits/random.tcc.
|
noexcept |
Definition at line 119 of file atomic_wait.h.
|
noexcept |
Definition at line 106 of file atomic_wait.h.
| bool std::__detail::__platform_wait_until | ( | const __platform_wait_t * | __addr, |
| __platform_wait_t | __old, | ||
| const chrono::time_point< _Clock, _Dur > & | __atime ) |
Definition at line 113 of file atomic_timed_wait.h.
|
noexcept |
Definition at line 79 of file atomic_timed_wait.h.
| bool std::__detail::__raise_and_add | ( | _Tp & | __val, |
| int | __base, | ||
| unsigned char | __c ) |
|
constexprnoexcept |
Definition at line 821 of file bits/random.tcc.
|
inline |
Definition at line 70 of file stl_tempbuf.h.
|
inlinenoexcept |
Definition at line 136 of file atomic_wait.h.
|
inlinenoexcept |
Definition at line 128 of file atomic_wait.h.
|
noexcept |
|
inlinenoexcept |
|
noexcept |
Definition at line 72 of file charconv.h.
|
noexcept |
|
noexcept |
|
noexcept |
|
constexprnoexcept |
Definition at line 47 of file charconv.h.
|
constexprnoexcept |
|
noexcept |
Definition at line 67 of file atomic_timed_wait.h.
|
noexcept |
Definition at line 56 of file atomic_timed_wait.h.
|
constexpr |
Definition at line 65 of file uniform_int_dist.h.
| std::basic_ostream< _CharT, _Traits > & std::__detail::operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __os, |
| const _Quoted_string< _String, _CharT > & | __str ) |
Inserter for quoted strings.
Definition at line 1 of file quoted_string.h.
| std::basic_ostream< _CharT, _Traits > & std::__detail::operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __os, |
| const _Quoted_string< const _CharT *, _CharT > & | __str ) |
Inserter for quoted strings.
Definition at line 1 of file quoted_string.h.
| std::basic_istream< _CharT, _Traits > & std::__detail::operator>> | ( | std::basic_istream< _CharT, _Traits > & | __is, |
| const _Quoted_string< basic_string< _CharT, _Traits, _Alloc > &, _CharT > & | __str ) |
Extractor for delimited strings. The left and right delimiters can be different.
Definition at line 143 of file quoted_string.h.
References std::basic_ios< _CharT, _Traits >::clear(), std::ios_base::flags(), std::ios_base::fmtflags, std::basic_ios< _CharT, _Traits >::good(), std::ios_base::setf(), std::ios_base::skipws, and std::basic_istream< _CharT, _Traits >::unget().
|
inlineconstexpr |
Definition at line 146 of file atomic_wait.h.
|
inlineconstexpr |
Definition at line 145 of file atomic_wait.h.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 61 of file atomic_wait.h.