Function iox::cxx::operator^=

Function Documentation

perms iox::cxx::operator^=(perms &lhs, const perms &rhs) noexcept

Implements the binary exclusive or assignment operation.

Parameters:
  • lhs[in] left hand side of the operation

  • rhs[in] right hand side of the operation

Returns:

lhs = lhs ^ rhs