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

Method clear

src/utilities/units/OSQuantityVector.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void OSQuantityVector::clear() {
139 m_values.clear();
140}
141
142bool OSQuantityVector::isTemperature() const {
143 return m_units.optionalCast<TemperatureUnit>().has_value();

Callers 1

extractUnitStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected