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

Function to_string_view

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

Source from the content-addressed store, hash-verified

469 */
470template <typename Char, FMT_ENABLE_IF(is_char<Char>::value)>
471inline basic_string_view<Char> to_string_view(const Char* s) {
472 return s;
473}
474
475template <typename Char, typename Traits, typename Alloc>
476inline basic_string_view<Char> to_string_view(

Callers 15

vprintFunction · 0.70
vformatFunction · 0.70
formatFunction · 0.70
printFunction · 0.70
vformat_toFunction · 0.70
vformatFunction · 0.70
formatFunction · 0.70
format_toFunction · 0.70
check_format_stringFunction · 0.70
vformat_toMethod · 0.70
vformat_toFunction · 0.70
format_toFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected