Ltstr Struct Reference
[Common/Utility/Misc]

A class supporting a number of container classes (e.g. More...

#include <Stl.h>

List of all members.

Public Member Functions

bool operator() (const char *s1, const char *s2) const
 An ordering function for a number of container classes.


Detailed Description

A class supporting a number of container classes (e.g.

map).

Definition at line 17 of file Stl.h.


Member Function Documentation

bool Ltstr::operator() ( const char *  s1,
const char *  s2 
) const

An ordering function for a number of container classes.

Parameters:
s1 String 1.
s2 String 2.
Returns:
Zero if s1 < s2; nonzero otherwise.


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