bsl::basic_string<wchar_t>::contains

Return true if this view contains with the specified subview, and false otherwise. See {Lexicographical Comparisons}.

Synopsis

Declared in <bslstl_string.h>

bool
contains(basic_string_view<wchar_t, char_traits<wchar_t>> subview) const noexcept;