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

#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 * >

Definition at line 64 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 74 of file Comparators.h.


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