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