libstdc++
|
Public Member Functions | |
template<typename It > | |
void | operator() (It i) |
Functor doing nothing.
For some reduction tasks (this is not a function object, but is passed as selector dummy parameter.
Definition at line 289 of file for_each_selectors.h.
|
inline |
Functor execution.
i | Iterator referencing object. |
Definition at line 295 of file for_each_selectors.h.