ReactOS 0.4.15-dev-7842-g558ab78
projectvoid< Arg1 > Struct Template Reference

#include <fadapter.h>

Inheritance diagram for projectvoid< Arg1 >:
Collaboration diagram for projectvoid< Arg1 >:

Public Member Functions

__void_tag operator() (const Arg1 &x) const
 

Additional Inherited Members

- Public Types inherited from unary_function< Arg1, __void_tag >
typedef Arg1 argument_type
 
typedef __void_tag result_type
 
- Protected Member Functions inherited from unary_function< Arg1, __void_tag >
 ~unary_function ()
 

Detailed Description

template<class Arg1>
struct projectvoid< Arg1 >

Definition at line 26 of file fadapter.h.

Member Function Documentation

◆ operator()()

template<class Arg1 >
__void_tag projectvoid< Arg1 >::operator() ( const Arg1 &  x) const
inline

Definition at line 27 of file fadapter.h.

27{ return __void_tag(); }

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