Regina Calculation Engine
Public Types | Static Public Member Functions | List of all members
regina::BitManipulatorByType< T > Class Template Reference

Contains implementation details for BitManipulator where we optimise according to the underlying data type. More...

#include <utilities/bitmanip.h>

Inheritance diagram for regina::BitManipulatorByType< T >:
regina::BitManipulator< T >

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...
 

Detailed Description

template<typename T>
class regina::BitManipulatorByType< T >

Contains implementation details for BitManipulator where we optimise according to the underlying data type.

End users should use the BitManipulator class, not this class.

Precondition
Type T is an unsigned integral numeric type.
Template Parameters
Tan unsigned integral numeric type, which we treat as a sequence of true and/or false bits.

The documentation for this class was generated from the following file:

Copyright © 1999-2018, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).