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

Function parse_value

test/doc_storage_ptr.cpp:66–69  ·  view source on GitHub ↗

tag::doc_storage_ptr_4[]

Source from the content-addressed store, hash-verified

64
65// tag::doc_storage_ptr_4[]
66value parse_value( string_view s)
67{
68 return parse( s, make_shared_resource< monotonic_resource >() );
69}
70// end::doc_storage_ptr_4[]
71
72//----------------------------------------------------------

Callers 4

parse_documentMethod · 0.85
resume_valueMethod · 0.85
parse_objectMethod · 0.85
parse_arrayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected