Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/dynamic_image/
Dreduce.hpp133 struct unary_reduce_impl { struct
134 using reduced_t = typename mpl::transform<Types, detail::reduce<Op, mpl::_1> >::type;
135 …e_t = typename mpl::copy<reduced_t, mpl::inserter<mpl::set<>, mpl::insert<mpl::_1,mpl::_2>>>::type;
136 static const bool is_single=mpl::size<unique_t>::value==1;