----------------------------------------------------------------------------
| 184 | |
| 185 | //---------------------------------------------------------------------------- |
| 186 | int32_t |
| 187 | RegexMatches::size() const |
| 188 | { |
| 189 | return _size; |
| 190 | } |
| 191 | |
| 192 | //---------------------------------------------------------------------------- |
| 193 | std::string_view |
no outgoing calls