mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Replace explicit pair member access with std::tie() throughout scylla-nodetool. This simplifies the code by eliminating repetitive pair.first/pair.second references and makes the codebase more maintainable and readable. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#23250