bool operator==( match_results<BidirIt,Alloc>& lhs,
bool operator!=( match_results<BidirIt,Alloc>& lhs,
Compares two match_results
objects.
Two match_results
are equal if the following conditions are met:
1) Checks if lhs and rhs are equal.
2) Checks if lhs and rhs are not equal.
The !=
operator is synthesized from operator==
.
1) true if lhs and rhs are equal, false otherwise.
2) true if lhs and rhs are not equal, false otherwise.
[edit] ExceptionsMay throw implementation-defined exceptions.
[edit] ExampleRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4