Changeset 703 for trunk/yat/utility/stl_utility.h
- Timestamp:
- Dec 18, 2006, 1:47:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/stl_utility.h
r687 r703 120 120 121 121 /// 122 /// Function converting a string to lower case122 /// @brief Function converting a string to lower case 123 123 /// 124 124 inline void to_lower(std::string& s) { … … 127 127 128 128 /// 129 /// Function converting a string to upper case129 /// @brief Function converting a string to upper case 130 130 /// 131 131 inline void to_upper(std::string& s) {
Note: See TracChangeset
for help on using the changeset viewer.