ReactOS 0.4.15-dev-7942-gd23573b
_Project2nd< _Arg1, _Arg2 > Struct Template Reference

#include <_function_base.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 161 of file _function_base.h.

Member Function Documentation

◆ operator()()

template<class _Arg1 , class _Arg2 >
_Arg2 _Project2nd< _Arg1, _Arg2 >::operator() ( const _Arg1 &  ,
const _Arg2 &  __y 
) const
inline

Definition at line 162 of file _function_base.h.

162{ return __y; }

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