list_type¶
using list_type = std::list<Entity>
Child entities are stored in a list, rather than map by name, to preserve declaration order. They may be sorted by name on output.
using list_type = std::list<Entity>
Child entities are stored in a list, rather than map by name, to preserve declaration order. They may be sorted by name on output.