Constructor
param() = default; » more...
param(param&& other) noexcept; » more...
param(param const& other) = default; » more...
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...