carb::tasking::RefFromDelegate

Defined in carb/tasking/Delegate.h

template<class Del>
struct RefFromDelegate

A helper class for determining the type of a carb::tasking::DelegateRef based on a carb::tasking::Delegate.

Template Parameters

Del – a carb::tasking::Delegate

Public Types

using type = DelegateRef<typename Del::FunctionType>

The type of DelegateRef that should be used for a Delegate of type Del