|
ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
Used to inspect whether a given operator or monoid is commutative. More...
Static Public Attributes | |
| static const constexpr bool | value = false |
| Whether T is commutative. More... | |
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.
|
static |
Whether T is commutative.
1.8.15