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

Method remove

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

Source from the content-addressed store, hash-verified

101 return result;
102 }
103 void remove(T* type) {
104 typename std::vector<T*>::iterator iter;
105 while ((iter = std::find(list_.begin(), list_.end(), type)) != list_.end()) {
106 list_.erase(iter);
107 }
108 }
109};
110
111template <class T>

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected