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