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

Method map

extlibs/fmt/include/fmt/core.h:915–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913 using char_type = typename Context::char_type;
914
915 FMT_CONSTEXPR int map(signed char val) { return val; }
916 FMT_CONSTEXPR unsigned map(unsigned char val) { return val; }
917 FMT_CONSTEXPR int map(short val) { return val; }
918 FMT_CONSTEXPR unsigned map(unsigned short val) { return val; }

Callers 4

parse_format_specsFunction · 0.45
core.hFile · 0.45
make_argFunction · 0.45

Calls 1

mapFunction · 0.85

Tested by

no test coverage detected