Changeset 101348 in vbox
- Timestamp:
- Oct 4, 2023 11:58:16 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r101346 r101348 1319 1319 * 1320 1320 * @param a_pszSuffix The suffix to test for. 1321 * @param enmCaseCase sensitivity selector.1321 * @param a_enmCase Case sensitivity selector. 1322 1322 * @returns true if match, false if mismatch. 1323 1323 */ … … 1416 1416 * 1417 1417 * @param a_pszPrefix The prefix to test for. 1418 * @param enmCaseCase sensitivity selector.1418 * @param a_enmCase Case sensitivity selector. 1419 1419 * @returns true if match, false if mismatch. 1420 1420 */
Note:
See TracChangeset
for help on using the changeset viewer.