Instigate Open Source Documentation

instigate::algebra::multiplicative_group::requirements< T > Struct Template Reference

Requirements of the Multiplicative Group concept. More...

#include <_multiplicative_group.hpp>

Inheritance diagram for instigate::algebra::multiplicative_group::requirements< T >:
instigate::algebra::multiplicative_monoid::requirements< T > instigate::algebra::multiplicative_semi_group::requirements< T > instigate::algebra::multiplicative_magma::requirements< T > instigate::assignable::requirements< T > instigate::algebra::field::requirements< T >

List of all members.

Public Member Functions

 requirements ()
 The only available constructor.

Static Public Member Functions

static void require_inverse (const T &a)
 Require the inverse() method, which must be defined in the instigate::algebra::multiplicative_group::interface.
static void require_inverse_return_type (const T &a)
 Require the same type of the return value and the argument of the inverse() method.
static void require_divide (const T &a, const T &b)
 Require the divide() method, which must be defined in the instigate::algebra::multiplicative_group::interface.
static void require_divide_return_type (const T &a, const T &b)
 Require the same type of the return value and the arguments of the divide() method.

Detailed Description

template<typename T>
struct instigate::algebra::multiplicative_group::requirements< T >

Requirements of the Multiplicative Group concept.

This code will be compiled if and only if T is a model of the instigate::algebra::multiplicative_group concept.


Constructor & Destructor Documentation

template<typename T >
instigate::algebra::multiplicative_group::requirements< T >::requirements (  )  [inline]

The documentation for this struct was generated from the following file:


© Instigate CJSC, Open Source