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

Method url_pattern_part

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

Source from the content-addressed store, hash-verified

75class url_pattern_part {
76 public:
77 url_pattern_part(url_pattern_part_type _type, std::string&& _value,
78 url_pattern_part_modifier _modifier)
79 : type(_type), value(std::move(_value)), modifier(_modifier) {}
80
81 url_pattern_part(url_pattern_part_type _type, std::string&& _value,
82 url_pattern_part_modifier _modifier, std::string&& _name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected