We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271013f commit cb768bdCopy full SHA for cb768bd
index-functions-cpp.xml
@@ -3677,7 +3677,18 @@
3677
</class>
3678
3679
<class name="std::regex_traits" link="cpp/regex/regex_traits">
3680
- <!-- todo -->
+ <constructor/>
3681
+ <function name="length"/>
3682
+ <function name="translate"/>
3683
+ <function name="translate_nocase"/>
3684
+ <function name="transform"/>
3685
+ <function name="transform_primary"/>
3686
+ <function name="lookup_collatename"/>
3687
+ <function name="lookup_classname"/>
3688
+ <function name="isctype"/>
3689
+ <function name="value"/>
3690
+ <function name="imbue"/>
3691
+ <function name="getloc"/>
3692
3693
3694
<enum name="std::regex_constants::syntax_option_type" link="cpp/regex/syntax_option_type"/>
0 commit comments