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

Method on_int64

test/basic_parser.cpp:978–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976 bool on_string( string_view, std::size_t, system::error_code& ) { return true; }
977 bool on_number_part( string_view, system::error_code&) { return true; }
978 bool on_int64( std::int64_t, string_view, system::error_code& ) { return true; }
979 bool on_uint64( std::uint64_t, string_view, system::error_code& ) { return true; }
980 bool on_double( double, string_view, system::error_code& ) { return true; }
981 bool on_bool( bool, system::error_code& ) { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected