Changeset 93105 in vbox for trunk/include/VBox
- Timestamp:
- Dec 30, 2021 11:34:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r91519 r93105 357 357 358 358 /** 359 * Checks if the string starts with @a a_rStart. 360 */ 361 bool startsWith(Bstr const &a_rStart) const; 362 /** 363 * Checks if the string starts with @a a_rStart. 364 */ 365 bool startsWith(RTCString const &a_rStart) const; 366 /** 367 * Checks if the string starts with @a a_pszStart. 368 */ 369 bool startsWith(const char *a_pszStart) const; 370 371 /** 359 372 * Returns true if the member string has no length. 360 373 * This is true for instances created from both NULL and "" input strings.
Note:
See TracChangeset
for help on using the changeset viewer.