Closed fnc12 closed 6 years ago
I was to accept something like this post_parameters(_objects = std::vector<MyObject>()). How to do this?
post_parameters(_objects = std::vector<MyObject>())
It is supposed to work out of the box. Did you try it ?
I was to accept something like this
post_parameters(_objects = std::vector<MyObject>())
. How to do this?