std::basic_regex<CharT,Traits>::swap
Min standard notice:
Exchanges the contents of two regular expressions.
# Declarations
void swap( basic_regex& other ) noexcept;
(since C++11)
# Parameters
other: the regular expression to swap with
# Return value
(none)
# Example
This section is incompleteReason: no example