__gnu_parallel::__accumulate_selector.3cxx
Contents
Detailed Description
template<typename_It>
struct __gnu_parallel::__accumulate_selector< _It >"std::accumulate() selector.
Member Data Documentation
template<typename_It>_It__gnu_parallel::__generic_for_each_selector<_It>::_M_finish_iterator[inherited]
_Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Member Function Documentation
template<typename_It>template<typename_Op>std::iterator_traits<_It>::value_type__gnu_parallel::__accumulate_selector<_It>::operator()(_Op__o,_It__i)[inline]
Functor execution.
Parameters__o Operator (unused).
__i iterator referencing object.
Returns
The current value.
Name
__gnu_parallel::__accumulate_selector< _It > - std::accumulate() selector.
Synopsis
#include <for_each_selectors.h>
Inherits __gnu_parallel::__generic_for_each_selector<_It>.
PublicMemberFunctions
template<typename _Op > std::iterator_traits< _It >::value_type operator() (_Op __o, _It __i)
Functor execution.
PublicAttributes
_It _M_finish_iterator
_Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
