Changeset 52549 in vbox
- Timestamp:
- Sep 1, 2014 9:47:10 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r52548 r52549 878 878 const RTCString &a_rstrSep = ""); 879 879 880 /* Swaps the values of the two strings.881 * Used instead of copying when the string which882 * is copied will no longer be needed after copying883 * Both of two strings remain valid.884 * The method is exception-safe*/880 /** 881 * Swaps two strings in a fast way. 882 * Exception safe. 883 * 884 * @param that the string to swap for */ 885 885 inline void swap(RTCString &that) throw() 886 886 {
Note:
See TracChangeset
for help on using the changeset viewer.