YOrch 1.0.0
Loading...
Searching...
No Matches
adapters.hpp File Reference
#include <exception>
#include <type_traits>
#include <utility>
#include "../../../task_adapters.hpp"
Include dependency graph for adapters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yorch::detail::default_catch_adapter_policy_tag
 

Namespaces

namespace  yorch
 
namespace  yorch::detail
 

Concepts

concept  yorch::detail::catch_policy_like
 

Functions

template<typename Task , typename PolicyLike >
constexpr auto yorch::detail::apply_catch_adapter (Task &&task, PolicyLike &&policy_like)