explicit template specialization
explicit (full) template specialization
Allows customizing the template code for a given set of template arguments.
Syntax
template <> declaration |
Any of the following can be fully specialized:
- function template
- class template
- (since C++14)variable template
- 登录查看完整内容