logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_parallel::_Nothing.3cxx

Author

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

                                                    libstdc++                     __gnu_parallel::_Nothing(3cxx)

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__i iterator referencing object.

Name

       __gnu_parallel::_Nothing - Functor doing nothing.

Synopsis

       #include <for_each_selectors.h>

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

See Also