Constructors
Declared in <boost/url/grammar/string_token.hpp>
<boost/url/grammar/string_token.hpp>
Default constructor
constexpr arg() = default;
» more...
Deleted copy constructor
arg(arg const& other) = delete;
Default move constructor
constexpr arg(arg&& other) = default;
Created with MrDocs