Searched defs:ConstructibleFrom (Results 1 – 1 of 1) sorted by relevance
56 struct ConstructibleFrom { struct57 constexpr ConstructibleFrom(T c) : content{c} {} in ConstructibleFrom() argument67 std::ranges::in_in_result<ConstructibleFrom<int>, ConstructibleFrom<double>> res2 = res; in test() argument