Search Results

0
votes

typedef a std::string - Best practice

I would create a class that has a std::string as a private member. You would then need to reimplement the methods that you want to use, but if you switch the string type in the future all you woul …