标签:style blog color io ar div sp cti log
template< std::size_t N > void f(char (&arr)[N]) { std::cout << sizeof(arr) << ‘\n‘; }
此时数组不会退化为指针(C++11 section 8.3.5.5)
[C++]Reference to array as function parameter
标签:style blog color io ar div sp cti log
原文地址:http://www.cnblogs.com/gomopsivarh/p/3966636.html