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