Key type for operator hash maps Operators and OperatorAliases.
Definition at line 602 of file calculus.hpp.
#include <calculus.hpp>
Inner Type Index: | |
struct | EqualTo |
Equality functor for operator hash map. More... | |
struct | Hash |
Hash functor for operator hash map. More... | |
Public Field Index: | |
lang::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. | |
lang::Side constSide |
Denotes a left- or right-hand side optimization.
Definition at line 605 of file calculus.hpp.
const Box constVal |
The type and value of the constant argument.
Definition at line 606 of file calculus.hpp.
const String op |
The operator to optimize.
Definition at line 604 of file calculus.hpp.
const std::type_info& other |
The type of the non-constant argument.
Definition at line 607 of file calculus.hpp.