Concept defining the requirements for types that support in-place multiplication. More...
#include <ikarus/utils/concepts.hh>
L | Type of the left operand. |
R | Type of the right operand. |
The concept specifies that instances of type L
can be multiplied in-place by instances of type R
using the *=
operator.