Changeset 7413 for code/trunk/src/libraries/util
- Timestamp:
- Sep 11, 2010, 5:05:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/StringUtils.h
r7401 r7413 47 47 { 48 48 extern _UtilExport std::string BLANKSTRING; 49 50 //!< Struct that can be used as a comparison object for strings in stl containers. 51 _UtilExport struct StringCompare 52 { 53 bool operator() (const std::string& lhs, const std::string& rhs) const 54 { return lhs.compare(rhs) < 0; } 55 }; 56 49 57 _UtilExport std::string getUniqueNumberString(); 50 58
Note: See TracChangeset
for help on using the changeset viewer.