77 return "less_or_equal";
81 return "more_or_equal";
85 throw std::invalid_argument (
"Undefined option" );
103 throw std::invalid_argument (
"Undefined option" );
113 throw std::invalid_argument (
"Undefined option" );
Definition: Operators.hpp:12
static std::string toString(PrefixOperators type)
Definition: Operators.hpp:88
static std::string toString(BinaryOperators type)
Definition: Operators.hpp:48
static std::string toString(PostfixOperators type)
Definition: Operators.hpp:106
PostfixOperators
Definition: Operators.hpp:43
PrefixOperators
Definition: Operators.hpp:34
BinaryOperators
Definition: Operators.hpp:14
Definition: AlgorithmAbstraction.hpp:11
std::ostream & operator<<(std::ostream &os, AlgorithmCategories::AlgorithmCategory category)
Definition: AlgorithmCategories.cpp:52