Happy new year!
When I create a template class ,such as:
a STL style typedef : ProxyType will help me do these things easier. Otherwise I cann't get proxy type from T because T's proxy declared in another namespace IceProxy.......Code:template <typename T> class ProxyWrapper { public: T::ProxyType proxy(); };

Reply With Quote