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