|
libzypp 17.38.3
|
#include <zypp-core/ng/pipelines/algorithm.h>
Public Types | |
| using | InputType = typename Container::value_type |
| using | OutputType = std::invoke_result_t<Transformation, InputType> |
Static Public Member Functions | |
| template<typename C = Container> | |
| static auto | execute (C &&container, Transformation transFunc, DefaultType defaultVal, Predicate predicate) |
Definition at line 41 of file algorithm.h.
| using zyppng::detail::FirstOfImpl< Container, Transformation, Predicate, DefaultType, sfinae >::InputType = typename Container::value_type |
Definition at line 43 of file algorithm.h.
| using zyppng::detail::FirstOfImpl< Container, Transformation, Predicate, DefaultType, sfinae >::OutputType = std::invoke_result_t<Transformation, InputType> |
Definition at line 46 of file algorithm.h.
|
inlinestatic |
Definition at line 49 of file algorithm.h.