Appends buffer to this cord, unless buffer has a zero length in which case this method has no effect on this cord instance.
Synopsis
Declared in <absl/strings/cord.h>
void
Append(CordBuffer buffer);
Description
This method is guaranteed to consume buffer.
Parameters
Name |
Description |
buffer |
The buffer whose contents are appended. |
Created with MrDocs