Cpp Coding Standards/STL/EraseMem

From Apache OpenOffice Wiki
< Cpp Coding Standards‎ | STL
Revision as of 17:14, 14 December 2009 by B michaelsen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use this idiom to actually release all memory claimed by an STL container:

container<T>().swap(myContainer);
Personal tools