How can I make an unmanaged std::vector's data pointer to be read as a C# float[] without making a copy?

后端 未结 0 656
北恋
北恋 2020-12-12 03:22

I need to use a C++ API and pass data back and forth to a C# program. The unmanaged data that needs to be read in C# is a const std::vector &.

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