1 #ifndef PMPL_NEGATE_EVALUATOR_H_
2 #define PMPL_NEGATE_EVALUATOR_H_
27 virtual void Print(std::ostream& _os)
const override;
Definition: MapEvaluatorMethod.h:16
Definition: NegateEvaluator.h:10
virtual ~NegateEvaluator()=default
virtual bool operator()() override
Definition: NegateEvaluator.cpp:32
std::string m_meLabel
The evaluator to negate.
Definition: NegateEvaluator.h:41
virtual void Print(std::ostream &_os) const override
Definition: NegateEvaluator.cpp:25
NegateEvaluator()
Definition: NegateEvaluator.cpp:7