fficxx
fficxx copied to clipboard
TemplateAppRef should be able to know C++ type form.
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.