Changeset 421 for trunk/include/cppbase/bs_string.h
- Timestamp:
- Feb 2, 2015, 2:11:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cppbase/bs_string.h
r250 r421 23 23 24 24 /* 25 * This file Copyright (C) 1999-20 02Ulrich Mller.25 * This file Copyright (C) 1999-2015 Ulrich Mller. 26 26 * This program is free software; you can redistribute it and/or modify 27 27 * it under the terms of the GNU General Public License as published by … … 732 732 size_type rfind(char c, size_type ulPos = npos) const; 733 733 734 size_type find_first_of(char c, size_type ulPos = 0) const; 734 735 size_type find_first_of(const char *achChars, size_type ulPos = 0) const; 735 736
Note:
See TracChangeset
for help on using the changeset viewer.