Lines Matching refs:View

29     using View = decltype(v);  in testConceptPair()  typedef
30 static_assert(std::ranges::random_access_range<View>); in testConceptPair()
31 static_assert(!std::ranges::contiguous_range<View>); in testConceptPair()
32 static_assert(std::ranges::common_range<View>); in testConceptPair()
33 static_assert(std::ranges::sized_range<View>); in testConceptPair()
38 using View = decltype(v); in testConceptPair() typedef
39 static_assert(std::ranges::random_access_range<View>); in testConceptPair()
40 static_assert(!std::ranges::contiguous_range<View>); in testConceptPair()
41 static_assert(!std::ranges::common_range<View>); in testConceptPair()
42 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
47 using View = decltype(v); in testConceptPair() typedef
48 static_assert(std::ranges::random_access_range<View>); in testConceptPair()
49 static_assert(!std::ranges::contiguous_range<View>); in testConceptPair()
50 static_assert(std::ranges::common_range<View>); in testConceptPair()
51 static_assert(std::ranges::sized_range<View>); in testConceptPair()
56 using View = decltype(v); in testConceptPair() typedef
57 static_assert(std::ranges::random_access_range<View>); in testConceptPair()
58 static_assert(!std::ranges::contiguous_range<View>); in testConceptPair()
59 static_assert(std::ranges::common_range<View>); in testConceptPair()
60 static_assert(std::ranges::sized_range<View>); in testConceptPair()
65 using View = decltype(v); in testConceptPair() typedef
66 static_assert(std::ranges::random_access_range<View>); in testConceptPair()
67 static_assert(!std::ranges::contiguous_range<View>); in testConceptPair()
68 static_assert(std::ranges::common_range<View>); in testConceptPair()
69 static_assert(std::ranges::sized_range<View>); in testConceptPair()
74 using View = decltype(v); in testConceptPair() typedef
75 static_assert(std::ranges::random_access_range<View>); in testConceptPair()
76 static_assert(!std::ranges::contiguous_range<View>); in testConceptPair()
77 static_assert(!std::ranges::common_range<View>); in testConceptPair()
78 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
83 using View = decltype(v); in testConceptPair() typedef
84 static_assert(std::ranges::bidirectional_range<View>); in testConceptPair()
85 static_assert(!std::ranges::random_access_range<View>); in testConceptPair()
86 static_assert(!std::ranges::common_range<View>); in testConceptPair()
87 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
92 using View = decltype(v); in testConceptPair() typedef
93 static_assert(std::ranges::bidirectional_range<View>); in testConceptPair()
94 static_assert(!std::ranges::random_access_range<View>); in testConceptPair()
95 static_assert(!std::ranges::common_range<View>); in testConceptPair()
96 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
101 using View = decltype(v); in testConceptPair() typedef
102 static_assert(std::ranges::forward_range<View>); in testConceptPair()
103 static_assert(!std::ranges::bidirectional_range<View>); in testConceptPair()
104 static_assert(std::ranges::common_range<View>); in testConceptPair()
105 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
110 using View = decltype(v); in testConceptPair() typedef
111 static_assert(std::ranges::forward_range<View>); in testConceptPair()
112 static_assert(!std::ranges::bidirectional_range<View>); in testConceptPair()
113 static_assert(!std::ranges::common_range<View>); in testConceptPair()
114 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
119 using View = decltype(v); in testConceptPair() typedef
120 static_assert(std::ranges::forward_range<View>); in testConceptPair()
121 static_assert(!std::ranges::bidirectional_range<View>); in testConceptPair()
122 static_assert(std::ranges::common_range<View>); in testConceptPair()
123 static_assert(std::ranges::sized_range<View>); in testConceptPair()
128 using View = decltype(v); in testConceptPair() typedef
129 static_assert(std::ranges::forward_range<View>); in testConceptPair()
130 static_assert(!std::ranges::bidirectional_range<View>); in testConceptPair()
131 static_assert(!std::ranges::common_range<View>); in testConceptPair()
132 static_assert(std::ranges::sized_range<View>); in testConceptPair()
137 using View = decltype(v); in testConceptPair() typedef
138 static_assert(std::ranges::input_range<View>); in testConceptPair()
139 static_assert(!std::ranges::forward_range<View>); in testConceptPair()
140 static_assert(std::ranges::common_range<View>); in testConceptPair()
141 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
146 using View = decltype(v); in testConceptPair() typedef
147 static_assert(std::ranges::input_range<View>); in testConceptPair()
148 static_assert(!std::ranges::forward_range<View>); in testConceptPair()
149 static_assert(std::ranges::common_range<View>); in testConceptPair()
150 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
155 using View = decltype(v); in testConceptPair() typedef
156 static_assert(std::ranges::input_range<View>); in testConceptPair()
157 static_assert(!std::ranges::forward_range<View>); in testConceptPair()
158 static_assert(!std::ranges::common_range<View>); in testConceptPair()
159 static_assert(!std::ranges::sized_range<View>); in testConceptPair()
171 using View = decltype(v); in testConceptTuple() typedef
172 static_assert(std::ranges::random_access_range<View>); in testConceptTuple()
173 static_assert(!std::ranges::contiguous_range<View>); in testConceptTuple()
174 static_assert(std::ranges::common_range<View>); in testConceptTuple()
175 static_assert(std::ranges::sized_range<View>); in testConceptTuple()
181 using View = decltype(v); in testConceptTuple() typedef
182 static_assert(std::ranges::random_access_range<View>); in testConceptTuple()
183 static_assert(!std::ranges::contiguous_range<View>); in testConceptTuple()
184 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
185 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
191 using View = decltype(v); in testConceptTuple() typedef
192 static_assert(std::ranges::random_access_range<View>); in testConceptTuple()
193 static_assert(!std::ranges::contiguous_range<View>); in testConceptTuple()
194 static_assert(std::ranges::common_range<View>); in testConceptTuple()
195 static_assert(std::ranges::sized_range<View>); in testConceptTuple()
201 using View = decltype(v); in testConceptTuple() typedef
202 static_assert(std::ranges::random_access_range<View>); in testConceptTuple()
203 static_assert(!std::ranges::contiguous_range<View>); in testConceptTuple()
204 static_assert(std::ranges::common_range<View>); in testConceptTuple()
205 static_assert(std::ranges::sized_range<View>); in testConceptTuple()
211 using View = decltype(v); in testConceptTuple() typedef
212 static_assert(std::ranges::random_access_range<View>); in testConceptTuple()
213 static_assert(!std::ranges::contiguous_range<View>); in testConceptTuple()
214 static_assert(std::ranges::common_range<View>); in testConceptTuple()
215 static_assert(std::ranges::sized_range<View>); in testConceptTuple()
221 using View = decltype(v); in testConceptTuple() typedef
222 static_assert(std::ranges::random_access_range<View>); in testConceptTuple()
223 static_assert(!std::ranges::contiguous_range<View>); in testConceptTuple()
224 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
225 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
230 using View = decltype(v); in testConceptTuple() typedef
231 static_assert(std::ranges::bidirectional_range<View>); in testConceptTuple()
232 static_assert(!std::ranges::random_access_range<View>); in testConceptTuple()
233 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
234 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
239 using View = decltype(v); in testConceptTuple() typedef
240 static_assert(std::ranges::bidirectional_range<View>); in testConceptTuple()
241 static_assert(!std::ranges::random_access_range<View>); in testConceptTuple()
242 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
243 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
248 using View = decltype(v); in testConceptTuple() typedef
249 static_assert(std::ranges::forward_range<View>); in testConceptTuple()
250 static_assert(!std::ranges::bidirectional_range<View>); in testConceptTuple()
251 static_assert(std::ranges::common_range<View>); in testConceptTuple()
252 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
257 using View = decltype(v); in testConceptTuple() typedef
258 static_assert(std::ranges::forward_range<View>); in testConceptTuple()
259 static_assert(!std::ranges::bidirectional_range<View>); in testConceptTuple()
260 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
261 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
266 using View = decltype(v); in testConceptTuple() typedef
267 static_assert(std::ranges::forward_range<View>); in testConceptTuple()
268 static_assert(!std::ranges::bidirectional_range<View>); in testConceptTuple()
269 static_assert(std::ranges::common_range<View>); in testConceptTuple()
270 static_assert(std::ranges::sized_range<View>); in testConceptTuple()
275 using View = decltype(v); in testConceptTuple() typedef
276 static_assert(std::ranges::forward_range<View>); in testConceptTuple()
277 static_assert(!std::ranges::bidirectional_range<View>); in testConceptTuple()
278 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
279 static_assert(std::ranges::sized_range<View>); in testConceptTuple()
284 using View = decltype(v); in testConceptTuple() typedef
285 static_assert(std::ranges::input_range<View>); in testConceptTuple()
286 static_assert(!std::ranges::forward_range<View>); in testConceptTuple()
287 static_assert(std::ranges::common_range<View>); in testConceptTuple()
288 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
293 using View = decltype(v); in testConceptTuple() typedef
294 static_assert(std::ranges::input_range<View>); in testConceptTuple()
295 static_assert(!std::ranges::forward_range<View>); in testConceptTuple()
296 static_assert(std::ranges::common_range<View>); in testConceptTuple()
297 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()
302 using View = decltype(v); in testConceptTuple() typedef
303 static_assert(std::ranges::input_range<View>); in testConceptTuple()
304 static_assert(!std::ranges::forward_range<View>); in testConceptTuple()
305 static_assert(!std::ranges::common_range<View>); in testConceptTuple()
306 static_assert(!std::ranges::sized_range<View>); in testConceptTuple()