Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ on_string
Method
on_string
test/test.hpp:310–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
bool
311
on_string(
312
string_view,
313
std::size_t,
314
system::error_code& ec)
315
{
316
return maybe_fail(ec);
317
}
318
319
bool
320
on_number_part(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected