How to use auto-generated for template class

I want use any template class in lua ,but no code genrated when I use auto-generated.What should I do?

The mechanism of bindings-generator doesn’t support to bind the template class

tolua++ has TOLUA_TEMPLATE_BIND, is there any way to binding lua for a C++ template class in cocos2dx 3.9?
please help.