oatpp-examples icon indicating copy to clipboard operation
oatpp-examples copied to clipboard

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

Results 2 oatpp-examples issues
Sort by recently updated
recently updated
newest added

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...

Can you provide a complete example of how to set up an endpoint that uses custom types? I was trying the sample code in the [documentation](https://oatpp.io/docs/components/dto/#custom-types), but it was not...