nux-0.9.48

nux::LexicographicCompare< T > Struct Template Reference

#include <NuxCore/TextString.h>

Public Member Functions

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

Detailed Description

template<typename T>
struct nux::LexicographicCompare< T >

Compare two char or TCHAR.

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

Member Function Documentation

template<typename T >
t_u32 nux::LexicographicCompare< T >::operator() ( const T &  lhs,
const T &  rhs 
) [inline]

The documentation for this struct was generated from the following file: