ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
try_result.hpp File Reference
#include "../result.hpp"
#include <exception>
#include <new>
#include <system_error>
#include <utility>
Include dependency graph for try_result.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  threadschedule
 
namespace  threadschedule::detail
 Aggregates multiple thread_registry_backend instances into a single queryable view.
 

Functions

auto threadschedule::detail::current_exception_error_code () noexcept -> std::error_code
 
template<typename Function >
auto threadschedule::detail::try_result (Function &&function) -> decltype(std::forward< Function >(function)())