swap¶
-
void swap(StaticMatrix &that) noexcept¶
Swaps the contents of
thiswith the contents ofthat.- Parameters:
that – the matrix to swap contents with
- Returns:
(None)
- Complexity:
Constant
- Exceptions:
this function is
noexceptand is guaranteed never to throw.