void swap(tuple& rhs) noexcept(see below);
Remark: The expression inside noexcept is equivalent to the logical and of the following expressions:
noexcept(swap(declval<Ti&>>(), declval<Ti&>()))
where Ti is the ith type in Types.
2Requires: Each element in *this shall be swappable with ([swappable.requirements]) the corresponding element in rhs.
3Effects: Calls swap for each element in *this and its corresponding element in rhs.
4Throws: Nothing unless one of the element-wise swap calls throws an exception.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4