Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
template<class T>
364
string_view
365
to_string_view(T const& t) noexcept
366
{
367
return string_view(t);
368
}
369
370
template<class T, class U>
371
using 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_view
Class · 0.85
Tested by
no test coverage detected