Prepends string data to this Cord.
Declared in <absl/strings/cord.h>
template<
typename T,
EnableIfString<T> = 0>
void
Prepend(T&& src);
| Name | Description |
|---|---|
| T | The string type being consumed. |
| Name | Description |
|---|---|
| src | The string whose contents are prepended. |