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

Method size

gecode/kernel/data/array.hpp:935–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933
934 template<class Var>
935 forceinline int
936 VarArray<Var>::size(void) const {
937 return n;
938 }
939
940 template<class Var>
941 forceinline Var&

Callers 15

costMethod · 0.45
copyMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
disposeMethod · 0.45
ViewArrayMethod · 0.45
sliceMethod · 0.45
operator +Function · 0.45
ViewArrayMethod · 0.45
sharedFunction · 0.45
ArgArrayBaseMethod · 0.45
array.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected