libzypp  10.5.0
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 >:

List of all members.

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: