ThreadSchedule
3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
result.hpp
Go to the documentation of this file.
1
#pragma once
2
8
#include "
expected.hpp
"
9
10
#include <system_error>
11
12
namespace
threadschedule
13
{
14
21
template
<
typename
T>
22
using
result
=
expected<T, std::error_code>
;
23
24
}
// namespace threadschedule
threadschedule::expected
Definition
expected.hpp:515
expected.hpp
Stable library-owned expected implementation for ThreadSchedule APIs.
threadschedule
Definition
cgroup.hpp:18
include
threadschedule
result.hpp
Generated by
1.9.8