}

输出结果:
An overload function with int, int! Max is: 10
A template function! Max is: a
A template function! Max is: A template function! Max is: Max(3.3, 5.6, 6.6) is 6.6
An overload function with int, char! Max is: a
An overload function with int, char! Max is: a
A template function! Max is: 98.74
An overload function with int, char! Max is: b
An overload function with int, char! Max is: b

相关文章: