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

Method rend

gecode/kernel/data/array.hpp:1010–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008
1009 template<class Var>
1010 forceinline typename VarArray<Var>::reverse_iterator
1011 VarArray<Var>::rend(void) {
1012 return reverse_iterator(x);
1013 }
1014
1015 template<class Var>
1016 forceinline typename VarArray<Var>::const_reverse_iterator

Callers 1

runTestForArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected