bsl::basic_string<char8_t>::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(
    char8_t const* characterString,
    size_type position = 0) const;