MCPcopy 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_toFunction · 0.70
loadMethod · 0.70
serialize_toFunction · 0.70
is_current_exceptionMethod · 0.70

Calls 1

enforce_value_stateFunction · 0.85

Tested by

no test coverage detected