rippled
Public Member Functions | List of all members
ripple::bad_expected_access Struct Reference

Expected is an approximation of std::expected (hoped for in C++23) More...

Inheritance diagram for ripple::bad_expected_access:
Inheritance graph
[legend]
Collaboration diagram for ripple::bad_expected_access:
Collaboration graph
[legend]

Public Member Functions

 bad_expected_access ()
 
what (T... args)
 

Detailed Description

Expected is an approximation of std::expected (hoped for in C++23)

See: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p0323r10.html

The implementation is entirely based on boost::outcome_v2::result.

Definition at line 41 of file Expected.h.

Constructor & Destructor Documentation

◆ bad_expected_access()

ripple::bad_expected_access::bad_expected_access ( )

Definition at line 43 of file Expected.h.