Lesley's Digital Garden

Home

❯

Notes

❯

std_exchange

std_exchange

Mar 14, 2024

  • computing/cpp

cpp

C++ std::exchange

a = std::exchange(b, c) in C++ is like a, b = b, c in Python

Usage Patterns

  • Use std::exchange in move operations
  • “Swap-and-iterate” pattern

Graph View

  • C++ std::exchange
  • Usage Patterns

Created with Quartz v4.5.2 © 2026. All notes are written in Obsidian.

  • GitHub Repository
  • Mastodon