Type_traits *_v 变量模板实用程序命令无法编译 [英] Type_traits *_v variable template utility order fails to compile

查看:27
本文介绍了Type_traits *_v 变量模板实用程序命令无法编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看过这个答案后,我试图想出一个变量模板实用程序来来自它的代码:

template 类模板>struct is_specialization : std::false_type {};模板<模板<类...>类模板,类... Args>struct is_specialization, Template>: std::true_type {};

并像这样实现它:

template