Skip to main content

The formatter Struct Template Reference

adds support for formatting QCString More...

Declaration

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

Included Headers

#include <src/message.h>

Base struct

structformatter<T>

Public Member Functions Index

autoformat (const QCString &c, format_context &ctx) const

Description

adds support for formatting QCString

Definition at line 148 of file message.h.

Public Member Functions

format()

auto fmt::formatter< QCString >::format (const QCString & c, format_context & ctx)
inline

Definition at line 150 of file message.h.

150 auto format(const QCString &c, format_context& ctx) const {
151 return formatter<std::string>::format(c.str(), ctx);
152 }

Reference QCString::str.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.