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

Method on_string

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

Source from the content-addressed store, hash-verified

209 }
210
211 bool on_string( system::error_code& ec, string_view sv )
212 {
213 BOOST_JSON_INVOKE_INNER( on_string(ec, sv) );
214 }
215
216 bool on_number_part( system::error_code& ec )
217 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected