struct mrpt::config::simpleini::CSimpleIniTempl::Entry::KeyOrderΒΆ

#include </home/jlblanco/mrpt/libs/config/src/simpleini/SimpleIni.h>

struct KeyOrder: public std::function< bool(Entry, Entry)>
{
    //
methods

    bool operator () (
        const Entry& lhs,
        const Entry& rhs
        ) const;
};