15 #ifndef CORE_AGENT_AGENT_HANDLE_H_
16 #define CORE_AGENT_AGENT_HANDLE_H_
constexpr AgentHandle() noexcept
friend std::ostream & operator<<(std::ostream &stream, const AgentHandle &handle)
bool operator==(const AgentHandle &other) const
ElementIdx_t element_idx_
bool operator!=(const AgentHandle &other) const
void SetElementIdx(ElementIdx_t element_idx)
ElementIdx_t GetElementIdx() const
NumaNode_t GetNumaNode() const
AgentHandle(NumaNode_t numa_node, ElementIdx_t element_idx)
bool operator<(const AgentHandle &other) const
AgentHandle(ElementIdx_t element_idx)
BDM_CLASS_DEF_NV(AgentHandle, 1)