Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ on_string_part
Method
on_string_part
include/boost/json/detail/parse_into.hpp:1070–1073 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1068
}
1069
1070
bool on_string_part(system::error_code&, string_view)
1071
{
1072
return true;
1073
}
1074
1075
bool on_string(system::error_code& ec, string_view)
1076
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected