次の方法で共有


ios_base::getloc

格納されているロケール オブジェクトを返します。

locale getloc( ) const;

戻り値

格納されているロケール オブジェクト。

使用例

// ios_base_getlock.cpp
// compile with: /EHsc
#include <iostream>

int main( ) 
{
   using namespace std;
   cout << cout.getloc( ).name( ).c_str( ) << endl;
}
  

必要条件

ヘッダー: <ios>

名前空間: std

参照

関連項目

ios_base Class

入出力ストリームのプログラミング

入出力ストリームの規則