Appends string data to this Cord.
Synopsis
Declared in <absl/strings/cord.h>
template<
typename T,
EnableIfString<T> = 0>
void
Append(T&& src);
Template Parameters
Name |
Description |
T |
The string type being consumed. |
Parameters
Name |
Description |
src |
The string whose contents are appended. |
Created with MrDocs