Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Method
size
gecode/kernel/branch/action.hpp:329–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
return object().a[i];
328
}
329
forceinline int
330
Action::size(void) const {
331
return object().n;
332
}
333
forceinline void
334
Action::acquire(void) {
335
object().m.acquire();
Callers
1
action.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected