Files
abseil-cpp/absl/algorithm
Abseil Team a5c21433c7 Add container overloads for absl::c_copy and absl::c_copy_n
These versions accept a container as the output destination. The primary motivation for these overloads is to add bounds checking. We determine if an object is a container by checking if they support `std::begin`/`std::end`.

PiperOrigin-RevId: 907806544
Change-Id: I8830b18df5acad0cd745c7a8d0dd8d1065265c28
2026-04-29 15:24:30 -07:00
..