Decode a numeric leaf value that is known to be a particular type.
Declared in <llvm/DebugInfo/CodeView/RecordSerialization.h>
Error
consume_numeric(
BinaryStreamReader& Reader,
uint64_t& Value);
Success, or an Error if the numeric leaf cannot be decoded.
| Name | Description |
|---|---|
| Reader | Stream positioned at the numeric leaf. |
| Value | Receives the decoded unsigned integer value. |