Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dalgorithm.hpp513 template<template<class...> class L, class... T, class V> struct mp_remove_impl<L<T...>, V> struct
516 template<class U> struct _f { using type = mp_if<std::is_same<U, V>, mp_list<>, mp_list<U>>; };
517 using type = mp_append<L<>, typename _f<T>::type...>;