Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dalgorithm.hpp467 template<template<class...> class L, class... T, class V, class W> struct mp_replace_impl<L<T...>, … struct
470 template<class A> struct _f { using type = mp_if<std::is_same<A, V>, W, A>; };
471 using type = L<typename _f<T>::type...>;