Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dlist.hpp234 template<class L, class T> struct mp_replace_second_impl struct
240 …ass...> class L, class U1, class U2, class... U, class T> struct mp_replace_second_impl<L<U1, U2, … struct
242 using type = L<U1, T, U...>;