Searched defs:DefaultConstructible (Results 1 – 4 of 4) sorted by relevance
19 struct DefaultConstructible : std::ranges::view_base { struct20 constexpr DefaultConstructible() : begin_(buff), end_(buff + 8) { } in DefaultConstructible() argument36 std::ranges::take_view<DefaultConstructible> tv; in test() argument
23 struct DefaultConstructible { struct25 constexpr explicit DefaultConstructible(int j = 42) : i(j) {} in DefaultConstructible() argument
81 struct DefaultConstructible : Constructible<Self, T> { struct83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible() argument
54 .. _DefaultConstructible: http://www.sgi.com/tech/stl/DefaultConstructible.html target in Construct Description Return Type