std::regex_iterator<BidirIt,CharT,Traits>::operator==,operator!=
Min standard notice:
Compares two regex_iterators.
# Declarations
bool operator==( const regex_iterator& rhs ) const;
(since C++11)
bool operator!=( const regex_iterator& rhs ) const;
(since C++11) (until C++20)
# Parameters
rhs: a regex_iterator to compare to
# Return value
For the sake of exposition, assume that regex_iterator contains the following members:
# Example
This section is incompleteReason: no example