C++ 本地化庫 - money_put



描述

它是一個標準的 facet,用於解析字元序列以讀取貨幣表示式並將其儲存到數值或數字字串中。

宣告

以下是 std::money_get 的宣告。

C++98

	
template <class charT, class InputIterator = istreambuf_iterator<charT> >
   class money_get;

C++11

template <class charT, class InputIterator = istreambuf_iterator<charT> >
   class money_get;

引數

  • charT - 它是一個字元型別。

  • InputIterator - 它是一個輸入迭代器型別。

返回值

locale.htm
廣告