Iros
 
Loading...
Searching...
No Matches
dispatcher.h File Reference

Go to the source code of this file.

Classes

struct  di::any::detail::DispatcherImpl< Tag, R(Self, Args...), Tags... >
 
struct  di::any::detail::DispatcherImpl< Tag, R(Self, Args...), Tags... >::Invocable< T >
 

Namespaces

namespace  di
 
namespace  di::any
 
namespace  di::any::detail
 

Typedefs

template<typename Self, concepts::LanguageFunction Sig, typename... Tags>
using di::any::Dispatcher = detail::DispatcherImpl<Self, Sig, Tags...>
 
template<typename Self, concepts::LanguageFunction Sig, typename... Tags>
using di::Dispatcher