37.5 regex_traits

regex_traits根据regex实现者的需要将一个字符类型、一个字符串类型和一个区域设置关联起来:

标准库提供了两个特例化版本regex_traits<char>和regex_traits<wchar-t>。

在实现模式匹配时,为了进行快速比较,会用transform()生成字符串。

字符类别名就是37.1.1节中列出的字符类别之一,例如alpha、a和xdigit。

Get C++程序设计语言(第4部分:标准库)(原书第4版) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.