次の方法で共有


money_get::string_type

CharTypeの文字を含む文字列を表す型。

typedef basic_string<CharType, Traits, Allocator> string_type;

解説

型は、テンプレート クラス basic_stringの特化したクラスを表します。

必要条件

ヘッダー: <locale>

名前空間: std

参照

関連項目

money_get Class