ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::unexpect_t Struct Reference

Tag type used to construct an expected in the error state. More...

#include <expected.hpp>

Detailed Description

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.


The documentation for this struct was generated from the following file: