#include <Bits.h>
Helper class to make Bits<T> (below) work with both aligned values (T, where T is an unsigned integral type) or unaligned values (Unaligned<T>, where T is an unsigned integral type)
Definition at line 46 of file Bits.h.