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

Method on_bool

test/test.hpp:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 bool
355 on_bool(
356 bool,
357 system::error_code& ec)
358 {
359 return maybe_fail(ec);
360 }
361
362 bool
363 on_null(system::error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected