#include "di/any/types/prelude.h"#include "di/function/invoke.h"#include "di/function/tag_invoke.h"#include "di/meta/algorithm.h"#include "di/meta/constexpr.h"#include "di/meta/util.h"#include "di/util/forward_like.h"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 |