MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / parse

Method parse

extlibs/fmt/include/fmt/format.h:3078–3083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3076 public:
3077 template <typename ParseContext>
3078 auto parse(ParseContext& ctx) -> decltype(ctx.begin()) {
3079 format_str_ = ctx.begin();
3080 // Checks are deferred to formatting time when the argument type is known.
3081 internal::dynamic_specs_handler<ParseContext> handler(specs_, ctx);
3082 return parse_format_specs(ctx.begin(), ctx.end(), handler);
3083 }
3084
3085 template <typename T, typename FormatContext>
3086 auto format(const T& val, FormatContext& ctx) -> decltype(ctx.out()) {

Callers

nothing calls this directly

Calls 3

parse_format_specsFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected