Creates a Cord from a src string.
Declared in <absl/strings/cord.h>
explicit
Cord(std::string_view src);
This constructor is marked explicit to prevent implicit Cord constructions from arguments convertible to an absl::string_view.
| Name | Description |
|---|---|
| src | The string data to copy into the Cord. |