MCPcopy Create free account
hub / github.com/ada-url/ada / url_pattern_component

Method url_pattern_component

include/ada/url_pattern.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171class 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected