#include <ppl.h>
template<typename _Index_type>
volatile _Index_type _M_current
Definition: ppl.h:1893
#define _CONCRT_ASSERT(x)
Definition: concrt.h:137
_Index_type _Number_of_iterations() const
Definition: ppl.h:1856
volatile _Index_type _M_last
Definition: ppl.h:1894
template<typename _Index_type>
template<typename _Index_type>
template<typename _Index_type>
volatile _Index_type _M_current
Definition: ppl.h:1893
template<typename _Index_type>
volatile _Index_type _M_last
Definition: ppl.h:1894
template<typename _Index_type>
1858 return (_M_last_iteration - _M_current_iteration);
template<typename _Index_type>
1828 if (_Remaining_iterations > 1)
1831 _M_last_iteration = _M_current_iteration + _Remaining_iterations / 2;
1838 _Helper_range->_M_current_iteration = _M_last_iteration;
#define _CONCRT_ASSERT(x)
Definition: concrt.h:137
_Index_type _Number_of_iterations() const
Definition: ppl.h:1856
template<typename _Index_type>
volatile _Index_type _M_current
Definition: ppl.h:1893
template<typename _Index_type>
volatile _Index_type _M_last
Definition: ppl.h:1894
template<typename _Index_type>
1847 _Index_type _Current_iter = _M_current_iteration;
1849 _Helper_range->_M_current_iteration = _Current_iter + 1;
1850 _Helper_range->_M_last_iteration = _M_last_iteration;
1852 _M_last_iteration = _Current_iter + 1;
#define _CONCRT_ASSERT(x)
Definition: concrt.h:137
_Index_type _Number_of_iterations() const
Definition: ppl.h:1856
template<typename _Index_type>
template<typename _Index_type>
The documentation for this class was generated from the following file: