libzypp  15.28.6
zypp::GetPairSecond< TPair > Struct Template Reference

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

#include <Iterator.h>

Inheritance diagram for zypp::GetPairSecond< TPair >:

Public Member Functions

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

Detailed Description

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

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

See Also
MapKVIteratorTraits

Definition at line 165 of file Iterator.h.

Member Function Documentation

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

Definition at line 167 of file Iterator.h.


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