libstdc++
GNU C++ library
Loading...
Searching...
No Matches
__gnu_parallel::__replace_selector< _It, _Tp > Struct Template Reference

#include "for_each_selectors.h"

Inheritance diagram for __gnu_parallel::__replace_selector< _It, _Tp >:
Inheritance graph
Collaboration diagram for __gnu_parallel::__replace_selector< _It, _Tp >:
Collaboration graph

Public Member Functions

 __replace_selector (const _Tp &__new_val)
bool operator() (_Tp &__v, _It __i)

Public Attributes

const _Tp & __new_val
_It _M_finish_iterator

Detailed Description

template<typename _It, typename _Tp>
struct __gnu_parallel::__replace_selector< _It, _Tp >

std::replace() selector.

Definition at line 132 of file for_each_selectors.h.


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