#include <ppl.h>
template<typename _Index_type>
volatile _Index_type _M_current
Definition: ppl.h:1889
#define _CONCRT_ASSERT(x)
Definition: concrt.h:123
_Index_type _Number_of_iterations() const
Definition: ppl.h:1852
volatile _Index_type _M_last
Definition: ppl.h:1890
template<typename _Index_type>
template<typename _Index_type>
template<typename _Index_type>
volatile _Index_type _M_current
Definition: ppl.h:1889
template<typename _Index_type>
volatile _Index_type _M_last
Definition: ppl.h:1890
template<typename _Index_type>
1854 return (_M_last_iteration - _M_current_iteration);
template<typename _Index_type>
1824 if (_Remaining_iterations > 1)
1827 _M_last_iteration = _M_current_iteration + _Remaining_iterations / 2;
1834 _Helper_range->_M_current_iteration = _M_last_iteration;
#define _CONCRT_ASSERT(x)
Definition: concrt.h:123
_Index_type _Number_of_iterations() const
Definition: ppl.h:1852
template<typename _Index_type>
volatile _Index_type _M_current
Definition: ppl.h:1889
template<typename _Index_type>
volatile _Index_type _M_last
Definition: ppl.h:1890
template<typename _Index_type>
1843 _Index_type _Current_iter = _M_current_iteration;
1845 _Helper_range->_M_current_iteration = _Current_iter + 1;
1846 _Helper_range->_M_last_iteration = _M_last_iteration;
1848 _M_last_iteration = _Current_iter + 1;
#define _CONCRT_ASSERT(x)
Definition: concrt.h:123
_Index_type _Number_of_iterations() const
Definition: ppl.h:1852
template<typename _Index_type>
template<typename _Index_type>
The documentation for this class was generated from the following file: