Same as the preceding overload, using a std::vector result buffer.
Synopsis
Declared in <bdlpcre_regex.h>
void
namedSubpatterns(std::vector<std::pair<std::string_view, int>>* result) const;
Parameters
Name |
Description |
result |
receives (name, index) pairs for named sub‐patterns |
Created with MrDocs