fmt::formatter<T>::parse

Parses the format spec (align/fill/padding is not yet supported).

Synopses

Declared in <folly/lang/Strong.h>

Parses the format spec (align/fill/padding is not yet supported).

constexpr
format_parse_context::iterator
parse(format_parse_context& ctx);
» more...
template<class ParseContext>
constexpr
ParseContext::iterator
parse(ParseContext& ctx);
» more...

Return Value

An iterator past the parsed range.

Parameters

NameDescription
ctxThe format parse context.