#2805 provide aggregate typedef for select types

This commit is contained in:
Thomas Krijnen
2023-06-22 10:06:48 +02:00
parent 5c7f14cc3c
commit 7aa04611a1
@@ -142,6 +142,7 @@ select = """%(documentation)s
class IFC_PARSE_API %(name)s : public virtual IfcUtil::IfcBaseInterface {
public:
static const IfcParse::select_type& Class();
typedef aggregate_of< %(name)s > list;
};
"""