次のような文字列をどのように(可能であれば効率的に)変換しますか
"class sfw::Smthing<class sfw::type<double>,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >"
に
"class sfw::Smthing<class sfw::type<...>,class std::basic_string<...> >"
C ++では、せいぜいstlを使用していますか?