Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/int/task/event.hpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace Gecode { namespace Int {
35
36
forceinline void
37
Event::init(Event::Type e0, int t0, int i0) {
38
ei=static_cast<unsigned int>(e0 | (i0 << 3)); t=t0;
39
}
40
41
forceinline Event::Type
42
Event::type(void) const {
Callers
1
events
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected