gpt4 book ai didi

c++ - 你能在 C++11 中展开类型表达式吗?

转载 作者:搜寻专家 更新时间:2023-10-31 01:14:25 24 4
gpt4 key购买 nike

给定一种形式的类型 a<b<c>>我可以展开它以便取回类型名 ab<c>然后c ?或者至少能够拥有一个模板化函数,允许我匹配类型名称的元素,例如

template <typename C, typename E>
fun(C<E>& h, C<E>& i) {...}

提前致谢。

最佳答案

template <template<typename> class C, typename E>
fun(C<E>& h, C<E>& i) {...}

关于c++ - 你能在 C++11 中展开类型表达式吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11367754/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com