Return a new BinaryStreamRef with only the first N elements remaining.
Synopsis
Declared in <llvm/Support/BinaryStreamRef.h>
BinaryStreamRef
keep_front(uint64_t N) const;
Return Value
A new BinaryStreamRef with only the first N elements remaining.
Parameters
Name |
Description |
N |
Number of elements to keep from the front. |
Created with MrDocs