![]() |
Spicy
|
#include <forward.h>
Public Member Functions | |
| template<typename T > | |
| Nodes (NodeVector< T > m) | |
| Nodes (const Nodes &)=default | |
| Nodes (Nodes &&)=default | |
Container storing a set of nodes. This is just our standard vector with an additional constructor.
|
inline |
Constructor accepting a vector of pointers to a derived class.