| Member types | ||||||
| Member constants | ||||||
| Member functions | ||||||
| Path decomposition | ||||||
| Non-member functions | ||||||
| ||||||
| Helper classes | ||||||
void swap( path& other)noexcept; | (1) | (since C++17) |
Swaps the contents (both native and generic format) of*this andother.
Contents |
| other | - | another path to exchange the contents with |
(none)
Constant.
(C++17) | specializes thestd::swap algorithm (function)[edit] |