boost::urls::param::param
Constructor
Synopsis
constexpr
param() = default;
template<class OptionalString>
param(
core::string_view key,
OptionalString const& value);
param(
core::string_view key,
core::string_view value,
bool has_value) noexcept;