2008-10-15から1日間の記事一覧

template?

c++

下のような書き方で, 途中に出てくる template って何でしょうか? template<T,S> struct hoge { typedef typename foo<S>::bar Bar; typedef typename Bar::template xxx<T,S>::yyy zzz; }; 正解は, 以下のような文脈でテンプレートクラス(構造体)を参照するためのキーワ</t,s></s></t,s>…