Searched defs:DefaultConstructibleFunction (Results 1 – 1 of 1) sorted by relevance
30 struct DefaultConstructibleFunction { struct32 constexpr DefaultConstructibleFunction() : state_(100) { } in DefaultConstructibleFunction() function49 std::ranges::transform_view<DefaultConstructibleView, DefaultConstructibleFunction> view; in test() argument