fmt::formatter<T>::format

Format a strong value by formatting its underlying value.

Synopsis

Declared in <folly/lang/Strong.h>

auto
format(
    T const& st,
    auto& ctx) const;

Return Value

The output iterator past the formatted output.

Parameters

NameDescription
stThe strong value to format.
ctxThe formatting context.