The Wayback Machine - https://web.archive.org/web/20150909213619/http://en.cppreference.com/w/cpp/regex/basic_regex/swap
Namespaces
Variants
Views
Actions

std::basic_regex::swap

From cppreference.com
< cpp‎ | regex‎ | basic regex
void swap( basic_regex& other );
(since C++11)

Exchanges the contents of two regular expressions.

Contents

[edit] Parameters

other - the regular expression to swap with

[edit] Return value

(none)

[edit] Exceptions

noexcept specification:  
noexcept
  

[edit] Example

[edit] See also

specializes the std::swap algorithm
(function template) [edit]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.