Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dalgorithm.hpp1017 template<class L, class I, class W> struct mp_replace_at_impl struct
1021 template<class T1, class T2> using _p = std::is_same<T2, mp_size_t<I::value>>;
1022 template<class T1, class T2> using _f = W;
1024 using type = mp_transform_if<_p, _f, L, mp_iota<mp_size<L> > >;