Class TextMapCarrier

Inheritance Relationships

Derived Type

Class Documentation

class TextMapCarrier

Subclassed by opentelemetry::context::propagation::EnvironmentCarrier

Public Functions

TextMapCarrier() = default
TextMapCarrier(const TextMapCarrier&) = default
TextMapCarrier &operator=(const TextMapCarrier&) = default
TextMapCarrier(TextMapCarrier&&) noexcept = default
TextMapCarrier &operator=(TextMapCarrier&&) noexcept = default
virtual nostd::string_view Get(nostd::string_view key) const noexcept = 0
virtual void Set(nostd::string_view key, nostd::string_view value) noexcept = 0
inline virtual bool Keys(nostd::function_ref<bool(nostd::string_view)>) const noexcept
virtual ~TextMapCarrier() = default