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