Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ value
Function
value
include/boost/leaf/result.hpp:462–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
#ifdef BOOST_LEAF_NO_CXX11_REF_QUALIFIERS
461
462
value_cref value() const
463
{
464
enforce_value_state();
465
return stored_;
466
}
467
468
value_ref value()
469
{
Callers
4
serialize_to
Function · 0.70
load
Method · 0.70
serialize_to
Function · 0.70
is_current_exception
Method · 0.70
Calls
1
enforce_value_state
Function · 0.85
Tested by
no test coverage detected