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