This file is a GNU parallel extension to the Standard C++ Library. More...
Namespaces | |
__gnu_parallel | |
GNU parallel code for public use. | |
Functions | |
template<typename _DifferenceType , typename _OutputIterator > | |
_OutputIterator | __gnu_parallel::__equally_split (_DifferenceType __n, _ThreadIndex __num_threads, _OutputIterator __s) |
function to split a sequence into parts of almost equal size. More... | |
template<typename _DifferenceType > | |
_DifferenceType | __gnu_parallel::__equally_split_point (_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) |
function to split a sequence into parts of almost equal size. More... | |
This file is a GNU parallel extension to the Standard C++ Library.