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

Method on_int64

test/test.hpp:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 bool
328 on_int64(
329 int64_t,
330 string_view,
331 system::error_code& ec)
332 {
333 return maybe_fail(ec);
334 }
335
336 bool
337 on_uint64(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected