Class KeyValueProperties::Entry¶
Defined in File kv_properties.h
Nested Relationships¶
This class is a nested type of Class KeyValueProperties.
Class Documentation¶
-
class
opentelemetry::common::KeyValueProperties::Entry Public Functions
-
inline
Entry()
-
inline
Entry(const Entry ©)
-
Entry(Entry &&other) = default
-
inline
Entry(nostd::string_view key, nostd::string_view value)
-
inline nostd::string_view
GetKey() const
-
inline nostd::string_view
GetValue() const
-
inline void
SetValue(nostd::string_view value)
-
inline