函数模板就像是用户定义函数的一个扩展。
A function template is like an extension to a user-defined function.
如果存在特定于某个数据源的、在WebSphere Information Integrator上没有的特殊函数,则需要那个函数的函数模板定义。
If there is some special function specific to a data source and not available on WebSphere Information Integrator, you need a function template definition for that function.
在使用函数模板时,如果你定义了多个重载的特例化函数,可能导致模糊不清的调用,所以这时编译器会从中选择最特例的那个函数定义来调用。
A function template specialization might be ambiguous because template argument deduction might associate the specialization with more than one of the overloaded definitions .
应用推荐