Concept defining the requirements for types that support division. 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 divided using the /
operator.