ReactOS 0.4.15-dev-7958-gcd0bb1a
select1st< _Pair > Struct Template Reference

#include <_function.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 324 of file _function.h.

Member Function Documentation

◆ operator()()

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

Definition at line 117 of file test_insert.h.

117 {
118 return __x.first;
119 }

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