mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Store.cpp
Go to the documentation of this file.
1#include "storage/Store.hpp"
2
3#include <cmath>
4
5
6using namespace m;
7
8
9/*======================================================================================================================
10 * Store
11 *====================================================================================================================*/
12
14void Store::dump() const { dump(std::cerr); }
‍mutable namespace
Definition: Backend.hpp:10
void dump() const
Definition: Store.cpp:14