MySQL 26.7.0
Source Code Documentation
mysql::scheduler::detail Namespace Reference

Functions

template<class F , class Tid , class Tuple , std::size_t... I>
constexpr decltype(auto) apply_with_thread_id_impl (F &&f, Tid &&tid, Tuple &&t, std::index_sequence< I... >)
 
template<class F , class Tid , class Tuple , std::size_t... I>
constexpr decltype(auto) apply_with_thread_id (F &&f, Tid &&tid, Tuple &&t)
 

Function Documentation

◆ apply_with_thread_id()

template<class F , class Tid , class Tuple , std::size_t... I>
constexpr decltype(auto) mysql::scheduler::detail::apply_with_thread_id ( F &&  f,
Tid &&  tid,
Tuple &&  t 
)
constexpr

◆ apply_with_thread_id_impl()

template<class F , class Tid , class Tuple , std::size_t... I>
constexpr decltype(auto) mysql::scheduler::detail::apply_with_thread_id_impl ( F &&  f,
Tid &&  tid,
Tuple &&  t,
std::index_sequence< I... >   
)
constexpr