MCPcopy Create free account
hub / github.com/boostorg/leaf / value

Method value

include/boost/leaf/error.hpp:746–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744 }
745
746 BOOST_LEAF_CONSTEXPR int value() const noexcept
747 {
748 BOOST_LEAF_ASSERT(value_ == 0 || ((value_&3) == 1));
749 return value_;
750 }
751
752 BOOST_LEAF_CONSTEXPR explicit operator bool() const noexcept
753 {

Callers 15

unloadFunction · 0.45
getFunction · 0.45
to_variantFunction · 0.45
peekMethod · 0.45
type try_handle_allMethod · 0.45
try_handle_allFunction · 0.45
try_capture_all_Method · 0.45
catchMethod · 0.45
catchMethod · 0.45
outputFunction · 0.45
serialize_toFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected