Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们进行替换时,一种类型可以替换另一种类型吗?这是一个过于宽泛的问题,因为它涉及编程的一般概念,而不是特定的编程语言。
谢谢你。
将一种类型替换为另一种类型完全取决于您的要求。您也可以typedef给定类型,也可以创建自己的类型。您还可以使用 Btw 执行类型替换,template您的问题有点不完整,无法给出准确的答案,您到底想问什么?
typedef
template