libcppa  Version 0.1
cppa::util::comparable< Subclass, T > Class Template Reference

#include <comparable.hpp>

List of all members.


Detailed Description

template<typename Subclass, typename T = Subclass>
class cppa::util::comparable< Subclass, T >

Barton–Nackman trick implementation.

Subclass must provide a compare member function that compares to instances of T and returns an integer x with:


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