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

Method ~parser

include/boost/json/parser.hpp:114–114  ·  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

112 No-throw guarantee.
113 */
114 ~parser() = default;
115
116 /** Constructors.
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected