Compares two match_results for equality.
2210 {
2212 return false;
2214 return true;
2216 return false;
2218 return true;
2223 }
constexpr bool equal(_IIter1, _IIter1, _IIter2)
size_type size() const noexcept
Gets the number of matches and submatches.
const_reference prefix() const
Gets a sub_match representing the match prefix.
const_iterator end() const noexcept
Gets an iterator to one-past-the-end of the collection.
const_reference suffix() const
Gets a sub_match representing the match suffix.
bool ready() const noexcept
Indicates if the match_results is ready.
bool empty() const noexcept
Indicates if the match_results contains no results.
const_iterator begin() const noexcept
Gets an iterator to the start of the sub_match collection.
The results of a match or search operation.