Skip to main content

The formatter Struct Template Reference

adds support for formatting EntryType More...

Declaration

struct fmt::formatter<EntryType> { ... }

Included Headers

#include <src/message.h>

Base struct

structformatter<T>

Public Member Functions Index

autoformat (EntryType type, format_context &ctx) const

Description

adds support for formatting EntryType

Definition at line 240 of file message.h.

Public Member Functions

format()

auto fmt::formatter< EntryType >::format (EntryType type, format_context & ctx)
inline

Definition at line 242 of file message.h.

242 auto format(EntryType type, format_context& ctx) const {
244 }

Reference EntryType::to_string.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.