dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
getBit
dlib
core
bitio
Returns bit at position pos in integer b
bool
getBit
(
T
)
(
T
b
,
uint
pos
)
Examples
assert
(
getBit
(
1
,
0
) ==
1
);
Meta
Source
See Implementation
dlib
core
bitio
enums
Endian
functions
getBit
hiNibble
loNibble
setBit
swapEndian16
Returns bit at position pos in integer b