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

Method on_double

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

Source from the content-addressed store, hash-verified

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; }
1700 bool on_null( std::error_code& ) { return true; }
1701 bool on_comment_part( SV, std::error_code& ) { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected