gpt4 book ai didi

c++ - '< >' 在 C++ 中意味着什么?

转载 作者:太空宇宙 更新时间:2023-11-04 15:08:57 24 4
gpt4 key购买 nike

我有一个小问题,可能是一个简单的问题,但我无法通过谷歌搜索找到它。我正在编写一些具有类似内容的代码:

Inserter::Inserter(const data::Set& set){
produces<Info>();
}

我不太明白 produces 是什么意思,或者我做错了什么。以下是我的解读,如有不妥请指正:

我有一个 Inserter 类,它有一个 Inserter 对象,从类数据对象集的常量调用。然后我生成另一个名为 Info 的对象。

我说得对吗?请我需要一些帮助!

最佳答案

泛型 :)

又名"template"

I had a class Inserter that had an Inserter object, calling from a constant of the object set of class data. Then I produces another object called Info.

有点:)

你有一个类“Inserter”。

它的构造函数使用模板类“producer”。您实例化了一种“信息”类型的“生产者”。

这里有一个很好的模板教程:

http://www.cplusplus.com/doc/tutorial/templates/

关于c++ - '< >' 在 C++ 中意味着什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6824637/

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