NEST main@caf0ae8
 
Loading...
Searching...
No Matches

Vector of any_type. More...

#include <dictionary.h>

Inheritance diagram for AnyVector:
[legend]
Collaboration diagram for AnyVector:
[legend]

Private Types

using vectype_ = std::vector< any_type >
 

Detailed Description

Vector of any_type.

This type is required to collect status data from elements of a NodeCollection .

The main need for this vector type is to combine actual data from local nodes with std::monostate entries for non-local nodes when returning status data from NodeCollection .

We define it as a class of its own to get around circular definition problems.

Member Typedef Documentation

◆ vectype_

using AnyVector::vectype_ = std::vector< any_type >
private

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