SObjectizer  5.5
Classes | Functions
so_5::thread_auto_join_details Namespace Reference

Classes

class  auto_joiner_t
 Main class for auto join operation. More...
 

Functions

template<typename Joiner >
void add_to_joiner (Joiner &to, std::size_t index, std::thread &t)
 Helper for filling auto_joiner object. More...
 
template<typename Joiner , typename... Tail>
void add_to_joiner (Joiner &to, std::size_t index, std::thread &t, Tail &&... tail)
 Helper for filling auto_joiner object. More...
 

Function Documentation

◆ add_to_joiner() [1/2]

template<typename Joiner >
void so_5::thread_auto_join_details::add_to_joiner ( Joiner &  to,
std::size_t  index,
std::thread &  t 
)

Helper for filling auto_joiner object.

Since
v.5.5.16

◆ add_to_joiner() [2/2]

template<typename Joiner , typename... Tail>
void so_5::thread_auto_join_details::add_to_joiner ( Joiner &  to,
std::size_t  index,
std::thread &  t,
Tail &&...  tail 
)

Helper for filling auto_joiner object.

Since
v.5.5.16