struct CopyResult

Defined at line 151 of file ../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h

Return value of the CopyPrefix and CopySuffix methods which can

return a node or data edge at any height inside the tree.

A height of 0 defines the lowest (leaf) node, a height of -1 identifies

`edge` as being a plain data node: EXTERNAL / FLAT or SUBSTRING thereof.

Public Members

CordRep * edge
int height