di 0.1.0
|
#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.
Namespaces | |
namespace | di |
namespace | di::any |
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 |