Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ is_empty
Method
is_empty
external/include/fast_float/fast_float.h:1720–1722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1718
return length;
1719
}
1720
constexpr bool is_empty() const noexcept {
1721
return length == 0;
1722
}
1723
constexpr size_t capacity() const noexcept {
1724
return size;
1725
}
Callers
2
shl_limbs
Method · 0.80
ctlz
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected