Searched defs:DefaultConstructible (Results 1 – 2 of 2) sorted by relevance
19 struct DefaultConstructible : std::ranges::view_base { struct20 constexpr DefaultConstructible() : begin_(buff), end_(buff + 8) { } in DefaultConstructible() function36 std::ranges::take_view<DefaultConstructible> tv; in test() argument
23 struct DefaultConstructible { struct25 constexpr explicit DefaultConstructible(int j = 42) : i(j) {} in DefaultConstructible() argument