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) |