MCPcopy Create free account
hub / github.com/fmtlib/fmt / narrow

Function narrow

include/fmt/base.h:450–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 "Unicode support requires compiling with /utf-8");
449
450template <typename T> constexpr auto narrow(T*) -> char* { return nullptr; }
451constexpr FMT_ALWAYS_INLINE auto narrow(const char* s) -> const char* {
452 return s;
453}

Callers 1

is_constant_evaluatedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected