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

Function set

src/ifcgeom/ConversionResult.h:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 void set(size_t i, OpaqueNumber* n) {
240 if (i < N) {
241 values[i] = n->clone();
242 }
243 }
244 private:
245 template <size_t Index, typename... Args>
246 void init_(OpaqueNumber* value, Args... args) {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected