MCPcopy Create free account
hub / github.com/boostorg/json / operator()

Method operator()

test/visit.cpp:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 {
277 kind k;
278 bool operator()(std::nullptr_t) && { return k == kind::null; }
279 bool operator()(bool) && { return k == kind::bool_; }
280 bool operator()(std::int64_t) && { return k == kind::int64; }
281 bool operator()(std::uint64_t) && { return k == kind::uint64; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected