MCPcopy Create free account
hub / github.com/SFML/SFML / swap

Function swap

src/SFML/Graphics/Texture.cpp:1087–1090  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1085
1086////////////////////////////////////////////////////////////
1087void swap(Texture& left, Texture& right) noexcept
1088{
1089 left.swap(right);
1090}
1091
1092} // namespace sf

Callers 9

Texture.cppFile · 0.70
swapMethod · 0.70
Texture.test.cppFile · 0.50
setVideoModeMethod · 0.50
getFullscreenModesMethod · 0.50
getDesktopModeMethod · 0.50
SocketSelector.cppFile · 0.50
SoundBuffer.cppFile · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected