Aracılığıyla paylaş


basic_streambuf::getloc

Basic_streambuf nesnenin yerel ayarı alır.

locale getloc( ) const;

Dönüş Değeri

Depolanan yerel ayar nesnesi.

Notlar

İlgili bilgiler için bkz: ios_base::getloc.

Örnek

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

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

Gereksinimler

Başlık: <streambuf>

Namespace: std

Ayrıca bkz.

Başvuru

basic_streambuf Class

iostream programlama

iostreams kuralları