|
purify
C++ Purify implementation with native circuit and BPP support
|
#include <expected.hpp>
Public Member Functions | |
| constexpr | Unexpected (const E &error) |
| constexpr | Unexpected (E &&error) |
| constexpr E & | error () &noexcept |
| constexpr const E & | error () const &noexcept |
| constexpr E && | error () &&noexcept |
| constexpr const E && | error () const &&noexcept |
Definition at line 37 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 39 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 40 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 50 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 42 of file expected.hpp.
Referenced by purify::Expected< T, E >::Expected().
|
inlineconstexprnoexcept |
Definition at line 54 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 46 of file expected.hpp.