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

Method get_double

include/boost/json/value.hpp:2583–2588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2581 }
2582
2583 double
2584 get_double() const noexcept
2585 {
2586 BOOST_ASSERT(is_double());
2587 return sca_.d;
2588 }
2589 /// @}
2590
2591 /** Return the underlying `bool`, without checking.

Callers 7

serialize_cbor_valueFunction · 0.80
mainFunction · 0.80
equalFunction · 0.80
grind_doubleMethod · 0.80
testGetMethod · 0.80
grind_doubleMethod · 0.80
visitFunction · 0.80

Calls

no outgoing calls

Tested by 1

equalFunction · 0.64