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

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

#include <Iterator.h>

Inheritance diagram for zypp::GetPairFirst< TPair >:

Public Member Functions

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

Detailed Description

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

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

See Also
MapKVIteratorTraits

Definition at line 155 of file Iterator.h.

Member Function Documentation

template<class TPair >
const TPair::first_type& zypp::GetPairFirst< TPair >::operator() ( const TPair &  pair_r) const
inline

Definition at line 157 of file Iterator.h.


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