FDR
4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
|
Represents the result of evaluating something. More...
#include <evaluator_result.h>
Public Member Functions | |
EvaluatorResult (const EvaluatorResult< R > &)=default | |
EvaluatorResult (const std::vector< std::string > &warnings, const R &result) | |
EvaluatorResult< R > & | operator= (const EvaluatorResult< R > &)=default |
const R & | result () const |
The result that was obtained during the evaluation. | |
const std::vector< std::string > & | warnings () const |
The list of warnings generated when evaluating the expression. | |
Represents the result of evaluating something.