Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_value
Function · 0.80
main
Function · 0.80
equal
Function · 0.80
grind_double
Method · 0.80
testGet
Method · 0.80
grind_double
Method · 0.80
visit
Function · 0.80
Calls
no outgoing calls
Tested by
1
equal
Function · 0.64