Loading...
Searching...
No Matches
ValuePrettyPrint.hpp
void printValue(std::string &out, const ossia::value &v)
Single-line rendering of v, identical to fmt::format("{}", v), appended to out.
Definition ValuePrettyPrint.cpp:153
void prettyPrintValue(std::string &out, const ossia::value &v, int depth, const PrettyPrintOptions &opts)
Appends a multi-line, indented rendering of v to out.
Definition ValuePrettyPrint.cpp:147
int elementsPerLine
Elements per line when wrapping a long container of scalars.
Definition ValuePrettyPrint.hpp:21
int indent
Spaces added per nesting level.
Definition ValuePrettyPrint.hpp:16