Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ext/ostream>
#include <bitset>
#include <compare>
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::ostream & | ext::operator<< (ext::ostream &out, const ext::bitset< N > &bitset) |
Operator to print the bitset to the output stream. More... | |