コード例 #1
0
ファイル: input_iterator.hpp プロジェクト: omnigoat/sooty
		input_iterator& operator ++()
		{
			backend->increment();
			return *this;
		}