string_comp Struct Reference

#include <misc.h>


Detailed Description

Naive string comparison.

This is used internally for the STL routines which require a way to compare strings in the class table and in the I/O classes.

Definition at line 125 of file misc.h.


Public Member Functions

bool operator() (const std::string s1, const std::string s2) const
 Return s1<s2.

The documentation for this struct was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.