智能客服
你问我答,随时在线为你解决问题

























获取首个元素的指针地址,[GetData(), reinterpret_cast<T *>(GetData()) + GetSize()] 中的数据即为当前容器中保存的数据。
- const void *GetData() const
无
首个元素的指针地址。
无
- size_t capacity = 100U;
- auto cv_holder = ContinuousVector::Create<int64_t>(capacity);
- auto cv = reinterpret_cast<ContinuousVector *>(cv_holder.get());
- auto cap = cv->GetData();
智能客服
你问我答,随时在线为你解决问题
合作咨询
我们的专家服务团队将竭诚为您提供专业的合作咨询服务
解决方案
精准高效的一站式服务支持,助力开发者商业成功