Files
abseil-cpp/absl/algorithm
Abseil Team 0e9e3daf54 Add an overload of absl::c_move to move between containers.
This change introduces a new overload for absl::c_move that takes two ranges, allowing elements to be moved from a source container to a destination container. The destination container must be fixed size so we can perform bounds checking.

PiperOrigin-RevId: 919189227
Change-Id: Ica35c5d8bd59ebe16564f2b2f490770899ad16f8
2026-05-21 12:18:51 -07:00
..