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

Method has

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

Source from the content-addressed store, hash-verified

210
211 template<typename T>
212 bool has(std::size_t index) const {
213 return index < size() && size_and_indices_[index + 1] == ::impl::TypeIndex<T, Types...>::value;
214 }
215
216 template<typename T>
217 const T& get(std::size_t index) const {

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected