Class Context

Class Documentation

class opentelemetry::context::Context

Public Functions

Context() = default
template<class T>
inline Context(const T &keys_and_values) noexcept
inline Context(nostd::string_view key, ContextValue value) noexcept
template<class T>
inline Context SetValues(T &values) noexcept
inline Context SetValue(nostd::string_view key, ContextValue value) noexcept
inline context::ContextValue GetValue(const nostd::string_view key) const noexcept
inline bool HasKey(const nostd::string_view key) const noexcept
inline bool operator==(const Context &other) const noexcept