Regina Calculation Engine
|
Contains implementation details for BitManipulator where we optimise according to the underlying data type. More...
#include <utilities/bitmanip.h>
Public Types | |
enum | { specialised = 0 } |
Static Public Member Functions | |
static T | nextPermutation (T x) |
Returns the next largest integer with the same number of true bits as x. More... | |
Contains implementation details for BitManipulator where we optimise according to the underlying data type.
End users should use the BitManipulator class, not this class.
T | an unsigned integral numeric type, which we treat as a sequence of true and/or false bits. |