STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Concurrency
_Parallel_chunk_helper_invoke
Static Public Member Functions
|
List of all members
Concurrency::_Parallel_chunk_helper_invoke< _Random_iterator, _Index_type, _Function, _Is_iterator > Class Template Reference
#include <
ppl.h
>
Static Public Member Functions
static
void
__cdecl
_Invoke
(const _Random_iterator &_First, _Index_type &_Index, const _Function &_Func)
Member Function Documentation
template<typename _Random_iterator , typename _Index_type , typename _Function , bool _Is_iterator>
static
void
__cdecl
Concurrency::_Parallel_chunk_helper_invoke
< _Random_iterator, _Index_type, _Function,
_Is_iterator
>::_Invoke
(
const _Random_iterator &
_First
,
_Index_type &
_Index
,
const _Function &
_Func
)
inline
static
1789
{
1790
_Func(_First[_Index]);
1791
}
The documentation for this class was generated from the following file:
VS2013/inc/
ppl.h
Generated on Sun Jul 23 2017 10:07:50 for STLdoc by
1.8.8