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

Method on_null

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

Source from the content-addressed store, hash-verified

104 bool on_double( system::error_code& ec, double ) { BOOST_JSON_FAIL( ec, E ); return false; }
105 bool on_bool( system::error_code& ec, bool ) { BOOST_JSON_FAIL( ec, E ); return false; }
106 bool on_null( system::error_code& ec ) { BOOST_JSON_FAIL( ec, E ); return false; }
107
108 // LCOV_EXCL_START
109 // parses that can't handle this would fail at on_object_begin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected