MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / operator()

Method operator()

src/ifcparse/IfcEntityInstanceData.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 typedef int result_type;
9
10 int operator()(const Blank& /*i*/) const { return -1; }
11 int operator()(const Derived& /*i*/) const { return -1; }
12 int operator()(const int& /*i*/) const { return -1; }
13 int operator()(const bool& /*i*/) const { return -1; }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected