boost::urls::arg
Designate a named argument for a replacement field
Synopsis
Declared in header <boost/url/format.hpp>
template<class T>
implementation-defined
arg(
core::string_view name,
T const& arg);
Designate a named argument for a replacement field
Declared in header <boost/url/format.hpp>
template<class T>
implementation-defined
arg(
core::string_view name,
T const& arg);