FuncSketch
Loading...
Searching...
No Matches
fmt::formatter< func_sketch::parser::ParsedBinaryExpression > Struct Reference

Specialization of fmt::formatter for func_sketch::parser::ParsedBinaryExpression. More...

#include <func_sketch/parser/parsed_expression.h>

Inheritance diagram for fmt::formatter< func_sketch::parser::ParsedBinaryExpression >:
Collaboration diagram for fmt::formatter< func_sketch::parser::ParsedBinaryExpression >:

Public Member Functions

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

Detailed Description

Specialization of fmt::formatter for func_sketch::parser::ParsedBinaryExpression.

Definition at line 194 of file parsed_expression.h.

Member Function Documentation

◆ format()

auto fmt::formatter< func_sketch::parser::ParsedBinaryExpression >::format ( const func_sketch::parser::ParsedBinaryExpression & 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 87 of file parsed_expression.cpp.


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