Added generate_packages option to class_diagrams
This commit is contained in:
@@ -56,6 +56,8 @@ template <typename T> struct option {
|
||||
}
|
||||
}
|
||||
|
||||
void operator()(const T &v) { set(v); }
|
||||
|
||||
T &operator()() { return value; }
|
||||
|
||||
const T &operator()() const { return value; }
|
||||
|
||||
Reference in New Issue
Block a user