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

Function error

include/boost/leaf/result.hpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558#endif // #else (#ifdef BOOST_LEAF_NO_CXX11_REF_QUALIFIERS)
559
560 error_result error() noexcept
561 {
562 return error_result{*this};
563 }
564
565 template <class... Item>
566 error_id load( Item && ... item ) noexcept(!BOOST_LEAF_CFG_CAPTURE)

Callers 3

serialize_to_Method · 0.70
serialize_to_Method · 0.70
loadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected