mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Options.cpp
Go to the documentation of this file.
1#include "mutable/Options.hpp"
2
3#include <iostream>
4
5
6using namespace m;
7
8
10{
11 static Options the_options;
12 return the_options;
13}
‍mutable namespace
Definition: Backend.hpp:10
Singleton class representing options provided as command line argument to the binaries.
Definition: Options.hpp:12
static Options & Get()
Return a reference to the single Options instance.
Definition: Options.cpp:9