MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / temporaryArgFn

Class temporaryArgFn

include/daScript/ast/ast_interop.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 };
110
111 struct temporaryArgFn : defaultTempFn {
112 temporaryArgFn() : defaultTempFn(true,false,false,false) {}
113 };
114
115 struct explicitConstArgFn : defaultTempFn {
116 explicitConstArgFn() : defaultTempFn(false,true,false,true) {}

Callers 1

addRuntimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected