摘要:
#include struct Hello { int helloworld() { return 0; } }; struct Generic {}; // SFINAE test template class has_helloworld { typedef char yes[1]; typedef yes no[2]; template... 阅读全文
posted @ 2016-08-16 11:22
octocat
阅读(440)
评论(0)
推荐(0)