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

Function u8string_view

extlibs/fmt/include/fmt/format.h:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580 : basic_string_view<internal::char8_type>(
581 reinterpret_cast<const internal::char8_type*>(s)) {}
582 u8string_view(const char* s, size_t count) FMT_NOEXCEPT
583 : basic_string_view<internal::char8_type>(
584 reinterpret_cast<const internal::char8_type*>(s), count) {}
585};
586
587#if FMT_USE_USER_DEFINED_LITERALS

Callers 1

format.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected