Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
|
#include <_template_helpers.h>
Public Types | |
typedef stored_pack< T, Types... > | pack_type |
typedef stored_pack< Types... > | pack_remainder |
Public Member Functions | |
stored_pack (T &&t, Types &&... types) | |
Public Attributes | |
strip< T >::type | leftmost_value |
Static Protected Member Functions | |
template<typename Ret , typename F , typename... Preceding> | |
static Ret | call (F &&f, pack_type &pack, Preceding &&... params) |
template<typename Ret , typename F , typename... Preceding> | |
static Ret | call (F &&f, const pack_type &pack, Preceding &&... params) |
template<typename Ret , typename F , typename... Preceding> | |
static Ret | call (F &&f, pack_type &&pack, Preceding &&... params) |
Friends | |
template<typename F , typename Pack > | |
void | call (F &&f, Pack &&p) |
Calls the given function with arguments taken from a stored_pack. More... | |
template<typename Ret , typename F , typename Pack > | |
Ret | call_and_return (F &&f, Pack &&p) |
Definition at line 132 of file _template_helpers.h.
typedef stored_pack<Types...> tbb::internal::stored_pack< T, Types... >::pack_remainder |
Definition at line 135 of file _template_helpers.h.
typedef stored_pack<T, Types...> tbb::internal::stored_pack< T, Types... >::pack_type |
Definition at line 134 of file _template_helpers.h.
|
inline |
Definition at line 142 of file _template_helpers.h.
|
inlinestaticprotected |
Definition at line 158 of file _template_helpers.h.
References leftmost_value.
|
inlinestaticprotected |
Definition at line 165 of file _template_helpers.h.
|
inlinestaticprotected |
Definition at line 151 of file _template_helpers.h.
References leftmost_value.
|
friend |
Calls the given function with arguments taken from a stored_pack.
Definition at line 175 of file _template_helpers.h.
|
friend |
Definition at line 180 of file _template_helpers.h.
strip<T>::type tbb::internal::stored_pack< T, Types... >::leftmost_value |
Definition at line 138 of file _template_helpers.h.
Referenced by call().