MCPcopy Create free account
hub / github.com/TASEmulators/fceux / swap

Function swap

src/lua-engine.cpp:3519–3523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3517namespace fceu
3518{
3519 template <class T> static void swap(T &one, T &two) {
3520 T temp = one;
3521 one = two;
3522 two = temp;
3523 }
3524}
3525
3526// write a pixel to buffer

Callers 8

gui_fillbox_internalFunction · 0.85
gui_boxFunction · 0.85
handleMethod · 0.85
handleClass · 0.85
resetMethod · 0.85
swapMethod · 0.85
SourceFileMethod · 0.85
SourceFileClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected