get_formula_opcode_string

Defined in header: <ixion/formula_tokens.hpp>

std::string_view ixion::get_formula_opcode_string(fopcode_t oc)

Get the string representation of a simple formula opcode. This function will return a non-empty string only for operator opcodes.

Parameters:

oc – formula opcode

Returns:

string representation of a formula opcode.