- Member __glibcxx_check_insert_range (_Position, _First, _Last)
- We would like to be able to check for noninterference of _Position and the range [_First, _Last), but that can't (in general) be done.
- Member __glibcxx_check_insert_range_after (_Position, _First, _Last)
- We would like to be able to check for noninterference of _Position and the range [_First, _Last), but that can't (in general) be done.
- Member __gnu_cxx::distance (_InputIterator __first, _InputIterator __last, _Distance &__n)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::hash_map< _Key, _Tp, _HashFn, _EqualKey, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::hash_multimap< _Key, _Tp, _HashFn, _EqualKey, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_cxx::power (_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_cxx::power (_Tp __x, _Integer __n)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_cxx::random_sample (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_cxx::random_sample (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_cxx::random_sample_n (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_cxx::random_sample_n (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::rope< _CharT, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Class __gnu_cxx::slist< _Tp, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member __gnu_debug::_Safe_iterator< _Iterator, _Sequence >::operator-> () const
Make this correct w.r.t. iterators that return proxies
Use addressof() instead of & operator
- Member __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator-> () const
Make this correct w.r.t. iterators that return proxies
Use addressof() instead of & operator
- Class std::basic_string< _CharT, _Traits, _Alloc >
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member std::match_results< _Bi_iter, _Alloc >::format (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const
- Implement this function.
- Member std::regex_match (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- Implement this function.
- Member std::regex_replace (const basic_string< _Ch_type > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default)
- Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
- Member std::regex_replace (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default)
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
Implement this function.
Implement this function.
- Member std::regex_search (_Bi_iter __first, _Bi_iter __last, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default)
- Implement this function.
- Member std::regex_traits< _Ch_type >::transform_primary (_Fwd_iter __first, _Fwd_iter __last) const
- Implement this function.