Searched defs:mp_push_front_impl (Results 1 – 1 of 1) sorted by relevance
154 template<class L, class... T> struct mp_push_front_impl struct159 template<template<class...> class L, class... U, class... T> struct mp_push_front_impl<L<U...>, T..… struct161 using type = L<T..., U...>;