11#ifndef ZYPP_BASE_VALUETRANSFORM_H
12#define ZYPP_BASE_VALUETRANSFORM_H
34 template<
class Tp,
class TUnaryFunction>
39#if __cplusplus < 201703L
94 template<
class TContainer,
class TUnaryFunction>
100 using RawType =
typename Container::value_type;
101#if __cplusplus < 201703L
120 {
return _raw.empty(); }
123 {
return _raw.size(); }
128 {
return _raw.begin(); }
131 {
return _raw.end(); }
typename result_of< T >::type result_of_t
Easy-to use interface to the ZYPP dependency resolver.