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

Function parse_width

external/fmt/include/fmt/base.h:1417–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415
1416template <typename Char>
1417FMT_CONSTEXPR auto parse_width(const Char* begin, const Char* end,
1418 format_specs& specs, arg_ref<Char>& width_ref,
1419 parse_context<Char>& ctx) -> const Char* {
1420 auto result = parse_dynamic_spec(begin, end, specs.width, width_ref, ctx);
1421 specs.set_dynamic_width(result.kind);
1422 return result.end;
1423}
1424
1425template <typename Char>
1426FMT_CONSTEXPR auto parse_precision(const Char* begin, const Char* end,

Callers 6

parseMethod · 0.85
std.hFile · 0.85
parseMethod · 0.85
do_parseMethod · 0.85
parseMethod · 0.85
parse_format_specsFunction · 0.85

Calls 2

parse_dynamic_specFunction · 0.85
set_dynamic_widthMethod · 0.80

Tested by

no test coverage detected