标签: c++ c++11 types arguments decltype
据我所知,decltype有一个论点:http://en.cppreference.com/w/cpp/language/decltype
decltype
但是,TartanLlama使用decltype调用回答了我的两个问题,该调用带有两个参数:
我看到代码编译并以TartanLlama的形式运行,但我不明白两个参数decltype调用的行为方式。
有人可以为我提供两个参数decltype应该做什么的参考吗?