Contains overloads
Declared in <absl/strings/cord.h>
Determines whether the Cord contains the passed string data rhs.
bool
Contains(std::string_view rhs) const;
» more...
Determines whether the Cord contains the passed Cord rhs.
bool
Contains(Cord const& rhs) const;
» more...
true if the Cord contains rhs.
| Name | Description |
|---|---|
| rhs | The string to search for. |