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