热门标签
更多>
搜索结果
查询Tags标签: sfinae,共有 2条记录-
SFINAE几种实现方式
一、通过函数返回值实现template<class T> typename std::enable_if<std::is_trivially_default_constructible<T>::value>::type construct(T*) {std::cout << "default constructing trivially default constructible T\n"; }templa…
2022/3/11 23:20:37 人评论 次浏览 -
boost::hana::sfinae用法的测试程序
boost::hana::sfinae用法的测试程序 实现功能 C++实现代码实现功能 boost::hana::sfinae用法的测试程序 C++实现代码 #include <boost/hana/assert.hpp> #include <boost/hana/config.hpp> #include <boost/hana/equal.hpp> #
2021/7/8 11:10:01 人评论 次浏览