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

Function clone

src/ifcgeom/taxonomy.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#ifdef TAXONOMY_USE_SHARED_PTR
42 template <typename T>
43 T clone(T& t) {
44 return t;
45 }
46 template <typename T, typename U>
47 std::shared_ptr<T> cast(const std::shared_ptr<U>& u);
48 template <typename T, typename U>

Callers 5

collection_baseFunction · 0.70
filterFunction · 0.70
flattenMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected