Home
last modified time | relevance | path

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

/third_party/boost/boost/yap/detail/
Dtransform.hpp19 struct nth_element_impl struct
21 using type = typename nth_element_impl<I - 1, Ts...>::type;
25 struct nth_element_impl<0, T, Ts...> struct
27 using type = T;