Deleted copy constructor. CordBuffer is move‐only.
Synopsis
Declared in <absl/strings/cord_buffer.h>
CordBuffer(CordBuffer const& other) = delete;
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs