std::match_results::swap
From cppreference.com
< cpp | regex | match results
void swap( match_results& other );
|
(since C++11) | |
Exchanges the shared states of two match_results
objects.
Contents |
[edit] Parameters
other | - | the match_results to swap with
|
[edit] Return value
(none)
[edit] Exceptions
noexcept specification:
noexcept
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
(C++11)
|
specializes the std::swap() algorithm (function template) |