X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cc56d1fc0b8eec41fbe2b961965e67c598d9406..d554697139c4e47e8c06a24bbaf4a99f826b6c30:/interface/wx/hashset.h?ds=inline diff --git a/interface/wx/hashset.h b/interface/wx/hashset.h index fe3800446b..36469e47e5 100644 --- a/interface/wx/hashset.h +++ b/interface/wx/hashset.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHashSet // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -11,8 +11,9 @@ This is a simple, type-safe, and reasonably efficient hash set class, whose interface is a subset of the interface of STL containers. - In particular, the interface is modeled after std::set, and the various, - non-standard, std::hash_map. + + The interface is similar to std::tr1::hash_set or std::set classes but + notice that, unlike std::set, the contents of a hash set is not sorted. Example: @code