ReactOS 0.4.15-dev-7906-g1b85a5f
_Select2nd< _Pair > Struct Template Reference

#include <_function_base.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

template<class _Pair>
struct _Select2nd< _Pair >

Definition at line 148 of file _function_base.h.

Member Function Documentation

◆ operator()()

template<class _Pair >
const _Pair::second_type & _Select2nd< _Pair >::operator() ( const _Pair &  __x) const
inline

Definition at line 149 of file _function_base.h.

149 {
150 return __x.second;
151 }

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