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

Method on_array_end

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

Source from the content-addressed store, hash-verified

189 }
190
191 bool on_array_end( system::error_code& ec )
192 {
193 BOOST_JSON_INVOKE_INNER( on_array_end(ec) );
194 }
195
196 bool on_key_part( system::error_code& ec, string_view sv )
197 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected