Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3517
namespace 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_internal
Function · 0.85
gui_box
Function · 0.85
handle
Method · 0.85
handle
Class · 0.85
reset
Method · 0.85
swap
Method · 0.85
SourceFile
Method · 0.85
SourceFile
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected