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