MNode
struct MNode (
_ThisContainer
IndexedBy
Allocator
Signals
Value
ValueView
) {
Value value;
Capsule* val_ptr;
ThisContainer container;
enum signal_stuff;
enum stuff;
}
A destructor is present on this object, but not explicitly documented in the source.
- ForEachSignal
template ForEachSignal(size_t i)
A multi_index node. Holds the value of a single element, plus per-node headers of each index, if any. The headers are all mixed in in the same scope. To prevent naming conflicts, a header field must be accessed with the number of its index.