我知道标记字符串参数const可以产生巨大的性能差异,但序数类型呢?通过制作它我能获得什么const吗?
const
我一直使用const处理字符串参数时,却从不为Integer,Pointer,类实例等.
Integer
Pointer
使用时const我经常需要创建额外的临时变量,这些变量会替换现在写保护的参数,所以我想知道:我是否从标记序数参数中获得了什么const?
delphi
delphi ×1