Inherits __gnu_parallel::__generic_for_each_selector< _It >.
__replace_selector (const _Tp &__new_val)
Constructor.
bool operator() (_Tp &__v, _It __i)
Functor execution.
const _Tp & __new_val
Value to replace with.
_It _M_finish_iterator
_Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 132 of file for_each_selectors.h.
Constructor.
Parameters:
Definition at line 140 of file for_each_selectors.h.
Functor execution.
Parameters:
Definition at line 146 of file for_each_selectors.h.
References __gnu_parallel::__replace_selector< _It, _Tp >::__new_val.
Value to replace with.
Definition at line 135 of file for_each_selectors.h.
Referenced by __gnu_parallel::__replace_selector< _It, _Tp >::operator()().
_Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 47 of file for_each_selectors.h.
Generated automatically by Doxygen for libstdc++ from the source code.