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