libzypp  12.16.5
zypp::GetPairFirst< _Pair > Struct Template Reference

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

#include <Iterator.h>

Inheritance diagram for zypp::GetPairFirst< _Pair >:
unary_function

Public Member Functions

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

Detailed Description

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

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

See Also
MapKVIteratorTraits

Definition at line 153 of file Iterator.h.

Member Function Documentation

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

Definition at line 155 of file Iterator.h.


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