Interface of the Additive Group Concept. More...
#include <_additive_group.hpp>
Static Public Member Functions | |
| static T | opposite (const T &a) |
| Negate the specified argument. | |
| static T | minus (const T &a, const T &b) |
| Subtract the specified arguments. | |
Interface of the Additive Group Concept.
| static T instigate::algebra::additive_group::interface< T >::minus | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline, static] |
Subtract the specified arguments.
| a | - the minuend | |
| b | - the subtrahend |
| static T instigate::algebra::additive_group::interface< T >::opposite | ( | const T & | a | ) | [inline, static] |
Negate the specified argument.
| a | - the argument to be negated |