fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

TemplateAppRef should be able to know C++ type form.

Open wavewave opened this issue 6 years ago • 0 comments

In current implementation, we should provide C++ type form directly, for example:

vectorfloatref_ = TemplateAppRef t_vector "CFloat" "std::vector<float>"

std::vector<float> part should be automatically calculated.

wavewave avatar Jul 01 '18 16:07 wavewave