API Reference Document
std::regex_traits<CharT>::
getloc
<
cpp
|
regex
|
regex traits
C++
语言
标准库头文件
自立与有宿主实现
具名要求
语言支持库
概念库
(C++20)
诊断库
工具库
字符串库
容器库
迭代器库
范围库
(C++20)
算法库
数值库
本地化库
输入/输出库
文件系统库
(C++17)
正则表达式库
(C++11)
原子操作库
(C++11)
线程支持库
(C++11)
技术规范
正则表达式库
类
basic_regex
(C++11)
sub_match
(C++11)
match_results
(C++11)
算法
regex_match
(C++11)
regex_search
(C++11)
regex_replace
(C++11)
迭代器
regex_iterator
(C++11)
regex_token_iterator
(C++11)
异常
regex_error
(C++11)
特性
regex_traits
(C++11)
常量
syntax_option_type
(C++11)
match_flag_type
(C++11)
error_type
(C++11)
正则表达式文法
Modified ECMAScript-262
(C++11)
std::regex_traits
成员函数
regex_traits::regex_traits
regex_traits::length
regex_traits::translate
regex_traits::translate_nocase
regex_traits::transform
regex_traits::transform_primary
regex_traits::lookup_collatename
regex_traits::lookup_classname
regex_traits::isctype
regex_traits::value
regex_traits::imbue
regex_traits::getloc
locale_type getloc
(
)
const
;
(C++11 起)
返回特性对象的当前本地环境。
若仍未对此对象调用
imbue()
,则返回调用时的全局本地环境。否则调用传递给
imbue()
的上次调用的本地环境。
参数
(无)
返回值
特性对象的当前本地环境。
示例
本节未完成
原因:暂无示例
参阅
imbue
设置本地环境
(公开成员函数)