ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Used to inspect whether a given operator or monoid is commutative. More...
#include <type_traits.hpp>
Static Public Attributes | |
static const constexpr bool | value = false |
Whether T is commutative. | |
Used to inspect whether a given operator or monoid is commutative.
T | The operator or monoid to inspect. |
An example of a commutative operator is numerical addition, grb::operators::add.