OSG::LTString Struct Reference

#include <OSGBaseFunctions.h>

List of all members.


Public Member Functions

bool operator() (const Char8 *s1, const Char8 *s2) const

Detailed Description

String less than compare functor used for a STL weak ordering

Definition at line 531 of file OSGBaseFunctions.h.


Member Function Documentation

bool OSG::LTString::operator() ( const Char8 *  s1,
const Char8 *  s2 
) const [inline]

Definition at line 533 of file OSGBaseFunctions.h.

00534     {
00535         return ::strcmp(s1, s2) < 0;
00536     }


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