假设我有一个数据结构,例如
d dog DS qualified
d name 20
d breed 20
d birthdate 8 0
然后我可以定义
d poochie likeds(dog)
并使用 poochie.name 等。
但是我可以将“狗”设置为模板而不在内存中创建结构吗?