ThreadSchedule 2.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>

Public Member Functions

 unexpect_t ()=default

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.

Constructor & Destructor Documentation

◆ unexpect_t()

threadschedule::unexpect_t::unexpect_t ( )
explicitdefault

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