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

Method depth

include/boost/json/basic_parser.hpp:444–448  ·  view source on GitHub ↗

intentionally private

Source from the content-addressed store, hash-verified

442
443 // intentionally private
444 std::size_t
445 depth() const noexcept
446 {
447 return opt_.max_depth - depth_;
448 }
449
450public:
451 /** Destructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected