Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ int_entry
Method
int_entry
examples/source/lua_value.cpp:10–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
int value;
9
10
int_entry() : value(0) {
11
}
12
13
int_entry(int v) : value(v) {
14
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected