Determines whether the Cord contains the passed Cord rhs.

Synopsis

Declared in <absl/strings/cord.h>

bool
Contains(Cord const& rhs) const;

Return Value

true if the Cord contains rhs.

Parameters

Name

Description

rhs

The Cord to search for.

Created with MrDocs