ホーム » VC » CString , tstring
カテゴリー
アーカイブ
typedef std::basic_string <TCHAR,std::char_traits<TCHAR>,std::allocator<TCHAR> > tstring ;
CString |
tstring |
Left (count) |
substr (0,count) |
Mid (first) |
substr (first) |
Mid (first,count) |
substr (first,count) |
Right (count) |
|
IsEmpty |
empty |
Empty |
clear |
CString , std::string , …
tstring.hxx
Is this 投稿 useful?
Useful
Useless
0 of 0 people say this 投稿 is useful.
関連