libstdc++: __gnu_parallel::__replace_if_selector< _It, _Op, _Tp (original) (raw)
#include <[for_each_selectors.h](a01022%5Fsource.html)>
Inheritance diagram for __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >:
Detailed Description
template<typename _It, typename _Op, typename _Tp>
struct __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >
std::replace() selector.
Definition at line 156 of file for_each_selectors.h.
Constructor & Destructor Documentation
template<typename _It , typename _Op , typename _Tp >
Member Function Documentation
◆ operator()()
template<typename _It , typename _Op , typename _Tp >
Member Data Documentation
◆ __new_val
template<typename _It , typename _Op , typename _Tp >
◆ _M_finish_iterator
_Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 47 of file for_each_selectors.h.
The documentation for this struct was generated from the following file: