#include <Iguana/Utilities/classlib/utils/BitOps.h>
Classes | |
struct | Op |
The operation for B swaps B adacent bits. The operation starts with B=1 (neighbouring odd and even bits are swapped), and then works on recursively larger adjacent bit sequences until the whole word has been swapped front-to-back.
Definition at line 158 of file BitOps.h.