Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dctor.default.pass.cpp30 struct DefaultConstructibleFunction { struct
32 constexpr DefaultConstructibleFunction() : state_(100) { } in DefaultConstructibleFunction() function
49 std::ranges::transform_view<DefaultConstructibleView, DefaultConstructibleFunction> view; in test() argument