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