Searched defs:map_list (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/util/ | ||
H A D | map-list.h | 2 * Inkscape::Util::map_list - apply a function over a list 24 map_list(UnaryFunction f, InputIterator start, InputIterator end) function in namespace:Inkscape::Util 41 inline MutableList<T1> map_list(UnaryFunction f, List<T2> list) { function in namespace:Inkscape::Util 42 return map_list(f, list, List<T2>()); |
Completed in 17 milliseconds