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

Function swap

src/SFML/Graphics/VertexBuffer.cpp:355–358  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

353
354////////////////////////////////////////////////////////////
355void swap(VertexBuffer& left, VertexBuffer& right) noexcept
356{
357 left.swap(right);
358}
359
360} // namespace sf

Callers 2

VertexBuffer.cppFile · 0.70
swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected