Overload set param::param

Members

Constructor

param() = default;
  » more...

Constructor

param(param&& other) noexcept;
  » more...

Constructor

param(const param& other) = default;
  » more...

Constructor

template<class OptionalString>
param(
    core::string_view key,
    const OptionalString& value);
  » more...
param(
    core::string_view key,
    core::string_view value,
    bool has_value) noexcept;
  » more...