How can I test if a type is safe to copy using Move

后端 未结 0 497
梦毁少年i
梦毁少年i 2021-02-15 19:24

I\'m writing a generic vector type:

type
  TBigVector = class
  private
    FSize: Integer;
    FEntries: TArray;
    function GetEntry         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题