FuncSketch
Loading...
Searching...
No Matches
fmt::formatter< func_sketch::expressions::UnaryExpression > Struct Reference

Specialization of fmt::formatter for func_sketch::expressions::UnaryExpression. More...

#include <func_sketch/expressions/unary_expression.h>

Inheritance diagram for fmt::formatter< func_sketch::expressions::UnaryExpression >:
Collaboration diagram for fmt::formatter< func_sketch::expressions::UnaryExpression >:

Public Member Functions

auto format (const func_sketch::expressions::UnaryExpression &value, format_context &context) const -> format_context::iterator
 Format a value.

Detailed Description

Specialization of fmt::formatter for func_sketch::expressions::UnaryExpression.

Definition at line 47 of file unary_expression.h.

Member Function Documentation

◆ format()

auto fmt::formatter< func_sketch::expressions::UnaryExpression >::format ( const func_sketch::expressions::UnaryExpression & value,
format_context & context ) const->format_context::iterator

Format a value.

Parameters
[in]valueValue to format.
[in]contextFormat context.
Returns
Iterator to the end of the formatted output.

Definition at line 27 of file unary_expression.cpp.


The documentation for this struct was generated from the following files: