Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void OSQuantityVector::clear() {
139
m_values.clear();
140
}
141
142
bool OSQuantityVector::isTemperature() const {
143
return m_units.optionalCast<TemperatureUnit>().has_value();
Callers
1
extractUnitString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected