Changeset 919 for trunk/yat/utility/stl_utility.h
- Timestamp:
- Sep 30, 2007, 3:38:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/stl_utility.h
r869 r919 121 121 /// @brief Function converting a string to lower case 122 122 /// 123 voidto_lower(std::string& s);123 std::string& to_lower(std::string& s); 124 124 125 125 /// 126 126 /// @brief Function converting a string to upper case 127 127 /// 128 voidto_upper(std::string& s);128 std::string& to_upper(std::string& s); 129 129 130 130 }}} // of namespace utility, yat, and theplu
Note: See TracChangeset
for help on using the changeset viewer.