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