NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
ntlib::AdditiveCommutativeGroup Concept Referenceexport
module base

Restricts to types modeling an additive commutative group. More...

Concept definition

template<typename T>
Restricts to types modeling an additive commutative group.
Definition concepts.cpp:277
Restricts to types modeling an additive group.
Definition concepts.cpp:225
Restricts to types with a commutative addition operation.
Definition concepts.cpp:246

Detailed Description

Restricts to types modeling an additive commutative group.

Template Parameters
TA set with an associative and commutative inner addition operation, an additive neutral element, and a additive inverse elements.