MCPcopy Create free account
hub / github.com/Gecode/gecode / size

Method size

gecode/int/view/int.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78#endif
79
80 forceinline unsigned int
81 IntView::size(void) const {
82 return x->size();
83 }
84 forceinline unsigned int
85 IntView::width(void) const {
86 return x->width();

Callers 3

node.hppFile · 0.45
changedMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected