Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
bool operator==(const float& lhs, const Approx<float>& rhs)
64
{
65
return lhs == Catch::Approx(rhs.value).margin(1e-5);
66
}
67
68
bool operator==(sf::Vector2f lhs, const Approx<sf::Vector2f>& rhs)
69
{
Callers
nothing calls this directly
Calls
2
Approx
Class · 0.85
length
Method · 0.80
Tested by
no test coverage detected