Home
last modified time | relevance | path

Searched defs:ConstructibleFrom (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/algorithms.results/
H A Din_in_result.pass.cpp56 struct ConstructibleFrom { struct
57 constexpr ConstructibleFrom(T c) : content{c} {} in ConstructibleFrom() argument
67 std::ranges::in_in_result<ConstructibleFrom<int>, ConstructibleFrom<double>> res2 = res; in test() argument