Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ ArgStorage
Method
ArgStorage
include/nbind/ArgStorage.h:17–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
public:
16
17
ArgStorage(unsigned int overloadNum) :
18
overloadNum(overloadNum) {}
19
20
unsigned int getOverloadNum() const { return(overloadNum); }
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected