__gnu_parallel::fill_selector< It > Struct Template Reference

std::fill() selector. More...

Inheritance diagram for __gnu_parallel::fill_selector< It >:
Inheritance graph

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename It>
struct __gnu_parallel::fill_selector< It >

std::fill() selector.

Definition at line 86 of file for_each_selectors.h.


Member Function Documentation

template<typename It >
template<typename Val >
bool __gnu_parallel::fill_selector< It >::operator() ( Val &  v,
It  i 
) [inline]

Functor execution.

Parameters:
v Current value.
i Iterator referencing object.

Definition at line 93 of file for_each_selectors.h.


Member Data Documentation

template<typename It >
It __gnu_parallel::generic_for_each_selector< It >::finish_iterator [inherited]

Iterator on last element processed; needed for some algorithms (e. g. std::transform()).

Definition at line 48 of file for_each_selectors.h.


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

Generated on 19 Jun 2018 for libstdc++ by  doxygen 1.6.1