Hi. I got stuck with some simple thing and google doesn't help. How can I write a templated Wrapper class so Wrapper<int> my_var; // becomes std::vector<int> my_var and Wrapp...