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

Class is_string

source/extern/fmt/core.h:564–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562// ADL is intentionally disabled as to_string_view is not an extension point.
563template <typename S>
564struct is_string
565 : std::is_class<decltype(detail::to_string_view(std::declval<S>()))> {};
566
567template <typename S, typename = void> struct char_t_impl {};
568template <typename S> struct char_t_impl<S, enable_if_t<is_string<S>::value>> {

Callers

nothing calls this directly

Calls 1

to_string_viewFunction · 0.85

Tested by

no test coverage detected