MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / parse

Function parse

external/fmt/include/fmt/std.h:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 is_formattable<T, Char>::value) &&
282 is_formattable<E, Char>::value>> {
283 FMT_CONSTEXPR auto parse(parse_context<Char>& ctx) -> const Char* {
284 return ctx.begin();
285 }
286
287 template <typename FormatContext>
288 auto format(const std::expected<T, E>& value, FormatContext& ctx) const

Callers 5

parseMethod · 0.70
parseMethod · 0.70
parseMethod · 0.70
parseMethod · 0.70
parseMethod · 0.70

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected