te::common::LessCmp< const char * > Struct Template Reference

#include <Comparators.h>

Public Member Functions

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

Detailed Description

template<>
struct te::common::LessCmp< const char * >

Definition at line 85 of file Comparators.h.

Member Function Documentation

bool te::common::LessCmp< const char * >::operator() ( const char *  f,
const char *  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 95 of file Comparators.h.


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