Concept defining the requirements for types that support addition. More...
#include <ikarus/utils/concepts.hh>
L | Type of the left operand. |
R | Type of the right operand. |
The concept specifies that instances of types L
and R
can be added using the +
operator.