Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all 

__gnu_parallel::nothing(3cxx) __gnu_parallel::nothing(3cxx)
NAME
__gnu_parallel::nothing -
SYNOPSIS
Public Member Functions
template<typename It > void operator() (It i)
Detailed Description
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.
Member Function Documentation
template<typename It > void __gnu_parallel::nothing::operator() (Iti) [inline]
Functor execution.
Parameters:
i Iterator referencing object.
Definition at line 295 of file for_each_selectors.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 20 2014 __gnu_parallel::nothing(3cxx)