U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » U ++ Vector vs STL vector
Re: U ++ Vector vs STL vector [message #27341 is a reply to message #27334] Tue, 13 July 2010 08:49 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
deep copy means the Vector data are really copied into another Vector. When you do a = b; with Vectors, b is just picked up and moved to a, leaving b "empty" in picked state. If you want true copy without picking b, you have to use deep copy. (a <<= b; is the short form I think?)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What is the difference between Splitter and SplitterFrame?
Next Topic: Help needed.
Goto Forum:
  


Current Time: Fri Sep 18 10:48:37 GMT+2 2026

Total time taken to generate the page: 0.00493 seconds