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

Function parse

extlibs/fmt/include/fmt/ranges.h:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#endif
24
25FMT_BEGIN_NAMESPACE
26
27template <typename Char> struct formatting_base {
28 template <typename ParseContext>
29 FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) {
30 return ctx.begin();
31 }
32};
33
34template <typename Char, typename Enable = void>

Callers 5

parseMethod · 0.50
loadMethod · 0.50
loadMemMethod · 0.50
loadFileMethod · 0.50
loadFileToMemMethod · 0.50

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected