ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces
comparable.h File Reference

Go to the source code of this file.

Classes

class  meta::util::comparable< Derived >
 A CRTP base class that allows for inheritance of all comparator operators given that the derived class defines an operator<(). More...
 

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::util
 Shared resources and utilities.
 

Detailed Description

Author
Chase Geigle Defines a CRTP base class that allows for inheritance of comparator operations given that the base class defines operator<().

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.