template struct mrpt::config::simpleini::SI_GenericCaseΒΆ

Generic case-sensitive less than comparison.

This class returns numerically ordered ASCII case-sensitive text for all possible sizes and types of SI_CHAR.

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

template <class SI_CHAR>
struct SI_GenericCase
{
    //
methods

    bool operator () (
        const SI_CHAR* pLeft,
        const SI_CHAR* pRight
        ) const;
};