boost::urls::string_token::arg::arg

Default move constructor

Synopsis

Declared in <boost/url/grammar/string_token.hpp>
constexpr
arg(arg&& other) = default;


Parameters

Name Description
other The object to move construct from

Created with MrDocs