Function arg
Synopsis
Declared in header <boost/url/format.hpp>
template<class T>
detail::named_arg<T>
arg(
core::string_view name,
const T& arg);
Declared in header <boost/url/format.hpp>
template<class T>
detail::named_arg<T>
arg(
core::string_view name,
const T& arg);