| 41 | |
| 42 | public: |
| 43 | RegexCollection() = default; |
| 44 | RegexCollection( |
| 45 | const Json::Value& map, std::string default_repr = "", |
| 46 | const std::function<int(std::string&)>& priority_function = default_priority_function); |
nothing calls this directly
no outgoing calls
no test coverage detected