#include <Expr.h>
|
| template<typename L , typename R > |
| | BinaryOperator (char op, const L &left, const R &right) |
| |
| double | Eval () const override |
| |
| double | Eval (const std::unordered_map< std::string, double > &variables) const override |
| |
Definition at line 145 of file Expr.h.
◆ BinaryOperator()
template<typename L , typename R >
| qasm::BinaryOperator::BinaryOperator |
( |
char |
op, |
|
|
const L & |
left, |
|
|
const R & |
right |
|
) |
| |
|
inline |
◆ Eval() [1/2]
| double qasm::BinaryOperator::Eval |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Eval() [2/2]
| double qasm::BinaryOperator::Eval |
( |
const std::unordered_map< std::string, double > & |
variables | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: