-1
可能性の重複:
Why can templates only be implemented in the header file?
Why should the implementation and the declaration of a template class be in the same header file?テンプレート定義ですか?
私は、C++の関数テンプレートに関する二つの基本的な質問があります。
- テンプレートを.hファイルで定義する必要がありますか?
- 私はdllを作成し、そのdllでC++クラス全体をエクスポートしました。このクラスには関数テンプレートが含まれています。私はこのdllをlodesする別のモジュールの中でこのテンプレートを呼び出しています。したがって、このテンプレートに関連するオブジェクトファイルが作成されます。