MCPcopy 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_stringFunction · 0.70

Tested by

no test coverage detected