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

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

#include <base/Iterator.h>

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

◆ operator()()

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: