template <typename Char = char>

struct dynamic_format_specs

Defined at line 1273 of file ../../third_party/fmtlib/src/include/fmt/base.h

Format specifiers with width and precision resolved at formatting rather

than parsing time to allow reusing the same parsed specifiers with

different sets of arguments (precompilation of format strings).

Public Members

arg_ref<Char> width_ref
arg_ref<Char> precision_ref