8 enum class BinaryOperator
14 std::string toString(
const BinaryOperator &p_binaryOperator);
15 std::wstring toWstring(
const BinaryOperator &p_binaryOperator);
17 std::ostream &operator<<(std::ostream &p_stream,
const BinaryOperator &p_binaryOperator);
18 std::wostream &operator<<(std::wostream &p_stream,
const BinaryOperator &p_binaryOperator);