Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
template <class T>
Callers
nothing calls this directly
Calls
3
begin
Method · 0.45
end
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected