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

Method set

src/ifcparse/variantarray.h:130–130  ·  view source on GitHub ↗

type 0 needs to be default constructable

Source from the content-addressed store, hash-verified

128 for (size_t i = 0; i < size; ++i) {
129 // type 0 needs to be default constructable
130 set(i, typename std::tuple_element<0, std::tuple<Types...>>::type{});
131 }
132 }
133 }

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected