5#ifndef OASIS_NEGATE_HPP
6#define OASIS_NEGATE_HPP
13template <
typename OperandT = Expression>
22 explicit Negate(
const OperandT& operand)
#define EXPRESSION_CATEGORY(category)
Definition Expression.hpp:237
#define EXPRESSION_TYPE(type)
Definition Expression.hpp:226
Negate(const OperandT &operand)
Definition Negate.hpp:22
Negate(const Negate &other)
Definition Negate.hpp:17
Definition UnaryExpression.hpp:14
@ UnExp
Definition Expression.hpp:53