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.
C++ 11 で関数テンプレートを部分的に特殊化できるかどうかを知っている人はいますか?
いいえ、できません。ドラフト C++0x 標準には、クラス テンプレートの部分的な特殊化に関するセクション (14.5.5) がありますが、関数テンプレートの部分的な特殊化については言及されていません。