Checks if the argument is equal to the referenced value. More...
Go to the source code of this file.
Classes | |
class | mockpp::IsEqual< T > |
Is the value equal to another value, as tested by the invoked method? Basically the same as IsSame which compares by reference and a specializable comparison template. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
template<class T > | |
bool | mockpp::isEqualComparison (const T &left, const T &right) |
Default comparison function for IsEqual . |
Checks if the argument is equal to the referenced value.
Definition in file IsEqual.h.