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