MCPcopy Create free account
hub / github.com/SFML/SFML / operator==

Function operator==

test/TestUtilities/SystemUtil.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61} // namespace sf
62
63bool operator==(const float& lhs, const Approx<float>& rhs)
64{
65 return lhs == Catch::Approx(rhs.value).margin(1e-5);
66}
67
68bool operator==(sf::Vector2f lhs, const Approx<sf::Vector2f>& rhs)
69{

Callers

nothing calls this directly

Calls 2

ApproxClass · 0.85
lengthMethod · 0.80

Tested by

no test coverage detected