|
FuncSketch
|
Specialization of fmt::formatter for func_sketch::parser::ParsedExpression. More...
#include <func_sketch/parser/parsed_expression.h>
Public Member Functions | |
| auto | format (const func_sketch::parser::ParsedExpression &value, format_context &context) const -> format_context::iterator |
| Format a value. | |
Specialization of fmt::formatter for func_sketch::parser::ParsedExpression.
Definition at line 140 of file parsed_expression.h.
| auto fmt::formatter< func_sketch::parser::ParsedExpression >::format | ( | const func_sketch::parser::ParsedExpression & | value, |
| format_context & | context ) const->format_context::iterator |
Format a value.
| [in] | value | Value to format. |
| [in] | context | Format context. |
Definition at line 60 of file parsed_expression.cpp.