Namespaces
Variants

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

From cppreference.net
Regular expressions library
Classes
(C++11)
Algorithms
Iterators
Exceptions
Traits
Constants
(C++11)
Regex Grammar
void swap ( match_results & other ) noexcept ;
(seit C++11)

Tauscht die gemeinsamen Zustände zweier match_results -Objekte aus.

Inhaltsverzeichnis

Parameter

other - die match_results zum Austauschen

Rückgabewert

(keine)

Beispiel

Siehe auch

spezialisiert den std::swap Algorithmus
(Funktionsschablone)