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
I have set a DTO like:
DTO_FIELD(Vector, MatrixData, "MatrixData");
In application, how can I set a std::vector value to the MatrixData? The example seems uses orm, but I have no database and I think there should be some way to use C++ data straightly.
The text was updated successfully, but these errors were encountered:
I have set a DTO like:
DTO_FIELD(Vector, MatrixData, "MatrixData");
In application, how can I set a std::vector value to the MatrixData? The example seems uses orm, but I have no database and I think there should be some way to use C++ data straightly.
The text was updated successfully, but these errors were encountered: