string (1) | size_type find_first_of (const basic_string& str, size_type pos = 0) const; |
---|---|
c-string (2) | size_type find_first_of (const charT* s, size_type pos = 0) const; |
buffer (3) | size_type find_first_of (const charT* s, size_type pos, size_type n) const; |
character (4) | size_type find_first_of (charT c, size_type pos = 0) const; |
string (1) | size_type find_first_of (const basic_string& str, size_type pos = 0) const noexcept; |
---|---|
c-string (2) | size_type find_first_of (const charT* s, size_type pos = 0) const; |
buffer (3) | size_type find_first_of (const charT* s, size_type pos, size_type n) const; |
character (4) | size_type find_first_of (charT c, size_type pos = 0) const noexcept; |
|
|
Pl**s*, r*pl*c* th* v*w*ls *n th*s s*nt*nc* by *st*r*sks. |