Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ is_string_view
Function
is_string_view
include/jsoncons/basic_json.hpp:3235–3238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3233
}
3234
3235
bool is_string_view() const noexcept
3236
{
3237
return is_string();
3238
}
3239
3240
bool is_byte_string() const noexcept
3241
{
Callers
nothing calls this directly
Calls
1
is_string
Function · 0.70
Tested by
no test coverage detected