KUMI v4.0.0
Flawless Fluorite
Loading...
Searching...
No Matches
kumi::function::numeric_add Class Reference

A type representing the addition monoid with it's associated identity. The identity of the addition is 0. More...

#include <kumi/functional/monoid.hpp>

Detailed Description

A type representing the addition monoid with it's associated identity. The identity of the addition is 0.

kumi::numeric_add provides a monoid representing the addition.

Static Public Attributes

static constexpr auto identity {0}
 Identity/neutral element of the monoid.