cpp / latest / regex / match_results / swap.html /

std::match_results<BidirIt,Alloc>::swap

void swap( match_results& other ) noexcept;
(since C++11)

Exchanges the shared states of two match_results objects.

Parameters

other - the match_results to swap with

Return value

(none).

Example

See also

(C++11)
specializes the std::swap algorithm
(function template)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/regex/match_results/swap