#include <calculus.hpp>
Key type for operator hash maps Operators and OperatorAliases.
Definition at line 633 of file calculus.hpp.
Inner Classes | |
| struct | EqualTo |
| struct | Hash |
Public Fields | |
| Side | constSide |
| Denotes a left- or right-hand side optimization. | |
| const Box | constVal |
| The type and value of the constant argument. | |
| const String | op |
| The operator to optimize. | |
| const std::type_info & | other |
| The type of the non-constant argument. | |