Determines whether the Cord contains the passed string data rhs.
Synopsis
Declared in <absl/strings/cord.h>
bool
Contains(std::string_view rhs) const;
Return Value
true if the Cord contains rhs.
Parameters
Name |
Description |
rhs |
The string to search for. |
Created with MrDocs