You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When wrapping a Vector in a C++ compatible StdVector, does the latter copy the data from its source or does it reuse the same memory?
Alternatively, if additional memory is allocated, is there a way to create an uninitialized StdVector and then fill it directly from Julia, eg, using regular array access syntax?
The text was updated successfully, but these errors were encountered:
When wrapping a
Vector
in a C++ compatibleStdVector
, does the latter copy the data from its source or does it reuse the same memory?Alternatively, if additional memory is allocated, is there a way to create an uninitialized
StdVector
and then fill it directly from Julia, eg, using regular array access syntax?The text was updated successfully, but these errors were encountered: