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

Method reset

include/boost/json/basic_parser_impl.hpp:2774–2784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2772
2773template<class Handler>
2774void
2775basic_parser<Handler>::
2776reset() noexcept
2777{
2778 ec_ = {};
2779 st_.clear();
2780 more_ = true;
2781 done_ = false;
2782 clean_ = true;
2783 num_buf_.clear();
2784}
2785
2786template<class Handler>
2787void

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected