fmt::formatter<nested_view<T, Char>, Char>::format

Synopsis

Declared in <fmt/format.h>
template<typename FormatContext>
decltype(ctx.out())
format(
    nested_view<T, Char> view,
    FormatContext& ctx) const;

Created with MrDocs