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

Method on_array_end

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

Source from the content-addressed store, hash-verified

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; }
100 bool on_string( system::error_code& ec, string_view ) { BOOST_JSON_FAIL( ec, E ); return false; }
101 bool on_number_part( system::error_code& ec ) { BOOST_JSON_FAIL( ec, E ); return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected