Synopsis

Declared in header </boost/url/encode.hpp#L129[boost/url/encode.hpp,window=blank_]>

template<class CharSet>
size_t
encode_unsafe(
    char* dest,
    size_t size,
    string_view s,
    const CharSet& unreserved,
    encoding_opts opt);