libeblearntools
|
#include <sort.h>
Public Member Functions | |
map_natural_less (list< string > &keys) | |
bool | operator() (const map< string, string > &m1, const map< string, string > &m2) const |
Public Attributes | |
list< string > | keys |
Compare two maps of var/val strings using the comparison keys list and using the natural comparison of numbers ("2" is less than "10").