|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <utility>#include <cstddef>Go to the source code of this file.
Namespaces | |
| tbb | |
| The graph class. | |
| tbb::internal | |
| Identifiers declared inside namespace internal should never be used directly by client code. | |
Typedefs | |
| template<std::size_t N> | |
| using | tbb::internal::make_index_sequence = typename tbb::internal::make_index_sequence_impl< N >::type |
Functions | |
| template<typename F , typename Pack > | |
| void | tbb::internal::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 | tbb::internal::call_and_return (F &&f, Pack &&p) |
| template<typename... Types> | |
| stored_pack< Types... > | tbb::internal::save_pack (Types &&... types) |