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

Method ignoring_handler

include/boost/json/detail/parse_into.hpp:1021–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019 std::size_t object_depth_ = 0;
1020
1021 ignoring_handler(ignoring_handler const&) = delete;
1022 ignoring_handler& operator=(ignoring_handler const&) = delete;
1023
1024 ignoring_handler(void*, P* p) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected