Functor feeding values to an output_iterator.
More...
#include <zypp/base/Collector.h>
template<class TOutputIterator>
struct zypp::functor::Collector< TOutputIterator >
Functor feeding values to an output_iterator.
for_each( begin(), end(),
collector( std::inserter( locales_r, locales_r.begin() ) ) );
Collector< TOutputIterator > collector(TOutputIterator iter_r)
relates: Collector Convenience constructor.
std::unordered_set< Locale > LocaleSet
- See also
- Convenience constructor collector.
Definition at line 37 of file Collector.h.
◆ Collector()
template<class TOutputIterator>
◆ operator()()
template<class TOutputIterator>
template<class Tp>
◆ _iter
template<class TOutputIterator>
The documentation for this struct was generated from the following file: