ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
Used to inspect whether a given operator or monoid is associative. More...
Static Public Attributes | |
static const constexpr bool | value = false |
Whether T is associative. More... | |
Used to inspect whether a given operator or monoid is associative.
T | The operator or monoid to inspect. |
An example of an associative operator is the logical or, grb::operators::logical_or.
|
static |
Whether T is associative.