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

Method on_double

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected