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

Exchanges the shared states of two match_results objects.

# Declarations

void swap( match_results& other ) noexcept;

(since C++11)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also