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

Method ViewValSupportArray

gecode/int/sequence/view.hpp:412–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411 template<class View,class Val,bool iss>
412 ViewValSupportArray<View,Val,iss>::ViewValSupportArray(void) : xs(nullptr), n(0) {
413 }
414
415 template<class View,class Val,bool iss>
416 ViewValSupportArray<View,Val,iss>::ViewValSupportArray(const ViewValSupportArray<View,Val,iss>& a) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected