CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::CountIfAlgorithmFunctor::Graph< Executor, I > Class Template Reference

Public Member Functions

 Graph (const Executor &executor)
 
template<class P , class S , class Fun >
Async< traits::iter_difference_t< I > > launch (P p, I first, S last, Fun f)
 

Private Attributes

const Executor & mExecutor
 

Detailed Description

template<class Executor, class I>
class CeresEngine::CountIfAlgorithmFunctor::Graph< Executor, I >
See also
ForEachAlgorithmFunctor::Graph

Constructor & Destructor Documentation

◆ Graph()

template<class Executor , class I >
CeresEngine::CountIfAlgorithmFunctor::Graph< Executor, I >::Graph ( const Executor &  executor)
inlineexplicit

Member Function Documentation

◆ launch()

template<class Executor , class I >
template<class P , class S , class Fun >
Async< traits::iter_difference_t< I > > CeresEngine::CountIfAlgorithmFunctor::Graph< Executor, I >::launch ( P  p,
I  first,
S  last,
Fun  f 
)
inline

Member Data Documentation

◆ mExecutor

template<class Executor , class I >
const Executor& CeresEngine::CountIfAlgorithmFunctor::Graph< Executor, I >::mExecutor
private

The documentation for this class was generated from the following file: