Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dlist.hpp154 template<class L, class... T> struct mp_push_front_impl struct
159 template<template<class...> class L, class... U, class... T> struct mp_push_front_impl<L<U...>, T..… struct
161 using type = L<T..., U...>;