#include <Options.h>
Definition at line 64 of file Options.h.
◆ operator()()
Definition at line 65 of file Options.h.
65 {
66 int test1 =
strcmp(x->category, y->category);
67 return test1 < 0 || (test1 == 0 &&
strcmp(x->type_name, y->type_name) < 0);
68 }
The documentation for this struct was generated from the following file: