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

Method on_array_begin

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

Source from the content-addressed store, hash-verified

184 }
185
186 bool on_array_begin( system::error_code& ec )
187 {
188 BOOST_JSON_INVOKE_INNER( on_array_begin(ec) );
189 }
190
191 bool on_array_end( system::error_code& ec )
192 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected