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 96 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 99 of file expected.hpp.
|
inlineexplicitconstexpr |
Definition at line 102 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 113 of file expected.hpp.
|
inlineconstexprnoexcept |
Definition at line 109 of file expected.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 105 of file expected.hpp.