예제 #1
0
	static bool isend(AType &a, IType &it)
	{
		return it == a.arc_end();
	}
예제 #2
0
	static IType end(AType &a)
	{
		return a.arc_end();
	}