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

Method get_bool

include/boost/json/value.hpp:2617–2622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2615 }
2616
2617 bool
2618 get_bool() const noexcept
2619 {
2620 BOOST_ASSERT(is_bool());
2621 return sca_.b;
2622 }
2623 /// @}
2624
2625 //------------------------------------------------------

Callers 5

serialize_cbor_valueFunction · 0.80
pretty_printFunction · 0.80
equalFunction · 0.80
testGetMethod · 0.80
visitFunction · 0.80

Calls

no outgoing calls

Tested by 1

equalFunction · 0.64