Function encoded_size
Return the buffer size needed for percent-encoding
Synopsis
Declared in header <boost/url/encode.hpp>
template<class CharSet>
std::size_t
encoded_size(
core::string_view s,
const CharSet& unreserved,
encoding_opts opt = = {}) noexcept;