Changeset 7291 for code/branches/doc/src/libraries/util/SubString.h
- Timestamp:
- Aug 31, 2010, 5:19:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/util/SubString.h
r7284 r7291 47 47 * but also removing leading and trailing spaces around the comma. 48 48 * 49 * @example49 * Example: 50 50 * Split the String std::string st = "1345, The new empire , is , orxonox" 51 51 * is splitted with: 52 * SubString(st, ',', " \n\t")52 * @code SubString(st, ',', " \n\t") @endcode 53 53 * into 54 54 * "1345", "The new empire", "is", "orxonox"
Note: See TracChangeset
for help on using the changeset viewer.