Interface of the Additive Magma Concept. More...
#include <_additive_magma.hpp>
Static Public Member Functions | |
| static T | plus (const T &a, const T &b) |
| Add the specified arguments. | |
Interface of the Additive Magma Concept.
| static T instigate::algebra::additive_magma::interface< T >::plus | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Add the specified arguments.
| a | - the first addend | |
| b | - the second addend |