Template Struct base::make_fmatrix_impl

Nested Relationships

This struct is a nested type of Struct base.

Nested Types

Struct Documentation

template<typename F, typename ...Vs>
struct make_fmatrix_impl

Public Static Functions

template<std::size_t... Is>
static inline constexpr dispatch_result_t<F, Vs...> dispatch(F &&f, Vs&&... vs)
template<typename...>
struct impl
template<typename Is, std::size_t... Js, typename ...Ls>
struct impl<Is, lib::index_sequence<Js...>, Ls...>
template<std::size_t... Is>
struct impl<lib::index_sequence<Is...>>