void swap( match_results& other ) noexcept; | (since C++11) |
Exchanges the shared states of two match_results
objects.
other | - | the match_results to swap with |
(none).
(C++11) | specializes the std::swap() algorithm (function template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/regex/match_results/swap