| 171 | class url_pattern_component { |
| 172 | public: |
| 173 | url_pattern_component() = default; |
| 174 | |
| 175 | // This function explicitly takes a std::string because it is moved. |
| 176 | // To avoid unnecessary copy, move each value while calling the constructor. |
nothing calls this directly
no outgoing calls
no test coverage detected