fmt::formatter<std::complex<T>, Char>::parse

Parses the format specifier for the complex number's real and imaginary parts.

Synopsis

Declared in <fmt/std.h>

constexpr
Char const*
parse(parse_context<Char>& ctx);

Return Value

An iterator past the end of the parsed specifier.

Parameters

NameDescription
ctxThe parse context, positioned after the argument id.