#include "di/assert/assert_bool.h"
#include "di/function/invoke.h"
#include "di/meta/algorithm.h"
#include "di/meta/language.h"
#include "di/types/prelude.h"
#include "di/util/forward.h"
#include "di/vocab/array/prelude.h"
Go to the source code of this file.
Classes | |
struct | di::function::detail::IndexDispatchImpl< R, index, F, Args > |
struct | di::function::detail::IndexDispatch< R, max_index > |
Namespaces | |
namespace | di |
namespace | di::function |
namespace | di::function::detail |
Variables | |
template<typename R, usize max_index> | |
constexpr auto | di::function::index_dispatch = detail::IndexDispatch<R, max_index> {} |