nux-1.16.0
nux::LexicographicCompareWithConversion< T, ConversionFunctor > Struct Template Reference

#include <NuxCore/TextString.h>

List of all members.

Public Member Functions

t_u32 operator() (const T &lhs, const T &rhs)

Public Attributes

ConversionFunctor m_ConversionFunctor

Detailed Description

template<typename T, typename ConversionFunctor>
struct nux::LexicographicCompareWithConversion< T, ConversionFunctor >

Compare two char or TCHAR. Apply the conversion functor before the comparison.

Returns:
0 if equal, -1 if(lhs<rhs), +1 if(lhs>rhs)

Definition at line 191 of file TextString.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends