DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_parallel::_Nothing.3cxx.en
__gnu_parallel::_Nothing(3cxx) __gnu_parallel::_Nothing(3cxx)

__gnu_parallel::_Nothing - Functor doing nothing.

#include <for_each_selectors.h>


template<typename _It > void operator() (_It __i)
Functor execution.

Functor doing nothing.

For some __reduction tasks (this is not a function object, but is passed as __selector __dummy parameter.

Definition at line 288 of file for_each_selectors.h.

Functor execution.

Parameters

__i iterator referencing object.

Definition at line 294 of file for_each_selectors.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++