bsl::basic_string::find_first_of

Same as the preceding find_first_of overload, searching from the start of the string.

Synopsis

Declared in <bslstl_string.h>

size_type
find_first_of(
    CHAR_TYPE const* characterString,
    size_type position = 0) const;