azure-core
Public Member Functions | List of all members
Azure::Core::Context::Key Class Referencefinal

A key used to store and retrieve data in an Azure::Core::Context object.

#include <context.hpp>

Public Member Functions

 Key ()
 Constructs a default instance of Key. More...
 
bool operator== (Key const &other) const
 Compares with other Key for equality. More...
 
bool operator!= (Key const &other) const
 Compares with other Key for equality. More...
 

Constructor & Destructor Documentation

◆ Key()

Azure::Core::Context::Key::Key ( )
inline

Member Function Documentation

◆ operator!=()

bool Azure::Core::Context::Key::operator!= ( Key const &  other) const
inline
Parameters
otherOther Key to compare with.
Returns
false if instances are equal; otherwise, true.

◆ operator==()

bool Azure::Core::Context::Key::operator== ( Key const &  other) const
inline
Parameters
otherOther Key to compare with.
Returns
true if instances are equal; otherwise, false.

The documentation for this class was generated from the following file: