cipra
1.2.1
A C++11 Unit Testing Framework based on Test::More
|
A type trait that users can specialize to tell how to equality compare two different types. More...
#include <tests.hpp>
Static Public Member Functions | |
static bool | equals (const T &, const U &) |
Returns whether the left hand side equals the right hand side. More... | |
A type trait that users can specialize to tell how to equality compare two different types.
Defaults to using operator==
.
T | The left-hand side type. |
U | The right-hand side type. |
|
inlinestatic |
Returns whether the left hand side equals the right hand side.
Defaults to using operator==
.