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

Method parse

include/fmt/format.h:3843–3843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3841 formatter<T> formatter_;
3842 public:
3843 FMT_CONSTEXPR auto parse(format_parse_context& ctx) -> const char* { return formatter_.parse(ctx); }
3844
3845 auto nested(const T& value) const -> nested_view<T> { return nested_view<T> {&formatter_, &value}; }
3846};

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected