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

Sum of anchor-specific event deltas attached directly to one node. More...

#include <LocalEventModel.hpp>

Public Attributes

NodeId node = InvalidNode
 Dense node slot.
 
Value value {}
 Non-aggregated signed increment.
 

Friends

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

Detailed Description

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

Sum of anchor-specific event deltas attached directly to one node.

Definition at line 195 of file LocalEventModel.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Compares node and increment value.

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

Member Data Documentation

◆ node

Dense node slot.

Definition at line 196 of file LocalEventModel.hpp.

◆ value

Non-aggregated signed increment.

Definition at line 197 of file LocalEventModel.hpp.


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