ReactOS 0.4.15-dev-7953-g1f49173
_Select1st< _Pair > Struct Template Reference

#include <_function_base.h>

Inheritance diagram for _Select1st< _Pair >:
Collaboration diagram for _Select1st< _Pair >:

Public Member Functions

const _Pair::first_type & operator() (const _Pair &__x) const
 

Additional Inherited Members

- Public Types inherited from unary_function< _Pair, _Pair::first_type >
typedef _Pair argument_type
 
typedef _Pair::first_type result_type
 
- Protected Member Functions inherited from unary_function< _Pair, _Pair::first_type >
 ~unary_function ()
 

Detailed Description

template<class _Pair>
struct _Select1st< _Pair >

Definition at line 141 of file _function_base.h.

Member Function Documentation

◆ operator()()

template<class _Pair >
const _Pair::first_type & _Select1st< _Pair >::operator() ( const _Pair &  __x) const
inline

Definition at line 142 of file _function_base.h.

142 {
143 return __x.first;
144 }

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