container.h
77.8 KB
-
Add `c_contains()` and `c_contains_subrange()` to `absl/algorithm/container.h`. · 63d4b2fe
These functions are based on the C++23's `std::ranges::contains()` and `std::ranges::contains_subrange()` functions, see: https://en.cppreference.com/w/cpp/algorithm/ranges/contains PiperOrigin-RevId: 647084955 Change-Id: If5a01784e3cf1cc4d88e7f2fef92a3701fafc886
Abseil Team committed