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

Method on_object_begin

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

Source from the content-addressed store, hash-verified

94public:
95
96 bool on_object_begin( system::error_code& ec ) { BOOST_JSON_FAIL( ec, E ); return false; }
97 bool on_array_begin( system::error_code& ec ) { BOOST_JSON_FAIL( ec, E ); return false; }
98 bool on_array_end( system::error_code& ec ) { BOOST_JSON_FAIL( ec, E ); return false; }
99 bool on_string_part( system::error_code& ec, string_view ) { BOOST_JSON_FAIL( ec, E ); return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected