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

Method on_array_begin

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

Source from the content-addressed store, hash-verified

1042 }
1043
1044 bool on_array_begin(system::error_code&)
1045 {
1046 ++array_depth_;
1047 return true;
1048 }
1049
1050 bool on_array_end(system::error_code& ec)
1051 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected