Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/
Dcolor_base_algorithm.hpp248 static bool static_equal(const P1& p1, const P2& p2) in static_equal() function
410 static bool static_equal(const P1&, const P2&) { return true; } in static_equal() function
518 bool static_equal(const P1& p1, const P2& p2) { return detail::element_recursion<size<P1>::value>::… in static_equal() function