te::common::LessCmp< T > Struct Template Reference

It implements several compare functions. More...

#include <Comparators.h>

Public Member Functions

bool operator() (const T &f, const T &s) const
 It compares two NULL terminated C-strings. More...
 

Detailed Description

template<class T>
struct te::common::LessCmp< T >

It implements several compare functions.

Definition at line 43 of file Comparators.h.

Member Function Documentation

template<class T >
bool te::common::LessCmp< T >::operator() ( const T &  f,
const T &  s 
) const
inline

It compares two NULL terminated C-strings.

Parameters
fThe first string.
sThe second string.
Returns
True if the first string comes first in lexicographic order.

Definition at line 53 of file Comparators.h.


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