Returns the additive neutral element of a given type.
Definition concepts.cpp:79
Detailed Description
Restricts to types with an additive neutral element.
Note
The least restrictive (additive) concept in NTLib requiring an additive neutral element is AdditiveMonoid. Therefore, the following can be assumed to hold:
The addtive neutral element is unique.
The unique additive neutral element is left- and right-neutral.