Help with copy/swap semantics for class with smart pointerHahaha, well I'm glad [i]one[/i] of us had some base code at least. Thank you! EDIT: The finished p...
Help with copy/swap semantics for class with smart pointerOh, right. Thanks, I noticed though, operator= assumes that T has member values m_data and m_size. D...
Help with copy/swap semantics for class with smart pointerAlright, thanks for clearing that up. Also, isn't [code]&o.m_data[0][/code] the same as just typing ...
Help with copy/swap semantics for class with smart pointerAlright. Thanks! Let me clear up one thing: So, when an Array object is passed to the assignment op...
Help with copy/swap semantics for class with smart pointerHello. I recently started learning about smart pointers and such, mutexes and what-not. I wanted to ...