Same as the three‐argument find overload with position 0.
Synopsis
Declared in <bslstl_string.h>
size_type
find(
CHAR_TYPE const* substring,
size_type position = 0) const;
Return Value
position of the match, or npos if not found
Parameters
Name |
Description |
substring |
substring to search for |
position |
starting index |
Created with MrDocs