Generate a compare operator for use with EXPECT_EQ in gtest.
Optimized compares using == for primitive types except floats. Google tests internal helper for all others.
See Implementation
Generate a compare operator for use with EXPECT_EQ in gtest.
Optimized compares using == for primitive types except floats. Google tests internal helper for all others.