std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!= (3) - Linux Manuals
std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!=: std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!=
Command to display std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!=
manual in Linux: $ man 3 std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!=
NAME
std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!= - std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!=
Synopsis
bool operator==( const regex_token_iterator& other ) const; (since C++11)
bool operator!=( const regex_token_iterator& other ) const; (since C++11)
Checks whether *this and other are equivalent.
Two regex token iterators are equal if:
a) They are both end-of-sequence iterators
b) They are both suffix iterators and the suffixes are equal.
c) Neither of them is end-of-sequence or suffix iterator and:
* position == other.position
* N == other.N
* subs == other.subs
1) Checks whether *this is equal to other.
2) Checks whether *this is not equal to other.
Parameters
other - another regex token iterator to compare to
Return value
1) true if *this is equal to other, false otherwise.
2) true if *this is not equal to other, false otherwise.
Pages related to std::regex_token_iterator<BidirIt,CharT,Traits>::operator==,operator!=
- std::regex_token_iterator<BidirIt,CharT,Traits>::operator= (3) - std::regex_token_iterator<BidirIt,CharT,Traits>::operator=
- std::regex_token_iterator<BidirIt,CharT,Traits>::operator*,operator-> (3) - std::regex_token_iterator<BidirIt,CharT,Traits>::operator*,operator->
- std::regex_token_iterator<BidirIt,CharT,Traits>::operator++,operator++(int) (3) - std::regex_token_iterator<BidirIt,CharT,Traits>::operator++,operator++(int)
- std::regex_token_iterator<BidirIt,CharT,Traits>::regex_token_iterator (3) - std::regex_token_iterator<BidirIt,CharT,Traits>::regex_token_iterator
- std::regex_token_iterator (3) - std::regex_token_iterator
- std::regex_traits (3) - std::regex_traits
- std::regex_traits<CharT>::getloc (3) - std::regex_traits<CharT>::getloc
- std::regex_traits<CharT>::imbue (3) - std::regex_traits<CharT>::imbue
- std::regex_traits<CharT>::isctype (3) - std::regex_traits<CharT>::isctype
- std::regex_traits<CharT>::length (3) - std::regex_traits<CharT>::length
- std::regex_traits<CharT>::lookup_classname (3) - std::regex_traits<CharT>::lookup_classname
- std::regex_traits<CharT>::lookup_collatename (3) - std::regex_traits<CharT>::lookup_collatename
- std::regex_traits<CharT>::regex_traits (3) - std::regex_traits<CharT>::regex_traits
- std::regex_traits<CharT>::transform (3) - std::regex_traits<CharT>::transform
- std::regex_traits<CharT>::transform_primary (3) - std::regex_traits<CharT>::transform_primary
- std::regex_traits<CharT>::translate (3) - std::regex_traits<CharT>::translate