コード例 #1
0
	static bool isend(AType &a, IType it)
	{
		return it == a.end();
	}
コード例 #2
0
	static IType end(AType &a)
	{
		return a.end();
	}