DDS  ver. 3.5.3.8.g5fe284b
Public Member Functions | List of all members
MiscCommon::stlx::select2nd< _Pair > Struct Template Reference

The select2nd function object takes a single argument, a pair, and returns the pair's second element. More...

#include <stlx.h>

Inheritance diagram for MiscCommon::stlx::select2nd< _Pair >:

Public Member Functions

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

Detailed Description

template<class _Pair>
struct MiscCommon::stlx::select2nd< _Pair >

The select2nd function object takes a single argument, a pair, and returns the pair's second element.

Member Function Documentation

◆ operator()() [1/2]

template<class _Pair >
_Pair::second_type& MiscCommon::stlx::select2nd< _Pair >::operator() ( _Pair &  __x) const
inline

◆ operator()() [2/2]

template<class _Pair >
const _Pair::second_type& MiscCommon::stlx::select2nd< _Pair >::operator() ( const _Pair &  __x) const
inline

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