libzypp  13.10.6
zypp::GetPairSecond< _Pair > Struct Template Reference

Functor taking a std::pair returning std::pair.second . More...

#include <Iterator.h>

Inheritance diagram for zypp::GetPairSecond< _Pair >:

Public Member Functions

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

Detailed Description

template<class _Pair>
struct zypp::GetPairSecond< _Pair >

Functor taking a std::pair returning std::pair.second .

See Also
MapKVIteratorTraits

Definition at line 163 of file Iterator.h.

Member Function Documentation

template<class _Pair >
const _Pair::second_type& zypp::GetPairSecond< _Pair >::operator() ( const _Pair &  pair_r) const
inline

Definition at line 165 of file Iterator.h.


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