H all,
I have seen an example in which the template function is called as the following:
object_test.tem plate foo<argument>(f unxtion_argumen t);
Could someone clarify me why template is added by function call at this way?
Best regards
I have seen an example in which the template function is called as the following:
object_test.tem plate foo<argument>(f unxtion_argumen t);
Could someone clarify me why template is added by function call at this way?
Best regards
Comment