Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dlist.hpp212 template<class L, class T> struct mp_replace_front_impl struct
218 template<template<class...> class L, class U1, class... U, class T> struct mp_replace_front_impl<L<… struct
220 using type = L<T, U...>;