ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Used to inspect whether a given semiring has immutable nonzeroes under addition. More...
#include <type_traits.hpp>
Static Public Attributes | |
static const constexpr bool | value = false |
Whether T a semiring where nonzeroes are immutable. | |
Used to inspect whether a given semiring has immutable nonzeroes under addition.
T | The semiring to inspect. |
An example of a monoid with an immutable identity is the logical OR, grb::operators::logical_or.