|
ThreadSchedule 1.0.0
Modern C++ thread management library
|
Public Member Functions | |
| constexpr | unexpected (E const &e) |
| constexpr | unexpected (E &&e) |
| constexpr auto | error () const &noexcept -> E const & |
| constexpr auto | error () &noexcept -> E & |
| constexpr auto | error () &&noexcept -> E && |
Definition at line 106 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 109 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 112 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 123 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 119 of file expected.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 115 of file expected.hpp.