#include <binary_ops.hpp>
Definition at line 109 of file binary_ops.hpp.
◆ left_identity
◆ left_zero
◆ right_identity
◆ right_zero
◆ apply()
template<class L , class R >
| static auto sym::detail::Add::apply |
( |
const L & |
l, |
|
|
const R & |
r |
|
) |
| -> STATOR_AUTORETURN(l+r) |
|
static |
◆ repr()
| static std::string sym::detail::Add::repr |
( |
| ) |
|
|
inlinestatic |
◆ associative
| constexpr bool sym::detail::Add::associative = true |
|
static |
◆ associativity
◆ commutative
| constexpr bool sym::detail::Add::commutative = true |
|
static |
◆ leftBindingPower
| constexpr int sym::detail::Add::leftBindingPower = 20 |
|
static |
The documentation for this struct was generated from the following file: