C++相談室 part69
at TECH
800:デフォルトの名無しさん
09/06/06 15:12:48
>>797
全然別人なんだけど割り込んで聞いて良い?
template < class T > class foo {
template < class T > foo &bar( foo<T> &t );
};
ってのは要するに
template < class T > class foo {
template < class U > foo<T> &bar( foo<U> &t );
};
ってことだよね?
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5009日前に更新/243 KB
担当:undef