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