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

Function to_string_view

source/extern/fmt/core.h:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532
533template <typename Char, FMT_ENABLE_IF(is_char<Char>::value)>
534FMT_INLINE auto to_string_view(const Char* s) -> basic_string_view<Char> {
535 return s;
536}
537template <typename Char, typename Traits, typename Alloc>
538inline auto to_string_view(const std::basic_string<Char, Traits, Alloc>& s)
539 -> basic_string_view<Char> {

Callers 7

writeMethod · 0.85
sprintfFunction · 0.85
fprintfFunction · 0.85
is_stringClass · 0.85
mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected