template <typename T>
T GetBits(
bit32 v,
int pos,
int len
);
template <typename T>
T GetBits(
bit64 v,
int pos,
int len
);
| GetBits ( bit32, int, int ) | Obtains the bit values for the specified range. |
| GetBits ( bit64, int, int ) | Obtains the bit values for the specified range. |
Obtains the bit values for the specified range.
Obtains the bit values for the specified range.
CONFIDENTIAL