MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / map

Method map

source/extern/fmt/core.h:1358–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356 using char_type = typename Context::char_type;
1357
1358 FMT_CONSTEXPR FMT_INLINE auto map(signed char val) -> int { return val; }
1359 FMT_CONSTEXPR FMT_INLINE auto map(unsigned char val) -> unsigned {
1360 return val;
1361 }

Callers 4

writeMethod · 0.45
core.hFile · 0.45
make_argFunction · 0.45
parse_format_specsFunction · 0.45

Calls 2

to_string_viewFunction · 0.85
format_asFunction · 0.70

Tested by

no test coverage detected