Return true if this view contains with the specified character, and false otherwise.
Synopsis
Declared in <bslstl_string.h>
bool
contains(CHAR_TYPE character) const noexcept;
Return Value
true if the sequence occurs in this string, otherwise false
Parameters
Name |
Description |
character |
character value |
Created with MrDocs