Ejemplo n.º 1
0
 T& getSpoke() noexcept{
     return wheelymajig[fetchWrapIncrement()];
 }
Ejemplo n.º 2
0
 uint32_t getIndex() noexcept{
     return fetchWrapIncrement();
 }
Ejemplo n.º 3
0
 T& getSpoke(){
     return wheelymajig[fetchWrapIncrement(currentElement)];
 }