swap

void libsemigroups::BMat8::swap(BMat8 &that) noexcept

Swaps this with that.

This member function swaps the values of this and that.

Return

(None)

Exceptions

This function is noexcept and is guaranteed never to throw.

Complexity

Constant.

Parameters
  • that: the BMat8 to swap this with.