OpenSDN source code
|
#include <t_field.h>
Public Member Functions | |
bool | operator() (t_field const *const &a, t_field const *const &b) |
Comparator to sort fields in ascending order by key. Make this a functor instead of a function to help GCC inline it. The arguments are (const) references to const pointers to const t_fields.