Home
last modified time | relevance | path

Searched defs:static_for_each (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dcolor_base_algorithm.hpp281 static Op static_for_each(P1& p1, Op op) { in static_for_each() function
287 static Op static_for_each(const P1& p1, Op op) { in static_for_each() function
294 static Op static_for_each(P1& p1, P2& p2, Op op) { in static_for_each() function
300 static Op static_for_each(P1& p1, const P2& p2, Op op) { in static_for_each() function
306 static Op static_for_each(const P1& p1, P2& p2, Op op) { in static_for_each() function
312 static Op static_for_each(const P1& p1, const P2& p2, Op op) { in static_for_each() function
319 static Op static_for_each(P1& p1, P2& p2, P3& p3, Op op) { in static_for_each() function
325 static Op static_for_each(P1& p1, P2& p2, const P3& p3, Op op) { in static_for_each() function
331 static Op static_for_each(P1& p1, const P2& p2, P3& p3, Op op) { in static_for_each() function
337 static Op static_for_each(P1& p1, const P2& p2, const P3& p3, Op op) { in static_for_each() function
[all …]