Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ empty
Method
empty
external/include/fstd/span.h:466–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
TCB_SPAN_NODISCARD constexpr bool empty() const noexcept
467
{
468
return size() == 0;
469
}
470
471
// [span.elem], span element access
472
TCB_SPAN_CONSTEXPR11 reference operator[](size_type idx) const
Callers
14
wait_for_tasks
Method · 0.45
worker
Method · 0.45
purge
Method · 0.45
wait_for_tasks
Method · 0.45
wait_for_tasks_duration
Method · 0.45
wait_for_tasks_until
Method · 0.45
worker
Method · 0.45
resolve
Method · 0.45
isEmpty
Method · 0.45
backward.hpp
File · 0.45
get_type_by_signature
Function · 0.45
set_parameter_string
Function · 0.45
Calls
1
size
Function · 0.70
Tested by
no test coverage detected