Home
last modified time | relevance | path

Searched refs:mp_pop_front_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/mp11/
Dlist.hpp91 template<class L> struct mp_pop_front_impl struct
97 template<template<class...> class L, class T1, class... T> struct mp_pop_front_impl<L<T1, T...>> struct
104 template<class L> using mp_pop_front = typename detail::mp_pop_front_impl<L>::type;
/third_party/boost/libs/mp11/doc/article/
Dsimple_cxx11_metaprogramming.adoc500 using _rest = mp_transform< F, typename mp_pop_front_impl<L>::type... >;