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

Function viewarrayshared

gecode/set/rel-op/common.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 template<class View0, class View1>
46 forceinline bool
47 viewarrayshared(const ViewArray<View0>& va, const View1& y) {
48 return shared(va,y);
49 }
50
51 template<>
52 forceinline bool

Calls 1

sharedFunction · 0.70

Tested by

no test coverage detected