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

Method on_null

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

Source from the content-addressed store, hash-verified

239 }
240
241 bool on_null( system::error_code& ec )
242 {
243 BOOST_JSON_INVOKE_INNER( on_null(ec) );
244 }
245
246#undef BOOST_JSON_INVOKE_INNER
247};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected