gtsam_points
Loading...
Searching...
No Matches
anonymous.hpp
Go to the documentation of this file.
1#ifndef GUIK_ANONYMOUS_HPP
2#define GUIK_ANONYMOUS_HPP
3
4#include <string>
5
6namespace guik {
7
8// generate a unique name
9std::string anon();
10
11}
12
13#endif
Definition drawable_container.hpp:9
std::string anon()