Default constructor
<include/boost/url/grammar/string_token.hpp>
constexpr arg() = default;
constexpr arg(arg&&) = default;
arg(arg const&) = delete;