allocate memory for a vector and change size without calling default constructor

后端 未结 0 528
傲寒
傲寒 2021-01-19 19:21

I am using a openssl EVP_PKEY_sign where the signature buffer size is already known and can be allocated using a vector.

size_t SignatureLength;
         


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