Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
bitset.hpp File Reference
#include <ext/ostream>
#include <bitset>
#include <compare>
Include dependency graph for bitset.hpp:

Go to the source code of this file.

Data Structures

class  ext::bitset< N >
 Class extending the bitset class from the standard library. Original reason is to allow printing of the container with overloaded operator <<. More...
 

Namespaces

namespace  ext
 

Functions

template<size_t N>
ext::ostreamext::operator<< (ext::ostream &out, const ext::bitset< N > &bitset)
 Operator to print the bitset to the output stream. More...