Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dmap.hpp56 template<class M, class T, template<class...> class F> struct mp_map_update_impl struct
58 template<class U> using _f = std::is_same<mp_first<T>, mp_first<U>>;
61 template<class L> using _f3 = mp_assign<L, mp_list<mp_first<L>, mp_rename<L, F> > >;
63 …g type = mp_if< mp_map_contains<M, mp_first<T>>, mp_transform_if<_f, _f3, M>, mp_push_back<M, T> >;