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

Method on_object_begin

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

Source from the content-addressed store, hash-verified

174 return inner_.f
175
176 bool on_object_begin( system::error_code& ec )
177 {
178 BOOST_JSON_INVOKE_INNER( on_object_begin(ec) );
179 }
180
181 bool on_object_end( system::error_code& ec )
182 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected