MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / contains

Method contains

src/ifcparse/aggregate_of_instance.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 return result;
91 }
92 bool contains(T* type) const { return std::find(list_.begin(), list_.end(), type) != list_.end(); }
93 template <class U>
94 typename U::list::ptr as() {
95 typename U::list::ptr result(new typename U::list);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected