Move constructor. CordBuffer is move‐only.
Synopsis
Declared in <absl/strings/cord_buffer.h>
CordBuffer(CordBuffer&& rhs) noexcept;
Parameters
Name |
Description |
rhs |
The CordBuffer to move from. |
Created with MrDocs