Пример #1
0
		iterator& operator ++ ()
		{
			//posi = (posi+1)&q->m_mask;
			q->inc(posi);
			return *this;
		}