C Wrapper for C++: How to deal with C++ templates? -


earlier asking writing c wrapper c++ classes ( c wrapper c++ ), clear.

there's 1 more question though: how deal c++ templates? let's class:

 template<typename t> class temp  {       t get();        void set(t t);   } 

is there elegant way write c wrapper?

you have write separate wrapper each specialization.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -