Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ on_object_begin
Method
on_object_begin
include/boost/json/detail/parse_into.hpp:1028–1032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1026
{}
1027
1028
bool on_object_begin(system::error_code&)
1029
{
1030
++object_depth_;
1031
return true;
1032
}
1033
1034
bool on_object_end(system::error_code& ec)
1035
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected