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

Method stream_parser

include/boost/json/stream_parser.hpp:170–173  ·  view source on GitHub ↗

Constructors. Construct a new parser. The parser will only support standard JSON if overloads **(1)** or **(2)** are used. Otherwise the parser will support extensions specified by the parameter `opt`. The parsed value will use the \<\ \> for storage. To use a different resource, call @ref r

Source from the content-addressed store, hash-verified

168 @{
169 */
170 stream_parser() noexcept
171 : stream_parser({}, {})
172 {
173 }
174
175
176 /** Overload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected