template <typename T>
T ExtractBits(
bit64 v,
int pos,
int len
);
| Name | Description |
|---|---|
| T | Return Value Type |
| Name | Description | |
|---|---|---|
| in | v | Target value |
| in | pos | The position from the least significant bit |
| in | len | Extraction range |
Extracts the bit values for the specified range.
CONFIDENTIAL