table of contents
__gnu_parallel::void_functor(3) | Library Functions Manual | __gnu_parallel::void_functor(3) |
NAME¶
__gnu_parallel::void_functor -
Functor that does nothing.
SYNOPSIS¶
Detailed Description¶
template<typename _ValueTp> class __gnu_parallel::void_functor< _ValueTp >¶
Functor that does nothing.
Definition at line 428 of file base.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |