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

Method on_int64

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

Source from the content-addressed store, hash-verified

1694 bool on_string( SV, std::size_t, std::error_code& ) { return true; }
1695 bool on_number_part( SV, std::error_code&) { return true; }
1696 bool on_int64( std::int64_t, SV, std::error_code& ) { return true; }
1697 bool on_uint64( std::uint64_t, SV, std::error_code& ) { return true; }
1698 bool on_double( double, SV, std::error_code& ) { return true; }
1699 bool on_bool( bool, std::error_code& ) { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected