| 
    rippled
    
   | 
 
Expected is an approximation of std::expected (hoped for in C++23) More...
#include <Expected.h>


Public Member Functions | |
| bad_expected_access () | |
| T | what (T... args) | 
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 39 of file Expected.h.
| ripple::bad_expected_access::bad_expected_access | ( | ) | 
Definition at line 41 of file Expected.h.