Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コード内
template < template<class TTP> class TP > ... // whatever
ではTTP、どこでも使用できますか?標準でこれらの名前で何が起こるかについての参照が見つかりません。
TTP
いいえ。これは TP<> のテンプレート パラメーターであり、外側のテンプレート関数ではありません。