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

Method ~stream_parser

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

Destructor. All dynamically allocated memory, including any incomplete parsing results, is freed. @par Complexity Linear in the size of partial results @par Exception Safety No-throw guarantee. */

Source from the content-addressed store, hash-verified

122 No-throw guarantee.
123 */
124 ~stream_parser() = default;
125
126 /** Constructors.
127

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected