コード例 #1
0
ファイル: sft_traits.hpp プロジェクト: gerpe/fresdwn
	static bool isend(AType &a, IType &it)
	{
		return it == a.arc_end();
	}
コード例 #2
0
ファイル: sft_traits.hpp プロジェクト: gerpe/fresdwn
	static IType end(AType &a)
	{
		return a.arc_end();
	}