Files
scylladb/utils/chunked_vector.hh
Avi Kivity 13a75ff835 utils: chunked_vector: add swap() method
Following std::vector(), we implement swap(). It's a simple matter
of swapping all the contents.

A unit test is added.
2025-05-14 16:19:40 +03:00

26 KiB