std::match_results<BidirIt,Alloc>::swap
void swap( match_results& other ) noexcept; | (since C++11) |
Обменивается общим состоянием двух объектов match_results.
Параметры
| other | - | объект, с которым нужно произвести обмен |
Возвращаемое значение
(нет)
Пример
См. также
|
(C++11) | специализирует алгоритм std::swap (шаблон функции) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/regex/match_results/swap