Instigate Open Source Documentation

instigate::algebra::multiplicative_magma::interface< T > Struct Template Reference

Interface of the Multiplicative Magma Concept. More...

#include <_multiplicative_magma.hpp>

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

List of all members.

Static Public Member Functions

static T multiply (const T &a, const T &b)
 Multiply the specified arguments.

Detailed Description

template<typename T>
struct instigate::algebra::multiplicative_magma::interface< T >

Interface of the Multiplicative Magma Concept.


Member Function Documentation

template<typename T >
static T instigate::algebra::multiplicative_magma::interface< T >::multiply ( const T &  a,
const T &  b 
) [inline, static]

Multiply the specified arguments.

Parameters:
a - the first multiplier
b - the second multiplier
Returns:
The product of a and b

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


© Instigate CJSC, Open Source