ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Used to inspect whether a given operator or monoid is associative. More...
#include <type_traits.hpp>
Static Public Attributes | |
static const constexpr bool | value = false |
Whether T is associative. | |
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.