STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
__gnu_parallel::_Nothing Struct Reference

Functor doing nothing. More...

#include <parallel/for_each_selectors.h>

Public Member Functions

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

Detailed Description

Functor doing nothing.

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

Member Function Documentation

template<typename _It >
void __gnu_parallel::_Nothing::operator() ( _It  __i)
inline

Functor execution.

Parameters
__iiterator referencing object.
294 { }

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