std::regex_traits::regex_traits
STD::regex[医]特征:regex[医]性状
regex_traits( | | |
---|
默认-构造std::regex_traits
对象,包括默认构造私有std::locale
成员或任何其他必要的内部状态。
参数
%280%29
返回值
%280%29
例
二次
#include <iostream>
#include <regex>
int main()
{
std::locale::global(std::locale("en_US.utf8")
std::regex_traits<char> r1;
std::regex_traits<wchar_t> r2;
std::cout << "The regex locale is " << r1.getloc().name() << '\n';
}
二次
产出:
二次
The regex locale is en_US.utf8
二次
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/regex/regex[医]性状/regex[医]性状