C++ 本地化庫 - moneypunct



描述

這是一個標準的 facet,提供關於貨幣值格式的資訊。

宣告

以下是 std::moneypunct 的宣告。

C++98

	
template <class charT, bool International = false> class moneypunct;

C++11

template <class charT, bool International = false> class moneypunct;

引數

  • charT − 這是一個字元型別。

  • International − 如果使用國際格式,則為真。如果為假(預設值),則表示可以使用非國際格式(例如使用美元)。

返回值

locale.htm
廣告
© . All rights reserved.