Class Context
Defined in File context.h
Class Documentation
-
class Context
Public Functions
-
Context() = default
-
inline Context(nostd::string_view key, ContextValue value) 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
-
Context() = default