Exemple #1
0
 C& tail() { return ROOT.prev(); };
Exemple #2
0
 RingIterator<C>& operator --(int) { 
   cur = &(cur->prev()); 
   return *this; 
 };