File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,13 @@ qualified name (i.e. ``std::original``), otherwise the regex is matched against
114114If the regular expression starts with `:: ` (or `^:: `), it is matched against the
115115fully qualified name (``::std::original ``).
116116
117+ .. note ::
118+
119+ Fully qualified names can contain template parameters on certain C++ classes, but not on C++ functions.
120+ Type aliases are resolved before matching.
121+ As an example, the member function ``open `` in the class ``std::ifstream ``
122+ has a fully qualified name of ``::std::basic_ifstream<char>::open ``.
123+
117124To aid with finding the fully qualified names of expressions, the option ``ShowFullyQualifiedNames `` can be used.
118125This option will show the fully qualified name of all functions matched by the custom function matchers.
119126
You can’t perform that action at this time.
0 commit comments