std::basic_streambuf<CharT,Traits>:: getloc
From cppreference.net
<
cpp
|
io
|
basic streambuf
C++
Input/output library
| I/O manipulators | ||||
| Print functions (C++23) | ||||
| C-style I/O | ||||
| Buffers | ||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(C++20)
|
||||
| Streams | ||||
| Abstractions | ||||
| File I/O | ||||
| String I/O | ||||
| Array I/O | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
| Synchronized Output | ||||
|
(C++20)
|
||||
| Types | ||||
| Error category interface | ||||
|
(C++11)
|
||||
|
(C++11)
|
std::basic_streambuf
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
std::
locale
getloc
(
)
const
;
|
||
関連付けられたロケールを返します。
関連付けられたロケールは、最後の呼び出しで pubimbue() に渡された値、またはその関数が呼び出されていない場合は、streambufの構築時点でのグローバルロケール( std::locale )の値です。
目次 |
パラメータ
(なし)
戻り値
関連付けられたロケール。
例
|
このセクションは不完全です
理由: 例がありません |
関連項目
|
関連付けられたロケールを変更し、
imbue
(
)
を呼び出す
(public member function) |