dimanche 26 mars 2017

Convert const float* to std::array

I have a const float* pointing to a huge array, and would like to be able to access the elements through a std::array. What is the best way to do this? Without copying the elements if possible.

Thanks!

Aucun commentaire:

Enregistrer un commentaire