Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ empty
Method
empty
src/utilities/units/OSQuantityVector.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
bool OSQuantityVector::empty() const {
87
return m_values.empty();
88
}
89
90
unsigned OSQuantityVector::size() const {
91
return m_values.size();
Callers
15
convert
Method · 0.45
QuantityConverter
Method · 0.45
m_convertToSI
Method · 0.45
m_convertFromSI
Method · 0.45
m_convertToTargetFromSI
Method · 0.45
m_recoverFromFailedCreate
Method · 0.45
extractScaleAbbreviation
Function · 0.45
registerUnit
Method · 0.45
createUnit
Method · 0.45
createUnitSimple
Method · 0.45
extractUnitString
Function · 0.45
convertToStandardForm
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36