Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ on_array_end
Method
on_array_end
include/boost/json/detail/parse_into.hpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
{}
129
130
bool on_array_end( system::error_code& ec )
131
{
132
return parent_->signal_end(ec);
133
}
134
};
135
136
template< class D, class V, class P, error E >
Callers
nothing calls this directly
Calls
1
signal_end
Method · 0.45
Tested by
no test coverage detected