TBTK
Need a break? Support the development by playing Polarity Puzzles
ExtensiveBitRegister.h File Reference

Register of bits. More...

#include "TBTK/Streams.h"
#include "TBTK/TBTKMacros.h"
#include <climits>

Go to the source code of this file.

Classes

class  TBTK::ExtensiveBitRegister
 Register of bits. More...
 

Functions

std::ostream & TBTK::operator<< (std::ostream &stream, const ExtensiveBitRegister &extensiveBitRegister)
 

Detailed Description

Register of bits.

Author
Kristofer Björnson

Function Documentation

◆ operator<<()

std::ostream& TBTK::operator<< ( std::ostream &  stream,
const ExtensiveBitRegister extensiveBitRegister 
)
inline

Writes the ExtensiveBitRegister toString-representation to a stream.

Parameters
streamThe stream to srite to.
extensiveBitRegisterThe ExtensiveBitRegister to write.
Returns
Reference to the output stream just written to.