MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / is_byte_string_view

Function is_byte_string_view

include/jsoncons/basic_json.hpp:3255–3258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3253 }
3254
3255 bool is_byte_string_view() const noexcept
3256 {
3257 return is_byte_string();
3258 }
3259
3260 bool is_bignum() const
3261 {

Callers

nothing calls this directly

Calls 1

is_byte_stringFunction · 0.85

Tested by

no test coverage detected