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