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

Method on_bool

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

Source from the content-addressed store, hash-verified

103 bool on_uint64( system::error_code& ec, std::uint64_t ) { BOOST_JSON_FAIL( ec, E ); return false; }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected