| 
    MeVisLab Toolbox Reference
    
   | 
 
Functions | |
| template<typename Fnc , typename... Args, std::size_t... Indices> | |
| void | apply_impl (Fnc &&fnc, const std::tuple< Args... > &tuple, std14::index_sequence< Indices... >) | 
| template<typename Fnc , typename... Args> | |
| void | apply (Fnc &&fnc, const std::tuple< Args... > &tuple) | 
| void detail::apply | ( | Fnc && | fnc, | 
| const std::tuple< Args... > & | tuple | ||
| ) | 
Definition at line 57 of file ObservableConnection.h.
References apply_impl().
| void detail::apply_impl | ( | Fnc && | fnc, | 
| const std::tuple< Args... > & | tuple, | ||
| std14::index_sequence< Indices... > | |||
| ) | 
Definition at line 51 of file ObservableConnection.h.
Referenced by apply().