Utility function to get a vector of set bits

Template function to return a vector with the positions of all set bits in a variable.
This commit is contained in:
Erik Fröjdh
2020-08-05 13:42:57 +02:00
committed by GitHub
parent 6db5954d21
commit aa0c36713c
5 changed files with 62 additions and 8 deletions

View File

@ -40,6 +40,7 @@ if(SLS_DEVEL_HEADERS)
include/UdpRxSocket.h
include/versionAPI.h
include/ZmqSocket.h
include/bit_utils.h
)
endif()