Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
doj::alphanum_less< Ty > Struct Template Reference

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

#include <alphanum.hpp>

Inheritance diagram for doj::alphanum_less< Ty >:

Public Member Functions

bool operator() (const Ty &left, const Ty &right) const
 

Detailed Description

template<class Ty>
struct doj::alphanum_less< Ty >

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&)".


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