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