Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
doj::alphanum_less Struct Reference

Functor class to compare two objects with the "Alphanum Algorithm". More...

#include <alphanum.h>

Public Member Functions

bool operator() (const std::string &left, const std::string &right) const
 

Detailed Description

Functor class to compare two objects with the "Alphanum Algorithm".

If the objects are no std::string, they must implement "std::ostream operator<< (std::ostream&, const Ty&)".

Definition at line 65 of file alphanum.h.

Member Function Documentation

bool doj::alphanum_less::operator() ( const std::string &  left,
const std::string &  right 
) const

Definition at line 131 of file alphanum.cpp.

References doj::alphanum_comp().


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