Provides optimised bitmasks of arbitrary length.
More...
#include <algorithm>
#include <iostream>
#include "regina-core.h"
#include "regina-config.h"
#include "utilities/bitmanip.h"
|
namespace | regina |
| Contains the entire Regina calculation engine.
|
|
|
void | regina::swap (Bitmask &a, Bitmask &b) noexcept |
| Swaps the contents of the two given bitmasks.
|
|
std::ostream & | regina::operator<< (std::ostream &out, const Bitmask &mask) |
| Writes the given bitmask to the given output stream as a sequence of zeroes and ones.
|
|
template<typename T > |
std::ostream & | regina::operator<< (std::ostream &out, const Bitmask1< T > &mask) |
| Writes the given bitmask to the given output stream as a sequence of zeroes and ones.
|
|
template<typename T , typename U > |
std::ostream & | regina::operator<< (std::ostream &out, const Bitmask2< T, U > &mask) |
| Writes the given bitmask to the given output stream as a sequence of zeroes and ones.
|
|
Provides optimised bitmasks of arbitrary length.
Copyright © 1999-2025, 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).