Archived
This forum has been archived. Please start a new discussion on GitHub.
Suggest adding a typedefed ProxyType in slice2cpp?
Happy new year!
When I create a template class ,such as:
When I create a template class ,such as:
template <typename T>
class ProxyWrapper
{
public:
T::ProxyType proxy();
};
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....... 0
Comments
-
Hi Yunqiao Yin,
Thanks for the suggestion! We'll add this typedef in a future Ice release.
Best regards,
Bernard0 -
Hi,
This feature will be available in Ice 3.1
Regards,
Dwayne0