Return a new BinaryStreamRef with the last N elements removed.
Declared in <llvm/Support/BinaryStreamRef.h>
WritableBinaryStreamRef
drop_back(uint64_t N) const;
If this BinaryStreamRef is length-tracking and N is greater than 0, then this BinaryStreamRef will no longer length-track.
A new BinaryStreamRef with the last N elements removed.
| Name | Description |
|---|---|
| N | Number of elements to remove from the end. |