ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
result.hpp File Reference

Error-returning result type used by the portable ThreadSchedule API. More...

#include "expected.hpp"
#include <system_error>
Include dependency graph for result.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  threadschedule
 

Typedefs

template<typename T >
using threadschedule::result = expected< T, std::error_code >
 Standard result type used by public APIs.
 

Detailed Description

Error-returning result type used by the portable ThreadSchedule API.

Definition in file result.hpp.