std::regex_iterator<BidirIt,CharT,Traits>::operator==,operator!=

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

# Return value

For the sake of exposition, assume that regex_iterator contains the following members:

# Example

This section is incompleteReason: no example