Boost.URL Logo

PrevUpHomeNext
query_param_view::query_param_view

Constructor.

query_param_view();
  » more...

query_param_view(
    string_view key_,
    string_view value_ = {},
    bool has_value_ = false);
  » more...

query_param_view(
    pct_encoded_view key_,
    pct_encoded_view value_ = {},
    bool has_value_ = false);
  » more...

PrevUpHomeNext