Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/dynamic_image/
Dreduce.hpp78 struct copy_to_vector_impl { struct
80 using T = typename deref<SFirst>::type;
81 using next = typename next<SFirst>::type;
82 using rest = typename copy_to_vector_impl<next, NLeft-1>::type;
84 using type = typename push_front<rest, T>::type;
88 struct copy_to_vector_impl<SFirst,1> struct
90 using type = vector<typename deref<SFirst>::type>;