user7340472
user7340472

Reputation:

C++ std::swap - Does it swap data or data pointers?

I'm using std::swap with OLE BSTRs.

I would like to confirm that this function swaps the data pointers and not the strings themselves.

Is this the case?

Upvotes: 0

Views: 153

Answers (0)

Related Questions