mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
ADT.cpp
Go to the documentation of this file.
2
3
4using namespace m;
5
7void SmallBitset::dump(std::ostream &out) const { out << *this << std::endl; }
8void SmallBitset::dump() const { dump(std::cerr); }
‍mutable namespace
Definition: Backend.hpp:10
void dump() const
Definition: ADT.cpp:8