|
ThreadSchedule 1.0.0
Modern C++ thread management library
|
Tag type used to construct an expected in the error state. More...
#include <expected.hpp>
Tag type used to construct an expected in the error state.
Pass the global constant unexpect as the first argument to the expected constructor to indicate that the following arguments should be forwarded to the error type's constructor.
Definition at line 86 of file expected.hpp.