Searched defs:Vret_impl (Results 1 – 1 of 1) sorted by relevance
2020 template<class R, class F, class... V> struct Vret_impl struct2022 …not< std::is_same<R, deduced>, R, front_if_same, mp11::mp_product_q<Qret<F>, apply_cv_ref<V>...> >;