Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ()
Method
operator ()
gecode/int/view.hpp:675–678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
673
Offset::offset(void) const { return c; }
674
675
forceinline OffsetView
676
Offset::operator ()(IntView& x) {
677
return OffsetView(x,c);
678
}
679
680
/**
681
* \brief Scale integer view (template)
Callers
nothing calls this directly
Calls
1
OffsetView
Class · 0.70
Tested by
no test coverage detected