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

Function format_str_quoted

extlibs/fmt/include/fmt/ranges.h:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162template <typename Arg, FMT_ENABLE_IF(!is_like_std_string<
163 typename std::decay<Arg>::type>::value)>
164FMT_CONSTEXPR const char* format_str_quoted(bool add_space, const Arg&) {
165 return add_space ? " {}" : "{}";
166}
167
168template <typename Arg, FMT_ENABLE_IF(is_like_std_string<
169 typename std::decay<Arg>::type>::value)>

Callers 2

operator()Method · 0.85
formatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected