|
TuringSim
C++ framework to simulate abstract computing models
|
A class to compare values with a strong total order. The generic way use operator<. More...
#include <utils/compare.h>
Static Public Member Functions | |
| static int | compare (const T &lhs, const T &rhs) |
| Compare elements with a strong total order. More... | |
A class to compare values with a strong total order. The generic way use operator<.
| T |
|
inlinestatic |