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