oatpp / oatpp-examples

List of example projects of how to use oat++ framework

Home Page:https://oatpp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to return a std::vector data back to caller?

relaxtheo opened this issue · comments

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.