Key type for operator hash maps Operators and OperatorAliases.
Definition at line 637 of file calculus.hpp.
#include <calculus.hpp>
Inner Type Index: | |
struct | EqualTo |
struct | Hash |
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 640 of file calculus.hpp.
const Box constVal |
The type and value of the constant argument.
Definition at line 641 of file calculus.hpp.
const String op |
The operator to optimize.
Definition at line 639 of file calculus.hpp.
const std::type_info& other |
The type of the non-constant argument.
Definition at line 642 of file calculus.hpp.