Example #1
0
		input_iterator& operator ++()
		{
			backend->increment();
			return *this;
		}