ReactOS 0.4.15-dev-7846-g8ba6c66
_Project1st< _Arg1, _Arg2 > Struct Template Reference

#include <_function_base.h>

Inheritance diagram for _Project1st< _Arg1, _Arg2 >:
Collaboration diagram for _Project1st< _Arg1, _Arg2 >:

Public Member Functions

_Arg1 operator() (const _Arg1 &__x, const _Arg2 &) const
 

Additional Inherited Members

- Public Types inherited from binary_function< _Arg1, _Arg2, _Arg1 >
typedef _Arg1 first_argument_type
 
typedef _Arg2 second_argument_type
 
typedef _Arg1 result_type
 
- Protected Member Functions inherited from binary_function< _Arg1, _Arg2, _Arg1 >
 ~binary_function ()
 

Detailed Description

template<class _Arg1, class _Arg2>
struct _Project1st< _Arg1, _Arg2 >

Definition at line 156 of file _function_base.h.

Member Function Documentation

◆ operator()()

template<class _Arg1 , class _Arg2 >
_Arg1 _Project1st< _Arg1, _Arg2 >::operator() ( const _Arg1 &  __x,
const _Arg2 &   
) const
inline

Definition at line 157 of file _function_base.h.

157{ return __x; }

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