Instigate Open Source Documentation

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

Interface of the Additive Magma Concept. More...

#include <_additive_magma.hpp>

Inheritance diagram for instigate::algebra::additive_magma::interface< T >:
instigate::assignable::interface< T > instigate::algebra::additive_semi_group::interface< T > instigate::algebra::additive_monoid::interface< T > instigate::algebra::additive_group::interface< T > instigate::algebra::ring::interface< T > instigate::algebra::field::interface< T >

List of all members.

Static Public Member Functions

static T plus (const T &a, const T &b)
 Add the specified arguments.

Detailed Description

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

Interface of the Additive Magma Concept.


Member Function Documentation

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

Add the specified arguments.

Parameters:
a - the first addend
b - the second addend
Returns:
sum of a and b

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


© Instigate CJSC, Open Source