|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <expected.hpp>
Public Member Functions | |
| constexpr | unexpected (E const &error) |
| constexpr | unexpected (E &&error) |
| constexpr auto | error () const &noexcept -> E const & |
| constexpr auto | error () &noexcept -> E & |
| constexpr auto | error () const &&noexcept -> E const && |
| constexpr auto | error () &&noexcept -> E && |
Definition at line 93 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 96 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 97 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 114 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 104 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 109 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 99 of file expected.hpp.