Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "../tbb_stddef.h"
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. | |
Functions | |
template<typename Container > | |
Container::iterator | tbb::internal::first (Container &c) |
template<typename Container > | |
Container::const_iterator | tbb::internal::first (const Container &c) |
template<typename Container > | |
Container::iterator | tbb::internal::last (Container &c) |
template<typename Container > | |
Container::const_iterator | tbb::internal::last (const Container &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]) |