GNU g++  v5.2.1
GNU Standard C++
equally_split.h File Reference

This file is a GNU parallel extension to the Standard C++ Library. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file is a GNU parallel extension to the Standard C++ Library.