Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the basic_streambuf object's locale.
locale getloc( ) const;
Return Value
The stored locale object.
Remarks
For related information, see ios_base::getloc.
Example
// basic_streambuf_getloc.cpp
// compile with: /EHsc
#include <iostream>
int main( )
{
using namespace std;
cout << cout.rdbuf( )->getloc( ).name( ).c_str( ) << endl;
}
C
Requirements
Header: <streambuf>
Namespace: std