Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
|
Go to the source code of this file.
Namespaces | |
namespace | tbb |
The graph class. | |
namespace | tbb::internal |
Identifiers declared inside namespace internal should never be used directly by client code. | |
Functions | |
template<typename Container > | |
auto | tbb::internal::first (Container &c) -> decltype(begin(c)) |
template<typename Container > | |
auto | tbb::internal::first (const Container &c) -> decltype(begin(c)) |
template<typename Container > | |
auto | tbb::internal::last (Container &c) -> decltype(begin(c)) |
template<typename Container > | |
auto | tbb::internal::last (const Container &c) -> decltype(begin(c)) |
template<typename T , size_t size> | |
T * | tbb::internal::first (T(&arr)[size]) |
template<typename T , size_t size> | |
T * | tbb::internal::last (T(&arr)[size]) |