こういうモノはありそうな気がするのだが、ザクッと探して見つからなかったので。~
・・・てかあんまり意味ないなぁ。

	interface Cloneable(T)
	{
		T clone();
	}
	
	class Foo : public Cloneable!(Foo)
	{
		Foo clone() {〜}
	}



トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS