using owner = T;"?-6ren"> using owner = T;"?-以下摘自 Microsoft 的 gsl 库 (https://github.com/microsoft/gsl) 的 gsl.h: namespace gsl { // // GSL-6ren">
gpt4 book ai didi

c++ - 什么是 "template using owner = T;"?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:19:07 26 4
gpt4 key购买 nike

以下摘自 Microsoft 的 gsl 库 (https://github.com/microsoft/gsl) 的 gsl.h:

namespace gsl
{
//
// GSL.owner: ownership pointers
//
using std::unique_ptr;
using std::shared_ptr;

template<class T>
using owner = T;
...
};

我无法理解以下别名模板的含义:

template<class T>
using owner = T;

有什么解释吗?

最佳答案

这意味着对于每个T , owner<T>T 的别名.

关于c++ - 什么是 "template<class T> using owner = T;"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38449366/

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