Searched defs:binary_reduce_impl (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/gil/extension/dynamic_image/ |
| D | reduce.hpp | 197 struct binary_reduce_impl struct 200 using vec1_types = typename mpl::copy_to_vector<typename Unary1::unique_t>::type; 201 using vec2_types = typename mpl::copy_to_vector<typename Unary2::unique_t>::type; 203 using BIN_TYPES = mpl::cross_vector<mpl::vector2<vec1_types, vec2_types>, pair_generator>; 204 using bin_reduced_t = unary_reduce<BIN_TYPES,Op>; 206 static unsigned short inline map_index(std::size_t index1, std::size_t index2) { in map_index() 223 struct binary_reduce_impl<Unary1,Unary2,Op,true> { struct 225 …line apply(const Bits1& bits1, std::size_t index1, const Bits2& bits2, std::size_t index2, Op op) { in apply()
|