Searched refs:mp_push_front_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/mp11/ |
D | list.hpp | 154 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 166 template<class L, class... T> using mp_push_front = typename detail::mp_push_front_impl<L, T...>::t…
|
/third_party/boost/libs/mp11/doc/article/ |
D | simple_cxx11_metaprogramming.adoc | 322 template<class L, class T> struct mp_push_front_impl; 325 struct mp_push_front_impl<L<U...>, T> 331 using mp_push_front = typename mp_push_front_impl<L, T>::type; 338 template<class L, class... T> struct mp_push_front_impl; 341 struct mp_push_front_impl<L<U...>, T...> 347 using mp_push_front = typename mp_push_front_impl<L, T...>::type;
|