mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 20:14:23 +08:00
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