Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Functions
abstraction::detail Namespace Reference

Functions

template<class ... ParamTypes, class F , class Tuple , std::size_t... I>
constexpr decltype(auto) apply_impl (F &&f, Tuple &&t, std::index_sequence< I ... >)
 

Function Documentation

◆ apply_impl()

template<class ... ParamTypes, class F , class Tuple , std::size_t... I>
constexpr decltype(auto) abstraction::detail::apply_impl ( F &&  f,
Tuple &&  t,
std::index_sequence< I ... >   
)
constexpr
Here is the caller graph for this function: