泛型编程基础 C++之auto、decltype( 二 )

<< "tmp=" << tmp << endl;return tmp;}int main(){func(2, 9.3);return 0;}