Register of bits.
More...
#include "TBTK/Streams.h"
#include "TBTK/TBTKMacros.h"
#include <climits>
Go to the source code of this file.
|
std::ostream & | TBTK::operator<< (std::ostream &stream, const ExtensiveBitRegister &extensiveBitRegister) |
|
Register of bits.
- Author
- Kristofer Björnson
◆ operator<<()
std::ostream& TBTK::operator<< |
( |
std::ostream & |
stream, |
|
|
const ExtensiveBitRegister & |
extensiveBitRegister |
|
) |
| |
|
inline |
Writes the ExtensiveBitRegister toString-representation to a stream.
- Parameters
-
stream | The stream to srite to. |
extensiveBitRegister | The ExtensiveBitRegister to write. |
- Returns
- Reference to the output stream just written to.