Monday, November 30, 2009

Unique()

Calling unique() on a vector containing {1,2,1,2} results in {1,2,1,2}.
Reference: Effective STL by Scott Meyers. Addison-Wesley, 2001. p. 148.

No comments:

Post a Comment