Searched refs:impl_t (Results 1 – 2 of 2) sorted by relevance
70 typedef decltype(impl) impl_t; typedef in either75 elem(impl_t::index(detail::type<U>())), in either()76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {} in either()85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{}));97 return get<impl_t::index(detail::type<U>())>(); in get()
76 struct impl_t struct in cpplinq::linq_groupby91 impl_t(inner_cursor cur, in impl_t() argument152 impl.reset(new impl_t(cur, keyFn, comp)); in cursor()172 std::shared_ptr<impl_t> impl;