|
MPL11
|
The Ring typeclass is used for Groups that also form a Monoid under a second binary operation that distributes over the first.
More...
Classes | |
| struct | boost::mpl11::mult< x1, x2, xn > |
Ring operation. More... | |
| struct | boost::mpl11::one< Datatype > |
Multiplicative identity for the given Datatype. More... | |
The Ring typeclass is used for Groups that also form a Monoid under a second binary operation that distributes over the first.
Instances of Ring must satisfy the following laws:
Group
mult and one
All the methods.
1.8.7