|
template<typename _Iterator > |
bool | __check_singular (_Iterator &) |
|
bool | __check_singular_aux (const void *) |
|
template<typename _Tp > |
bool | __check_singular (const _Tp *__ptr) |
|
template<typename _Iterator , typename _Sequence > |
bool | __check_singular (const _Safe_iterator< _Iterator, _Sequence > &__x) |
|
template<typename _Iterator > |
bool | __check_dereferenceable (_Iterator &) |
|
template<typename _Tp > |
bool | __check_dereferenceable (const _Tp *__ptr) |
|
template<typename _Iterator , typename _Sequence > |
bool | __check_dereferenceable (const _Safe_iterator< _Iterator, _Sequence > &__x) |
|
template<typename _RandomAccessIterator > |
bool | __valid_range_aux2 (const _RandomAccessIterator &__first, const _RandomAccessIterator &__last, std::random_access_iterator_tag) |
|
template<typename _InputIterator > |
bool | __valid_range_aux2 (const _InputIterator &, const _InputIterator &, std::input_iterator_tag) |
|
template<typename _Integral > |
bool | __valid_range_aux (const _Integral &, const _Integral &, std::__true_type) |
|
template<typename _InputIterator > |
bool | __valid_range_aux (const _InputIterator &__first, const _InputIterator &__last, std::__false_type) |
|
template<typename _InputIterator > |
bool | __valid_range (const _InputIterator &__first, const _InputIterator &__last) |
|
template<typename _Iterator , typename _Sequence > |
bool | __valid_range (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last) |
|
template<typename _Iterator , typename _Sequence > |
bool | __valid_range (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last) |
|
template<typename _InputIterator > |
_InputIterator | __check_valid_range (const _InputIterator &__first, const _InputIterator &__last __attribute__((__unused__))) |
|
template<typename _CharT , typename _Integer > |
const _CharT * | __check_string (const _CharT *__s, const _Integer &__n __attribute__((__unused__))) |
|
template<typename _CharT > |
const _CharT * | __check_string (const _CharT *__s) |
|
template<typename _InputIterator > |
bool | __check_sorted_aux (const _InputIterator &, const _InputIterator &, std::input_iterator_tag) |
|
template<typename _ForwardIterator > |
bool | __check_sorted_aux (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) |
|
template<typename _Iterator , typename _Sequence > |
bool | __check_sorted_aux (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, std::random_access_iterator_tag __tag) |
|
template<typename _InputIterator , typename _Predicate > |
bool | __check_sorted_aux (const _InputIterator &, const _InputIterator &, _Predicate, std::input_iterator_tag) |
|
template<typename _ForwardIterator , typename _Predicate > |
bool | __check_sorted_aux (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, std::forward_iterator_tag) |
|
template<typename _Iterator , typename _Sequence , typename _Predicate > |
bool | __check_sorted_aux (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, _Predicate __pred, std::random_access_iterator_tag __tag) |
|
template<typename _InputIterator > |
bool | __check_sorted (const _InputIterator &__first, const _InputIterator &__last) |
|
template<typename _InputIterator , typename _Predicate > |
bool | __check_sorted (const _InputIterator &__first, const _InputIterator &__last, _Predicate __pred) |
|
template<typename _InputIterator > |
bool | __check_sorted_set_aux (const _InputIterator &__first, const _InputIterator &__last, std::__true_type) |
|
template<typename _InputIterator > |
bool | __check_sorted_set_aux (const _InputIterator &, const _InputIterator &, std::__false_type) |
|
template<typename _InputIterator , typename _Predicate > |
bool | __check_sorted_set_aux (const _InputIterator &__first, const _InputIterator &__last, _Predicate __pred, std::__true_type) |
|
template<typename _InputIterator , typename _Predicate > |
bool | __check_sorted_set_aux (const _InputIterator &, const _InputIterator &, _Predicate, std::__false_type) |
|
template<typename _InputIterator1 , typename _InputIterator2 > |
bool | __check_sorted_set (const _InputIterator1 &__first, const _InputIterator1 &__last, const _InputIterator2 &) |
|
template<typename _InputIterator1 , typename _InputIterator2 , typename _Predicate > |
bool | __check_sorted_set (const _InputIterator1 &__first, const _InputIterator1 &__last, const _InputIterator2 &, _Predicate __pred) |
|
template<typename _ForwardIterator , typename _Tp > |
bool | __check_partitioned_lower (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) |
|
template<typename _ForwardIterator , typename _Tp > |
bool | __check_partitioned_upper (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) |
|
template<typename _ForwardIterator , typename _Tp , typename _Pred > |
bool | __check_partitioned_lower (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value, _Pred __pred) |
|
template<typename _ForwardIterator , typename _Tp , typename _Pred > |
bool | __check_partitioned_upper (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value, _Pred __pred) |
|
template<typename _Iterator > |
_Siter_base< _Iterator >
::iterator_type | __base (_Iterator __it) |
|
bool | __check_singular_aux (const _Safe_iterator_base *__x) |
|
template<typename _Iterator1 , typename _Iterator2 > |
std::pair< typename
std::iterator_traits
< _Iterator1 >
::difference_type,
_Distance_precision > | __get_distance (const _Iterator1 &__lhs, const _Iterator2 &__rhs, std::random_access_iterator_tag) |
|
template<typename _Iterator1 , typename _Iterator2 > |
std::pair< typename
std::iterator_traits
< _Iterator1 >
::difference_type,
_Distance_precision > | __get_distance (const _Iterator1 &__lhs, const _Iterator2 &__rhs, std::forward_iterator_tag) |
|
template<typename _Iterator1 , typename _Iterator2 > |
std::pair< typename
std::iterator_traits
< _Iterator1 >
::difference_type,
_Distance_precision > | __get_distance (const _Iterator1 &__lhs, const _Iterator2 &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator== (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator== (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator!= (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator!= (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator< (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator< (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator<= (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator<= (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator> (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator> (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator>= (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator>= (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
_Safe_iterator< _IteratorL,
_Sequence >::difference_type | operator- (const _Safe_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
_Safe_iterator< _Iterator,
_Sequence >::difference_type | operator- (const _Safe_iterator< _Iterator, _Sequence > &__lhs, const _Safe_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
_Safe_iterator< _Iterator,
_Sequence > | operator+ (typename _Safe_iterator< _Iterator, _Sequence >::difference_type __n, const _Safe_iterator< _Iterator, _Sequence > &__i) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator== (const _Safe_local_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_local_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator== (const _Safe_local_iterator< _Iterator, _Sequence > &__lhs, const _Safe_local_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _IteratorL , typename _IteratorR , typename _Sequence > |
bool | operator!= (const _Safe_local_iterator< _IteratorL, _Sequence > &__lhs, const _Safe_local_iterator< _IteratorR, _Sequence > &__rhs) |
|
template<typename _Iterator , typename _Sequence > |
bool | operator!= (const _Safe_local_iterator< _Iterator, _Sequence > &__lhs, const _Safe_local_iterator< _Iterator, _Sequence > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
basic_string< _CharT, _Traits,
_Allocator > | operator+ (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
basic_string< _CharT, _Traits,
_Allocator > | operator+ (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
basic_string< _CharT, _Traits,
_Allocator > | operator+ (_CharT __lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
basic_string< _CharT, _Traits,
_Allocator > | operator+ (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
basic_string< _CharT, _Traits,
_Allocator > | operator+ (const basic_string< _CharT, _Traits, _Allocator > &__lhs, _CharT __rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator== (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator== (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator== (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator!= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator!= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator!= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator< (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator< (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator< (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator<= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator<= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator<= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator>= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator>= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator>= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator> (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator> (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
bool | operator> (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
void | swap (basic_string< _CharT, _Traits, _Allocator > &__lhs, basic_string< _CharT, _Traits, _Allocator > &__rhs) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
std::basic_ostream< _CharT,
_Traits > & | operator<< (std::basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Allocator > &__str) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
std::basic_istream< _CharT,
_Traits > & | operator>> (std::basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Allocator > &__str) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
std::basic_istream< _CharT,
_Traits > & | getline (std::basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Allocator > &__str, _CharT __delim) |
|
template<typename _CharT , typename _Traits , typename _Allocator > |
std::basic_istream< _CharT,
_Traits > & | getline (std::basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Allocator > &__str) |
|