#include <dictionary.h>
Private Types | |
| using | vectype_ = std::vector< any_type > |
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.
|
private |