mmcfilters
Public API documentation
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
mmcfilters::local_attributes::NodeAttribute< Value > Struct Template Reference

Final bottom-up aggregated attribute value for one node. More...

#include <LocalEventModel.hpp>

Public Attributes

NodeId node = InvalidNode
 Dense node slot.
 
Value value {}
 Aggregated node attribute.
 

Friends

bool operator== (const NodeAttribute &lhs, const NodeAttribute &rhs)=default
 Compares node and attribute value.
 

Detailed Description

template<class Value>
struct mmcfilters::local_attributes::NodeAttribute< Value >

Final bottom-up aggregated attribute value for one node.

Definition at line 204 of file LocalEventModel.hpp.

Friends And Related Symbol Documentation

◆ operator==

template<class Value >
bool operator== ( const NodeAttribute< Value > &  lhs,
const NodeAttribute< Value > &  rhs 
)
friend

Compares node and attribute value.

Parameters
lhsLeft attribute.
rhsRight attribute.
Returns
True when equal.

Member Data Documentation

◆ node

Dense node slot.

Definition at line 205 of file LocalEventModel.hpp.

◆ value

Aggregated node attribute.

Definition at line 206 of file LocalEventModel.hpp.


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