MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / TableMultiVariableLookup

Function TableMultiVariableLookup

src/model/TableMultiVariableLookup.hpp:64–64  ·  view source on GitHub ↗

Default the copy and move operators because the virtual dtor is explicit

Source from the content-addressed store, hash-verified

62 virtual ~TableMultiVariableLookup() override = default;
63 // Default the copy and move operators because the virtual dtor is explicit
64 TableMultiVariableLookup(const TableMultiVariableLookup& other) = default;
65 TableMultiVariableLookup(TableMultiVariableLookup&& other) = default;
66 TableMultiVariableLookup& operator=(const TableMultiVariableLookup&) = default;
67 TableMultiVariableLookup& operator=(TableMultiVariableLookup&&) = default;

Callers 1

TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.40