Class KeyValueProperties::Entry

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 &copy)
inline Entry &operator=(Entry &other)
Entry(Entry &&other) = default
Entry &operator=(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)