std::basic_regex<CharT,Traits>::swap

Exchanges the contents of two regular expressions.

# Declarations

void swap( basic_regex& other ) noexcept;

(since C++11)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also