Searched defs:ExplicitDerived (Results 1 – 2 of 2) sorted by relevance
42 struct ExplicitDerived : std::tuple<T> { struct65 ExplicitDerived<int>, std::tuple<Explicit>>::value, ""); in main() argument
39 struct ExplicitDerived : std::tuple<T> { struct42 explicit operator std::tuple<U>() && { ++count; return {}; } in operator std::tuple<U>()