MCPcopy Create free account
hub / github.com/SuperElastix/elastix / Compare

Function Compare

Testing/itkTestHelper.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68//------------------------------------------------------------------------------
69template <typename T>
70inline bool
71Compare(const T & t1, const T & t2, const char * actual, const char * expected, const char * file, int line)
72{
73 return (t1 == t2) ? true : false;
74}
75
76
77//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected