Changeset 91519 in vbox for trunk/include/VBox/com
- Timestamp:
- Oct 1, 2021 2:36:27 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147211
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r85314 r91519 1372 1372 Utf8StrFmt strName("program name = %s", argv[0]); 1373 1373 @endcode 1374 * 1375 * @note Do not use in assignments to Utf8Str variables. Instead use 1376 * RTCString::printf directly on the variable! This avoid an extra 1377 * temporary Utf8Str instance and assignment operation. 1374 1378 */ 1375 1379 class Utf8StrFmt : public Utf8Str
Note:
See TracChangeset
for help on using the changeset viewer.