MCPcopy Create free account
hub / github.com/boostorg/json / to_string_view

Function to_string_view

include/boost/json/detail/string_impl.hpp:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363template<class T>
364string_view
365to_string_view(T const& t) noexcept
366{
367 return string_view(t);
368}
369
370template<class T, class U>
371using string_and_stringlike = std::integral_constant<bool,

Callers 6

operator==Function · 0.85
operator!=Function · 0.85
operator<Function · 0.85
operator<=Function · 0.85
operator>=Function · 0.85
operator>Function · 0.85

Calls 1

string_viewClass · 0.85

Tested by

no test coverage detected