Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::segments_encoded_ref::replace
Home:

boost::urls::segments_encoded_ref::replace

Members

Replace segments

iterator
replace(
    iterator pos,
    pct_string_view s);
  » more...

Replace segments

iterator
replace(
    iterator from,
    iterator to,
    pct_string_view s);
  » more...

Replace segments

iterator
replace(
    iterator from,
    iterator to,
    std::initializer_list<pct_string_view> init);
  » more...

Replace segments

template<class FwdIt>
iterator
replace(
    iterator from,
    iterator to,
    FwdIt first,
    FwdIt last);
  » more...