Members

Constructor

param() = default;
  » more...

Constructor

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

Constructor

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

Constructor

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