std::match_results<BidirIt,Alloc>::swap
Min standard notice:
Exchanges the shared states of two match_results objects.
# Declarations
void swap( match_results& other ) noexcept;
(since C++11)
# Parameters
other: the match_results to swap with
# Return value
(none)
# Example
This section is incompleteReason: no example