Lines Matching refs:as_const

61     assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 16));  in test()
64 static_assert(std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
76 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 12)); in test()
79 static_assert(std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
91 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 12)); in test()
94 static_assert(std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
119 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 16)); in test()
122 static_assert(std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
134 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 16)); in test()
137 static_assert(std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
149 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 4)); in test()
152 static_assert(!std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
164 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 12)); in test()
167 static_assert(!std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
179 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 12)); in test()
182 static_assert(!std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
207 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 16)); in test()
210 static_assert(!std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()
222 assert(std::as_const(jv).end() == std::ranges::next(std::as_const(jv).begin(), 16)); in test()
225 static_assert(!std::same_as<decltype(jv.end()), decltype(std::as_const(jv).end())>); in test()