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

Method get

gecode/kernel/archive.hpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 forceinline unsigned int
190 Archive::get(void) {
191 assert(_pos < _n);
192 return _a[_pos++];
193 }
194
195 forceinline Archive&
196 operator <<(Archive& e, unsigned int i) {

Callers 2

archive.hppFile · 0.45
uniqueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected