vocabtree  0.0.1
misc.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 namespace misc {
6  std::string get_machine_name();
7 };