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