Requirements of the Multiplicative Magma Concept. More...
#include <_multiplicative_magma.hpp>
Public Member Functions | |
| requirements () | |
| The only available constructor. | |
Static Public Member Functions | |
| static void | require_multiply (const T &a, const T &b) |
| Require multiply() method, which must be defined in instigate::algebra::multiplicative_magma::interface. | |
| static void | require_multiply_return_type (const T &a, const T &b) |
| Require the same type of the return value and the arguments of the multiply() method. | |
Requirements of the Multiplicative Magma Concept.
This code will be compiled if and only if T is a model of the instigate::algebra::multiplicative_magma concept.
| instigate::algebra::multiplicative_magma::requirements< T >::requirements | ( | ) | [inline] |
The only available constructor.
Check the requirements of the instigate::algebra::multiplicative_magma::interface
Reimplemented from instigate::assignable::requirements< T >.
Reimplemented in instigate::algebra::multiplicative_group::requirements< T >, instigate::algebra::multiplicative_monoid::requirements< T >, instigate::algebra::multiplicative_semi_group::requirements< T >, and instigate::algebra::ring::requirements< T >.
References instigate::algebra::multiplicative_magma::requirements< T >::require_multiply(), and instigate::algebra::multiplicative_magma::requirements< T >::require_multiply_return_type().